5.13.2
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_namelists::nml_soilmoisture2_t Module Reference

'soilmoisture2' namelist content More...

Public Member Functions

procedure, public read (self, file)
 Read 'soilmoisture2' namelist content.
 

Public Attributes

character(13) name = "soilmoisture2"
 namelist name
 
logical read_from_file = .true.
 whether the associated variables are already set by interfaces
 
real(dp), dimension(ncolpars) orgmattercontent_forest
 organic matter content [%] for forest
 
real(dp), dimension(ncolpars) orgmattercontent_impervious
 organic matter content [%] for impervious
 
real(dp), dimension(ncolpars) orgmattercontent_pervious
 organic matter content [%] for pervious
 
real(dp), dimension(ncolpars) ptf_lower66_5_constant
 Zacharias PTF parameters below 66.5 % sand content (Zacharias et al., 2007, doi:10.2136/sssaj2006.0098)
 
real(dp), dimension(ncolpars) ptf_lower66_5_clay
 multiplier for clay constant (see PTF_lower66_5_constant)
 
real(dp), dimension(ncolpars) ptf_lower66_5_db
 multiplier for mineral bulk density (see PTF_lower66_5_constant)
 
real(dp), dimension(ncolpars) ptf_higher66_5_constant
 Zacharias PTF parameters above 66.5 % sand content (Zacharias et al., 2007, doi:10.2136/sssaj2006.0098)
 
real(dp), dimension(ncolpars) ptf_higher66_5_clay
 multiplier for clay constant (see PTF_higher66_5_constant)
 
real(dp), dimension(ncolpars) ptf_higher66_5_db
 multiplier for mineral bulk density (see PTF_higher66_5_constant)
 
real(dp), dimension(ncolpars) ptf_ks_constant
 PTF parameters for saturated hydraulic conductivity after Cosby et al.
 
real(dp), dimension(ncolpars) ptf_ks_sand
 multiplier for sand (see PTF_Ks_constant)
 
real(dp), dimension(ncolpars) ptf_ks_clay
 multiplier for clay (see PTF_Ks_constant)
 
real(dp), dimension(ncolpars) ptf_ks_curveslope
 unit conversion factor from inch/h to cm/d
 
real(dp), dimension(ncolpars) rootfractioncoefficient_forest
 shape factor for root distribution with depth, which follows an exponential function [-] for forest
 
real(dp), dimension(ncolpars) rootfractioncoefficient_impervious
 shape factor for root distribution with depth, which follows an exponential function [-] for impervious
 
real(dp), dimension(ncolpars) rootfractioncoefficient_pervious
 shape factor for root distribution with depth, which follows an exponential function [-] for pervious
 
real(dp), dimension(ncolpars) infiltrationshapefactor
 shape factor for partitioning effective precipitation into runoff and infiltration based on soil wetness [-]
 
real(dp), dimension(ncolpars) jarvis_sm_threshold_c1
 soil moisture threshod for jarvis model
 

Detailed Description

'soilmoisture2' namelist content

Definition at line 572 of file mo_namelists.f90.

Member Function/Subroutine Documentation

◆ read()

procedure, public mo_namelists::nml_soilmoisture2_t::read ( class(nml_soilmoisture2_t), intent(inout) self,
character(*), intent(in) file )

Read 'soilmoisture2' namelist content.

Parameters
[in]filefile containing the namelist

Definition at line 601 of file mo_namelists.f90.

Member Data Documentation

◆ infiltrationshapefactor

real(dp), dimension(ncolpars) mo_namelists::nml_soilmoisture2_t::infiltrationshapefactor

shape factor for partitioning effective precipitation into runoff and infiltration based on soil wetness [-]

Definition at line 598 of file mo_namelists.f90.

◆ jarvis_sm_threshold_c1

real(dp), dimension(ncolpars) mo_namelists::nml_soilmoisture2_t::jarvis_sm_threshold_c1

soil moisture threshod for jarvis model

Definition at line 599 of file mo_namelists.f90.

◆ name

character(13) mo_namelists::nml_soilmoisture2_t::name = "soilmoisture2"

namelist name

Definition at line 573 of file mo_namelists.f90.

◆ orgmattercontent_forest

real(dp), dimension(ncolpars) mo_namelists::nml_soilmoisture2_t::orgmattercontent_forest

organic matter content [%] for forest

Definition at line 575 of file mo_namelists.f90.

◆ orgmattercontent_impervious

