source: CONFIG/UNIFORM/v5/LMDZORINCA_v5.2/EXPERIMENTS/LMDZORINCA/CREATE/COMP/lmdz.card @ 2324

Last change on this file since 2324 was 2324, checked in by acosce, 10 years ago

Add a new configuration LMDZORINCA_v5.2

  • use last version of orchidee
  • compile with rrtm by default

Add NSW parameter in all physiq.def_L39_NPv3.2

File size: 2.2 KB
Line 
1#========================================================================
2#D-- Compatibility -
3[Compatibility]
4libIGCM=1.0
5
6[UserChoices]
7# manage radiative aerosol effect and ozone
8flag_aerosol=6
9ok_ade=y
10ok_aie=y
11aerosol_couple=n
12read_climoz=2
13ok_cdnc=y
14
15[InitialStateFiles]
16List= ()
17
18[BoundaryFiles]
19List=   (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/amipbc_sst_360x180_${year}.nc, amipbc_sst_1x1.nc), \
20        (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/amipbc_sic_360x180_${year}.nc, amipbc_sic_1x1.nc), \
21        (${R_INIT}/ATM/${config_UserChoices_TagName}/Ozone/HYBRIDE/v2.clim/tro3_${year}.new.nc, climoz.nc)
22
23ListNonDel= (${R_INIT}/ATM/${config_UserChoices_TagName}/Albedo.nc, .), \
24        (${R_INIT}/ATM/${config_UserChoices_TagName}/ECDYN.nc.20020101, ECDYN.nc), \
25        (${R_INIT}/ATM/${config_UserChoices_TagName}/ECPHY.nc, .), \
26        (${R_INIT}/ATM/${config_UserChoices_TagName}/Relief.nc, .), \
27        (${R_INIT}/ATM/${config_UserChoices_TagName}/Rugos.nc, .), \
28        (${R_INIT}/ATM/${config_UserChoices_TagName}/landiceref.nc, .)
29### Please, add the o2a.nc file to fit with the coupled configuration associated
30#       (${R_INIT}/ATM/IPSLCM5A/ORCA2.3x${RESOL_ATM}/o2a.nc, o2a.nc)
31
32[ParametersFiles]
33List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \
34        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def),    \
35        (${SUBMIT_DIR}/PARAM/output.def_low        ,  output.def),    \
36        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \
37        (${SUBMIT_DIR}/PARAM/run.def, .), \
38        (${SUBMIT_DIR}/PARAM/traceur.def, .)
39
40
41[RestartFiles]
42List= (NONE)
43
44[OutputText]
45List=   (physiq.def, gcm.def, run.def, config.def, traceur.def, output.def)
46
47[OutputFiles]
48List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_limit.nc,       NONE), \
49        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_climoz_LMDZ.nc, NONE), \
50        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,        NONE), \
51        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc,     NONE), \
52        ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_${year}_grilles_gcm.nc,     NONE)
53
Note: See TracBrowser for help on using the repository browser.