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

Dimension in soil parameter #23

Open
changliao1025 opened this issue Mar 10, 2022 · 6 comments
Open

Dimension in soil parameter #23

changliao1025 opened this issue Mar 10, 2022 · 6 comments

Comments

@changliao1025
Copy link
Owner

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.

@changliao1025
Copy link
Owner Author

To support the multiple hillslopes, it is also desired to keep the dimension information.

@changliao1025
Copy link
Owner Author

integer :: nlevsoi ! number of hydrologically active soil layers
integer :: nlevsoifl ! number of soil layers on input file
integer :: nlevgrnd ! number of ground layers
! (includes lower layers that are hydrologically inactive)

@changliao1025
Copy link
Owner Author

@changliao1025
Copy link
Owner Author

Texture is : /sandy clay loam
66: Texture is : /sandy clay loam
66: Texture is : /sandy clay loam
66: Texture is : /sandy clay loam
92: Texture is : /sandy clay loam/sandy clay
92: Texture is : /clay loam
92: Texture is : /clay loam
92: Texture is : /clay
92: Texture is : /clay
92: Texture is : /clay
92: Texture is : /clay
92: Texture is : /clay
92: Texture is : /clay
92: Texture is : /sandy clay loam/sandy clay
92: Texture is : /sandy clay loam/sandy clay
92: Texture is : /clay loam
92: Texture is : /clay loam
92: Texture is : /clay
92: Texture is : /clay
92: Texture is : /clay
92: Texture is : /clay

@changliao1025
Copy link
Owner Author

Texture is : /clay
59: Texture not found for: 9.9999996E+35 9.9999996E+35
59: Texture not found for: 9.9999996E+35 9.9999996E+35
81: Texture is : /sandy clay loam/sandy clay
81: Texture is : /sandy clay loam/sandy clay
81: Texture is : /clay loam

@changliao1025
Copy link
Owner Author

For simplicity, we only consider one soil texture on the boundary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant