Open SnowHydrology opened 2 months ago
This line uses forcing%tbot, which is different than the parameters%tbot here.
forcing%tbot
parameters%tbot
BOTH VALUES ARE HARD-CODED—YIKES—AND DIFFERENT.
Forcing: https://github.com/NOAA-OWP/noah-owp-modular/blob/5be0faae07637ffb44235d4783b5420478ff0e9f/src/RunModule.f90#L182
Parameters: https://github.com/NOAA-OWP/noah-owp-modular/blob/5be0faae07637ffb44235d4783b5420478ff0e9f/src/ParametersType.f90#L361
Note: Noah-MP defines TBOT as a static attribute per grid cell.
TBOT
This line uses
forcing%tbot
, which is different than theparameters%tbot
here.BOTH VALUES ARE HARD-CODED—YIKES—AND DIFFERENT.
Forcing: https://github.com/NOAA-OWP/noah-owp-modular/blob/5be0faae07637ffb44235d4783b5420478ff0e9f/src/RunModule.f90#L182
Parameters: https://github.com/NOAA-OWP/noah-owp-modular/blob/5be0faae07637ffb44235d4783b5420478ff0e9f/src/ParametersType.f90#L361