| 
    noah 1.14.0
    
   | 
 
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.   | |
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
| 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.
| [in] | isot | Soil type | 
| [in] | ivet | Vegetation type | 
| [out] | maxsmc | Maximum soil moisture for each soil type | 
| [out] | bb | B exponent for each soil type | 
| [out] | satpsi | Saturated matric potential for each soil type | 
| [out] | iret | Return integer | 
Definition at line 34 of file set_soilveg_snippet.f90.
| 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.
| [in] | isot | Soil type | 
| [in] | ivet | Vegetation type | 
| [out] | maxsmc | Maximum soil moisture for each soil type | 
| [out] | bb | B exponent for each soil type | 
| [out] | satpsi | Saturated matric potential for each soil type | 
| [out] | iret | Return integer | 
Definition at line 106 of file set_soilveg_snippet.f90.