/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/README
ViewVC logotype

Diff of /MITgcm/verification/global_ocean.90x40x15/README

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

revision 1.1 by mlosch, Tue Oct 22 13:30:40 2002 UTC revision 1.2 by jmc, Tue Mar 15 15:26:44 2011 UTC
# Line 1  Line 1 
1  Example: "4x4 Global Simulation with Seasonal Forcing"  Example: "4x4 Global Simulation with Seasonal Forcing"
2  =======================================  ============================================
3    (see also similar set-up in: verification/tutorial_global_oce_latlon/)
4    
5    From verification/global_ocean.90x40x15 dir:
6    
7  To apply the changes to the default configuration of MITgcmUV:  To apply the changes to the default configuration of MITgcmUV:
8  Configure and compile the code:  Configure and compile the code:
9    cd verification/global_ocean.90x40x15/input    cd build
10    ../../../tools/genmake -mods='../code'    ../../../tools/genmake2 -mods='../code'
11     [make Clean]
12    make depend    make depend
13    make    make
14      cd ..
15  To run the code:  To run the code:
16    ./mitgcmuv    cd input
17      ./prepare_run
18      ../build/mitgcmuv > output.txt
19      cd ..
20    
21  There is comparison output in directory:  There is comparison output in directory:
22   ../verification/global_ocean.90x40x15/results    (verification/global_ocean.90x40x1/) results
23    
24  Comments:  Comments:
25  o The input data is real*4.  o The input data is real*4.
26  o The surface fluxes are derived from monthly means of the NCEP climatology;  o The surface fluxes are derived from monthly means of the NCEP climatology;
27    - a matlab script is provided that created the surface flux data files from    - a matlab script is provided that created the surface flux data files from
28      the original NCEP data: ncep2global_ocean.m in the diags_matlab directory,      the original NCEP data: ncep2global_ocean.m in the diags_matlab directory,
29      needs editing to adjust search paths.      needs editing to adjust search paths.
30  o matlab scripts that make a simple diagnostic (barotropic stream function,  o matlab scripts that make a simple diagnostic (barotropic stream function,
31    overturning stream functions, averaged hydrography etc.) is provided in    overturning stream functions, averaged hydrography etc.) is provided in
32    diags_matlab:    verification/tutorial_global_oce_latlon/diags_matlab:
33    - mit_loadglobal is the toplevel script that run all other scripts    - mit_loadglobal is the toplevel script that run all other scripts
34    - mit_globalmovie animates theta, salinity, and 3D-velocity field for    - mit_globalmovie animates theta, salinity, and 3D-velocity field for
35      a layer "iz", if "meanfields=0"      a layer "iz", if "meanfields=0"
36    
37    --------------------------------------------
38    Additional example:
39      similar set-up, with the same executable, and using pkg/dwnslp:
40    to run this 2nd example:
41      cd input.dwnslp
42      ln -s ../input/* .
43      ../input/prepare_run
44      ../build/mitgcmuv > output.dwnslp.txt
45      cd ..
46    
47    ============================================
48    Adjoint set-up example:
49    
50    Configure and compile the code:
51      cd build
52      ../../../tools/genmake2 -mods='../code_ad'
53     [make Clean]
54      make depend
55      make adall
56      cd ..
57    To run the code:
58      cd input_ad
59      ./prepare_run
60      ../build/mitgcmuv_ad > output_adm.txt
61      cd ..

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22