/[MITgcm]/MITgcm_contrib/ecco_darwin/v4_3deg/readme.txt
ViewVC logotype

Contents of /MITgcm_contrib/ecco_darwin/v4_3deg/readme.txt

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


Revision 1.2 - (show annotations) (download)
Tue Jan 14 18:23:29 2020 UTC (5 years, 6 months ago) by dimitri
Branch: MAIN
Changes since 1.1: +8 -4 lines
File MIME type: text/plain
- regressing v4_3deg to same vintage code as v4_llc270
- also adding some laggard files in v5_llc270/code_darwin

1 # Verification experiment, initially based on
2 # MITgcm/verification/tutorial_global_oce_biogeo
3
4 # ========
5 # 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
8 cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co -D "03/22/18" MITgcm_contrib/darwin/pkg/darwin
9 cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co -D "11/28/17" MITgcm/verification/tutorial_global_oce_biogeo
10 cd MITgcm/pkg
11 ln -sf ../../MITgcm_contrib/darwin/pkg/darwin .
12 cd ..
13
14 # ================
15 # Build executable
16 mkdir build
17 cd build
18 ../tools/genmake2 -mo ../../MITgcm_contrib/ecco_darwin/v4_3deg/code
19 make depend
20 make -j 8
21 cd ..
22
23 # ======================
24 # Run verification setup
25 mkdir run
26 cd run
27 ln -sf ../build/mitgcmuv .
28 cp ../../MITgcm_contrib/ecco_darwin/v4_3deg/input/* .
29 ln -sf ../verification/tutorial_global_oce_biogeo/input/*.bin .
30 ln -sf ../verification/tutorial_global_oce_biogeo/input/pickup* .
31 ./mitgcmuv > output.txt
32
33 # ==============================
34 # Compare to verification output
35 diff output.txt ../../MITgcm_contrib/ecco_darwin/v4_3deg/results/output.txt

  ViewVC Help
Powered by ViewVC 1.1.22