| 1 |
|
| 2 |
#object: directions to install the global_oce_cs32 and global_oce_llc90 verification experiments |
| 3 |
|
| 4 |
cd MITgcm/verification/ |
| 5 |
|
| 6 |
cvs co -P -d global_oce_llc90 MITgcm_contrib/verification_other/global_oce_llc90 |
| 7 |
cvs co -P -d global_oce_cs32 MITgcm_contrib/verification_other/global_oce_cs32 |
| 8 |
|
| 9 |
cd global_oce_cs32 |
| 10 |
ln -s code code_ad |
| 11 |
cvs co -P -d input_fields MITgcm_contrib/gael/verification/global_oce_cs32/input_fields |
| 12 |
cd .. |
| 13 |
|
| 14 |
cd global_oce_llc90 |
| 15 |
ln -s code code_ad |
| 16 |
cvs co -P -d input_fields MITgcm_contrib/gael/verification/global_oce_llc90/input_fields |
| 17 |
cd input_fields |
| 18 |
./gunzip_files |
| 19 |
cd .. |
| 20 |
cd results |
| 21 |
ln -s hidden/ou* . |
| 22 |
cd .. |
| 23 |
cd .. |
| 24 |
|
| 25 |
#history: |
| 26 |
#2016/06/17 Gael Forget README file creation |