forked from ESCOMP/atmospheric_physics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkessler.meta
231 lines (228 loc) · 5.45 KB
/
kessler.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
[ccpp-arg-table]
name = kessler_init
type = scheme
[ rd_in ]
standard_name = gas_constant_dry_air
units = J kg-1 K-1
dimensions = ()
type = real
kind = kind_phys
intent = in
[ cp_in ]
standard_name = specific_heat_of_dry_air_at_constant_pressure
units = J kg-1 K-1
dimensions = ()
type = real
kind = kind_phys
intent = in
[ lv_in ]
standard_name = latent_heat_of_vaporization_of_water_at_0c
long_name = latent heat of vaporization of water at 0C
units = J kg-1
dimensions = ()
type = real
kind = kind_phys
intent = in
[ psl_in ]
standard_name = reference_pressure_at_sea_level
long_name = reference pressure at sea level
units = mb
dimensions = ()
type = real
kind = kind_phys
intent = in
[ rhoqr_in ]
standard_name = density_of_liquid_water_at_0c
long_name = density of liquid water at 0C
units = kg m-3
dimensions = ()
type = real
kind = kind_phys
intent = in
[ errmsg ]
standard_name = ccpp_error_message
long_name = Error message for error handling in CCPP
units = 1
type = character | kind = len=512
dimensions = ()
intent = out
[ errflg ]
standard_name = ccpp_error_flag
long_name = Error flag for error handling in CCPP
units = flag
type = integer
dimensions = ()
intent = out
#########################################################
[ccpp-arg-table]
name = kessler_timestep_init
type = scheme
[ ncol ]
standard_name = horizontal_dimension
units = count
dimensions = ()
type = integer
intent = in
[ nz ]
standard_name = vertical_layer_dimension
long_name = number of vertical levels
units = count
dimensions = ()
type = integer
intent = in
[ pdel ]
standard_name = pressure_thickness
state_variable = true
type = real
kind = kind_phys
units = Pa
dimensions = (horizontal_dimension, vertical_layer_dimension)
intent = in
[ pdeldry ]
standard_name = pressure_thickness_of_dry_air
state_variable = true
type = real
kind = kind_phys
units = Pa
dimensions = (horizontal_dimension, vertical_layer_dimension)
intent = in
[ qv ]
standard_name = water_vapor_specific_humidity
long_name = water vapor
units = kg kg-1
dimensions = (horizontal_dimension, vertical_layer_dimension)
type = real
kind = kind_phys
intent = inout
[ qc ]
standard_name = cloud_liquid_water_mixing_ratio
units = kg kg-1
dimensions = (horizontal_dimension, vertical_layer_dimension)
type = real
kind = kind_phys
intent = inout
[ qr ]
standard_name = rain_water_mixing_ratio
units = kg kg-1
dimensions = (horizontal_dimension, vertical_layer_dimension)
type = real
kind = kind_phys
intent = inout
[ errmsg ]
standard_name = ccpp_error_message
long_name = Error message for error handling in CCPP
units = 1
dimensions = ()
type = character
kind = len=*
intent = out
[ errflg ]
standard_name = ccpp_error_flag
long_name = Error flag for error handling in CCPP
units = flag
dimensions = ()
type = integer
intent = out
#########################################################
[ccpp-arg-table]
name = kessler_run
type = scheme
[ ncol ]
standard_name = horizontal_loop_extent
long_name = number of columns
units = count
dimensions = ()
type = integer
intent = in
[ nz ]
standard_name = vertical_layer_dimension
long_name = number of vertical levels
units = count
dimensions = ()
type = integer
intent = in
[ dt ]
standard_name = time_step_for_physics
long_name = time step
units = s
dimensions = ()
type = real
kind = kind_phys
intent = in
[ rho ]
standard_name = density_of_dry_air_at_STP
long_name = dry air density
units = kg m-3
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
[ z ]
standard_name = geopotential
long_name = geopotential height
units = m
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
[ pk ]
standard_name = inverse_exner_function_wrt_surface_pressure
long_name = inverse exner function w.r.t. surface pressure, (ps/p)^(R/cp)
units = count
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
[ theta ]
standard_name = potential_temperature
long_name = potential temperature
units = K
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
type = real
kind = kind_phys
intent = inout
[ qv ]
standard_name = water_vapor_specific_humidity
long_name = water vapor
units = kg kg-1
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
type = real
kind = kind_phys
intent = inout
[ qc ]
standard_name = cloud_liquid_water_mixing_ratio
units = kg kg-1
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
type = real
kind = kind_phys
intent = inout
[ qr ]
standard_name = rain_water_mixing_ratio
units = kg kg-1
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
type = real
kind = kind_phys
intent = inout
[ precl ]
standard_name = total_precipitation_at_surface
long_name = precipitation
units = m s-1
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = out
[ errmsg ]
standard_name = ccpp_error_message
long_name = Error message for error handling in CCPP
units = 1
dimensions = ()
type = character
kind = len=*
intent = out
[ errflg ]
standard_name = ccpp_error_flag
long_name = Error flag for error handling in CCPP
units = flag
dimensions = ()
type = integer
intent = out