/[MITgcm]/MITgcm_contrib/gael/matlab_class/gcmfaces_demo.m
ViewVC logotype

Annotation of /MITgcm_contrib/gael/matlab_class/gcmfaces_demo.m

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Fri Aug 5 22:00:03 2011 UTC (13 years, 11 months ago) by gforget
Branch: MAIN
Changes since 1.1: +3 -11 lines
- retired function:	gcmfaces_path.m
- added function:	gcmfaces_global.m
- replace gcmfaces_path and 'global mygrid' calls with gcmfaces_global calls
- revised global variables (verbose, lesstest, lessplot -- in gcmfaces_init e.g.)
- added basic_diags_compute_v3_or_v4 to gcmfaces_init (when not lesstest)

1 gforget 1.1
2 gforget 1.2 %initialize environment variables and mygrid
3     gcmfaces_global;
4 gforget 1.1
5 gforget 1.2 %choose grid for test
6 gforget 1.1 choiceGrid='v4';
7    
8     basic_diags_compute_v3_or_v4(choiceGrid);
9     basic_diags_display_v3_or_v4(choiceGrid);
10    
11     example_bin_average(choiceGrid,1);%incl. call to example_smooth.m;
12     example_griddata(choiceGrid);
13     example_interp(choiceGrid);
14    
15     plot_one_field(choiceGrid,0);%%incl. call to m_map_gcmfaces;
16    
17    

  ViewVC Help
Powered by ViewVC 1.1.22