You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
! the basin-average aquifer storage is not used if the groundwater is included in the local column
203
203
case(localColumn)
204
-
bvarStruct%gru(iGRU)%var(iLookBVAR%basin__AquiferStorage)%dat(1) =0._dp! set to zero to be clear that there is no basin-average aquifer storage in this configuration
204
+
bvarStruct%gru(iGRU)%var(iLookBVAR%basin__AquiferStorage)%dat(1) =0._rkind! set to zero to be clear that there is no basin-average aquifer storage in this configuration
205
205
206
206
! the local column aquifer storage is not used if the groundwater is basin-average
207
207
! (i.e., where multiple HRUs drain to a basin-average aquifer)
progStruct%gru(iGRU)%hru(iHRU)%var(iLookPROG%scalarAquiferStorage)%dat(1) =0._dp! set to zero to be clear that there is no local aquifer storage in this configuration
211
+
progStruct%gru(iGRU)%hru(iHRU)%var(iLookPROG%scalarAquiferStorage)%dat(1) =0._rkind! set to zero to be clear that there is no local aquifer storage in this configuration
0 commit comments