|
From the model_output.tbl list, I have tried adding the following : I am checking the NoahMP401_main.F90 code and I can't find the 'tempbot' and 'SoilWet' or equivalent fields. I need them for preparing a NU-WRF coupled run using LDT_NUWRFprocMod.F90 |
Replies: 1 comment
|
Hi @slabhan1 The "Tempbot" variable is specific to only some LSMs other than Noah-MP. You can plot all 4 Noah-MP soil temperatures The total "SoilWet" variable is also not available in Noah-MP. However, you can output the Relative Soil Moisture (similar to wetness) for all 4 individual layers using the "RelSMC" variable. If you want the total column wetness, just scaling each layer by the thickness of each soil layer. |
Hi @slabhan1
The "Tempbot" variable is specific to only some LSMs other than Noah-MP. You can plot all 4 Noah-MP soil temperatures
by outputting the "SoilTemp" variable.
The total "SoilWet" variable is also not available in Noah-MP. However, you can output the Relative Soil Moisture (similar to wetness) for all 4 individual layers using the "RelSMC" variable. If you want the total column wetness, just scaling each layer by the thickness of each soil layer.