Skip to content
Discussion options

You must be logged in to vote

You also need to modify this line of code since you are using soil_data_option = 2 (soil types vary with depth): https://github.com/NCAR/noahmp/blob/9fbe672420f4468e7d78aecfd10626927ecc8156/drivers/hrldas/ConfigVarInTransferMod.F90#L142-L146
Please include the following two lines:
noahmp%config%domain%SoilType(5) = nint(NoahmpIO%SOILCL5(I,J)) ! soil type in layer5
noahmp%config%domain%SoilType(6) = nint(NoahmpIO%SOILCL6(I,J)) ! soil type in layer6
noahmp%config%domain%SoilType(7) = nint(NoahmpIO%SOILCL7(I,J)) ! soil type in layer7

Replies: 2 comments 30 replies

Comment options

You must be logged in to vote
12 replies
@mcthreems
Comment options

@cenlinhe
Comment options

@mcthreems
Comment options

@mcthreems
Comment options

@cenlinhe
Comment options

Answer selected by mcthreems
Comment options

You must be logged in to vote
18 replies
@mcthreems
Comment options

@cenlinhe
Comment options

@mcthreems
Comment options

@cenlinhe
Comment options

@mcthreems
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants