| 1 |
Example: "4x4 Global Simulation with Seasonal Forcing" |
| 2 |
======================================= |
| 3 |
|
| 4 |
To apply the changes to the default configuration of MITgcmUV: |
| 5 |
Configure and compile the code: |
| 6 |
cd verification/global_ocean.90x40x15/input |
| 7 |
../../../tools/genmake -mods='../code' |
| 8 |
make depend |
| 9 |
make |
| 10 |
To run the code: |
| 11 |
./mitgcmuv |
| 12 |
|
| 13 |
There is comparison output in directory: |
| 14 |
../verification/global_ocean.90x40x15/results |
| 15 |
|
| 16 |
Comments: |
| 17 |
o The input data is real*4. |
| 18 |
o The surface fluxes are derived from monthly means of the NCEP climatology; |
| 19 |
- a matlab script is provided that created the surface flux data files from |
| 20 |
the original NCEP data: ncep2global_ocean.m in the diags_matlab directory, |
| 21 |
needs editing to adjust search paths. |
| 22 |
o matlab scripts that make a simple diagnostic (barotropic stream function, |
| 23 |
overturning stream functions, averaged hydrography etc.) is provided in |
| 24 |
diags_matlab: |
| 25 |
- mit_loadglobal is the toplevel script that run all other scripts |
| 26 |
- mit_globalmovie animates theta, salinity, and 3D-velocity field for |
| 27 |
a layer "iz", if "meanfields=0" |