CAM
dynconsbiogeophysmod Module Reference

Functions/Subroutines

subroutine, public dyn_hwcontent_init (bounds, num_nolakec, filter_nolakec, num_lakec, filter_lakec, urbanparams_vars, soilstate_vars, soilhydrology_vars, lakestate_vars, waterstate_vars, waterflux_vars, temperature_vars, energyflux_vars)
 
subroutine, public dyn_hwcontent_final (bounds, num_nolakec, filter_nolakec, num_lakec, filter_lakec, urbanparams_vars, soilstate_vars, soilhydrology_vars, lakestate_vars, waterstate_vars, waterflux_vars, temperature_vars, energyflux_vars)
 
subroutine, private dyn_water_content (bounds, num_nolakec, filter_nolakec, num_lakec, filter_lakec, soilhydrology_vars, waterstate_vars, lakestate_vars, liquid_mass, ice_mass)
 
subroutine, private dyn_heat_content (bounds, num_nolakec, filter_nolakec, num_lakec, filter_lakec, urbanparams_vars, soilstate_vars, soilhydrology_vars, temperature_vars, waterstate_vars, heat_grc, liquid_water_temp_grc)
 

Function/Subroutine Documentation

◆ dyn_heat_content()

subroutine, private dynconsbiogeophysmod::dyn_heat_content ( type(bounds_type), intent(in)  bounds,
integer, intent(in)  num_nolakec,
integer, dimension(:), intent(in)  filter_nolakec,
integer, intent(in)  num_lakec,
integer, dimension(:), intent(in)  filter_lakec,
type(urbanparams_type), intent(in)  urbanparams_vars,
type(soilstate_type), intent(in)  soilstate_vars,
type(soilhydrology_type), intent(in)  soilhydrology_vars,
type(temperature_type), intent(in)  temperature_vars,
type(waterstate_type), intent(in)  waterstate_vars,
real(r8), dimension( bounds%begg: ), intent(out)  heat_grc,
real(r8), dimension( bounds%begg: ), intent(out)  liquid_water_temp_grc 
)
private
Here is the caller graph for this function:

◆ dyn_hwcontent_final()

subroutine, public dynconsbiogeophysmod::dyn_hwcontent_final ( type(bounds_type), intent(in)  bounds,
integer, intent(in)  num_nolakec,
integer, dimension(:), intent(in)  filter_nolakec,
integer, intent(in)  num_lakec,
integer, dimension(:), intent(in)  filter_lakec,
type(urbanparams_type), intent(in)  urbanparams_vars,
type(soilstate_type), intent(in)  soilstate_vars,
type(soilhydrology_type), intent(in)  soilhydrology_vars,
type(lakestate_type), intent(in)  lakestate_vars,
type(waterstate_type), intent(inout)  waterstate_vars,
type(waterflux_type), intent(inout)  waterflux_vars,
type(temperature_type), intent(inout)  temperature_vars,
type(energyflux_type), intent(inout)  energyflux_vars 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ dyn_hwcontent_init()

subroutine, public dynconsbiogeophysmod::dyn_hwcontent_init ( type(bounds_type), intent(in)  bounds,
integer, intent(in)  num_nolakec,
integer, dimension(:), intent(in)  filter_nolakec,
integer, intent(in)  num_lakec,
integer, dimension(:), intent(in)  filter_lakec,
type(urbanparams_type), intent(in)  urbanparams_vars,
type(soilstate_type), intent(in)  soilstate_vars,
type(soilhydrology_type), intent(in)  soilhydrology_vars,
type(lakestate_type), intent(in)  lakestate_vars,
type(waterstate_type), intent(inout)  waterstate_vars,
type(waterflux_type), intent(inout)  waterflux_vars,
type(temperature_type), intent(inout)  temperature_vars,
type(energyflux_type), intent(inout)  energyflux_vars 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ dyn_water_content()

subroutine, private dynconsbiogeophysmod::dyn_water_content ( type(bounds_type), intent(in)  bounds,
integer, intent(in)  num_nolakec,
integer, dimension(:), intent(in)  filter_nolakec,
integer, intent(in)  num_lakec,
integer, dimension(:), intent(in)  filter_lakec,
type(soilhydrology_type), intent(in)  soilhydrology_vars,
type(waterstate_type), intent(in)  waterstate_vars,
type(lakestate_type), intent(in)  lakestate_vars,
real(r8), dimension( bounds%begg: ), intent(out)  liquid_mass,
real(r8), dimension( bounds%begg: ), intent(out)  ice_mass 
)
private
Here is the caller graph for this function: