| 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 |
jmc |
1.2 |
a) need to make sure we have "staf" in the path for TAF ADM tests |
| 7 |
|
|
b) no needs for any special MPI env setting to use OpenMPI with gfortran |
| 8 |
|
|
since std optfile will set MPI_INC_DIR using "pkg-config --cflags-only-I ompi" |
| 9 |
jmc |
1.1 |
|
| 10 |
|
|
1) testing scripts: |
| 11 |
|
|
> sentenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack' |
| 12 |
|
|
> cd ~/. ; mkdir testing |
| 13 |
|
|
> cd testing ; cvs co -P -d ref_machine MITgcm_contrib/test_scripts/ref_machine |
| 14 |
|
|
|
| 15 |
|
|
then edit crontab (crontab -e) as described in: ref_machine/crontab_jmc |
| 16 |
|
|
|
| 17 |
|
|
2) testing dirs: |
| 18 |
|
|
> cd ~/. ; mkdir test_villon ; cd test_villon |
| 19 |
|
|
> mkdir prev |
| 20 |
|
|
|
| 21 |
|
|
------------------------------------------------------------------------------------------ |
| 22 |
|
|
3) to get Gael's additional experiments (global_oce_cs32 global_oce_llc90) to run: |
| 23 |
|
|
> cd ~/. ; mkdir test_villon ; cd test_villon |
| 24 |
|
|
> mkdir other_input |
| 25 |
|
|
|
| 26 |
|
|
#-- follow Gael instructions, but adjusted to: |
| 27 |
|
|
> cd ~/test_villon/other_input |
| 28 |
|
|
> setenv CVSROOT ':pserver:cvsanon@mitgcm.org:/u/gcmpack' |
| 29 |
|
|
> cvs co -P -d gael_oce_llc90_gzip MITgcm_contrib/gael/verification/ECCO_v4_r2/input_fields |
| 30 |
|
|
> mkdir gael_oce_llc90_input |
| 31 |
|
|
> ( cd gael_oce_llc90_input ; cp -p ../gael_oce_llc90_gzip/*.meta . ; \ |
| 32 |
|
|
ln -s ../gael_oce_llc90_gzip/*.gz . ; ../gael_oce_llc90_gzip/gunzip_files ) |
| 33 |
|
|
jmc only: |
| 34 |
|
|
> ( cd gael_oce_llc90_input ; rmlnk ) |
| 35 |
|
|
|
| 36 |
|
|
Note: This dir is to be linked to "input_fields" in verification/global_oce_llc90/ |
| 37 |
|
|
|
| 38 |
|
|
#-- follow Gael instructions, but adjusted to: |
| 39 |
|
|
wget ftp://mit.ecco-group.org/ecco_for_las/version_4/checkpoints/global_oce_input_fields.tar.gz |
| 40 |
|
|
gunzip global_oce_input_fields.tar.gz |
| 41 |
|
|
tar -xf global_oce_input_fields.tar |
| 42 |
|
|
\rm -f global_oce_input_fields.tar |
| 43 |
|
|
|
| 44 |
|
|
Note: The content of this dir is to be linked inside "verification/global_oce_llc90/input_verifs/" |
| 45 |
|
|
|
| 46 |
|
|
#-- follow Gael instructions, but adjusted to: |
| 47 |
|
|
wget ftp://mit.ecco-group.org/ecco_for_las/version_4/checkpoints/core2_cnyf.tar |
| 48 |
|
|
tar -xf core2_cnyf.tar |
| 49 |
|
|
\rm -f core2_cnyf.tar |
| 50 |
|
|
|
| 51 |
|
|
Note: This dir is to be linked inside "verification/global_oce_llc90/input_verifs/" |
| 52 |
|
|
and also inside "verification/global_oce_cs32/" |
| 53 |
|
|
------------------------------------------------------------------------------------------ |