forked from NCAR/ccpp-physics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGFS_SCNV_generic_post.meta
429 lines (428 loc) · 12.4 KB
/
GFS_SCNV_generic_post.meta
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
########################################################################
[ccpp-table-properties]
name = GFS_SCNV_generic_post
type = scheme
dependencies = machine.F
########################################################################
[ccpp-arg-table]
name = GFS_SCNV_generic_post_run
type = scheme
[im]
standard_name = horizontal_loop_extent
long_name = horizontal loop extent
units = count
dimensions = ()
type = integer
intent = in
[levs]
standard_name = vertical_layer_dimension
long_name = vertical layer dimension
units = count
dimensions = ()
type = integer
intent = in
[nn]
standard_name = number_of_tracers_for_convective_transport
long_name = number of tracers for convective transport
units = count
dimensions = ()
type = integer
intent = in
[lssav]
standard_name = flag_for_diagnostics
long_name = logical flag for storing diagnostics
units = flag
dimensions = ()
type = logical
intent = in
[ldiag3d]
standard_name = flag_for_diagnostics_3D
long_name = flag for 3d diagnostic fields
units = flag
dimensions = ()
type = logical
intent = in
[qdiag3d]
standard_name = flag_for_tracer_diagnostics_3D
long_name = flag for 3d tracer diagnostic fields
units = flag
dimensions = ()
type = logical
intent = in
[frain]
standard_name = dynamics_to_physics_timestep_ratio
long_name = ratio of dynamics timestep to physics timestep
units = none
dimensions = ()
type = real
kind = kind_phys
intent = in
[gu0]
standard_name = x_wind_of_new_state
long_name = updated x-direction wind
units = m s-1
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
[gv0]
standard_name = y_wind_of_new_state
long_name = updated y-direction wind
units = m s-1
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
[gt0]
standard_name = air_temperature_of_new_state
long_name = temperature updated by physics
units = K
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
[gq0]
standard_name = tracer_concentration_of_new_state
long_name = tracer concentration updated by physics
units = kg kg-1
dimensions = (horizontal_loop_extent,vertical_layer_dimension,number_of_tracers)
type = real
kind = kind_phys
intent = in
[save_u]
standard_name = x_wind_save
long_name = x-wind before entering a physics scheme
units = m s-1
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
[save_v]
standard_name = y_wind_save
long_name = y-wind before entering a physics scheme
units = m s-1
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
[save_t]
standard_name = air_temperature_save
long_name = air temperature before entering a physics scheme
units = K
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
[save_q]
standard_name = tracer_concentration_save
long_name = tracer concentration before entering a physics scheme
units = kg kg-1
dimensions = (horizontal_loop_extent,vertical_layer_dimension,number_of_tracers)
type = real
kind = kind_phys
intent = in
[dtend]
standard_name = cumulative_change_of_state_variables
long_name = diagnostic tendencies for state variables
units = mixed
dimensions = (horizontal_loop_extent,vertical_layer_dimension,cumulative_change_of_state_variables_outer_index_max)
type = real
kind = kind_phys
intent = inout
[dtidx]
standard_name = cumulative_change_of_state_variables_outer_index
long_name = index of state-variable and process in last dimension of diagnostic tendencies array AKA cumulative_change_index
units = index
dimensions = (number_of_tracers_plus_one_hundred,number_of_cumulative_change_processes)
type = integer
intent = in
[index_of_temperature]
standard_name = index_of_temperature_in_cumulative_change_index
long_name = index of temperature in first dimension of array cumulative change index
units = index
dimensions = ()
type = integer
intent = in
[index_of_x_wind]
standard_name = index_of_x_wind_in_cumulative_change_index
long_name = index of x-wind in first dimension of array cumulative change index
units = index
dimensions = ()
type = integer
intent = in
[index_of_y_wind]
standard_name = index_of_y_wind_in_cumulative_change_index
long_name = index of x-wind in first dimension of array cumulative change index
units = index
dimensions = ()
type = integer
intent = in
[index_of_process_scnv]
standard_name = index_of_shallow_convection_process_process_in_cumulative_change_index
long_name = index of shallow convection process in second dimension of array cumulative change index
units = index
dimensions = ()
type = integer
intent = in
[ntqv]
standard_name = index_of_specific_humidity_in_tracer_concentration_array
long_name = tracer index for water vapor (specific humidity)
units = index
dimensions = ()
type = integer
intent = in
[clw]
standard_name = convective_transportable_tracers
long_name = array to contain cloud water and other convective trans. tracers
units = kg kg-1
dimensions = (horizontal_loop_extent,vertical_layer_dimension,number_of_tracers_for_convective_transport)
type = real
kind = kind_phys
intent = in
[shcnvcw]
standard_name = flag_for_saving_shallow_convective_cloud_area_fraction
long_name = flag for shallow convective cloud
units =
dimensions = ()
type = logical
intent = in
[rain1]
standard_name = lwe_thickness_of_shallow_convective_precipitation_amount
long_name = shallow convective rainfall amount on physics timestep
units = m
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = in
[npdf3d]
standard_name = number_of_pdf_based_variables_in_xyz_dimensioned_restart_array
long_name = number of 3d arrays associated with pdf based clouds/mp
units = count
dimensions = ()
type = integer
intent = in
[num_p3d]
standard_name = number_of_microphysics_variables_in_xyz_dimensioned_restart_array
long_name = number of 3D arrays needed for microphysics
units = count
dimensions = ()
type = integer
intent = in
[ncnvcld3d]
standard_name = number_of_convective_cloud_variables_in_xyz_dimensioned_restart_array
long_name = number of convective 3d clouds fields
units = count
dimensions = ()
type = integer
intent = in
[cnvc]
standard_name = convective_cloud_cover
long_name = convective cloud cover
units = frac
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
[cnvw]
standard_name = convective_cloud_water_mixing_ratio
long_name = moist convective cloud water mixing ratio
units = kg kg-1
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
[nsamftrac]
standard_name = number_of_tracers_for_samf
long_name = number of tracers for scale-aware mass flux schemes
units = count
dimensions = ()
type = integer
intent = in
[rainc]
standard_name = lwe_thickness_of_convective_precipitation_amount_on_dynamics_timestep
long_name = convective rain at this time step
units = m
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = inout
[cnvprcp]
standard_name = cumulative_lwe_thickness_of_convective_precipitation_amount
long_name = cumulative convective precipitation
units = m
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = inout
[cnvprcpb]
standard_name = cumulative_lwe_thickness_of_convective_precipitation_amount_in_bucket
long_name = cumulative convective precipitation in bucket
units = m
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = inout
[cnvw_phy_f3d]
standard_name = convective_cloud_condensate_mixing_ratio
long_name = convective cloud water mixing ratio in the phy_f3d array
units = kg kg-1
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
intent = inout
[cnvc_phy_f3d]
standard_name = convective_cloud_area_fraction
long_name = convective cloud cover in the phy_f3d array
units = frac
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
intent = inout
[flag_for_scnv_generic_tend]
standard_name = flag_for_generic_tendency_due_to_shallow_convection
long_name = true if GFS_SCNV_generic should calculate tendencies
units = flag
dimensions = ()
type = logical
intent = in
[imfshalcnv]
standard_name = control_for_shallow_convection_scheme
long_name = flag for mass-flux shallow convection scheme
units = flag
dimensions = ()
type = integer
intent = in
[imfshalcnv_sas]
standard_name = identifier_for_simplified_arakawa_schubert_shallow_convection
long_name = flag for SAS shallow convection scheme
units = flag
dimensions = ()
type = integer
intent = in
[imfshalcnv_samf]
standard_name = identifier_for_scale_aware_mass_flux_shallow_convection
long_name = flag for SAMF shallow convection scheme
units = flag
dimensions = ()
type = integer
intent = in
[cscnv]
standard_name = flag_for_Chikira_Sugiyama_deep_convection
long_name = flag for Chikira-Sugiyama convection
units = flag
dimensions = ()
type = logical
intent = in
[satmedmf]
standard_name = flag_for_scale_aware_TKE_moist_EDMF_PBL
long_name = flag for scale-aware TKE moist EDMF PBL scheme
units = flag
dimensions = ()
type = logical
intent = in
[trans_trac]
standard_name = flag_for_convective_transport_of_tracers
long_name = flag for convective transport of tracers
units = flag
dimensions = ()
type = logical
intent = in
[ras]
standard_name = flag_for_relaxed_arakawa_schubert_deep_convection
long_name = flag for ras convection scheme
units = flag
dimensions = ()
type = logical
intent = in
[ntsigma]
standard_name = index_of_updraft_area_fraction_in_tracer_concentration_array
long_name = tracer index of updraft_area_fraction
units = index
dimensions = ()
type = integer
intent = in
[ntcw]
standard_name = index_of_cloud_liquid_water_mixing_ratio_in_tracer_concentration_array
long_name = tracer index for cloud condensate (or liquid water)
units = index
dimensions = ()
type = integer
intent = in
[ntiw]
standard_name = index_of_cloud_ice_mixing_ratio_in_tracer_concentration_array
long_name = tracer index for ice water
units = index
dimensions = ()
type = integer
intent = in
[ntclamt]
standard_name = index_of_cloud_area_fraction_in_atmosphere_layer_in_tracer_concentration_array
long_name = tracer index for cloud amount integer
units = index
dimensions = ()
type = integer
intent = in
[ntrw]
standard_name = index_of_rain_mixing_ratio_in_tracer_concentration_array
long_name = tracer index for rain water
units = index
dimensions = ()
type = integer
intent = in
[ntsw]
standard_name = index_of_snow_mixing_ratio_in_tracer_concentration_array
long_name = tracer index for snow water
units = index
dimensions = ()
type = integer
intent = in
[ntrnc]
standard_name = index_of_mass_number_concentration_of_rain_in_tracer_concentration_array
long_name = tracer index for rain number concentration
units = index
dimensions = ()
type = integer
intent = in
[ntsnc]
standard_name = index_of_mass_number_concentration_of_snow_in_tracer_concentration_array
long_name = tracer index for snow number concentration
units = index
dimensions = ()
type = integer
intent = in
[ntgl]
standard_name = index_of_graupel_mixing_ratio_in_tracer_concentration_array
long_name = tracer index for graupel
units = index
dimensions = ()
type = integer
intent = in
[ntgnc]
standard_name = index_of_mass_number_concentration_of_graupel_in_tracer_concentration_array
long_name = tracer index for graupel number concentration
units = index
dimensions = ()
type = integer
intent = in
[ntrac]
standard_name = number_of_tracers
long_name = number of tracers
units = count
dimensions = ()
type = integer
intent = in
[errmsg]
standard_name = ccpp_error_message
long_name = error message for error handling in CCPP
units = none
dimensions = ()
type = character
kind = len=*
intent = out
[errflg]
standard_name = ccpp_error_code
long_name = error code for error handling in CCPP
units = 1
dimensions = ()
type = integer
intent = out