noah 1.14.0
Loading...
Searching...
No Matches
set_soilveg_snippet_mod Module Reference

Below was extracted from namelist_soilveg.f and set_soilveg.f (couldn't get above to compile for doxygen) More...

Functions/Subroutines

subroutine, public set_soilveg_noah (isot, ivet, maxsmc, bb, satpsi, iret)
 This subroutine initializes soil and vegetation parameters needed in global_cycle/land_increment.f90.
 
subroutine, public set_soilveg_noahmp (isot, ivet, maxsmc, bb, satpsi, iret)
 This subroutine initializes soil and vegetation parameters needed in global_cycle/land_increment.f90 for noah-mp.
 

Detailed Description

Below was extracted from namelist_soilveg.f and set_soilveg.f (couldn't get above to compile for doxygen)

Add Noah-MP LSM soil and veg params needed for global_cycle Noah-MP related parameters were extracted from noahmp_table.f isot (soil type) = 1: STATSGO must be selected if NoahMP is used ivet (vegetation type) = 1: IBGP is used by UFS offline Land DA for Noah-MP as of 07/13/2023

Author
Yuan Xue

Function/Subroutine Documentation

◆ set_soilveg_noah()

subroutine, public set_soilveg_snippet_mod::set_soilveg_noah ( integer, intent(in) isot,
integer, intent(in) ivet,
real, dimension(30), intent(out) maxsmc,
real, dimension(30), intent(out) bb,
real, dimension(30), intent(out) satpsi,
integer, intent(out) iret )

This subroutine initializes soil and vegetation parameters needed in global_cycle/land_increment.f90.

Parameters
[in]isotSoil type
[in]ivetVegetation type
[out]maxsmcMaximum soil moisture for each soil type
[out]bbB exponent for each soil type
[out]satpsiSaturated matric potential for each soil type
[out]iretReturn integer

Definition at line 34 of file set_soilveg_snippet.f90.

◆ set_soilveg_noahmp()

subroutine, public set_soilveg_snippet_mod::set_soilveg_noahmp ( integer, intent(in) isot,
integer, intent(in) ivet,
real, dimension(30), intent(out) maxsmc,
real, dimension(30), intent(out) bb,
real, dimension(30), intent(out) satpsi,
integer, intent(out) iret )

This subroutine initializes soil and vegetation parameters needed in global_cycle/land_increment.f90 for noah-mp.

Parameters
[in]isotSoil type
[in]ivetVegetation type
[out]maxsmcMaximum soil moisture for each soil type
[out]bbB exponent for each soil type
[out]satpsiSaturated matric potential for each soil type
[out]iretReturn integer

Definition at line 106 of file set_soilveg_snippet.f90.