source: CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/GES/COMP/lmdz.card @ 2547

Last change on this file since 2547 was 2401, checked in by acosce, 9 years ago

Add a GES config in LMDZORINCA + some modification in other chemistries

File size: 5.2 KB
Line 
1#- $Id: lmdz.card 70 2007-06-21 14:20:42Z acosce $
2[Compatibility]
3libIGCM=1.0
4
5[UserChoices]
6# Physics package to use :
7# AP for standard/old physics(defalut), can be used with LMDZ4_AR5 or LMDZ5/trunk sources
8# NPv3.1 for new physics, to be used with LMDZ5/trunk revision 1554 or later
9LMDZ_Physics=AP
10#LMDZ_Physics=NPv3.1
11#LMDZ_Physics=NPv3.2
12
13# Use XIOS as output library
14XIOS=y
15
16# Set the variable CREATE needed further below to find the initial and boundary condition files.
17CREATE=ELC-${RESOL_ATM_3D}
18
19# ByPass_hgardfou_teta=y : modify teta_ parameters for following CumulPeriod only
20ByPass_hgardfou_teta=n
21
22# ByPass_hgardfou_mats=y : set parameter purmats=y for following CumulPeriod only
23ByPass_hgardfou_mats=n
24
25# Number of periods where to set parameter adjust=y before switching to adjust=n
26# For adjust=n, set LMDZ_NbPeriod_ajust=0.
27LMDZ_NbPeriod_adjust=0
28# LMDZ_NbPeriod_adjust=0
29# To force usage of this Bands file, put LMDZ_NbPeriod_adjust=0 and replace XXXXXXX by Restart Job Name
30#LMDZ_Bands_file_name=/ccc/store/cont003/dsm/p86cozic/IGCM_OUT/LMDZORINCA/NMHC_AER/L4OI3NA_39_Bands/ATM/Debug/L4OI3NA_39_Bands_Bands_96x95x39_32prc.dat_1
31
32# Set ConfType to choose parameters for aerosols, solar and green house gazes.
33# The parameter file PARAM/config.def_$ConfType will be used.
34# ConfType=preind/actuel/annuel
35ConfType=actuel
36
37# manage radiative aerosol effect and ozone
38flag_aerosol=6
39ok_ade=y
40ok_aie=n
41aerosol_couple=y
42read_climoz=0
43ok_cdnc=y
44
45# Set OutLevel to choose the level of output files from LMDZ. The file PARAM/output.def_$OutLevel will be used.
46# OutLevel=low/medium/high
47OutLevel=low
48
49# Set COSP activation and Outputs frequency (monthly, daily, HF) = y/n
50LMDZ_COSP_OK=n
51LMDZ_COSP_monthly=n
52LMDZ_COSP_daily=n
53LMDZ_COSP_hf=n
54
55# Set NMC Outputs frequency (monthly, daily, HF) = y/n
56LMDZ_NMC_monthly=n
57LMDZ_NMC_daily=n
58LMDZ_NMC_hf=n
59
60
61# Nugding : ok_guide=y/n
62# If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below.
63ok_guide=n
64
65
66[InitialStateFiles]
67# start and startphy are the clim files computed with CLIM_CREATE (create_etat0_limit) job
68List=   (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/start.nc     , start.nc      ) \
69        (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/startphy.nc  , startphy.nc   )
70
71
72[BoundaryFiles]
73List=   (${R_BC}/ATM/LMDZORINCA/${RESOL_ATM}/LIMIT/ERAI/leap/limit_${year}.nc , limit.nc)
74
75#       (${R_BC}/ATM/LMDZORINCA/${RESOL_ATM}/NUDGE_FILES/ERAI/AN${year}/u_ecmwf_${year}${month}.nc      , u.nc          ),\
76#       (${R_BC}/ATM/LMDZORINCA/${RESOL_ATM}/NUDGE_FILES/ERAI/AN${year}/v_ecmwf_${year}${month}.nc      , v.nc          )
77 
78ListNonDel= ()
79
80[ParametersFiles]
81List=   (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics}, physiq.def), \
82        (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D},    gcm.def),    \
83        (${SUBMIT_DIR}/PARAM/cosp_input_nl.txt,                .),    \
84        (${SUBMIT_DIR}/PARAM/cosp_output_nl.txt,               .),    \
85        (${SUBMIT_DIR}/PARAM/output.def_${OutLevel},  output.def),    \
86        (${SUBMIT_DIR}/PARAM/config.def_${ConfType},  config.def),    \
87        (${SUBMIT_DIR}/PARAM/guide.def, .), \
88        (${SUBMIT_DIR}/PARAM/run.def, .), \
89        (${SUBMIT_DIR}/PARAM/traceur.def, .), \
90        (${SUBMIT_DIR}/PARAM/iodef.xml, . ),\
91        (${MODIPSL}/modeles/LMDZ/DefLists/context_lmdz.xml, . )            ,\
92        (${MODIPSL}/modeles/LMDZ/DefLists/field_def_lmdz.xml, . )          ,\
93        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histday_lmdz.xml, . )   ,\
94        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhf_lmdz.xml, . )    ,\
95        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histins_lmdz.xml, . )   ,\
96        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histLES_lmdz.xml, . )   ,\
97        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmth_lmdz.xml, . )   ,\
98        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histstn_lmdz.xml, . )   ,\
99        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthNMC_lmdz.xml, . ),\
100        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histdayNMC_lmdz.xml, . ),\
101        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhfNMC_lmdz.xml, . ),\
102        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthCOSP_lmdz.xml, . ),\
103        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histdayCOSP_lmdz.xml, . ),\
104        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhfCOSP_lmdz.xml, . )
105
106[RestartFiles]
107List=   (restart.nc, restart.nc, start.nc), \
108        (restartphy.nc, restartphy.nc,  startphy.nc)
109
110[OutputText]
111List=   (physiq.def, gcm.def, run.def, traceur.def, guide.def, config.def, used_run.def, iodef.xml, context_lmdz.xml,field_def_lmdz.xml)
112
113[OutputFiles]
114List=   (histmth.nc,      ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,   Post_1M_histmth   )       
115
116[Post_1M_histmth]
117Patches= ()
118GatherWithInternal = (lon, lat, presnivs, time_counter, time_counter_bnds, aire)
119TimeSeriesVars2D = (bils, cldh, cldl, cldm, cldq, cldt, evap, iwp, lwp, LWdnSFC, LWdnSFCclr, LWupSFCclr, LWdn200, LWdn200clr, LWup200, LWup200clr, precip, prw, pluc, psol, q2m, sens, sicf, slp, snow, soll0, soll, sols0, sols, SWdnSFC, SWupSFC, SWup200, SWdnTOA, SWupTOA, SWdn200, SWdnSFCclr, SWupSFCclr, SWupTOAclr, t2m, t2m_max, t2m_min, taux_ter, taux_sic, taux_lic, taux_oce, tauy_ter, tauy_sic, tauy_lic, tauy_oce, lat_ter, lat_sic, lat_lic, lat_oce, topl0, topl, tops0, tops, topswad, topswai, tsol, tsol_ter, tsol_lic, tsol_oce, tsol_sic , u10m, u500, v10m, v500, w500, pourc_ter, pourc_oce, pourc_sic, pourc_lic)
120ChunckJob2D = NONE
121TimeSeriesVars3D = ()
122ChunckJob3D = NONE
Note: See TracBrowser for help on using the repository browser.