source: CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZ/CREATE_clim_360d/COMP/lmdz.card @ 3823

Last change on this file since 3823 was 3823, checked in by jgipsl, 6 years ago

Update IPSLCM6 with modifications done in LMDZOR_v6 configuration [3821] [3815]:

  • Change version of amip files for ce0l
  • orchidee.driver, orchidee.def_CWRR : add possibility to desactivate DO_WOOD_HARVEST. By default it does not change anything. Desactivation is done from orchidee.card.
  • EXPERIMENT/highresmip/orchidee.card change in set up:
    • No update of vegetation, always use year 2000 according to highresmip protocole
    • Desactivate woodharvest. This option has no signification if stomate is desactivated
    • Set lower default output
File size: 2.6 KB
Line 
1#========================================================================
2#D-- Compatibility -
3[Compatibility]
4libIGCM=1.0
5
6[UserChoices]
7# Physics package to use
8LMDZ_Physics=NPv6.1
9
10# Manage radiative aerosol effect and ozone
11flag_aerosol=6
12ok_ade=y
13ok_aie=y
14aerosol_couple=n
15read_climoz=1
16ok_cdnc=y
17
18[InitialStateFiles]
19List= ()
20
21[BoundaryFiles]
22List= ()
23
24ListNonDel= (${R_IN}/ATM/Albedo.nc, .), \
25        (${R_IN}/ATM/ECDYN.nc.20020101, ECDYN.nc), \
26        (${R_IN}/ATM/ECPHY.nc, .), \
27        (${R_IN}/ATM/Relief.nc, .), \
28        (${R_IN}/ATM/Rugos.nc, .), \
29        (${R_IN}/ATM/landiceref.nc, .) \
30        (${R_IN}/ATM/OZONE/UReading/historical.v20160711.v2/original/144x96x66/tro3_1979_2008_clim.nc, climoz.nc), \
31        (${R_IN}/ATM/LIMIT/AMIP.v20180427/original/360x180/BCS/amipbc_sst_360x180_1979_2008_clim.nc, amipbc_sst_1x1.nc), \
32        (${R_IN}/ATM/LIMIT/AMIP.v20180427/original/360x180/BCS/amipbc_sic_360x180_1979_2008_clim.nc, amipbc_sic_1x1.nc), \
33        (${R_IN}/ATM/START/eORCA1.2xLMD144x142/o2a_v3.nc, o2a.nc)
34
35# Optional: The o2a.nc file is optional and is used to fit with the coupled configuration for the land-sea mask.
36# The o2a file can be removed if it does not correspond to the resolution or zoom. In that case, Relief.nc will be used to calculate the mask land-sea.
37# Use following o2a file to fit with IPSLCM6.0.11 coupled model:
38#       (${R_IN}/ATM/START/eORCA1.2xLMD144x142/o2a_v3.nc, o2a.nc)
39# Use following o2a file for regular grid 96x95, correspond to coupled configuration IPSLCM5A2:
40#       (${R_IN}/ATM/START/ORCA2.3xLMD96x95/o2a_v3.nc, o2a.nc)
41
42
43[ParametersFiles]
44List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \
45        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics}, gcm.def), \
46        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),   \
47        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \
48        (${SUBMIT_DIR}/PARAM/run.def, .), \
49        (${SUBMIT_DIR}/PARAM/guide.def, .), \
50        (${SUBMIT_DIR}/PARAM/traceur.def, .)
51
52[RestartFiles]
53List= (NONE)
54
55[OutputText]
56List=   (physiq.def, gcm.def, vert.def, run.def, config.def, traceur.def, guide.def,out_create_etat0_limit.e.err, out_create_etat0_limit.e.out)
57
58[OutputFiles]
59List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc,   NONE), \
60        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_climoz_LMDZ.nc,  NONE), \
61        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_start.nc,    NONE), \
62        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE), \
63        ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_grilles_gcm.nc,      NONE)
64
Note: See TracBrowser for help on using the repository browser.