Skip to content

Commit

Permalink
Add correct obs variable name for FSNT
Browse files Browse the repository at this point in the history
Remove incorrect obs variable name for FSUTAO for now
  • Loading branch information
justin-richling committed Jan 10, 2024
1 parent 656e406 commit fd72026
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: "Oranges"
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 fd72026

Please sign in to comment.