Skip to content

Commit 40a2217

Browse files
committed
remove extra FT from boundary_var_types
1 parent 0184a18 commit 40a2217

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/standalone/Soil/boundary_conditions.jl

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ end
5454
5555
A concrete type of soil boundary condition, for use at
5656
the BottomBoundary only, where the flux is set to be
57-
`F = -K∇h = -K`.
57+
`F = -K∇h = -K`.
5858
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.
6060
To account for the energy flux resulting from free drainage of liquid
6161
water, please see `EnergyWaterFreeDrainage`.
6262
"""
@@ -841,7 +841,6 @@ boundary_var_types(
841841
FT,
842842
FT,
843843
FT,
844-
FT,
845844
Runoff.runoff_var_types(bc.runoff, FT)...,
846845
)
847846

@@ -896,7 +895,7 @@ flux (W/m^2) for the soil `EnergyHydrology` model at the top
896895
of the soil domain.
897896
898897
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
900899
`prognostic_land_components`.
901900
"""
902901
function soil_boundary_fluxes!(
@@ -940,7 +939,7 @@ end
940939
compute_liquid_influx(p,
941940
model,
942941
prognostic_land_components::Val{(:soil,)},
943-
)
942+
)
944943
945944
Returns the liquid water volume flux at the surface of the soil; this
946945
will then be partitioned into surface runoff and infiltration:
@@ -977,9 +976,9 @@ If the source of the infiltration is purely liquid precipitation,
977976
we approximate the volumetric internal energy with the volumetric
978977
internal energy of liquid water at the air temperature at the surface.
979978
980-
Future runoff parameterizations may require allowing for exfiltration of
979+
Future runoff parameterizations may require allowing for exfiltration of
981980
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
983982
future.
984983
985984
Furthermore, in coupled simulations, the energy flux may be provided directly,

0 commit comments

Comments
 (0)