| 
    noah
    1.12.0
    
   | 
 
Below was extracted from namelist_soilveg.f and set_soilveg.f (couldn't get above to compile for doxygen) More...
Public Member Functions | |
| subroutine, public | set_soilveg (isot, ivet, maxsmc, bb, satpsi, iret) | 
| This subroutine initializes soil and vegetation parameters needed in global_cycle/land_increment.f90.  More... | |
Below was extracted from namelist_soilveg.f and set_soilveg.f (couldn't get above to compile for doxygen)
Definition at line 8 of file set_soilveg_snippet.f90.
| subroutine, public set_soilveg_snippet_mod::set_soilveg | ( | 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 26 of file set_soilveg_snippet.f90.