| 26 | * 6/7/2010 : Explications pour tourner les TS complètes sur cesium : |
| 27 | * Préparer le terrain: |
| 28 | {{{ |
| 29 | cd $WORKDIR ; mkdir -p POST_CMIP5/historical/historical1 ; |
| 30 | cd POST_CMIP5 ; svn_ano ; cd modipsl/util ; ./model libIGCM ; ./ins_job ; |
| 31 | cd historical/historical1 |
| 32 | }}} |
| 33 | * Récupérer la description des post-traitements de la config : |
| 34 | {{{ |
| 35 | scp -r mercure:/scratch/cont003/p86maf/TEST_BIGPOST/modipsl/config/IPSLCM5A/histobig4/COMP . |
| 36 | scp -r mercure:/scratch/cont003/p86maf/TEST_BIGPOST/modipsl/config/IPSLCM5A/histobig4/POST . |
| 37 | scp mercure:/scratch/cont003/p86maf/TEST_BIGPOST/modipsl/config/IPSLCM5A/histobig4/config.card . |
| 38 | }}} |
| 39 | * Programmer les post-traitements TS complets : |
| 40 | {{{ |
| 41 | cd COMP |
| 42 | cp lmdz.card lmdz.card_old ; cp lmdz.card.FULLTS lmdz.card |
| 43 | cp opa9.card opa9.card_old ; cp opa9.card.FULLTS opa9.card |
| 44 | cp orchidee.card orchidee.card_old ; cp orchidee.card.FULLTS orchidee.card |
| 45 | cp stomate.card stomate.card_old ; cp stomate.card.FULLTS stomate.card |
| 46 | cd .. |
| 47 | }}} |