Parent Directory
|
Revision Log
|
Revision Graph
Add some (updated) instructions to get files that are used to run some experiments (part of daily tests) from: https://github.com/MITgcm/verification_other
1 | jmc | 1.1 | # $Header: $ |
2 | # $Name: $ | ||
3 | |||
4 | # Content of this dir, used to run additional experiments: | ||
5 | |||
6 | # currently used for: | ||
7 | # 1) addExp='global_oce_cs32 global_oce_llc90' from: https://github.com/MITgcm/verification_other | ||
8 | |||
9 | 1) from Gael instructions, adjusted to: | ||
10 | setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack' | ||
11 | cvs co -P -d gael_oce_llc90_gzip MITgcm_contrib/gael/verification/ECCO_v4_r2/input_fields | ||
12 | mkdir gael_oce_llc90_input | ||
13 | ( cd gael_oce_llc90_input ; cp -p ../gael_oce_llc90_gzip/*.meta . ; \ | ||
14 | ln -s ../gael_oce_llc90_gzip/*.gz . ; ../gael_oce_llc90_gzip/gunzip_files ) | ||
15 | #- jmc only: | ||
16 | ( cd gael_oce_llc90_input ; rmlnk ) | ||
17 | |||
18 | #- Note: This dir is to be linked to "input_fields" in verification/global_oce_llc90/ | ||
19 | |||
20 | 2) from (updated) Gael instructions: | ||
21 | wget https://engaging-web.mit.edu/~gforget/harbor/version_4/checkpoints/global_oce_input_fields.tar.gz | ||
22 | gunzip global_oce_input_fields.tar.gz | ||
23 | tar -xf global_oce_input_fields.tar | ||
24 | \rm -f global_oce_input_fields.tar | ||
25 | |||
26 | #- Note: The content of this dir is to be linked inside "verification/global_oce_llc90/input_verifs/" | ||
27 | |||
28 | 3) from (updated) Gael instructions: | ||
29 | wget https://engaging-web.mit.edu/~gforget/harbor/version_4/checkpoints/core2_cnyf.tar | ||
30 | tar -xf core2_cnyf.tar | ||
31 | \rm -f core2_cnyf.tar | ||
32 | |||
33 | #- Note: This dir is to be linked inside "verification/global_oce_llc90/input_verifs/" | ||
34 | # and also inside "verification/global_oce_cs32/" | ||
35 | |||
36 | --------------------------- | ||
37 | Unrelated: | ||
38 | save global monthly climatology of 3-D silicate for exp. tutorial_global_oce_biogeo (128x64x15) | ||
39 | ( from Hannahi Kleppin (@HannahKleppin), PR #620, branch "3d_silicate" ) | ||
40 | into dir: dic_input , file: silicate_3D_12m.bin.gz | ||
41 | |||
42 | --------------------------- | ||
43 | May 25, 2023 update: | ||
44 | older instructions point to these ftp locations: | ||
45 | wget ftp://mit.ecco-group.org/ecco_for_las/version_4/checkpoints/core2_cnyf.tar | ||
46 | wget ftp://mit.ecco-group.org/ecco_for_las/version_4/checkpoints/global_oce_input_fields.tar.gz | ||
47 | that got disabled early in 2023. |
ViewVC Help | |
Powered by ViewVC 1.1.22 |