source: CONFIG/LMDZOR/branches/LMDZOR_v4/CREATE/COMP/lmdz.card_Interannuel @ 1219

Last change on this file since 1219 was 1219, checked in by jgipsl, 14 years ago

Dev config LMDZOR_v4 :
-renamed lmdz.card et orchidee.card by adding the suffix _Climat.
-changed path to PARAM directory in CREATE run.

File size: 1.9 KB
RevLine 
[197]1#========================================================================
2#D-- Compatibility -
3[Compatibility]
4libIGCM=1.0
5
6[UserChoices]
[1169]7# Directory for parameter files
[1219]8PARAM_DIR=${SUBMIT_DIR}/../LMDZOR/PARAM
[197]9
10[InitialStateFiles]
[332]11List= ()
[197]12
13[BoundaryFiles]
[473]14List=   (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/amipbc_sst_360x180_${year}.nc, amipbc_sst_1x1.nc), \
[967]15        (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/amipbc_sic_360x180_${year}.nc, amipbc_sic_1x1.nc), \
[1204]16        (${R_INIT}/ATM/${config_UserChoices_TagName}/Ozone/HYBRIDE/v2.clim/tro3_${year}.new.nc, climoz.nc)
[332]17
[197]18ListNonDel= (${R_INIT}/ATM/${config_UserChoices_TagName}/Albedo.nc, .), \
19        (${R_INIT}/ATM/${config_UserChoices_TagName}/ECDYN.nc, .), \
20        (${R_INIT}/ATM/${config_UserChoices_TagName}/ECPHY.nc, .), \
21        (${R_INIT}/ATM/${config_UserChoices_TagName}/Relief.nc, .), \
22        (${R_INIT}/ATM/${config_UserChoices_TagName}/Rugos.nc, .), \
23        (${R_INIT}/ATM/${config_UserChoices_TagName}/landiceref.nc, .)
[1095]24### Please, add the o2a.nc file to fit with the coupled configuration associated
25#       (${R_INIT}/ATM/IPSLCM5A/ORCA2.3xLMD9695/o2a.nc, o2a.nc)
[197]26
27[ParametersFiles]
[1169]28List=   (${PARAM_DIR}/physiq.def_L${RESOL_ATM_Z}, physiq.def), \
29        (${PARAM_DIR}/gcm.def_${RESOL_ATM_3D}, gcm.def), \
30        (${PARAM_DIR}/orchidee.def, .), \
31        (${PARAM_DIR}/run.def, .), \
32        (${PARAM_DIR}/traceur.def, .),\
33        (${PARAM_DIR}/guide.def, .)
[197]34
35[RestartFiles]
[332]36List= (NONE)
[197]37
38[OutputText]
[1169]39List=   (physiq.def, gcm.def, run.def, traceur.def, guide.def)
[197]40
41[OutputFiles]
[967]42List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_limit.nc,       NONE), \
43        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_climoz_LMDZ.nc, NONE), \
44        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,        NONE), \
45        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc,     NONE)
[197]46
Note: See TracBrowser for help on using the repository browser.