299 | | |
| 299 | = Run a CMIP5 experience = |
| 300 | |
| 301 | The set up for all CMIP5 simulations have been saved here : http://forge.ipsl.jussieu.fr/igcmg/browser/CMIP5 |
| 302 | |
| 303 | |
| 304 | For each simulation the run directory is saved; containing the COMP, PARAM and POST sub directories and the config.card. It is possible to download and use directly or with some modifications. To do so, first extract the configuration LMDZOR_v4 as usual and compile the gcm. Then extract the CMIP5 run directory and do your simulation in that directory : |
| 305 | |
| 306 | {{{ |
| 307 | cd modipsl/util ; ./model LMDZOR_v4 ; ins_make |
| 308 | cd ../config/LMDZOR_v5; gmake |
| 309 | svn co http://forge.ipsl.jussieu.fr/igcmg/svn/CMIP5/amip/v3cf.amip5 . |
| 310 | cd v3cf.amip5 => adapte and do your simulation |
| 311 | }}} |
| 312 | |
| 313 | '''Some difficulties'''[[BR]] |
| 314 | |
| 315 | * If you want to run a coupled IPSLCM5 simluation in with LMDZOR_v4 (in forced mode) you have to add the limit.nc file in lmdz.card. You also have to modifie the config.card to remove from ListOfComponents so that only ATM SRF and SBG are left. |
| 316 | * Pay attention to the mask. If you want to restart from a coupled simulation, the limit.nc file must be in phase. limit.nc must have been produced using the o2a.nc file. |
| 317 | |
| 318 | |
| 319 | |