source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZ/CREATE_amip/COMP/lmdz.card @ 4342

Last change on this file since 4342 was 4342, checked in by jgipsl, 5 years ago

Adapted ce0l experiment:

  • Change input files to format netcdf-4
  • Add orography file
  • Removed amip and ozone files for year-1 and year+1. This is not handled in current version of LMDZ with unstrucutured grid (reading with XIOS).
  • Change to run in parallel on 31MPI+1MPI
File size: 4.0 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# 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
20ok_cdnc=y
21
22[InitialStateFiles]
23List= ()
24
25[BoundaryFiles]
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_sic_360x180_${year}.nc,    amipbc_sic_1x1.nc), \
28        (${R_IN}/ATM/OZONE/UReading/historical.v20160711.v2/original/144x96x66/tro3_${year}.nc, climoz.nc), \
29
30ListNonDel= (${R_IN}/ATM/INPUT_CE0L/Albedo4.nc, Albedo.nc), \
31        (${R_IN}/ATM/INPUT_CE0L/ECDYN4.nc.20020101, ECDYN.nc), \
32        (${R_IN}/ATM/INPUT_CE0L/ECPHY4.nc, ECPHY.nc), \
33        (${R_IN}/ATM/INPUT_CE0L/Relief4.nc, Relief.nc), \
34        (${R_IN}/ATM/INPUT_CE0L/Rugos4.nc, Rugos.nc), \
35        (${R_IN}/ATM/INPUT_CE0L/landiceref4.nc, landiceref.nc), \
36        (${R_IN}/ATM/OROGRAPHY/orography_2_00_npb${RESOL_NBP}_v0.nc, orography_2_00.nc), \
37        (${SUBMIT_DIR}/PARAM/XMLlmdz/context_lmdz.xml, . ),            \
38        (${SUBMIT_DIR}/PARAM/XMLlmdz/context_input_lmdz.xml, . ),      \
39        (${SUBMIT_DIR}/PARAM/XMLlmdz/field_def_lmdz.xml, . ),          \
40        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histmth_lmdz.xml, . ),   \
41        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histmthCOSP_lmdz.xml, .),\
42        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histmthNMC_lmdz.xml, . ),\
43        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histday_lmdz.xml, . ),   \
44        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histdayCOSP_lmdz.xml, .),\
45        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histdayNMC_lmdz.xml, . ),\
46        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histhf_lmdz.xml, . ),    \
47        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histhfCOSP_lmdz.xml, .), \
48        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histhfNMC_lmdz.xml, . ), \
49        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histstn_lmdz.xml, . ),   \
50        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histins_lmdz.xml, . ),   \
51        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histstrataer_lmdz.xml, . ),\
52        (${SUBMIT_DIR}/PARAM/XMLlmdz/file_def_histLES_lmdz.xml, . )
53
54
55# Optional: The o2a.nc file is optional and is used to fit with the coupled configuration for the land-sea mask.
56# 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.
57# Use following o2a file to fit with IPSLCM6.0.11 coupled model:
58#       (${R_IN}/ATM/START/eORCA1.2xLMD144x142/o2a_v3.nc, o2a.nc)
59# Use following o2a file for regular grid 96x95, correspond to coupled configuration IPSLCM5A2:
60#       (${R_IN}/ATM/START/ORCA2.3xLMD96x95/o2a_v3.nc, o2a.nc)
61
62
63
64[ParametersFiles]
65List=   (${SUBMIT_DIR}/PARAM/physiq.def_${LMDZ_Physics}, physiq.def), \
66        (${SUBMIT_DIR}/PARAM/vert.def_L${RESOL_ATM_Z},   vert.def),   \
67        (${SUBMIT_DIR}/PARAM/config.def_actuel     ,  config.def),    \
68        (${SUBMIT_DIR}/PARAM/run.def, .), \
69        (${SUBMIT_DIR}/PARAM/guide.def, .), \
70        (${SUBMIT_DIR}/PARAM/traceur.def, .)
71
72[RestartFiles]
73List= (NONE)
74
75[OutputText]
76List=   (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.*)
77
78[OutputFiles]
79List=   ( limit.nc,       ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_limit.nc,       NONE), \
80        ( climoz_LMDZ.nc, ${R_OUT_ATM_O}/Boundary/${config_UserChoices_JobName}_${year}_climoz_LMDZ.nc, NONE), \
81        ( startphy.nc,    ${R_OUT_ATM_O}/Restart/${config_UserChoices_JobName}_${year}_startphy.nc,     NONE), \
82        ( 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.