CAM
|
Data Types | |
type | waterstate_type |
Functions/Subroutines | |
subroutine | init (this, bounds, h2osno_input_col, snow_depth_input_col, watsat_col, t_soisno_col) |
subroutine | initallocate (this, bounds) |
subroutine | inithistory (this, bounds) |
subroutine | initcold (this, bounds, h2osno_input_col, snow_depth_input_col, watsat_col, t_soisno_col) |
subroutine | restart (this, bounds, ncid, flag, watsat_col) |
subroutine | reset (this, column) |
subroutine | save_h2osoi_old (this, bounds) |
Variables | |
real(r8), parameter, public | snw_rds_min = 54.526_r8 |
|
private |
|
private |
subroutine waterstatetype::initcold | ( | class(waterstate_type) | this, |
type(bounds_type), intent(in) | bounds, | ||
real(r8), dimension(bounds%begc:), intent(in) | h2osno_input_col, | ||
real(r8), dimension(bounds%begc:), intent(in) | snow_depth_input_col, | ||
real(r8), dimension(bounds%begc:, 1:), intent(in) | watsat_col, | ||
real(r8), dimension(bounds%begc:, -nlevsno+1:), intent(in) | t_soisno_col | ||
) |
subroutine waterstatetype::inithistory | ( | class(waterstate_type) | this, |
type(bounds_type), intent(in) | bounds | ||
) |
subroutine waterstatetype::reset | ( | class(waterstate_type) | this, |
integer, intent(in) | column | ||
) |
subroutine waterstatetype::restart | ( | class(waterstate_type) | this, |
type(bounds_type), intent(in) | bounds, | ||
type(file_desc_t), intent(inout) | ncid, | ||
character(len=*), intent(in) | flag, | ||
real(r8), dimension (bounds%begc:, 1:), intent(in) | watsat_col | ||
) |
|
private |
real(r8), parameter, public waterstatetype::snw_rds_min = 54.526_r8 |