source: CONFIG/UNIFORM/v5/LMDZORINCA_v5/EXPERIMENTS/LMDZ/CREATE_clim/COMP/lmdz.card @ 2015

Last change on this file since 2015 was 2015, checked in by acosce, 11 years ago

Modify lmdz.card/lmdz.driver/config.def to fit with last LMDZ revision (1729)

  • move ok_ade, ok_aie, read_climoz from lmdz.driver to lmdz.card
  • add parameter ok_cdnc (cloud droplet number concentration) in lmdz.card to agree with rev1712 from LMDZ
  • add flag_aerosol in lmdz.card to agree with rev1667 from LMDZ

Anne

File size: 2.1 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= ()
20
21ListNonDel= (${R_INIT}/ATM/${config_UserChoices_TagName}/Albedo.nc, .), \
22        (${R_INIT}/ATM/${config_UserChoices_TagName}/ECDYN.nc.20020101, ECDYN.nc), \
23        (${R_INIT}/ATM/${config_UserChoices_TagName}/ECPHY.nc, .), \
24        (${R_INIT}/ATM/${config_UserChoices_TagName}/Relief.nc, .), \
25        (${R_INIT}/ATM/${config_UserChoices_TagName}/Rugos.nc, .), \
26        (${R_INIT}/ATM/${config_UserChoices_TagName}/landiceref.nc, .) \
27        (${R_INIT}/ATM/${config_UserChoices_TagName}/Ozone/HYBRIDE/v2.clim/tro3_1995.new.nc, climoz.nc), \
28        (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/sst_bc_clim.nc, amipbc_sst_1x1.nc), \
29        (${R_INIT}/ATM/${config_UserChoices_TagName}/AMIP/sic_bc_clim.nc, amipbc_sic_1x1.nc)
30### Please, add the o2a.nc file to fit with the coupled configuration associated
31#       (${R_INIT}/ATM/IPSLCM5A/ORCA2.3x${RESOL_ATM}/o2a.nc, o2a.nc)
32
33[ParametersFiles]
34List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \
35        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def),    \
36        (${SUBMIT_DIR}/PARAM/output.def_low        ,  output.def),    \
37        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \
38        (${SUBMIT_DIR}/PARAM/run.def, .), \
39        (${SUBMIT_DIR}/PARAM/traceur.def, .)
40
41
42[RestartFiles]
43List= (NONE)
44
45[OutputText]
46List=   (physiq.def, gcm.def, run.def, config.def, traceur.def, output.def)
47
48[OutputFiles]
49List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc,   NONE), \
50        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_climoz_LMDZ.nc,  NONE), \
51        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_start.nc,    NONE), \
52        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE), \
53        ( 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.