-
Hello, I am currently trying to generate a LIS spinup file, but am having trouble with the model output attributes file when running LIS: [ERR] Qrec field is not defined From reading previous discussion posts, I probably have the grip_id wrong or similar: Qrec: 1 kg/m2s IN 1 0 0 1 163 10000 # Recharge (kg/m2s) The rest of the file, if that is helpful (converted to .txt): Any help would be greatly appreciated! Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @evanr1232 What LSM are you using? Very few of the current LSMs in LIS have "Qrec" available as an output field. That is why you see that error. If you are using Noah-MP (version 3.6 or version 4.0.1), there are two separate variables for recharge available. One giving recharge from groundwater to the water table, and one giving recharge to the groundwater from the water table. Add these lines to your MODEL OUTPUT TBL file:
Unless you are writing your output in GRIB format, the last two columns of numbers (e.g., 164 10000) aren't used at all. Note that the units of these two variables must be meters, which is why you have to list them as "m". Change the first column/number for the "Qrec:" line to "0" as well. |
Beta Was this translation helpful? Give feedback.
Hi @evanr1232
What LSM are you using? Very few of the current LSMs in LIS have "Qrec" available as an output field. That is why you see that error.
If you are using Noah-MP (version 3.6 or version 4.0.1), there are two separate variables for recharge available. One giving recharge from groundwater to the water table, and one giving recharge to the groundwater from the water table. Add these lines to your MODEL OUTPUT TBL file:
Unless you are writing your output in GRIB format, the last two column…