1 |
|
|
2 |
#object: directions to install the global_oce_cs32 and global_oce_llc90 verification experiments |
#object: directions to install the global_oce_cs32 verification experiments |
3 |
|
|
4 |
cd MITgcm/verification/ |
cd MITgcm/verification/ |
5 |
|
|
|
cvs co -P -d global_oce_llc90 MITgcm_contrib/verification_other/global_oce_llc90 |
|
6 |
cvs co -P -d global_oce_cs32 MITgcm_contrib/verification_other/global_oce_cs32 |
cvs co -P -d global_oce_cs32 MITgcm_contrib/verification_other/global_oce_cs32 |
7 |
|
|
8 |
cd global_oce_cs32 |
cd global_oce_cs32 |
9 |
|
|
10 |
ln -s code code_ad |
ln -s code code_ad |
11 |
cvs co -P -d input_fields MITgcm_contrib/gael/verification/global_oce_cs32/input_fields |
cvs co -P -d input_fields MITgcm_contrib/gael/verification/global_oce_cs32/input_fields |
12 |
cd .. |
wget http://mitgcm.org/~gforget/core2_cnyf.tar |
13 |
|
tar xf core2_cnyf.tar |
14 |
|
\rm -f core2_cnyf.tar |
15 |
|
|
|
cd global_oce_llc90 |
|
|
ln -s code code_ad |
|
|
cvs co -P -d input_fields MITgcm_contrib/gael/verification/global_oce_llc90/input_fields |
|
|
cd input_fields |
|
|
./gunzip_files |
|
|
cd .. |
|
|
cd results |
|
|
ln -s hidden/ou* . |
|
|
cd .. |
|
16 |
cd .. |
cd .. |
17 |
|
|
18 |
#history: |
#history: |
19 |
|
#2016/09/26 Gael Forget add wget core2_cnyf.tar |
20 |
|
#2016/09/26 Gael Forget remove llc90 related commands |
21 |
#2016/06/17 Gael Forget README file creation |
#2016/06/17 Gael Forget README file creation |
22 |
|
|