source: CONFIG/LMDZOR/branches/LMDZ4OR_v3/CREATE/COMP/lmdz.card_Interannuel @ 1095

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

Updated LMDZ4OR_v3 configuration to follow couple config IPSLCM5A.
AMIP directory contains an interannual amip experience close to coupled
IPSLCM5A/historical experience.
LMDZOR directory contains a present climatologic experience close to
couple IPSLCM5A/EXP00 present control.
CREATE contains, as before, the create_etat0_limit run for
climatologic(default) and interannual run.

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