source: CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_clim_360d/COMP/lmdz.card @ 3924

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

Deactivate interpolation of ozone files in current version. Update to the trunk LMDZ as set in the comment for ozone files.

File size: 2.8 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
15
16# read_climoz : interpolation of ozone files.
17# Use read_climoz=1 for CMIP6 ozone files, 2 for CMIP5 ozone files and 0 for no interpolation
18# LMDZ6/trunk revision 3281 or later is needed for read_climoz=1 (not included in branche IPSLCM6.0.15)
19read_climoz=0
20ok_cdnc=y
21
22[InitialStateFiles]
23List= ()
24
25[BoundaryFiles]
26List= ()
27
28ListNonDel= (${R_IN}/ATM/Albedo.nc, .), \
29        (${R_IN}/ATM/ECDYN.nc.20020101, ECDYN.nc), \
30        (${R_IN}/ATM/ECPHY.nc, .), \
31        (${R_IN}/ATM/Relief.nc, .), \
32        (${R_IN}/ATM/Rugos.nc, .), \
33        (${R_IN}/ATM/landiceref.nc, .) \
34        (${R_IN}/ATM/OZONE/UReading/historical.v20160711.v2/original/144x96x66/tro3_1979_2008_clim.nc, climoz.nc), \
35        (${R_IN}/ATM/LIMIT/AMIP.v20180427/original/360x180/BCS/amipbc_sst_360x180_1979_2008_clim.nc, amipbc_sst_1x1.nc), \
36        (${R_IN}/ATM/LIMIT/AMIP.v20180427/original/360x180/BCS/amipbc_sic_360x180_1979_2008_clim.nc, amipbc_sic_1x1.nc), \
37        (${R_IN}/ATM/START/eORCA1.2xLMD144x142/o2a_v3.nc, o2a.nc)
38
39# Optional: The o2a.nc file is optional and is used to fit with the coupled configuration for the land-sea mask.
40# 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.
41# Use following o2a file to fit with IPSLCM6.0.11 coupled model:
42#       (${R_IN}/ATM/START/eORCA1.2xLMD144x142/o2a_v3.nc, o2a.nc)
43# Use following o2a file for regular grid 96x95, correspond to coupled configuration IPSLCM5A2:
44#       (${R_IN}/ATM/START/ORCA2.3xLMD96x95/o2a_v3.nc, o2a.nc)
45
46
47[ParametersFiles]
48List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \
49        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics}, gcm.def), \
50        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),   \
51        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \
52        (${SUBMIT_DIR}/PARAM/run.def, .), \
53        (${SUBMIT_DIR}/PARAM/guide.def, .), \
54        (${SUBMIT_DIR}/PARAM/traceur.def, .)
55
56[RestartFiles]
57List= (NONE)
58
59[OutputText]
60List=   (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*)
61
62[OutputFiles]
63List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_clim_limit.nc,   NONE), \
64        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_climoz_LMDZ.nc,  NONE), \
65        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_start.nc,    NONE), \
66        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_clim_startphy.nc, NONE), \
67        ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_grilles_gcm.nc,      NONE)
68
Note: See TracBrowser for help on using the repository browser.