Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More documentation for soil paramters #464

Merged
merged 11 commits into from
Apr 27, 2021
8 changes: 8 additions & 0 deletions sorc/chgres_cube.fd/program_setup.F90
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,13 @@ end subroutine get_var_cond
!! characteristics to the physical properties of soils</a>. Water
!! Resour. Res.,20, 682–690.
!!
!! The parameters in this subroutine were copied from
!! https://github.com/HelinWei-NOAA/ccpp-physics/blob/master/physics/set_soilveg.f
!! values need to be kept in sync with set_soilveg.f.
!!
!! For more information about these parameters see
!! https://github.com/HelinWei-NOAA/ccpp-physics/blob/master/physics/sflx.f.
!!
!! @param [in] localpet ESMF local persistent execution thread
!! @author George Gayno NCEP/EMC
subroutine calc_soil_params_driver(localpet)
Expand Down Expand Up @@ -502,6 +509,7 @@ subroutine calc_soil_params_driver(localpet)
real, allocatable :: satpsi(:)
real, allocatable :: satdw(:)

! using stasgo table
data bb_statsgo /4.05, 4.26, 4.74, 5.33, 5.33, 5.25, &
6.77, 8.72, 8.17, 10.73, 10.39, 11.55, &
5.25, -9.99, 4.05, 4.26/
Expand Down