-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dimension in soil parameter #23
Comments
To support the multiple hillslopes, it is also desired to keep the dimension information. |
integer :: nlevsoi ! number of hydrologically active soil layers |
Texture is : /sandy clay loam |
Texture is : /clay |
For simplicity, we only consider one soil texture on the boundary. |
real(r8) ,pointer :: sand3d (:,:,:) ! read in - soil texture: percent sand (needs to be a pointer for use in ncdio)
allocate(sand3d(begg:endg,max_topounits,nlevsoifl))
Grid level, not pft or vegetation based.
The text was updated successfully, but these errors were encountered: