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