-
I am trying out a simulation using Noah-MP 3.6, but have run into an unusual problem at runtime. The run quickly crashes with the below error message (in the standard out, no error message is left in the log file). I haven't seen this error previously when running simulations using Noah-MP 4.0.1, and am not sure where to look to try fixing it. I have attached both the ldt and lis configuration files, plus the log file for the run. Error Message: Error termination. Backtrace:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @mcthreems You are trying to use the Noah-MP-4.0.1 MPTABLE file with the Noah-MP-3.6 LSM. The format of this file is different between these two model versions. From looking at your lis.config file, you should also use the Noah-MP-3.6 SOILPARM and GENPARM files. You can obtain these files here: https://portal.nccs.nasa.gov/lisdata_pub/data/PARAMETERS/noahmp36_parms/ Please see the README file in this directory. Use the SOILPARM.TBL.WRF-3.9 in place of the regular SOILPARM.TBL file. |
Beta Was this translation helpful? Give feedback.
Hi @mcthreems
You are trying to use the Noah-MP-4.0.1 MPTABLE file with the Noah-MP-3.6 LSM.
The format of this file is different between these two model versions.
From looking at your lis.config file, you should also use the Noah-MP-3.6 SOILPARM and GENPARM files.
You can obtain these files here: https://portal.nccs.nasa.gov/lisdata_pub/data/PARAMETERS/noahmp36_parms/
Please see the README file in this directory. Use the SOILPARM.TBL.WRF-3.9 in place of the regular SOILPARM.TBL file.