1 |
|
|
2 |
#object: directions to install the global_oce_llc90 verification experiments |
#object: directions to install the global_oce_llc90 verification experiments |
3 |
|
|
4 |
cd MITgcm/verification/ |
cd MITgcm/verification |
5 |
|
|
6 |
cvs co -P -d global_oce_llc90 MITgcm_contrib/verification_other/global_oce_llc90 |
cvs co -P -d global_oce_llc90 MITgcm_contrib/verification_other/global_oce_llc90 |
7 |
|
|
15 |
./gunzip_files |
./gunzip_files |
16 |
cd .. |
cd .. |
17 |
|
|
18 |
wget http://mitgcm.org/~gforget/global_oce_input_fields.tar.gz |
wget ftp://mit.ecco-group.org/ecco_for_las/version_4/checkpoints/global_oce_input_fields.tar.gz |
19 |
gunzip global_oce_input_fields.tar.gz |
gunzip global_oce_input_fields.tar.gz |
20 |
tar xf global_oce_input_fields.tar |
tar xf global_oce_input_fields.tar |
21 |
\rm -f global_oce_input_fields.tar |
\rm -f global_oce_input_fields.tar |
22 |
|
|
23 |
mv global_oce_input_fields input_verifs |
mv global_oce_input_fields/* input_verifs |
24 |
|
rmdir global_oce_input_fields |
25 |
|
|
26 |
wget http://mitgcm.org/~gforget/core2_cnyf.tar |
wget ftp://mit.ecco-group.org/ecco_for_las/version_4/checkpoints/core2_cnyf.tar |
27 |
tar xf core2_cnyf.tar |
tar xf core2_cnyf.tar |
28 |
\rm -f core2_cnyf.tar |
\rm -f core2_cnyf.tar |
29 |
|
|
32 |
cd .. |
cd .. |
33 |
|
|
34 |
#history: |
#history: |
35 |
|
#2016/12/15 Gael Forget get tar balls from ftp://mit.ecco-group.org rather than http://mitgcm.org |
36 |
#2016/09/26 Gael Forget mv global_oce_input_fields to input_verifs inside global_oce_llc90 |
#2016/09/26 Gael Forget mv global_oce_input_fields to input_verifs inside global_oce_llc90 |
37 |
#2016/09/26 Gael Forget add wget core2_cnyf.tar |
#2016/09/26 Gael Forget add wget core2_cnyf.tar |
38 |
#2016/09/26 Gael Forget remove cs32 related commands |
#2016/09/26 Gael Forget remove cs32 related commands |