source: CONFIG/UNIFORM/v6/IPSLESM6/EXPERIMENTS/LMDZ/CREATE_amip/COMP/lmdz.card @ 3969

Last change on this file since 3969 was 3969, checked in by acosce, 6 years ago

update configuration IPSLESM to NPv6.1.5

File size: 3.5 KB
RevLine 
[1645]1#========================================================================
2#D-- Compatibility -
3[Compatibility]
4libIGCM=1.0
5
6[UserChoices]
[2758]7# Physics package to use
[3758]8LMDZ_Physics=NPv6.1
[2758]9
10# Manage radiative aerosol effect and ozone
[2015]11flag_aerosol=6
12ok_ade=y
13ok_aie=y
14aerosol_couple=n
[3969]15# read_climoz : interpolation of ozone files.
16# Use read_climoz=1 for CMIP6 ozone files, 2 for CMIP5 ozone files and 0 for no interpolation
17# LMDZ6/trunk revision 3281 or later is needed for read_climoz=1 (not included in branche IPSLCM6.0.15)
18read_climoz=0
19
[2015]20ok_cdnc=y
[1645]21
22[InitialStateFiles]
23List= ()
24
25[BoundaryFiles]
[3969]26List=   (${R_IN}/ATM/LIMIT/AMIP.v20180427/original/360x180/BCS/amipbc_sst_360x180_${year}.nc,    amipbc_sst_1x1.nc), \
27        (${R_IN}/ATM/LIMIT/AMIP.v20180427/original/360x180/BCS/amipbc_sst_360x180_${year_m1}.nc, amipbc_sst_1x1_m.nc), \
28        (${R_IN}/ATM/LIMIT/AMIP.v20180427/original/360x180/BCS/amipbc_sst_360x180_${year_p1}.nc, amipbc_sst_1x1_p.nc), \
29        (${R_IN}/ATM/LIMIT/AMIP.v20180427/original/360x180/BCS/amipbc_sic_360x180_${year}.nc,    amipbc_sic_1x1.nc), \
30        (${R_IN}/ATM/LIMIT/AMIP.v20180427/original/360x180/BCS/amipbc_sic_360x180_${year_m1}.nc, amipbc_sic_1x1_m.nc), \
31        (${R_IN}/ATM/LIMIT/AMIP.v20180427/original/360x180/BCS/amipbc_sic_360x180_${year_p1}.nc, amipbc_sic_1x1_p.nc), \
[3758]32        (${R_IN}/ATM/OZONE/UReading/historical.v20160711.v2/original/144x96x66/tro3_${year_m1}.nc, climoz_m.nc), \
33        (${R_IN}/ATM/OZONE/UReading/historical.v20160711.v2/original/144x96x66/tro3_${year}.nc, climoz.nc), \
34        (${R_IN}/ATM/OZONE/UReading/historical.v20160711.v2/original/144x96x66/tro3_${year_p1}.nc, climoz_p.nc)
[1645]35
[2758]36ListNonDel= (${R_IN}/ATM/Albedo.nc, .), \
[2585]37        (${R_IN}/ATM/ECDYN.nc.20020101, ECDYN.nc), \
38        (${R_IN}/ATM/ECPHY.nc, .), \
39        (${R_IN}/ATM/Relief.nc, .), \
40        (${R_IN}/ATM/Rugos.nc, .), \
[3289]41        (${R_IN}/ATM/landiceref.nc, .), \
42        (${R_IN}/ATM/START/eORCA1.2xLMD144x142/o2a_v3.nc, o2a.nc)
[1645]43
[3289]44# Optional: The o2a.nc file is optional and is used to fit with the coupled configuration for the land-sea mask.
45# 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.
46# Use following o2a file to fit with IPSLCM6.0.11 coupled model:
47#       (${R_IN}/ATM/START/eORCA1.2xLMD144x142/o2a_v3.nc, o2a.nc)
48# Use following o2a file for regular grid 96x95, correspond to coupled configuration IPSLCM5A2:
[3292]49#       (${R_IN}/ATM/START/ORCA2.3xLMD96x95/o2a_v3.nc, o2a.nc)
[2758]50
51
[3289]52
[1645]53[ParametersFiles]
[2758]54List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \
[3032]55        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_XY}_${LMDZ_Physics}, gcm.def), \
[2758]56        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),   \
[1804]57        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \
58        (${SUBMIT_DIR}/PARAM/run.def, .), \
[2480]59        (${SUBMIT_DIR}/PARAM/guide.def, .), \
[1804]60        (${SUBMIT_DIR}/PARAM/traceur.def, .)
[1645]61
62[RestartFiles]
63List= (NONE)
64
65[OutputText]
[3758]66List=   (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.*)
[1645]67
68[OutputFiles]
69List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_limit.nc,       NONE), \
70        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_climoz_LMDZ.nc, NONE), \
71        ( start.nc,       ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_start.nc,        NONE), \
72        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc,     NONE), \
73        ( grilles_gcm.nc, ${R_OUT_ATM_O}/Grid/${config_UserChoices_JobName}_${year}_grilles_gcm.nc,     NONE)
Note: See TracBrowser for help on using the repository browser.