Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend cat builder #547

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 84 additions & 0 deletions data/fieldlist_CMIP.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,90 @@
"scalar_coord_templates": {"plev": "wap{value}"},
"ndim": 4
},
"hurs": {
"standard_name": "relative_humidity",
"realm": "atmos",
"units": "%",
"ndim": 3
},
"ua850": {
"standard_name": "eastward_wind",
"long_name": "eastward wind at 850 hPa",
"realm": "atmos",
"units": "m s-1",
"ndim": 3
},
"va850": {
"standard_name": "northward_wind",
"long_name": "northward wind at 850 hPa",
"realm": "atmos",
"units": "m s-1",
"ndim": 3
},
"ua200": {
"standard_name": "eastward_wind",
"long_name": "eastward wind at 200 hPa",
"realm": "atmos",
"units": "m s-1",
"ndim": 3
},
"va200": {
"standard_name": "northward_wind",
"long_name": "northward wind at 200 hPa",
"realm": "atmos",
"units": "m s-1",
"ndim": 3
},
"ua10": {
"standard_name": "eastward_wind",
"long_name": "eastward wind at 10 hPa",
"realm": "atmos",
"units": "m s-1",
"ndim": 3
},
"va10": {
"standard_name": "northward_wind",
"long_name": "northward wind at 10 hPa",
"realm": "atmos",
"units": "m s-1",
"ndim": 3
},
"uas": {
"standard_name": "eastward_wind",
"long_name": "eastward near-surface wind",
"realm": "atmos",
"units": "m s-1",
"modifier": "atmos_height",
"ndim": 3
},
"vas": {
"standard_name": "northward_wind",
"long_name": "northward near-surface wind",
"realm": "atmos",
"units": "m s-1",
"modifier": "atmos_height",
"ndim": 3
},
"zg500": {
"standard_name": "geopotential_height",
"long_name": "geopotential_height at 500 hPa",
"realm": "atmos",
"units": "m",
"ndim": 3
},
"wap500": {
"standard_name": "lagrangian_tendency_of_air_pressure",
"long_name": "lagrangian tendency of air pressure at 500 hPa",
"realm": "atmos",
"units": "Pa s-1",
"ndim": 3
},
"hur_unmsk": {
"standard_name": "relative_humidity",
"realm": "atmos",
"units": "%",
"ndim": 3
},
"o3": {
"standard_name": "mole_fraction_of_ozone_in_air",
"realm": "atmos",
Expand Down
Loading
Loading