Skip to content

Commit

Permalink
Merge pull request #277 from justin-richling/update-obs-var-name
Browse files Browse the repository at this point in the history
Add correct obs variable name for FSNT
  • Loading branch information
justin-richling authored Jan 10, 2024
2 parents 656e406 + 35c03c0 commit 62223b1
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions lib/adf_variable_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -772,12 +772,22 @@ FSUTOA:
mpl:
colorbar:
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"
category: "TOA energy flux"

FSNT:
colormap: "Blues"
contour_levels_range: [120, 320, 10]
diff_colormap: "BrBG"
diff_contour_range: [-20, 20, 2]
scale_factor: 1
add_offset: 0
new_unit: "Wm$^{-2}$"
mpl:
colorbar:
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"
category: "TOA energy flux"

FSNTC:
Expand Down

0 comments on commit 62223b1

Please sign in to comment.