Skip to content

Commit 867cc97

Browse files
committed
Update LHTFL_Sfc variable alias to 'slhtf'
Replaced the alias 'lhtfl' with 'slhtf' for the LHTFL_Sfc variable across multiple test files and the configuration file. It appears that 'slhtf' became the only acceptable GRIB2 standard name for the upward surface latent heat flux variable sometime after 15-Jun-2024.
1 parent 843f9e0 commit 867cc97

5 files changed

+5
-5
lines changed

config/nowcast.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ weather:
3737
- [VGRD_AGL-10m, v10, v_wind] # v component of wind velocity at 10m elevation
3838
- [DSWRF_Sfc, ssrd, solar] # accumulated downward shortwave (solar) radiation at ground level
3939
- [DLWRF_Sfc, strd, therm_rad] # accumulated downward longwave (thermal) radiation at ground level
40-
- [LHTFL_Sfc, lhtfl, LHTFL_surface] # upward surface latent heat flux (for VHFR FVCOM)
40+
- [LHTFL_Sfc, slhtf, LHTFL_surface] # upward surface latent heat flux (for VHFR FVCOM)
4141
- [TMP_AGL-2m, t2m, tair] # air temperature at 2m elevation
4242
- [SPFH_AGL-2m, sh2, qair] # specific humidity at 2m elevation
4343
- [RH_AGL-2m, r2, RH_2maboveground] # relative humidity at 2m elevation (for VHFR FVCOM)

tests/workers/test_collect_weather.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def test_weather_download_2_5_km_section(self, prod_config):
182182
["VGRD_AGL-10m", "v10", "v_wind"],
183183
["DSWRF_Sfc", "ssrd", "solar"],
184184
["DLWRF_Sfc", "strd", "therm_rad"],
185-
["LHTFL_Sfc", "lhtfl", "LHTFL_surface"],
185+
["LHTFL_Sfc", "slhtf", "LHTFL_surface"],
186186
["TMP_AGL-2m", "t2m", "tair"],
187187
["SPFH_AGL-2m", "sh2", "qair"],
188188
["RH_AGL-2m", "r2", "RH_2maboveground"],

tests/workers/test_crop_gribs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def test_weather_download_2_5_km_section(self, prod_config):
172172
["VGRD_AGL-10m", "v10", "v_wind"],
173173
["DSWRF_Sfc", "ssrd", "solar"],
174174
["DLWRF_Sfc", "strd", "therm_rad"],
175-
["LHTFL_Sfc", "lhtfl", "LHTFL_surface"],
175+
["LHTFL_Sfc", "slhtf", "LHTFL_surface"],
176176
["TMP_AGL-2m", "t2m", "tair"],
177177
["SPFH_AGL-2m", "sh2", "qair"],
178178
["RH_AGL-2m", "r2", "RH_2maboveground"],

tests/workers/test_download_weather.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def test_weather_download_2_5_km_section(self, prod_config):
180180
["VGRD_AGL-10m", "v10", "v_wind"],
181181
["DSWRF_Sfc", "ssrd", "solar"],
182182
["DLWRF_Sfc", "strd", "therm_rad"],
183-
["LHTFL_Sfc", "lhtfl", "LHTFL_surface"],
183+
["LHTFL_Sfc", "slhtf", "LHTFL_surface"],
184184
["TMP_AGL-2m", "t2m", "tair"],
185185
["SPFH_AGL-2m", "sh2", "qair"],
186186
["RH_AGL-2m", "r2", "RH_2maboveground"],

tests/workers/test_grib_to_netcdf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def test_weather_download_2_5_km_section(self, prod_config):
168168
["VGRD_AGL-10m", "v10", "v_wind"],
169169
["DSWRF_Sfc", "ssrd", "solar"],
170170
["DLWRF_Sfc", "strd", "therm_rad"],
171-
["LHTFL_Sfc", "lhtfl", "LHTFL_surface"],
171+
["LHTFL_Sfc", "slhtf", "LHTFL_surface"],
172172
["TMP_AGL-2m", "t2m", "tair"],
173173
["SPFH_AGL-2m", "sh2", "qair"],
174174
["RH_AGL-2m", "r2", "RH_2maboveground"],

0 commit comments

Comments
 (0)