source: CONFIG/LMDZOR/branches/LMDZOR_v4/CREATE/COMP/lmdz.card_Climat @ 1513

Last change on this file since 1513 was 1513, checked in by jgipsl, 13 years ago

Changed name for file physiq.def as this file changed name in previous commit.
create_etat0_limit is always used with parameters for old physics.

To start a simulation with LMDZ using new physics, use a restart file
from a previous simulation using the old physics, a simulation that has
run for at least one month at the same resolution. To stablilize the
model, it might be necessary to use purmats=y for the first couple of
days or a month.


File size: 1.9 KB
Line 
1#========================================================================
2#D-- Compatibility -
3[Compatibility]
4libIGCM=1.0
5
6[UserChoices]
7# Directory for parameter files
8PARAM_DIR=${SUBMIT_DIR}/../LMDZOR/PARAM
9
10[InitialStateFiles]
11List= ()
12
13[BoundaryFiles]
14List= ()
15
16ListNonDel= (${R_INIT}/ATM/${config_UserChoices_TagName}/Albedo.nc, .), \
17        (${R_INIT}/ATM/${config_UserChoices_TagName}/ECDYN.nc.20020101, 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        (${R_INIT}/ATM/${config_UserChoices_TagName}/Ozone/HYBRIDE/v2.clim/tro3_1995.new.nc, climoz.nc), \
23        (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/sst_bc_clim.nc, amipbc_sst_1x1.nc), \
24        (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/sic_bc_clim.nc, amipbc_sic_1x1.nc)
25### Please, add the o2a.nc file to fit with the coupled configuration associated
26#,\
27#       (${R_INIT}/ATM/IPSLCM5A/ORCA2.3xLMD9695/o2a.nc, o2a.nc)
28
29[ParametersFiles]
30List=   (${PARAM_DIR}/physiq.def_L${RESOL_ATM_Z}_AP, physiq.def), \
31        (${PARAM_DIR}/gcm.def_${RESOL_ATM_3D}, gcm.def), \
32        (${PARAM_DIR}/orchidee.def, .), \
33        (${PARAM_DIR}/run.def, .), \
34        (${PARAM_DIR}/traceur.def, .),\
35        (${PARAM_DIR}/guide.def, .)
36
37[RestartFiles]
38List= (NONE)
39       
40[OutputText]
41List=   (physiq.def, gcm.def, run.def, traceur.def, guide.def)
42
43[OutputFiles]
44List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc,   NONE), \
45        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_climoz_LMDZ.nc,  NONE), \
46        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_start.nc,    NONE), \
47        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE), \
48        ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_grilles_gcm.nc,      NONE)
Note: See TracBrowser for help on using the repository browser.