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

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

JG :

  • Modified to run LMDZ4 trunk(with same physics as IPCC AR4) and ORCHIDEE OpenMP version.
  • Changed to new set of AMIP files : PCMDI has recalculated the AMIP files
File size: 1.3 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
15ListNonDel= (${R_INIT}/ATM/${config_UserChoices_TagName}/Albedo.nc, .), \
16        (${R_INIT}/ATM/${config_UserChoices_TagName}/ECDYN.nc, .), \
17        (${R_INIT}/ATM/${config_UserChoices_TagName}/ECPHY.nc, .), \
18        (${R_INIT}/ATM/${config_UserChoices_TagName}/Relief.nc, .), \
19        (${R_INIT}/ATM/${config_UserChoices_TagName}/Rugos.nc, .), \
20        (${R_INIT}/ATM/${config_UserChoices_TagName}/landiceref.nc, .)
21
22[ParametersFiles]
23List=   (${SUBMIT_DIR}/PARAM/physiq.def, .), \
24        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM}, gcm.def), \
25        (${SUBMIT_DIR}/PARAM/run.def, .), \
26        (${SUBMIT_DIR}/PARAM/traceur.def, .)
27
28[RestartFiles]
29List= (NONE)
30
31[OutputText]
32List= ()
33
34[OutputFiles]
35List=   ( limit.nc,     ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_limit.nc,   NONE), \
36        ( start.nc,     ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,    NONE), \
37        ( startphy.nc,  ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc, NONE)
38
Note: See TracBrowser for help on using the repository browser.