Back to home page

MITgcm

 
 

    


Warning, /verification/tutorial_reentrant_channel/README.md is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit 9acfcdc5 on 2020-02-12 18:01:28 UTC
9acfcdc58c Jeff*0001 Tutorial Example: "Reentrant channel"
                0002 (Southern Ocean Reentrant Channel Example)
                0003 ==========================================
                0004 
                0005 Configure and compile the code:
                0006 ```
                0007   cd build
                0008   ../../../tools/genmake2 -mods ../code [-of my_platform_optionFile]
                0009   make depend
                0010   make
                0011   cd ..
                0012 ```
                0013 
                0014 To run:
                0015 ```
                0016   cd run
                0017   ln -s ../input/* .
                0018   ln -s ../build/mitgcmuv .
                0019   ./mitgcmuv > output.txt
                0020   cd ..
                0021 ```
                0022 
                0023 There is comparison output in the directory:
                0024 results/output.txt
                0025 
                0026 Comments:
                0027   The input data is real*4 and generated using the MATLAB script gendata_50km.m.