1 |
jmc |
1.1 |
Instructions for setting up testing dir on villon.mit.edu : |
2 |
|
|
|
3 |
|
|
0) villon.mit.edu has been currently installed by Scott Blomquist (mitgcm-admin at techsquare.com) |
4 |
|
|
as Ubuntu LTS 18 linux box with all needed Linux pkgs |
5 |
|
|
|
6 |
|
|
need to make sure we have "staf" in the path for TAF ADM tests |
7 |
|
|
|
8 |
|
|
1) testing scripts: |
9 |
|
|
> sentenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack' |
10 |
|
|
> cd ~/. ; mkdir testing |
11 |
|
|
> cd testing ; cvs co -P -d ref_machine MITgcm_contrib/test_scripts/ref_machine |
12 |
|
|
|
13 |
|
|
then edit crontab (crontab -e) as described in: ref_machine/crontab_jmc |
14 |
|
|
|
15 |
|
|
2) testing dirs: |
16 |
|
|
> cd ~/. ; mkdir test_villon ; cd test_villon |
17 |
|
|
> mkdir prev |
18 |
|
|
|
19 |
|
|
------------------------------------------------------------------------------------------ |
20 |
|
|
3) to get Gael's additional experiments (global_oce_cs32 global_oce_llc90) to run: |
21 |
|
|
> cd ~/. ; mkdir test_villon ; cd test_villon |
22 |
|
|
> mkdir other_input |
23 |
|
|
|
24 |
|
|
#-- follow Gael instructions, but adjusted to: |
25 |
|
|
> cd ~/test_villon/other_input |
26 |
|
|
> setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack' |
27 |
|
|
> cvs co -P -d gael_oce_llc90_gzip MITgcm_contrib/gael/verification/ECCO_v4_r2/input_fields |
28 |
|
|
> mkdir gael_oce_llc90_input |
29 |
|
|
> ( cd gael_oce_llc90_input ; cp -p ../gael_oce_llc90_gzip/*.meta . ; \ |
30 |
|
|
ln -s ../gael_oce_llc90_gzip/*.gz . ; ../gael_oce_llc90_gzip/gunzip_files ) |
31 |
|
|
jmc only: |
32 |
|
|
> ( cd gael_oce_llc90_input ; rmlnk ) |
33 |
|
|
|
34 |
|
|
Note: This dir is to be linked to "input_fields" in verification/global_oce_llc90/ |
35 |
|
|
|
36 |
|
|
#-- follow Gael instructions, but adjusted to: |
37 |
|
|
wget ftp://mit.ecco-group.org/ecco_for_las/version_4/checkpoints/global_oce_input_fields.tar.gz |
38 |
|
|
gunzip global_oce_input_fields.tar.gz |
39 |
|
|
tar -xf global_oce_input_fields.tar |
40 |
|
|
\rm -f global_oce_input_fields.tar |
41 |
|
|
|
42 |
|
|
Note: The content of this dir is to be linked inside "verification/global_oce_llc90/input_verifs/" |
43 |
|
|
|
44 |
|
|
#-- follow Gael instructions, but adjusted to: |
45 |
|
|
wget ftp://mit.ecco-group.org/ecco_for_las/version_4/checkpoints/core2_cnyf.tar |
46 |
|
|
tar -xf core2_cnyf.tar |
47 |
|
|
\rm -f core2_cnyf.tar |
48 |
|
|
|
49 |
|
|
Note: This dir is to be linked inside "verification/global_oce_llc90/input_verifs/" |
50 |
|
|
and also inside "verification/global_oce_cs32/" |
51 |
|
|
------------------------------------------------------------------------------------------ |