Warning, /verification/tutorial_deep_convection/README is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
6a21efa2f2 Jean*0001 Tutorial Example: "Surface Driven (Deep) Convection"
0002 ====================================================
0003 (formerly "exp5" ;
cae71d2f6c Jean*0004 also "nonhydrostatic_deep_convection" in release.1 branch)
0005
0006 Configure and compile the code:
0007 cd build
0008 ../../../tools/genmake2 -mods ../code [-of my_platform_optionFile]
0009 make depend
0010 make
d6a28d3589 Jean*0011 cd ..
cae71d2f6c Jean*0012
0013 To run:
6a21efa2f2 Jean*0014 cd run
cae71d2f6c Jean*0015 ln -s ../input/* .
6a21efa2f2 Jean*0016 ln -s ../build/mitgcmuv .
cae71d2f6c Jean*0017 ./mitgcmuv > output.txt
d6a28d3589 Jean*0018 cd ..
cae71d2f6c Jean*0019
0020 There is comparison output in the directory:
0021 results/output.txt
0022
0023 Comments:
0024 The input data is real*8 and generated using the MATLAB script
6a21efa2f2 Jean*0025 input/gendata.m
cae71d2f6c Jean*0026