Warning, /verification/internal_wave/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
fc0c9d8762 Alis*0001 Example: "Internal Wave Forced by Open Boundary"
0002 ================================================
0003
c11aac5926 Jean*0004 This uses a simply EOS (rho = - rho_o alpha T')
d6a28d3589 Jean*0005 and treats salt as a passive tracer.
fc0c9d8762 Alis*0006
0007 Configure and compile the code:
c11aac5926 Jean*0008 cd build
0009 ../../../tools/genmake2 -mods ../code [-of my_platform_optionFile]
fc0c9d8762 Alis*0010 make depend
0011 make
d6a28d3589 Jean*0012 cd ..
fc0c9d8762 Alis*0013
0014 To run:
c11aac5926 Jean*0015 cd run
0016 ln -s ../input/* .
0017 ln -s ../build/mitgcmuv .
0018 ./mitgcmuv > output.txt
d6a28d3589 Jean*0019 cd ..
fc0c9d8762 Alis*0020
0021 There is comparison output in:
c11aac5926 Jean*0022 results/output.txt
fc0c9d8762 Alis*0023
0024 Comments:
c11aac5926 Jean*0025 The input data is real*8 and generated using the MATLAB script
0026 input/gendata.m
0027