Back to home page

MITgcm

 
 

    


Warning, /verification/tutorial_global_oce_latlon/diags_matlab/README is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
051ee7f715 Jean*0001 This set of matlab scripts and functions does some basic diagnostics on the
                0002 global ocean run. By no means are they meant to be universal or exhaustive. 
                0003 Use them as a starting point for your own diagnostics.
                0004 
                0005 After including this directory into your matlab path, 
                0006 change into the directory where the model output is (e.g.: cd build) 
                0007 and type at the matlab prompt:
                0008 matlab>> path('../diags_matlab',path); % <- if not already in your path
                0009 matlab>> mit_loadglobal
                0010 to get a number of plots of meridional overturning stream functions, 
                0011 barotropic streamfunctions, surface fluxes of heat and freshwater, model 
                0012 drift, devations of model hydrography from levitus etc. 
                0013 By default the script will look for time-averaged fields. If there are not 
                0014 any time averaged fields, type 
                0015 matlab>> meanfields = 0;
                0016 at the matlab prompt before runing the scripts so that the latest snapshot
                0017 fields are displayed instead.
                0018 
                0019 Martin Losch, Oct 17, 2002
                0020 mlosch@mit.edu
                0021