/[MITgcm]/MITgcm/verification/aim.5l_LatLon/README
ViewVC logotype

Diff of /MITgcm/verification/aim.5l_LatLon/README

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

revision 1.1.2.1 by jmc, Mon Apr 9 18:05:09 2001 UTC revision 1.3 by jmc, Mon Mar 10 01:35:16 2014 UTC
# Line 2  Intermediate Atmospheric physics, 5 laye Line 2  Intermediate Atmospheric physics, 5 laye
2  Global spherical-grid configuration, 128x64x5 resolution.  Global spherical-grid configuration, 128x64x5 resolution.
3  ====================================================================  ====================================================================
4    
5  o To reproduce the run :  Configure and compile the code:
6      cd build
7      ../../../tools/genmake2 -mods ../code [-of my_platform_optionFile]
8      make depend
9      make
10      cd ..
11    
12    To run:
13      cd run
14      ln -s ../input/* .
15      ln -s ../build/mitgcmuv .
16      ./mitgcmuv > output.txt
17      cd ..
18    
19  The genmake options are in .genmakerc, so that the simplest form  There is comparison output in the directory:
20  of genmake can be used :    results/output.txt
 cd input  
 ../../../tools/genmake  
 make depend  
 make  
   
 mitgcmuv  
21    
22  ---------------------------  ---------------------------
23  Note:  Note:
24  This experiment has been run for 1 year on cote (d')azur (Linux 4 cpu)  Originally, this set up was very close to the one in
 with compiler pgf77  
 This set up is very close to the one in  
25  /development/adcroft/atmos/verification/molteni.128x64x5  /development/adcroft/atmos/verification/molteni.128x64x5
26  with few modifications taken from run on hyades.  with few modifications taken from run on hyades.
27    
28  An upgrade of this experiment will be done to improve the  Others modifications have been added to improve the stability of the
29  quality of the results (e.g., a less diffuse Advection Schemme for Q)  model (fixed some bugs) and to get a less diffuse Q distribution:
30    o 3rd order scheme for the Horizontal advection of Q
31    o changes in the mapping between C-grid and A-grid  for surface stress
32  ---------------------------  ---------------------------

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22