rt_domain variables dist and dist_lsm are storing area in final array dimension #639
donaldwj
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The variables:
rt_domain(did)%dist (rt_domain(did)%overland%properties%distance_to_neighbor)
rt_domain(did)%dist_lsm
are storing areas in the (:,:,9) position of the arrays. This is not clearly documented and the areas should probably be kept in separate arrays with appropriate names.
I would suggest changing the allocation of the arrays to only allocate 8 positions for the 3rd array dimensions for both arrays and creating arrays for storing area and area_lsm.
Are there any circumstances currently supported by wrf-hydro where both area and area_lsm would not be a single value?
Beta Was this translation helpful? Give feedback.
All reactions