Warning, /verification/aim.5l_LatLon/README is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit d6a28d35 on 2014-03-10 01:35:18 UTC
aea29c8517 Alis*0001 Intermediate Atmospheric physics, 5 layers Molteni Physics package.
0002 Global spherical-grid configuration, 128x64x5 resolution.
0003 ====================================================================
0004
d6a28d3589 Jean*0005 Configure and compile the code:
0006 cd build
0007 ../../../tools/genmake2 -mods ../code [-of my_platform_optionFile]
0008 make depend
0009 make
0010 cd ..
aea29c8517 Alis*0011
d6a28d3589 Jean*0012 To run:
0013 cd run
0014 ln -s ../input/* .
0015 ln -s ../build/mitgcmuv .
0016 ./mitgcmuv > output.txt
0017 cd ..
aea29c8517 Alis*0018
d6a28d3589 Jean*0019 There is comparison output in the directory:
0020 results/output.txt
aea29c8517 Alis*0021
0022 ---------------------------
d6a28d3589 Jean*0023 Note:
0024 Originally, this set up was very close to the one in
aea29c8517 Alis*0025 /development/adcroft/atmos/verification/molteni.128x64x5
0026 with few modifications taken from run on hyades.
0027
0028 Others modifications have been added to improve the stability of the
0029 model (fixed some bugs) and to get a less diffuse Q distribution:
d6a28d3589 Jean*0030 o 3rd order scheme for the Horizontal advection of Q
aea29c8517 Alis*0031 o changes in the mapping between C-grid and A-grid for surface stress
0032 ---------------------------