375 | | (....) |
| 375 | L'état initial ainsi créé sera dans le répertoire '''$DMFDIR/IGCM_OUT/LMDz4OR_v2/AMIP_EL/'''. Contrairement |
| 376 | au cas climato vous obtenez 50 trios "start.nc, startphy.nc et limit.nc" |
| 377 | {{{ |
| 378 | ls $DMFDIR/IGCM_OUT/LMDz4OR_v2/AMIP_EL/ATM/Restart/ |
| 379 | AMIP_EL_19561230_limit.nc AMIP_EL_19561230_start.nc AMIP_EL_19561230_startphy.nc |
| 380 | (...) |
| 381 | AMIP_EL_20051230_limit.nc AMIP_EL_20051230_start.nc AMIP_EL_20051230_startphy.nc |
| 382 | }}} |
| 383 | Pour votre simulation vous devrez comme précédemment indiquer les path de start et startphy dans le fichier lmdz.card. Mais |
| 384 | attention cette fois ci pour le fichier de conditions aux limites il faudra l'indiquer dans la section '''List''' et non pas |
| 385 | '''!ListNonDel''' de !BoundaryFiles. |
| 386 | {{{ |
| 387 | [InitialStateFiles] |
| 388 | List= (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_${year}1230_start.nc, start.nc) \ |
| 389 | (${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_${year}1230_startphy.nc, startphy.nc) |
| 390 | [...] |
| 391 | [BoundaryFiles] |
| 392 | List=(${R_OUT}/${config_UserChoices_TagName}/${CREATE}/ATM/Restart/${CREATE}_${year}1230_limit.nc, limit.nc) |
| 393 | }}} |
| 394 | |
| 395 | [[BR]] |
| 396 | __Remarque :__ Si vous souhaitez utiliser d'autres jeux de données que les données AMIP vous devez modifier |
| 397 | le fichier modipsl/config/LMDZ4OR_v2/CREATE/lmdz.card |
| 398 | [[BR]] |
| 399 | [[BR]] |