-
Notifications
You must be signed in to change notification settings - Fork 20
Evaporation output #282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, The key function to do this, also used in |
Thanks very much @jorritmesman cali_ensemble(config_file, model = c("GLM"), |
I will appreciate your guidance as am trying to replicate this for mine pit lake. |
You are able to run more iterations; there is no maximum limit for the Yes, you should be able to use cali_ensemble to calibrate your lake. However, having only surface water temperature is of course a bit restrictive to get stratification patterns correct, because you have no data on that. But at least theoretically, it should be possible. |
Thanks @jorritmesman. |
Yes, that will work fine. You don't need to specify anything in the |
I did manage to set my lakemodel but when i rune the model I get this error
|
It looks like GLM crashed (no output file was generated). You can investigate what went wrong by going to your GLM folder and using |
@jorritmesman I did manged to figure out the error after using GLM3r::run_glm(verbose = TRUE) as you did advice.
|
Hi @Bkemanga, I think the best way forward for you is to manually add your cloud cover data to the generated GLM meteorology file. LER currently tries to set up all hydrodynamic models in a similar way, which is why it uses observed long-wave radiation instead of inferring long-wave from cloud cover. Keep in mind that you would need to change rad_mode in your GLM nml-file to inform the model to not use provided long-wave data (see screenshot). |
I was wondering if it would be possible to calibrate the GLM model lakeEnsemblr using observed evaporation.
The text was updated successfully, but these errors were encountered: