1 | DO_FLOODPLAINS = y |
---|
2 | DO_FLOODINFILT = TRUE |
---|
3 | DO_SWAMPS = TRUE |
---|
4 | |
---|
5 | #PRINTLEV = 4 |
---|
6 | |
---|
7 | LIMIT_WEST =-82.0 |
---|
8 | LIMIT_EAST = -40.0 |
---|
9 | LIMIT_SOUTH= -10.0 |
---|
10 | LIMIT_NORTH= 10.0 |
---|
11 | |
---|
12 | # SECHIBA history output level (0..10) |
---|
13 | # default = 5 |
---|
14 | SECHIBA_HISTLEVEL = 10 |
---|
15 | |
---|
16 | # STOMATE history output level (0..10) |
---|
17 | # default = 10 |
---|
18 | STOMATE_HISTLEVEL = 10 |
---|
19 | |
---|
20 | # |
---|
21 | #************************************************************************** |
---|
22 | # Parameter file list for ORCHIDEE |
---|
23 | # See all optional parameters in modipsl/modeles/ORCHIDEE/orchidee.default |
---|
24 | #************************************************************************** |
---|
25 | # Time |
---|
26 | TIME_LENGTH= 1D |
---|
27 | TIME_SKIP= 0D |
---|
28 | |
---|
29 | # Input and output |
---|
30 | #************************************************************************** |
---|
31 | # If DRIVER_reset_time=y, read the year from forcing file instead of taking it from restart file |
---|
32 | DRIVER_reset_time= y |
---|
33 | |
---|
34 | # Name of restart to read for initial conditions for the driver |
---|
35 | RESTART_FILEIN= NONE |
---|
36 | |
---|
37 | # Name of restart to read for initial conditions |
---|
38 | # default = NONE |
---|
39 | SECHIBA_restart_in= NONE |
---|
40 | |
---|
41 | # Name of restart to read for initial conditions of STOMATE |
---|
42 | # default = NONE |
---|
43 | STOMATE_RESTART_FILEIN= NONE |
---|
44 | |
---|
45 | # Use XIOS for writing diagnostics file |
---|
46 | # defulat = n |
---|
47 | XIOS_ORCHIDEE_OK= n |
---|
48 | |
---|
49 | # Flag to activate sechiba_out_2.nc history file for SECHIBA |
---|
50 | # default = FALSE |
---|
51 | SECHIBA_HISTFILE2 = FALSE |
---|
52 | |
---|
53 | # SECHIBA history 2 output level (0..10) |
---|
54 | # default = 1 |
---|
55 | SECHIBA_HISTLEVEL2 = 1 |
---|
56 | |
---|
57 | # Writefrequency in seconds in sechiba_history.nc |
---|
58 | # default = 86400.0 |
---|
59 | WRITE_STEP= -1. |
---|
60 | |
---|
61 | # Writefrequency in seconds sechiba_out_2.nc |
---|
62 | # default = 1800.0 |
---|
63 | WRITE_STEP2 = 10800.0 |
---|
64 | |
---|
65 | # Writefrequency in days in stomate_history.nc |
---|
66 | # default = 10. |
---|
67 | STOMATE_HIST_DT= -1. |
---|
68 | |
---|
69 | # Writefrequency in days or -1 for monthly output in stomate_ipcc_history.nc |
---|
70 | # default = 0. |
---|
71 | STOMATE_IPCC_HIST_DT= -1. |
---|
72 | |
---|
73 | |
---|
74 | # Hydrology parameters |
---|
75 | #************************************************************************** |
---|
76 | # Activate the multi-layer diffusion scheme adapted from CWRR |
---|
77 | # by default the Choisnel hydrology is used. |
---|
78 | HYDROL_CWRR= y |
---|
79 | |
---|
80 | # Activate river routing |
---|
81 | RIVER_ROUTING= y |
---|
82 | |
---|
83 | |
---|
84 | #************************************************************************** |
---|
85 | # Activate Stomate component |
---|
86 | STOMATE_OK_STOMATE= y |
---|
87 | |
---|
88 | # Activate calculations of CO2 according to Farqhuar and Ball |
---|
89 | STOMATE_OK_CO2= y |
---|
90 | |
---|
91 | # Parmeters related to vegetation map |
---|
92 | #************************************************************************** |
---|
93 | # Update vegetation frequency |
---|
94 | # default = 1Y |
---|
95 | VEGET_UPDATE= 1Y |
---|
96 | |
---|
97 | # Read lai map |
---|
98 | LAI_MAP= n |
---|
99 | |
---|
100 | # Prescribed vegetation, default=n |
---|
101 | IMPOSE_VEG= n |
---|
102 | |
---|
103 | # Other parameters |
---|
104 | #************************************************************************** |
---|
105 | # Analytic spinup |
---|
106 | SPINUP_ANALYTIC= n |
---|
107 | SPINUP_PERIOD= -1 |
---|
108 | |
---|
109 | # Value for atmospheric CO2, default=350. |
---|
110 | ATM_CO2= 325.57 |
---|
111 | |
---|
112 | # Activate reading/writing of cforcing file. Default=NONE |
---|
113 | STOMATE_CFORCING_NAME= NONE |
---|
114 | |
---|
115 | ############################# General flags to activate the modules ############################# |
---|
116 | |
---|
117 | # Activate the DGVM? (FALSE by default) |
---|
118 | STOMATE_OK_DGVM = n |
---|
119 | |
---|
120 | # Activate grassland management? (FALSE by default) |
---|
121 | ENABLE_GRAZING = n |
---|
122 | |
---|
123 | # Activate Spitfire? (FALSE by default ?) |
---|
124 | FIRE_DISABLE = n |
---|
125 | ALLOW_DEFOREST_FIRE = n |
---|
126 | |
---|
127 | # Activate the soil freezing scheme? (FALSE by default) |
---|
128 | OK_FREEZE = y |
---|
129 | |
---|
130 | # Activate permafrost carbon? (FALSE by default) |
---|
131 | OK_PC = y |
---|
132 | |
---|
133 | # Activate the explicit snow scheme developed by Tao? (FALSE by default) |
---|
134 | OK_EXPLICITSNOW = y |
---|
135 | |
---|
136 | # Activate computation of flux densities of CH4 from wetlands? (FALSE by default) |
---|
137 | CH4_CALCUL = y |
---|
138 | |
---|
139 | # Activate Topmodel? (FALSE by default) |
---|
140 | TOPM_CALCUL = n |
---|
141 | |
---|
142 | # Activate CO2 downregulation? (FALSE by default ?) |
---|
143 | DOWNREGULATION_CO2 = n |
---|
144 | |
---|
145 | ################################################################################## |
---|
146 | |
---|
147 | ################################# ISABELLE ####################################### |
---|
148 | |
---|
149 | OK_WETDIAGLONG=y |
---|
150 | |
---|
151 | ## No need because in constantes_soil IF (ok_freeze) THEN these flags = .TRUE. |
---|
152 | #OK_ECORR=y # Energy correction for freezing |
---|
153 | #OK_SNOWFACT=y # Activates the smoothering of landscapes by snow |
---|
154 | |
---|
155 | ## Not found in the code |
---|
156 | #OK_SNOW_TUNDRA_TAIGA=n |
---|
157 | #OK_GEL_THD=y |
---|
158 | #OK_GEL_THERMOSOIL=n |
---|
159 | #ALB_HIGH_LAT=y |
---|
160 | #OK_QGROUND=y |
---|
161 | #OK_THERMIX_trunc=y |
---|
162 | #OK_SHUM_PERMA_LONG=y |
---|
163 | #OK_SHUMDIAG_PERMA=y |
---|
164 | #OK_SHUMDIAG_INTERPOL=y |
---|
165 | #OK_GEL_THD=n |
---|
166 | #OK_GEL_THERMOSOIL=y |
---|
167 | #FORCING_RAD_CENTER=y # CO2 down regulation |
---|
168 | |
---|
169 | ##This is for permafrost |
---|
170 | |
---|
171 | ## Not found in the code |
---|
172 | #USE_PERMAFROST=y |
---|
173 | #WH_MG=n |
---|
174 | #use_ice_latentheat=y |
---|
175 | #use_excess_ice=n |
---|
176 | #reset_excess_ice=n |
---|
177 | #excess_ice_amount=0.0 |
---|
178 | #temp_offset= |
---|
179 | #temp_trend= |
---|
180 | #temp_trend_tzero= |
---|
181 | #temp_trend_tplateau= |
---|
182 | #sedimentation_rate=0. |
---|
183 | |
---|
184 | THERMOSOIL_NBLEV=32 |
---|
185 | O2_LIMIT=n |
---|
186 | frozen_respiration_func=4 |
---|
187 | OK_ZIMOV=n |
---|
188 | OK_METHANE=n |
---|
189 | TAU_CH4_TROPH=432000. |
---|
190 | HEAT_CO2_ACT=40.0E6 |
---|
191 | HEAT_CO2_SLO=30.0E6 |
---|
192 | HEAT_CO2_PAS=10.0E6 |
---|
193 | HEAT_CH4_GEN=0. |
---|
194 | HEAT_CH4_TROPH=0. |
---|
195 | TAU_CH4_GEN_RATIO=9.0 |
---|
196 | O2_SEUIL_MGEN=3.0 |
---|
197 | hmin_tcalc=.01 |
---|
198 | sn_dens=330. |
---|
199 | sn_cond=0.2 |
---|
200 | READ_PERMAFROST_MAP=n # waiting for reply in order to find input file |
---|
201 | # PERMAFROST_MAP_FILE= |
---|
202 | organic_layer_thickness=0.0 |
---|
203 | satsoil=n |
---|
204 | cryoturbate=y |
---|
205 | cryoturbation_diff_k=.01 |
---|
206 | use_toporganiclayer_tempdiff=n |
---|
207 | use_soilc_tempdiff=y |
---|
208 | use_new_cryoturbation=y |
---|
209 | cryoturbation_method=4 |
---|
210 | |
---|
211 | ## Setting yedoma carbon |
---|
212 | reset_yedoma_carbon=n |
---|
213 | yedoma_map_filename=yedoma_map.nc |
---|
214 | yedoma_depth=20. |
---|
215 | deepC_a_init=1790.1 |
---|
216 | deepC_s_init=14360.8 |
---|
217 | deepC_p_init=1436.0 |
---|
218 | |
---|
219 | ## WETLAND CH4 methane |
---|
220 | CH4atmo_CONC=0.0033 |
---|
221 | |
---|
222 | ## TOPMODEL |
---|
223 | TOPMODEL_PARAMETERS_FILE=TOPMODEL_param_1deg.nc |
---|
224 | |
---|
225 | #ok_histsync=TRUE |
---|
226 | |
---|
227 | ############################################ Grassland management ###################################################### |
---|
228 | |
---|
229 | ### define if enable grassland management and strategy of management |
---|
230 | ### define PFTs that are managed, grazed or cut |
---|
231 | |
---|
232 | ## Define animal status parameters |
---|
233 | FILE_PARAM_INIT=laq-int.init_cond.par |
---|
234 | |
---|
235 | ## Define management |
---|
236 | F_MANAGEMENT_MAP=0 |
---|
237 | F_GRAZING_MAP=0 |
---|
238 | F_DEPOSITION_MAP=0 |
---|
239 | N_limitation=n |
---|
240 | NB_YEAR_MANAGEMENT=0 1 1 1 1 1 1 1 1 1 1 1 1 |
---|
241 | FILE_MANAGEMENT=/home/orchidee03/jchang/run_MICT_GM/noman /home/orchidee03/jchang/run_MICT_GM/noman /home/orchidee03/jchang/run_MICT_GM/noman /home/orchidee03/jchang/run_MICT_GM/noman /home/orchidee03/jchang/run_MICT_GM/noman /home/orchidee03/jchang/run_MICT_GM/noman /home/orchidee03/jchang/run_MICT_GM/noman /home/orchidee03/jchang/run_MICT_GM/noman /home/orchidee03/jchang/run_MICT_GM/noman /home/orchidee03/jchang/run_MICT_GM/noman /home/orchidee03/jchang/run_MICT_GM/noman /home/orchidee03/jchang/run_MICT_GM/noman /home/orchidee03/jchang/run_MICT_GM/noman |
---|
242 | MANAGEMENT_MAP=2D_fert_1860_2010_ME_fracsystem.nc |
---|
243 | MANAGEMENT_START=0 0 130 130 0 130 130 |
---|
244 | MANAGEMENT_INTENSITY=0 0 4 4 0 4 4 |
---|
245 | #GRAZING_MAP=2D_sr_ugb_1860_2010_ME_fracsystem.nc |
---|
246 | GRAZING_MAP=sr_ugb.nc |
---|
247 | DEPOSITION_MAP=2D_Ndep_INCA_1860_2010.nc |
---|
248 | DEPOSITION_START=0 0 130 130 0 130 130 |
---|
249 | N_EFFECT=0.6 |
---|
250 | NB_CUT_YEAR=10 |
---|
251 | #NVM=13 |
---|
252 | |
---|
253 | IS_GRASSLAND_CUT__10=n |
---|
254 | IS_GRASSLAND_CUT__11=n |
---|
255 | ##LAI_MAX__10=7 # define parameters for managed grassland |
---|
256 | ##LAI_MAX__11=7 # define parameters for managed grassland |
---|
257 | |
---|
258 | #MERID_RES=0.5 |
---|
259 | #ZONAL_RES=0.5 |
---|
260 | |
---|
261 | LPJ_GAP_CONST_MORT=n |
---|
262 | HARVEST_AGRI=n |
---|
263 | STOMATE_IPCC_OUTPUT_FILE=NONE |
---|
264 | F_AUTOGESTION=5 |
---|
265 | F_POSTAUTO=0 |
---|
266 | IS_GRASSLAND_MANAG__10=y |
---|
267 | IS_GRASSLAND_MANAG__11=y |
---|
268 | IS_GRASSLAND_GRAZED__10=y |
---|
269 | IS_GRASSLAND_GRAZED__11=y |
---|
270 | SLA_MAX__10=3.0E-2 |
---|
271 | SLA_MIN__10=2.4E-2 |
---|
272 | SLA_MAX__11=3.0E-2 |
---|
273 | SLA_MIN__11=2.4E-2 |
---|
274 | NO_PFROST_DECOMP=n |
---|
275 | |
---|
276 | #################################### SPITFIRE configurations ############################################# |
---|
277 | |
---|
278 | # Read population density? |
---|
279 | READ_POPDENS=y |
---|
280 | POPDENS_FILE=popdens_1850_HYDE.nc |
---|
281 | |
---|
282 | # Read human ignition parameter? |
---|
283 | READ_HUMIGN=y |
---|
284 | HUMIGN_FILE=humign.nc |
---|
285 | |
---|
286 | # Read the ratio flag? |
---|
287 | READ_RATIO_FLAG=y |
---|
288 | |
---|
289 | # When the flag is greater than 1, BA and CF are forced, otherwise they are prognositcally determined |
---|
290 | RATIO_FLAG_FILE=flag_minus_ones.nc |
---|
291 | |
---|
292 | # Read the ratio? default y |
---|
293 | READ_RATIO=y |
---|
294 | |
---|
295 | # Default ratio file with all ratios as 1, i.e., the BA is prognostically determined |
---|
296 | RATIO_FILE=ratio_ones.nc |
---|
297 | |
---|
298 | READ_CF_COARSE=n #default n |
---|
299 | CF_COARSE_FILE=CF_coarse.nc |
---|
300 | READ_CF_FINE=n #default n |
---|
301 | CF_FINE_FILE=CF_fine.nc |
---|
302 | |
---|
303 | # Lightning flashes input file |
---|
304 | LIGHTNING_FILE=LISOTD_HRMC_V2.3.2011.lightn.nc |
---|
305 | DEPTH_MAX_T=11 |
---|