Warning, /verification/tutorial_baroclinic_gyre/README.md is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit ce0d9af5 on 2021-04-21 19:30:20 UTC
d6a28d3589 Jean*0001 Tutorial Example: "Baroclinic gyre"
ce0d9af5ea Jeff*0002 (Baroclinic Ocean Gyre In Spherical Coordinates)
72445f86f9 Jean*0003 ============================================================
0004 (formerly "exp1" verification ;
0005 also "baroclinic_gyre_on_a_sphere" in release.1 branch)
0006
0007 Configure and compile the code:
ce0d9af5ea Jeff*0008 ```
72445f86f9 Jean*0009 cd build
0010 ../../../tools/genmake2 -mods ../code [-of my_platform_optionFile]
0011 make depend
0012 make
d6a28d3589 Jean*0013 cd ..
ce0d9af5ea Jeff*0014 ```
72445f86f9 Jean*0015
0016 To run:
ce0d9af5ea Jeff*0017 ```
d6a28d3589 Jean*0018 cd run
72445f86f9 Jean*0019 ln -s ../input/* .
d6a28d3589 Jean*0020 ../build/mitgcmuv > output.txt
ce0d9af5ea Jeff*0021 ```
72445f86f9 Jean*0022
0023 There is comparison output in the directory:
0024 results/output.txt
0025
0026 Comments:
ce0d9af5ea Jeff*0027 The input data is real*4 and generated using the MATLAB script
0028 gendata.m.