-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathGEOS_SurfaceGridComp.rc
More file actions
248 lines (220 loc) · 10.5 KB
/
GEOS_SurfaceGridComp.rc
File metadata and controls
248 lines (220 loc) · 10.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
####################################################################################
# #
# Resource file for surface parameters, *jointly* used by the GCM and GEOSldas. #
# #
# Different default values for the GCM and GEOSldas are supported as follows: #
# #
# - Lines that are NOT commented out can be used to specify GCM defaults as #
# needed, because they are ignored by GEOSldas. #
# #
# - The string "GEOSldas=>" identifies the GEOSldas default. #
# #
# This works because this resource file is processed by the GEOSldas #
# script "ldas_setup". #
# #
# NOTE: For the GCM, there must NOT be white space between the resource #
# parameter name and the colon. #
# #
####################################################################################
####################################################################################
# #
# W A R N I N G ! ! ! #
# #
# Many of the parameter options described below may NOT work as intended, or #
# at all... #
# #
# Choosing values other than the suggested defaults is NOT recommended for #
# general users. #
# #
####################################################################################
# ---- Surface layer turbulence scheme
#
# 0 : Louis (MERRA, Fortuna-DAS, SMAP NRv4/4.1/5/7.2/8.1/9.1/10.0)
# 1 : Helfand Monin-Obukhov (Fortuna-AR5, Ganymed, Heracles, Icarus-3_2, MERRA-2)
#
# GEOSagcm=>CHOOSEMOSFC: 1
# GEOSldas=>CHOOSEMOSFC: 0
# ---- Thickness of surface layer for soil moisture [mm]
#
# 50.0 : Ganymed-4 and later, SMAP L4_SM
# 20.0 : Ganymed-3 and earlier
#
# GEOSagcm=>SURFLAY: 50.0
# GEOSldas=>SURFLAY: 50.0
# ---- Assorted Catchment/snow model parameters associated with certain model versions:
#
# CATCHMENT model versions
# ------------------------
# Icarus : Icarus/f522_fp and earlier (scientifically close to MERRA-2)
# V24_C05 : GEOSldas_m4-17_0
# NRv7.2 : SMAP L4_SM Version 4, 5, 6, 7; f525_fp, f527_fp, f529_fp
#
# CATCHMENT-CN model versions
# ---------------------------
# CN_CLM40 : Fanwei Zeng's science-validated and published Catchment-CN.4.0 (e0004s_transientCO2_05)
#
# GEOSagcm=>LAND_PARAMS: NRv7.2
# GEOSldas=>LAND_PARAMS: NRv7.2
# ---- Formulation for turbulent roughness length (z0)
#
# 0 : Fortuna, SMAP NRv3
# 1 : Ganymed-4_1, SMAP NRv4/NRv4.1
# 2 : Heracles-4_3, Icarus (AGCM default)
# 3 : SMAP NRv5/NRv7.2
# 4 : Icarus-NLv3 (f525_fp, f527_fp, f529_fp)
# SMAP NRv8.1, NRv9.1, NRv10.0
#
# GEOSagcm=>Z0_FORMULATION: 4
# GEOSldas=>Z0_FORMULATION: 4
# ---- Compute runoff from large-scale and convective storms
#
# FWETC and FWETL are the areal fractions of canopy on to which convective and "large-scale" precipitation
# falls, respectively. These parameter values and the functional form to compute surface runoff
# are set in conjunction with the logical resource parameter USE_FWET_FOR_RUNOFF as follows:
#
# .FALSE. : Default; uses total throughfall to compute surface runoff with FWETC=FWETL=0.02.
#
# .TRUE. : Accounts for separate convective and large-scale throughfalls to compute surface runoff.
# Off-line, 36-km simulations using MERRA-2(?) forcing yielded calibrated parameter values
# of FWETC=0.005 and FWETL=0.025.
# Note that the partitioning between "convective" and "large-scale" precipitation in
# the GCM depends strongly on resolution, presumably requiring tuned FWETC and FWETL
# values that depend on the atmospheric resolution.
#
# GEOSagcm=>USE_FWET_FOR_RUNOFF: .FALSE.
# GEOSldas=>USE_FWET_FOR_RUNOFF: .FALSE.
#
# GEOSagcm=>FWETC: 0.02 # 0.02 is hard-wired default for USE_FWET_FOR_RUNOFF=.FALSE.
# GEOSldas=>FWETC: 0.02 # 0.02 is hard-wired default for USE_FWET_FOR_RUNOFF=.FALSE.
#
# GEOSagcm=>FWETL: 0.02 # 0.02 is hard-wired default for USE_FWET_FOR_RUNOFF=.FALSE.
# GEOSldas=>FWETL: 0.02 # 0.02 is hard-wired default for USE_FWET_FOR_RUNOFF=.FALSE.
# ---- ASCAT-derived turbulent roughness length
#
# 0 : Default - do not use ASCAT information.
# 1 : Replace model roughness length with ASCAT z0 where climatological NDVI<0.2.
#
# GEOSagcm=>USE_ASCATZ0: 0
# GEOSldas=>USE_ASCATZ0: 0
# ---- Prescribe interannually varying LAI, VISDF, and NIRDF from MODIS V006
#
# This option is NOT yet available in GEOSldas!
#
# 0 : DEFAULT climatologies in BCSDIR are used
# 1 : Prescribe interannually varying MCD15A2H.006 LAI and MCD43GF.006 VISDF and NIRDF albedo
#
# GEOSagcm=>MODIS_DVG: 0 # NOT yet used in GEOSldas
# ---- SNOW ALBEDO
#
# 0 : Snow albedo parameterization based on look-up table (default)
# 1 : Snow albedo derived from MODIS Collection MOD10A1.061 (Feb/2000 - Mar/2022)
# - backfilled with global land average snow albedo where unavailable
# - must use compatible bcs version that includes MODIS-based snow albedo (e.g., v06, v08, v09, ...)
# - NOTE: bcs v06, v08, and v09 used approximate averaging of MODIS-based snow albedo to tile space;
# bcs v11, v12 and v13 employ more accurate, raster-based averaging.
#
# GEOSagcm=>SNOW_ALBEDO_INFO: 0
# GEOSldas=>SNOW_ALBEDO_INFO: 0
#--------------------------------------------------------#
# GOSWIM aerosol deposition on surface snow #
#--------------------------------------------------------#
# *** NOTE: GOSWIM is DISABLED via hardcoded N_constit=0 in StieglitzSnow.F90 ***
# ---- Aerosol deposition on snow (available only with MERRA-2 forcings)
#
# 0 : GOCART aerosol are NOT used (default)
# DISABLED: 1 : Use all GOCART aerosol data
# DISABLED: 2 : Use GOCART aerosols *except* dust
# DISABLED: 3 : Use GOCART aerosols *except* black carbon
# DISABLED: 4 : Use GOCART aerosols *except* organic carbon
#
# GEOSagcm=>AEROSOL_DEPOSITION: 0
# GEOSldas=>AEROSOL_DEPOSITION: 0
# ---- Number of constituents for GOSWIM (the GOddard SnoW Impurity Module)
#
# NOTE: There are separate parameters for LAND and LANDICE
#
# 0 : Default, GOSWIM snow albedo scheme is turned OFF for land/landice
# DISABLED: 9 : GOSWIM snow albedo scheme is turned ON for land/landice
#
# GEOSagcm=>N_CONST_LAND4SNWALB: 0
# GEOSldas=>N_CONST_LAND4SNWALB: 0
#
# GEOSagcm=>N_CONST_LANDICE4SNWALB: 0 # NOT yet used in GEOSldas
#--------------------------------------------------------#
# Irrigation model #
#--------------------------------------------------------#
# ---- Run irrigation module
#
# 0 : Do NOT run irrigation module (default)
# 1 : YES, run irrigation module
#
# GEOSagcm=>RUN_IRRIG: 0
# GEOSldas=>RUN_IRRIG: 0
# ---- Irrigation model method
#
# 0 : Sprinkler and Flood irrigation combined (default)
# 1 : Sprinkler irrigation only
# 2 : Flood irrigation only
#
# GEOSagcm=>IRRIG_METHOD: 0
# GEOSldas=>IRRIG_METHOD: 0
#--------------------------------------------------------#
# River routing model (RRM) #
#--------------------------------------------------------#
# ---- Run river routing model interactively
#
# 0 : Default - NO
# 1 : YES
#
# GEOSagcm=>RUN_ROUTE: 0
# GEOSldas=>RUN_ROUTE: 0
# ---- Time step for river routing [s]
#
# GEOSagcm=>RRM_DT: 3600
# GEOSldas=>RRM_DT: 3600
# ---- Print Resource Parameter Values to Log File
#
# 0: Print only parameter values that differ from default settings
# 1: Print all parameter values
#
# GEOSagcm=>PRINTRC: 1
# GEOSldas=>PRINTRC: 1
#--------------------------------------------------------#
# CatchCN-specific parameters #
#--------------------------------------------------------#
# ---- Time step for carbon/nitrogen routines in CatchmentCN model [s]
#
# NOTE: Time step for water/energy routines is controlled by HEARTBEAT_DT in CAP.rc.
#
# GEOSagcm=>DTCN: 5400
# GEOSldas=>DTCN: 5400
# ---- Atmospheric CO2
#
# 0: Use a fixed value defined by "CO2" resource parameter [ppm]
# 1: NOAA CT tracker monthly mean diurnal cycle
# 2: NOAA CT tracker monthly mean diurnal cycle scaled to match EEA global average CO2:
# NOAA CT CO2 is scaled to the EEA global average CO2, linearly interpolated to the METFORCE year.
# For offline simulations: the optional resource parameter "CO2_YEAR" can be used to
# set the beginning year of the atmospheric CO2 concentration of the simulation
# if it is earlier than the METFORCE year.
# 3: CMIP5 recommended annual average global mean concentrations from getco2.F90 (1765-2150)
# 4: Import AGCM model CO2 (GCM only, does not work with GEOSldas!)
#
# GEOSagcm=>ATM_CO2: 2
# GEOSagcm=>CO2: 350.e-6
#
# GEOSldas=>ATM_CO2: 2
# GEOSldas=>CO2: 350.e-6
#
# GEOSldas=>CO2_YEAR:-9999 # Only for GEOSldas with ATM_C02=2
# ---- Prescribe daily LAI and SAI data from an archived CATCHCN simulation
#
#
# 0 : NO, run CN Model interactively (default)
# 1 : YES, prescribe interannually varying LAI and SAI
# 2 : YES, prescribe climatological LAI and SAI
# 3 : Estimated LAI/SAI using anomalies at the beginning of the forecast and climatological LAI/SAI
# 4 : Write LAI/SAI anomalies in catchcn_internal_rst for above option 3
#
# GEOSagcm=>PRESCRIBE_DVG: 0
# GEOSldas=>PRESCRIBE_DVG: 0