Skip to content

Commit

Permalink
Extend cat builder (#547)
Browse files Browse the repository at this point in the history
* update GFDL fieldlist table

* add more varaibles to fieldlist_GFDL.jsonc

* change varialble realm to aerosol in stc_ozone settings file

* add entries to CMIP fieldlist
fix formatting in GFDL fieldlist

* add optional dataset_id parameter to example_builder_config.yml

* add runtime config option dataset_id to switch to new custom parser for am5 data to catalog_builder
add new parser for am5 data that uses the DRS and existing fieldlists to populate required catalog entries for GFDL AM5 data to the catalog builder
  • Loading branch information
wrongkindofdoctor authored Apr 23, 2024
1 parent cca901b commit 5704078
Show file tree
Hide file tree
Showing 5 changed files with 640 additions and 102 deletions.
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

0 comments on commit 5704078

Please sign in to comment.