real(dp), dimension(ncolpars) mo_namelists::nml_soilmoisture2_t::orgmattercontent_impervious

organic matter content [%] for impervious

Definition at line 576 of file mo_namelists.f90.

◆ orgmattercontent_pervious

real(dp), dimension(ncolpars) mo_namelists::nml_soilmoisture2_t::orgmattercontent_pervious

organic matter content [%] for pervious

Definition at line 577 of file mo_namelists.f90.

◆ ptf_higher66_5_clay

real(dp), dimension(ncolpars) mo_namelists::nml_soilmoisture2_t::ptf_higher66_5_clay

multiplier for clay constant (see PTF_higher66_5_constant)

Definition at line 584 of file mo_namelists.f90.

◆ ptf_higher66_5_constant

real(dp), dimension(ncolpars) mo_namelists::nml_soilmoisture2_t::ptf_higher66_5_constant

Zacharias PTF parameters above 66.5 % sand content (Zacharias et al., 2007, doi:10.2136/sssaj2006.0098)

Definition at line 583 of file mo_namelists.f90.

◆ ptf_higher66_5_db

real(dp), dimension(ncolpars) mo_namelists::nml_soilmoisture2_t::ptf_higher66_5_db

multiplier for mineral bulk density (see PTF_higher66_5_constant)

Definition at line 585 of file mo_namelists.f90.

◆ ptf_ks_clay

real(dp), dimension(ncolpars) mo_namelists::nml_soilmoisture2_t::ptf_ks_clay

multiplier for clay (see PTF_Ks_constant)

Definition at line 589 of file mo_namelists.f90.

◆ ptf_ks_constant

real(dp), dimension(ncolpars) mo_namelists::nml_soilmoisture2_t::ptf_ks_constant

PTF parameters for saturated hydraulic conductivity after Cosby et al.

(1984)

Definition at line 587 of file mo_namelists.f90.

◆ ptf_ks_curveslope

real(dp), dimension(ncolpars) mo_namelists::nml_soilmoisture2_t::ptf_ks_curveslope

unit conversion factor from inch/h to cm/d

Definition at line 590 of file mo_namelists.f90.

◆ ptf_ks_sand

real(dp), dimension(ncolpars) mo_namelists::nml_soilmoisture2_t::ptf_ks_sand

multiplier for sand (see PTF_Ks_constant)

Definition at line 588 of file mo_namelists.f90.

◆ ptf_lower66_5_clay

real(dp), dimension(ncolpars) mo_namelists::nml_soilmoisture2_t::ptf_lower66_5_clay

multiplier for clay constant (see PTF_lower66_5_constant)

Definition at line 580 of file mo_namelists.f90.

◆ ptf_lower66_5_constant

real(dp), dimension(ncolpars) mo_namelists::nml_soilmoisture2_t::ptf_lower66_5_constant

Zacharias PTF parameters below 66.5 % sand content (Zacharias et al., 2007, doi:10.2136/sssaj2006.0098)

Definition at line 579 of file mo_namelists.f90.

◆ ptf_lower66_5_db

real(dp), dimension(ncolpars) mo_namelists::nml_soilmoisture2_t::ptf_lower66_5_db

multiplier for mineral bulk density (see PTF_lower66_5_constant)

Definition at line 581 of file mo_namelists.f90.

◆ read_from_file

logical mo_namelists::nml_soilmoisture2_t::read_from_file = .true.

whether the associated variables are already set by interfaces

Definition at line 574 of file mo_namelists.f90.

◆ rootfractioncoefficient_forest

real(dp), dimension(ncolpars) mo_namelists::nml_soilmoisture2_t::rootfractioncoefficient_forest

shape factor for root distribution with depth, which follows an exponential function [-] for forest

Definition at line 592 of file mo_namelists.f90.

◆ rootfractioncoefficient_impervious

real(dp), dimension(ncolpars) mo_namelists::nml_soilmoisture2_t::rootfractioncoefficient_impervious

shape factor for root distribution with depth, which follows an exponential function [-] for impervious

Definition at line 594 of file mo_namelists.f90.

◆ rootfractioncoefficient_pervious

real(dp), dimension(ncolpars) mo_namelists::nml_soilmoisture2_t::rootfractioncoefficient_pervious

shape factor for root distribution with depth, which follows an exponential function [-] for pervious

Definition at line 596 of file mo_namelists.f90.


The documentation for this module was generated from the following file: