Skip to content

Commit

Permalink
Update fieldlist tables (#506)
Browse files Browse the repository at this point in the history
* Update fieldlist_CMIP.jsonc

add rldcs and rldscs to CMIP fieldlist

* Update fieldlist_GFDL.jsonc

add clear sky radiation and lhflx vars to GFDL fieldlist

* Update fieldlist_NCAR.jsonc

add radiation variables to NCAR fieldlist

* add hfls to GFDL fieldlist and fix typos

* fix typo in GFDL fieldlist realm entry
  • Loading branch information
wrongkindofdoctor authored Feb 2, 2024
1 parent 4c4e91f commit 8778a3a
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/fieldlist_CMIP.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,22 @@
"units": "W m-2",
"ndim": 3
},
"rldcs": {
"realm": "atmos",
"standard_name": "downwelling_longwave_flux_in_air_assuming_clear_sky",
"units": "W m-2",
"long_name": "Downwelling Clear-Sky Longwave Radiation",
"positive": "down",
"scalar_coord_templates" : {"plev": "rldcs{value}"},
"ndim": 4
},
"rldscs": {
"realm": "atmos",
"standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky",
"units": "W m-2",
"long_name": "Surface Downwelling Clear-Sky Longwave Radiation",
"ndim": 3
},
"rlut": {
"standard_name": "toa_outgoing_longwave_flux",
"units": "W m-2",
Expand Down
90 changes: 90 additions & 0 deletions data/fieldlist_GFDL.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,96 @@
"units": "W m-2",
"ndim": 3
},
"shflx": {
"standard_name": "sensible_heat_flux",
"realm" : "atmos",
"units": "W m-2",
"ndim": 3
},
"hfls": {
"standard_name": "surface_upward_latent_heat_flux",
"realm": "atmos",
"units": "W m-2",
"ndim": 3
},
"lwflx": {
"standard_name": "net_longwave_flux",
"realm": "atmos",
"units": "W m-2",
"ndim": 3
},
"olr_clr": {
"standard_name": "clearsky_outgoing_longwave_radiation",
"realm": "atmos",
"units": "W m-2",
"ndim": 3
},
"swdn_sfc_ad_clr": {
"standard_name": "clear_sky_outgoing_longwave_radiation",
"realm": "atmos",
"units": "W m-2",
"ndim": 3
},
"swdn_sfc_clr": {
"standard_name": "clear_sky_SW_flux_down_at_surface_without_aerosol",
"realm": "atmos",
"units": "W m-2",
"ndim": 3
},
"swdn_toa_clr": {
"standard_name": "clear_sky_SW_flux_down_at_TOA",
"realm": "atmos",
"units": "W m-2",
"ndim": 3
},
"swup_sfc_ad_clr": {
"standard_name": "clearsky_SW_flux_up_at_surface_without_aerosol",
"realm": "atmos",
"units": "W m-2",
"ndim": 3
},
"swup_sfc_clr": {
"standard_name": "clear_sky_SW_flux_up_at_surface",
"realm": "atmos",
"units": "W m-2",
"ndim": 3
},
"swup_toa_ad_clr": {
"standard_name": "clear_sky_SW_flux_up_at_TOA_without_aerosol",
"realm": "atmos",
"units": "W m-2",
"ndim": 3
},
"swup_toa_clr": {
"standard_name": "clear_sky_SW_flux_up_at_TOA",
"realm": "atmos",
"units": "W m-2",
"ndim": 3
},
"lwdn_sfc_clr": {
"standard_name": "clea_rsky_LW_flux_down_at_surface",
"realm": "atmos",
"units": "W m-2",
"ndim": 3
},
"lwsfc_ad_clr": {
"standard_name": "clear_sky_Net_LW_flux_at_surface_without_aerosol",
"realm": "atmos",
"units": "W m-2",
"ndim": 3
},
"lwtoa_ad_clr": {
"standard_name": "clear_sky_Net_LW_flux_at_TOA_without_aerosol",
"realm": "atmos",
"units": "W m-2",
"ndim": 3
},
"lwup_sfc_clr": {
"standard_name": "clear_sky_LW_flux_up_at_surface",
"realm": "atmos",
"units": "W m-2",
"ndim": 3
},
// Variables for AMOC_3D_Structure module:
// "uo": {
// NB: need to perform rotation to get from u,v?
Expand Down
60 changes: 60 additions & 0 deletions data/fieldlist_NCAR.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,66 @@
"units": "W m-2",
"ndim": 3
},
"FSNS": {
"standard_name": "net_solar_flux_at_surface",
"units": "W m-2",
"ndim": 3
},
"FLNS": {
"standard_name": "net_longwave_flux_at_surface",
"units": "W m-2",
"ndim": 3
},
"FLNSC": {
"standard_name": "clearsky_net_longwave_flux_at_surface",
"units": "W m-2",
"ndim": 3
},
"FSDS": {
"standard_name": "downwelling_solar_flux_at_surface",
"units": "W m-2",
"ndim": 3
},
"FLDSC": {
"standard_name": "clearsky_downwelling_longwave_flux_at_surface",
"units": "W m-2",
"ndim": 3
},
"FLUTC": {
"standard_name": "clearsky_upwelling_longwave_flux_at_top_of_model",
"units": "W m-2",
"ndim": 3
},
"FLNTC": {
"standard_name": "clearsky_toa_outgoing_longwave_flux",
"units": "W m-2",
"ndim": 3
},
"FSNSC": {
"standard_name": "clearsky_net_solar_flux_at_surface",
"units": "W m-2",
"ndim": 3
},
"FSDSC": {
"standard_name": "clearsky_downwelling_solar_flux_at_surface",
"units": "W m-2",
"ndim": 3
},
"FSNTOA": {
"standard_name": "net_solar_flux_at_top_of_atmosphere",
"units": "W m-2",
"ndim": 3
},
"FSUTOA": {
"standard_name": "upwelling_solar_flux_at_top_of_atmosphere",
"units": "W m-2",
"ndim": 3
},
"FSNTOAC": {
"standard_name": "clearsky_net_solar_flux_at_top_of_atmosphere",
"units": "W m-2",
"ndim": 3
},
"SHFLX": {
"standard_name": "surface_upward_sensible_heat_flux",
"units": "W m-2",
Expand Down

0 comments on commit 8778a3a

Please sign in to comment.