forked from ESCOMP/atmospheric_physics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
geopotential_t.meta
160 lines (160 loc) · 4.1 KB
/
geopotential_t.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
[ccpp-arg-table]
name = geopotential_t_run
type = scheme
[ pver ]
standard_name = vertical_layer_dimension
long_name = number of vertical layers
units = count
dimensions = ()
type = integer
intent = in
[ pverp ]
standard_name = vertical_interface_dimension
long_name = number of vertical layer interfaces
units = count
dimensions = ()
type = integer
intent = in
[ lagrang ]
standard_name = lagrangian_vertical_coordinate
long_name = flag indicating if vertical coordinate is lagrangian
units = flag
dimensions = ()
type = logical
intent = in
[ layer_surf ]
standard_name = index_of_bottom_vertical_layer
units = count
dimensions = ()
type = integer
intent = in
[ layer_toa ]
standard_name = index_of_top_vertical_layer
units = count
dimensions = ()
type = integer
intent = in
[ interface_surf ]
standard_name = index_of_bottom_vertical_interface
units = count
dimensions = ()
type = integer
intent = in
[ interface_toa ]
standard_name = index_of_top_vertical_interface
units = count
dimensions = ()
type = integer
intent = in
[ piln ]
standard_name = natural_log_of_air_pressure_at_interface
state_variable = true
type = real | kind = kind_phys
units = ln(Pa)
dimensions = (horizontal_loop_extent, vertical_interface_dimension)
intent = in
[ pmln ]
standard_name = natural_log_of_air_pressure
state_variable = true
type = real | kind = kind_phys
units = ln(Pa)
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
intent = in
[ pint ]
standard_name = air_pressure_at_interface
state_variable = true
type = real | kind = kind_phys
units = Pa
dimensions = (horizontal_loop_extent, vertical_interface_dimension)
intent = in
[ pmid ]
standard_name = air_pressure
long_name = Midpoint air pressure
state_variable = true
type = real | kind = kind_phys
units = Pa
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
intent = in
[ pdel ]
standard_name = pressure_thickness
state_variable = true
type = real | kind = kind_phys
units = Pa
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
intent = in
[ rpdel ]
standard_name = reciprocal_of_pressure_thickness
state_variable = true
type = real | kind = kind_phys
units = Pa-1
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
intent = in
[ t ]
standard_name = temperature
state_variable = true
type = real | kind = kind_phys
units = K
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
intent = in
[ q ]
standard_name = water_vapor_specific_humidity
state_variable = true
type = real | kind = kind_phys
units = kg kg-1
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
intent = in
[ rair ]
standard_name = pressure_dependent_gas_constant_of_dry_air
units = J kg-1 K-1
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
[ gravit ]
standard_name = gravitational_acceleration
units = m s-2
dimensions = ()
type = real
kind = kind_phys
intent = in
[ zvir ]
standard_name = pressure_dependent_ratio_of_dry_air_to_water_vapor_gas_constants_minus_one
units = -1
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
[ zi ]
standard_name = geopotential_at_interface
state_variable = true
type = real | kind = kind_phys
units = m
dimensions = (horizontal_loop_extent, vertical_interface_dimension)
intent = out
[ zm ]
standard_name = geopotential
state_variable = true
type = real | kind = kind_phys
units = m
dimensions = (horizontal_loop_extent, vertical_layer_dimension)
intent = out
[ ncol ]
standard_name = horizontal_loop_extent
units = count
dimensions = ()
type = integer
intent = in
[ 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