Changes between Version 1 and Version 2 of IPSLCM4_v2_PAR
- Timestamp:
- 05/25/07 10:14:08 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IPSLCM4_v2_PAR
v1 v2 20 20 * Comment changer le nombre de processeurs pour LMDZ et ORCHIDEE? 21 21 22 = Commands to access, compile and run IPSLCM4_v2 = 23 {{{ 24 PATH=$PATH:... 25 mkdir MY_EXPER 26 cd MY_EXPER 27 svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 28 cd modipsl 29 ./model IPSLCM4_v2 30 ./ins_make 31 cd ../config/IPSLCM4_v2 32 gmake (or gmake ORCA2xLMD144142) 33 }}} 34 35