|
54 | 54 |
|
55 | 55 | A concrete type of soil boundary condition, for use at
|
56 | 56 | the BottomBoundary only, where the flux is set to be
|
57 |
| -`F = -K∇h = -K`. |
| 57 | +`F = -K∇h = -K`. |
58 | 58 |
|
59 |
| -This is not tied to any boundary condition for the heat equation. |
| 59 | +This is not tied to any boundary condition for the heat equation. |
60 | 60 | To account for the energy flux resulting from free drainage of liquid
|
61 | 61 | water, please see `EnergyWaterFreeDrainage`.
|
62 | 62 | """
|
@@ -841,7 +841,6 @@ boundary_var_types(
|
841 | 841 | FT,
|
842 | 842 | FT,
|
843 | 843 | FT,
|
844 |
| - FT, |
845 | 844 | Runoff.runoff_var_types(bc.runoff, FT)...,
|
846 | 845 | )
|
847 | 846 |
|
@@ -896,7 +895,7 @@ flux (W/m^2) for the soil `EnergyHydrology` model at the top
|
896 | 895 | of the soil domain.
|
897 | 896 |
|
898 | 897 | Here, the soil boundary fluxes are computed as if the soil is run
|
899 |
| -in standalone mode, indicated by the value of |
| 898 | +in standalone mode, indicated by the value of |
900 | 899 | `prognostic_land_components`.
|
901 | 900 | """
|
902 | 901 | function soil_boundary_fluxes!(
|
|
940 | 939 | compute_liquid_influx(p,
|
941 | 940 | model,
|
942 | 941 | prognostic_land_components::Val{(:soil,)},
|
943 |
| - ) |
| 942 | + ) |
944 | 943 |
|
945 | 944 | Returns the liquid water volume flux at the surface of the soil; this
|
946 | 945 | will then be partitioned into surface runoff and infiltration:
|
@@ -977,9 +976,9 @@ If the source of the infiltration is purely liquid precipitation,
|
977 | 976 | we approximate the volumetric internal energy with the volumetric
|
978 | 977 | internal energy of liquid water at the air temperature at the surface.
|
979 | 978 |
|
980 |
| -Future runoff parameterizations may require allowing for exfiltration of |
| 979 | +Future runoff parameterizations may require allowing for exfiltration of |
981 | 980 | liquid water from the soil, which would have a different energy. To accomodate
|
982 |
| -this, the runoff is passed as an argument and this can be used for dispatch in the |
| 981 | +this, the runoff is passed as an argument and this can be used for dispatch in the |
983 | 982 | future.
|
984 | 983 |
|
985 | 984 | Furthermore, in coupled simulations, the energy flux may be provided directly,
|
|
0 commit comments