LandUseClasse Attribute Impermeable_frac
Posted: Thu Dec 01, 2016 8:33 am
Hello,
I am trying to set up a model from scratch - or more precisely - via top-down approach in order to propperly learn and understand Raven and my catchment. I thus happend to notice something strange for my single - basin model.
For the beginning I defined the Impermeable_frac for the LandUse Class as 0. I take it this means that non of the area of the catchment is IMpermeable and water can travel into the soil everywhere.
However in this mode the WatershedMassEnergyBalance File shows that water is only moving from ATMOS_PRECIP --> PONDED_WATER and from PONDED_WATER-->SURFACE_WATER. Nothing is infiltrating into the Soil[0] (one-layer-soil).
My 1st simple model structure includes the following Processes:
:HydrologicProcesses
:Precipitation PRECIP_RAVEN ATMOS_PRECIP MULTIPLE
:Infiltration INF_GREEN_AMPT PONDED_WATER SOIL[0]
:Baseflow BASE_POWER_LAW SOIL[0] SURFACE_WATER
:EndHydrologicProcesses
However if I change the Impermeable_frac for the LandUse Class to 0.1, suddenly there is iinfinitesimal movement mostly OUT of the soil (cumulative sum for last timestep of PONDED_WATER --> SOIL[0])
0 --> 0
0.1 --> -2.29E-13
0.2 --> -3.86E-13
0.3 --> 2.98E-13
0.4 --> -1.21E-14
0.5 --> 0
0.6 --> -1.21E-14
0.7 --> -3.50E-14
0.8 --> -4.88E-15
0.9 --> 5.15E-14
1 --> 0
Maybe the numbers don't matter, but shouldn't there be infiltration into my soil?
I am trying to set up a model from scratch - or more precisely - via top-down approach in order to propperly learn and understand Raven and my catchment. I thus happend to notice something strange for my single - basin model.
For the beginning I defined the Impermeable_frac for the LandUse Class as 0. I take it this means that non of the area of the catchment is IMpermeable and water can travel into the soil everywhere.
However in this mode the WatershedMassEnergyBalance File shows that water is only moving from ATMOS_PRECIP --> PONDED_WATER and from PONDED_WATER-->SURFACE_WATER. Nothing is infiltrating into the Soil[0] (one-layer-soil).
My 1st simple model structure includes the following Processes:
:HydrologicProcesses
:Precipitation PRECIP_RAVEN ATMOS_PRECIP MULTIPLE
:Infiltration INF_GREEN_AMPT PONDED_WATER SOIL[0]
:Baseflow BASE_POWER_LAW SOIL[0] SURFACE_WATER
:EndHydrologicProcesses
However if I change the Impermeable_frac for the LandUse Class to 0.1, suddenly there is iinfinitesimal movement mostly OUT of the soil (cumulative sum for last timestep of PONDED_WATER --> SOIL[0])
0 --> 0
0.1 --> -2.29E-13
0.2 --> -3.86E-13
0.3 --> 2.98E-13
0.4 --> -1.21E-14
0.5 --> 0
0.6 --> -1.21E-14
0.7 --> -3.50E-14
0.8 --> -4.88E-15
0.9 --> 5.15E-14
1 --> 0
Maybe the numbers don't matter, but shouldn't there be infiltration into my soil?