Skip to content

Commit

Permalink
fix forcing_feedback settings.jsonc formatting and remove extra freq …
Browse files Browse the repository at this point in the history
…entries
  • Loading branch information
wrongkindofdoctor authored Nov 19, 2024
1 parent 92a7ae9 commit 6dd87dc
Showing 1 changed file with 13 additions and 25 deletions.
38 changes: 13 additions & 25 deletions diagnostics/forcing_feedback/settings.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"max_frequency": "mon",
"min_duration": "5yr",
"max_duration": "any",
"realm" : "atmos",
"realm" : "atmos"
},
"dimensions": {
"lat": {
Expand All @@ -46,75 +46,63 @@
"ts": {
"standard_name": "surface_temperature",
"units": "K",
"dimensions" : ["time", "lat", "lon"],
"freq": "mon"
"dimensions" : ["time", "lat", "lon"]

},
"ta": {
"standard_name": "air_temperature",
"units": "K",
"dimensions" : ["time", "plev", "lat", "lon"],
"freq": "mon"
"dimensions" : ["time", "plev", "lat", "lon"]
},
"hus": {
"standard_name": "specific_humidity",
"units": "1",
"dimensions" : ["time", "plev", "lat", "lon"],
"freq": "mon"
"dimensions" : ["time", "plev", "lat", "lon"]
},
"rsus": {
"standard_name": "surface_upwelling_shortwave_flux_in_air",
"units": "W m-2",
"dimensions" : ["time", "lat", "lon"],
"freq": "mon"
"dimensions" : ["time", "lat", "lon"]
},
"rsuscs": {
"standard_name": "surface_upwelling_shortwave_flux_in_air_assuming_clear_sky",
"units": "W m-2",
"dimensions" : ["time", "lat", "lon"],
"freq": "mon"
"dimensions" : ["time", "lat", "lon"]
},
"rsds": {
"standard_name": "surface_downwelling_shortwave_flux_in_air",
"units": "W m-2",
"dimensions" : ["time", "lat", "lon"],
"freq": "mon"
"dimensions" : ["time", "lat", "lon"]
},
"rsdscs": {
"standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky",
"units": "W m-2",
"dimensions" : ["time", "lat", "lon"],
"freq": "mon"
"dimensions" : ["time", "lat", "lon"]
},
"rsdt": {
"standard_name": "toa_incoming_shortwave_flux",
"units": "W m-2",
"dimensions" : ["time", "lat", "lon"],
"freq": "mon"
"dimensions" : ["time", "lat", "lon"]
},
"rsut": {
"standard_name": "toa_outgoing_shortwave_flux",
"units": "W m-2",
"dimensions" : ["time", "lat", "lon"],
"freq": "mon"
"dimensions" : ["time", "lat", "lon"]
},
"rsutcs": {
"standard_name": "toa_outgoing_shortwave_flux_assuming_clear_sky",
"units": "W m-2",
"dimensions" : ["time", "lat", "lon"],
"freq": "mon"
"dimensions" : ["time", "lat", "lon"]
},
"rlut": {
"standard_name": "toa_outgoing_longwave_flux",
"units": "W m-2",
"dimensions" : ["time", "lat", "lon"],
"freq": "mon"
"dimensions" : ["time", "lat", "lon"]
},
"rlutcs": {
"standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky",
"units": "W m-2",
"dimensions" : ["time", "lat", "lon"],
"freq": "mon"
"dimensions" : ["time", "lat", "lon"]
}
}
}

0 comments on commit 6dd87dc

Please sign in to comment.