Skip to content

Commit f313f8a

Browse files
author
Drew Resnick
committed
editing variable standard names in fieldlist file
1 parent 0d27e5f commit f313f8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/fieldlist_NCAR.jsonc

+3-3
Original file line numberDiff line numberDiff line change
@@ -158,17 +158,17 @@
158158
},
159159
// Variables for flow_dep_diag module:
160160
"Z250": {
161-
"standard_name": "geopotential_height",
161+
"standard_name": "geopotential_height_250_mbar",
162162
"units": "m",
163163
"ndim": 3
164164
},
165165
"T250": {
166-
"standard_name": "temperature_at_250_mbar_pressure_surface",
166+
"standard_name": "temperature_250_mbar",
167167
"units": "K",
168168
"ndim": 3
169169
},
170170
"T500": {
171-
"standard_name": "temperature_at_500_mbar_pressure_surface",
171+
"standard_name": "temperature_500_mbar",
172172
"units": "K",
173173
"ndim": 3
174174
},

0 commit comments

Comments
 (0)