Skip to content

Commit

Permalink
Update FSNT variable for obs data set
Browse files Browse the repository at this point in the history
The previous variable `toa_sw_all_mon` was incorrect for representing FSNT. The obs file `CERES_EBAF_Ed4.1_2001-2020.nc` now has variable fsnt which is solar_mon - toa_sw_all_mon and:

toa_sw_all_mon -> "toa_outgoing_shortwave_flux" ;
solar_mon - >"toa_incoming_shortwave_flux" ;
  • Loading branch information
justin-richling committed Sep 5, 2024
1 parent 7329c4d commit 1770aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adf_variable_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ FSNT:
label : "Wm$^{-2}$"
obs_file: "CERES_EBAF_Ed4.1_2001-2020.nc"
obs_name: "CERES_EBAF_Ed4.1"
obs_var_name: "toa_sw_all_mon"
obs_var_name: "fsnt"
category: "TOA energy flux"

FSNTC:
Expand Down

0 comments on commit 1770aae

Please sign in to comment.