source: CONFIG/LMDZ/branches/LMDZ4/CREATE/COMP/lmdz.card @ 544

Last change on this file since 544 was 541, checked in by jgipsl, 16 years ago

Added LMDZ4 forced configuration using the "old physics" of LMDZ with
possiblity to later add a second set parameter files to run "new
physics" in the same configuration. This configuration is adapted to the
latest LMDZ trunk version.

File size: 1.5 KB
Line 
1# $Id$
2#========================================================================
3#D-- Compatibility -
4[Compatibility]
5libIGCM=1.0
6
7[UserChoices]
8# Choose which directory of parameter files you will use
9# PARAM-AR4 representes the "old physics" corresponding to the physic used for IPCC AR4
10PARAM=../LMDZ/PARAM-AR4
11
12[InitialStateFiles]
13List=   (${R_INIT}/ATM/${config_UserChoices_TagName}/Albedo.nc, .), \
14        (${R_INIT}/ATM/${config_UserChoices_TagName}/ECDYN.nc, .), \
15        (${R_INIT}/ATM/${config_UserChoices_TagName}/ECPHY.nc, .), \
16        (${R_INIT}/ATM/${config_UserChoices_TagName}/Relief.nc, .), \
17        (${R_INIT}/ATM/${config_UserChoices_TagName}/Rugos.nc, .), \
18        (${R_INIT}/ATM/${config_UserChoices_TagName}/landiceref.nc, .) \
19        (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/sst_bc_clim.nc, amipbc_sst_1x1.nc), \
20        (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/sic_bc_clim.nc, amipbc_sic_1x1.nc)
21
22[BoundaryFiles]
23List= ()
24ListNonDel= ()
25
26[ParametersFiles]
27List=   (${SUBMIT_DIR}/${PARAM}/physiq.def, .), \
28        (${SUBMIT_DIR}/${PARAM}/gcm.def_${RESOL_ATM}, gcm.def), \
29        (${SUBMIT_DIR}/${PARAM}/run.def, .), \
30        (${SUBMIT_DIR}/${PARAM}/traceur.def, .)
31
32[RestartFiles]
33List= (NONE)
34       
35[OutputText]
36List= ()
37
38[OutputFiles]
39List=   ( limit.nc,     ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc,   NONE), \
40        ( start.nc,     ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_start.nc,    NONE), \
41        ( startphy.nc,  ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE)
42
43
Note: See TracBrowser for help on using the repository browser.