-
|
I would like to ask if the soil capacity and the wilting point are variables in the Noah-MP model, and if so where are they? If not, what should I do? And, I want the two variables on the corresponding grid points. Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The soil thermal and hydraulic properties are in the NoahmpTable.TBL: https://github.com/NCAR/noahmp/blob/master/parameters/NoahmpTable.TBL#L786-L842 The model reads in the FAO 19-class soil category map from HRLDAS_setup file and based on the dominant soil category for each grid, the model will read in the corresponding soil properties from the NoahmpTable.TBL |
Beta Was this translation helpful? Give feedback.
The soil thermal and hydraulic properties are in the NoahmpTable.TBL: https://github.com/NCAR/noahmp/blob/master/parameters/NoahmpTable.TBL#L786-L842
The model reads in the FAO 19-class soil category map from HRLDAS_setup file and based on the dominant soil category for each grid, the model will read in the corresponding soil properties from the NoahmpTable.TBL