| 1 |
|
|
| 2 |
#object: directions to install the global_oce_cs32 and 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 |
|
cvs co -P -d global_oce_cs32 MITgcm_contrib/verification_other/global_oce_cs32 |
|
|
|
|
|
cd global_oce_cs32 |
|
|
ln -s code code_ad |
|
|
cvs co -P -d input_fields MITgcm_contrib/gael/verification/global_oce_cs32/input_fields |
|
|
cd .. |
|
| 7 |
|
|
| 8 |
cd global_oce_llc90 |
cd global_oce_llc90 |
| 9 |
|
|
| 10 |
ln -s code code_ad |
ln -s code code_ad |
| 11 |
|
|
| 12 |
cvs co -P -d input_fields MITgcm_contrib/gael/verification/global_oce_llc90/input_fields |
cvs co -P -d input_fields MITgcm_contrib/gael/verification/global_oce_llc90/input_fields |
| 13 |
|
|
| 14 |
cd input_fields |
cd input_fields |
| 15 |
./gunzip_files |
./gunzip_files |
| 16 |
cd .. |
cd .. |
| 17 |
cd results |
|
| 18 |
ln -s hidden/ou* . |
wget http://mitgcm.org/~gforget/global_oce_input_fields.tar.gz |
| 19 |
cd .. |
gunzip global_oce_input_fields.tar.gz |
| 20 |
|
tar xf global_oce_input_fields.tar |
| 21 |
|
\rm -f global_oce_input_fields.tar |
| 22 |
|
|
| 23 |
|
mv global_oce_input_fields input_verifs |
| 24 |
|
|
| 25 |
|
wget http://mitgcm.org/~gforget/core2_cnyf.tar |
| 26 |
|
tar xf core2_cnyf.tar |
| 27 |
|
\rm -f core2_cnyf.tar |
| 28 |
|
|
| 29 |
|
mv core2_cnyf input_verifs/. |
| 30 |
|
|
| 31 |
cd .. |
cd .. |
| 32 |
|
|
| 33 |
#history: |
#history: |
| 34 |
|
#2016/09/26 Gael Forget mv global_oce_input_fields to input_verifs inside global_oce_llc90 |
| 35 |
|
#2016/09/26 Gael Forget add wget core2_cnyf.tar |
| 36 |
|
#2016/09/26 Gael Forget remove cs32 related commands |
| 37 |
|
#2016/09/26 Gael Forget remove hidden related commands |
| 38 |
#2016/06/17 Gael Forget README file creation |
#2016/06/17 Gael Forget README file creation |
| 39 |
|
|