Skip to content

How to change "SLOPE_DATA" and other hard coded parameters #223

Answered by dmocko
psbecker asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @psbecker

In older versions of Noah, there was a 1-degree "slope type index" map with 9 slope types.

However, in Noah-MP, the "slope type" is hard-coded:

https://github.com/NCAR/noahmp/blob/c7a04d8c6d4b9533a6b99c72229ed9279fe39e46/drivers/hrldas/NoahmpIOVarInitMod.F90#L839

The reason that it is hard-coded is that the 1-degree slope type index map would cause blockiness in the lower layers
of soil moisture, due to baseflow varying by the slope type.

I don't think that the SLOPE_DATA is even read in anymore.

By the way, here is an explanation of the slope types used in Noah LSM:

https://github.com/NASA-LIS/LISF/blob/master/lis/surfacemodels/land/noah.3.9/phys/module_sf_noah39lsm.F90#L242…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by psbecker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants