forked from ESCOMP/atmospheric_physics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kessler_update.meta
202 lines (201 loc) · 4.96 KB
/
kessler_update.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
[ccpp-arg-table]
name = kessler_update_init
type = scheme
[ gravit_in ]
standard_name = gravitational_acceleration
units = m s-2
dimensions = ()
type = real
kind = kind_phys
intent = in
[ cpair_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
#########################################################
[ccpp-arg-table]
name = kessler_update_timestep_init
type = scheme
[ temp ]
standard_name = temperature
state_variable = true
type = real
kind = kind_phys
units = K
dimensions = (horizontal_dimension, vertical_layer_dimension)
intent = in
[ temp_prev ]
standard_name = temperature_from_previous_timestep
units = K
dimensions = (horizontal_dimension, vertical_layer_dimension)
type = real
kind = kind_phys
intent = out
[ ttend_t ]
standard_name = total_tendency_of_temperature
units = K s-1
dimensions = (horizontal_dimension, vertical_layer_dimension)
type = real
kind = kind_phys
intent = out
[ 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_update_run
type = scheme
[ nz ]
standard_name = vertical_layer_dimension
long_name = number of vertical levels
units = count
dimensions = ()
type = integer
intent = in
[ ncol ]
standard_name = horizontal_loop_extent
long_name = number of columns
units = count
dimensions = ()
type = integer
intent = in
[ phis ]
standard_name = surface_geopotential
state_variable = true
type = real
kind = kind_phys
units = m2 s-2
dimensions = (horizontal_loop_extent)
intent = in
[ temp ]
standard_name = temperature
state_variable = true
type = real
kind = kind_phys
units = K
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
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
[ exner ]
standard_name = inverse_exner_function_wrt_surface_pressure
long_name = inverse exner function w.r.t. surface pressure, (ps/p)^(R/cp)
state_variable = true
units = count
type = real | kind = kind_phys
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
intent = in
[ dt ]
standard_name = time_step_for_physics
long_name = time step
units = s
dimensions = ()
type = real
kind = kind_phys
intent = in
[ temp_prev ]
standard_name = temperature_from_previous_timestep
units = K
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
type = real
kind = kind_phys
intent = inout
[ ttend_t ]
standard_name = total_tendency_of_temperature
type = real
kind = kind_phys
units = K s-1
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
intent = inout
[ 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_update_timestep_final
type = scheme
[ nz ]
standard_name = vertical_layer_dimension
long_name = number of vertical levels
units = count
dimensions = ()
type = integer
intent = in
[ temp ]
standard_name = temperature
state_variable = true
type = real
kind = kind_phys
units = K
dimensions = (horizontal_dimension, vertical_layer_dimension)
intent = in
[ zm ]
standard_name = geopotential
state_variable = true
type = real | kind = kind_phys
units = m
dimensions = (horizontal_dimension, vertical_layer_dimension)
intent = in
[ phis ]
standard_name = surface_geopotential
state_variable = true
type = real
kind = kind_phys
units = m2 s-2
dimensions = (horizontal_dimension)
intent = in
[ st_energy ]
standard_name = dry_static_energy_content_of_atmosphere_layer
long_name = Dry static energy
state_variable = true
type = real
kind = kind_phys
units = J m-2
dimensions = (horizontal_dimension, vertical_layer_dimension)
intent = out
[ errflg ]
standard_name = ccpp_error_flag
long_name = Error flag for error handling in CCPP
units = flag
type = integer
dimensions = ()
intent = out
[ 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
#########################################################