From 7d2c615450aa3af5ad828b5f28009393c04e0e17 Mon Sep 17 00:00:00 2001 From: Daniel Adriaansen Date: Mon, 23 Dec 2024 22:18:10 +0000 Subject: [PATCH] Changes for function signature to take a station_id argument. --- .../PointStat_fcstUFS_obsGDAS_CTP_HI/pyembed_hi_obs_gdas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parm/use_cases/model_applications/land_surface/PointStat_fcstUFS_obsGDAS_CTP_HI/pyembed_hi_obs_gdas.py b/parm/use_cases/model_applications/land_surface/PointStat_fcstUFS_obsGDAS_CTP_HI/pyembed_hi_obs_gdas.py index 9e7694505..a6042760b 100644 --- a/parm/use_cases/model_applications/land_surface/PointStat_fcstUFS_obsGDAS_CTP_HI/pyembed_hi_obs_gdas.py +++ b/parm/use_cases/model_applications/land_surface/PointStat_fcstUFS_obsGDAS_CTP_HI/pyembed_hi_obs_gdas.py @@ -84,7 +84,7 @@ hi = np.append(hi,-9999.) else: # Append the HI value - thishi = land_surface.calc_humidity_index(prsarr,tmparr,dewarr,interp=False) + thishi = land_surface.calc_humidity_index(prsarr,tmparr,dewarr,-1,interp=False) hi = np.append(hi,thishi.m) # After each station is processed, add in the missing 11-column data