source: CONFIG/LMDZ/branches/LMDZ4/CREATE/COMP/lmdz.card_Interannuel @ 4294

Last change on this file since 4294 was 699, checked in by jgipsl, 15 years ago

Updatede LMDZ4 configuration as done for LMDZ4OR. Added new compile
resolutions and corresponding parameter files.

File size: 1.5 KB
Line 
1#========================================================================
2#D-- Compatibility -
3[Compatibility]
4libIGCM=1.0
5
6[UserChoices]
7# Choose which directory of parameter files you will use
8# PARAM-AR4 representes the "old physics" corresponding to the physic used for IPCC AR4
9PARAM=../LMDZ/PARAM-AR4
10
11[InitialStateFiles]
12List= ()
13
14[BoundaryFiles]
15List=   (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/amipbc_sst_360x180_${year}.nc, amipbc_sst_1x1.nc), \
16        (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/amipbc_sic_360x180_${year}.nc, amipbc_sic_1x1.nc)
17
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, .)
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}/run.def, .), \
29        (${SUBMIT_DIR}/${PARAM}/traceur.def, .)
30
31[RestartFiles]
32List= (NONE)
33
34[OutputText]
35List= ()
36
37[OutputFiles]
38List=   ( limit.nc,     ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_limit.nc,   NONE), \
39        ( start.nc,     ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,    NONE), \
40        ( startphy.nc,  ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc, NONE)
41
Note: See TracBrowser for help on using the repository browser.