Skip to content

Commit

Permalink
Merge pull request #115 from M3Works/csas_vars
Browse files Browse the repository at this point in the history
typo in CSAS vars
  • Loading branch information
KehanGit authored Jul 15, 2024
2 parents f4b2d74 + e6cd092 commit c63e970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metloom/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,14 +435,14 @@ class CSASVariables(VariableBase):
'PyDwn_Unfilt_W', "DOWNWARD BROADBAND RADIATION",
units='w/m^2', description="Reflected Broadband radiation")
DOWN_NIR_SWIR = SensorDescription(
'PyDwn_filt_W', "DOWNWARD NIR/SWIR RADIATION",
'PyDwn_Filt_W', "DOWNWARD NIR/SWIR RADIATION",
units='w/m^2', description="Reflected NIR/SWIR radiation")
UP_BROADBAND = SensorDescription(
'PyUp_Unfilt_W', "UPWARD BROADBAND RADIATION",
units='w/m^2', description="Incoming Broadband radiation")

UP_NIR_SWIR = SensorDescription(
'PyUp_filt_W', "UPWARD NIR/SWIR RADIATION",
'PyUp_Filt_W', "UPWARD NIR/SWIR RADIATION",
units='w/m^2', description="Incoming NIR/SWIR radiation")

PRECIPITATION = SensorDescription(
Expand Down

0 comments on commit c63e970

Please sign in to comment.