/[MITgcm]/MITgcm_contrib/ecco_darwin/v4_llc270_JAMES_paper/readme_3deg.txt
ViewVC logotype

Contents of /MITgcm_contrib/ecco_darwin/v4_llc270_JAMES_paper/readme_3deg.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download)
Sat Mar 7 02:26:25 2020 UTC (5 years, 5 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +3 -2 lines
File MIME type: text/plain
adding an llc270 verification experiment

1 # Verification experiment, initially based on
2 # MITgcm/verification/tutorial_global_oce_biogeo
3
4 # ========
5 # 1. Get code
6 cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co -D "11/28/17" MITgcm_code
7 cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_contrib/ecco_darwin/v4_3deg/data
8 cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_contrib/ecco_darwin/v4_llc270_JAMES_paper
9 cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co -D "03/22/18" MITgcm_contrib/darwin/pkg/darwin
10 cd MITgcm/pkg
11 ln -sf ../../MITgcm_contrib/darwin/pkg/darwin .
12 cd ..
13 mkdir build run
14
15 # ================
16 # 2. Build executable
17 # Prerequisite: 1. Get code
18 cd build
19 ../tools/genmake2 -ieee -mo \
20 '../../MITgcm_contrib/ecco_darwin/v4_llc270_JAMES_paper/code_3deg ../../MITgcm_contrib/ecco_darwin/v4_llc270_JAMES_paper/code_darwin ../../MITgcm_contrib/ecco_darwin/v4_llc270_JAMES_paper/code'
21 make depend
22 make -j 8
23
24 # ======================
25 # 3. Run verification setup
26 # Prerequisite: 2. Build executable
27 cd ../run
28 ln -sf ../build/mitgcmuv .
29 cp ../../MITgcm_contrib/ecco_darwin/v4_llc270_JAMES_paper/input/data* .
30 cp ../../MITgcm_contrib/ecco_darwin/v4_llc270_JAMES_paper/input_darwin/data* .
31 cp ../../MITgcm_contrib/ecco_darwin/v4_llc270_JAMES_paper/input_3deg/*data* .
32 ln -sf ../../MITgcm_contrib/ecco_darwin/v4_3deg/data/* .
33 rm data.exch2
34 ./mitgcmuv > output.txt
35 # Compare to verification output
36 diff <(grep %MON output.txt) <(grep %MON ../../MITgcm_contrib/ecco_darwin/v4_llc270_JAMES_paper/results/output_3deg.txt)

  ViewVC Help
Powered by ViewVC 1.1.22