-
Notifications
You must be signed in to change notification settings - Fork 50
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
Questions Regarding Settings File Configuration #158
Comments
Dear @Nooshdokht-Bayatafshary , thank you for your enquiry. Please find our answers below:
We hope that the answers above help. Please do not hesitate to share your questions and remarks. On behalf of the developers team, |
Dear @StefaniaGrimaldi, Thank you very much for your detailed explanation. Based on your explanation, could you please further clarify or confirm the following points?
Considering the above, I would greatly appreciate your advice on the following points based on your expertise:
Your guidance on these questions will be highly valuable. Thank you in advance for your assistance. Best regards, |
Dear @Nooshdokht-Bayatafshary, thank you for your reply. I believe that it is important to clarify that Dams and Lakes are modelled by OS LISFLOOD using two separate routines. The reservoirs module allow the modelling of storage area generated and regulated by a human made barrier (or dam). The outflow from a reservoirs depends on operational rules. The modelling of reservoirs is explained here: https://ec-jrc.github.io/lisflood-model/3_03_optLISFLOOD_reservoirs/. Natural lakes (no man-made barriers) are modelled using the lakes module, which is described here https://ec-jrc.github.io/lisflood-model/3_02_optLISFLOOD_lakes/. The outflow from a lake is modelled using weir equations. The modelling of “a region with multiple dams but no natural lakes” should leverage on the reservoirs module. The input maps and txt files listed in your message allow the modelling of lakes:
The following input maps and text files are required for the modelling of reservoirs:
As mentioned in the previous message, the map lakemask is used to compute evaporation from open surface bodies and it can include lakes, reservoirs, wetlands. This map is not used to compute the outflow from lakes/reservoirs, but the losses from open water areas due to evaporation. Its generation is bounded to the fracwater map. Are you planning on using static or dynamic land cover fraction maps? You might be interested in exploring the input maps of the current global implementation of OS LISFLOOD within the Copernicus Emergency Management Service Global Flood Awareness System (https://global-flood.emergency.copernicus.eu/. All the maps are available from: https://data.jrc.ec.europa.eu/dataset/68050d73-9c06-499c-a441-dc5053cb0c86 --> https://jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/CEMS-GLOFAS/LISFLOOD_static_and_parameter_maps_for_GloFAS/README.txt and https://jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/CEMS-GLOFAS/LISFLOOD_static_and_parameter_maps_for_GloFAS/Lakes_Reservoirs_ID_tables/ Finally, this paper https://www.sciencedirect.com/science/article/pii/S0022169417301671?via%3Dihub#s0010 presents the preparation of lakes and reservoirs input data for the global set-up. We hope that our answer helps, |
Dear @StefaniaGrimaldi, Thank you for providing comprehensive insights into modeling dams and lakes using LISFLOOD. Your clarification has been immensely valuable in understanding the tailored routines for reservoirs and natural lakes. One key misconception I had was about the capabilities of the openwater module, specifically its association with the lake and reservoirs module. I am grateful for your correction on this point. In the area I'm focused on, there are no natural lakes but rather 8 reservoirs. Based on your guidance, it seems appropriate to activate the reservoir module while deactivating the lake module. Additionally, enabling the openwater module, which requires Furthermore, my plans involve utilizing the TransientLandUseChange module. I've prepared land use maps for each year and have corresponding time-varying files such as I would greatly appreciate your expertise on these matters. Warm regards, |
Dear @Nooshdokht-Bayatafshary, we are pleased to know that our answers are useful: thank you for the feedback. Your message mentions 4 land use fractions. Generally speaking, OS LISFLOOD can account for to 6 fractions (https://ec-jrc.github.io/lisflood-code/4_Static-Maps_land-use/). If your study area does not include neither sealed surfaces nor rice irrigation, you might need to create maps with 0 value in each pixel. In each pixel, the sum of all fractions must be exactly 1.0. Since you will be using the TransientLandUseChange module to account for the temporal variation of water fraction, a solution could consist in generating the lakemask using the maximum area (as you suggested above): evaporation from open water is then expected to be computed according to the water fraction: https://github.com/ec-jrc/lisflood-code/blob/master/src/lisflood/hydrological_modules/evapowater.py#L132C13-L132C25 Please do not hesitate to share your questions and comments, |
Dear developers,
I am currently working on setting options in the LISFLOOD settings XML file for calibrating my region. I've encountered a few queries:
I'm unsure about the precise moment to activate the indicator key. Could you provide clarification regarding its function and the recommendation for activation?
It appears that the
openwaterevapo
key is activated to simulate evaporation from open water surfaces. Upon reviewing the model's source code, it seems logical to activate this key only when modeling lakes. Could you confirm this assumption? Additionally, if the assumption holds true, I'm curious about the methodology for calculating evaporation from reservoir water bodies in areas lacking natural lakes. We've generated afracwater
file within the land use section—does this file encompass the necessary calculations for water evaporation?Concerning the GroundwaterBodies key, does it pertain to delineating the aquifer zones within the area? In cases where multiple aquifers exist (two or three), should each be represented by a '1' in the respective file?
Thank you for your assistance in clarifying these points.
Best regards,
Nooshdokht
The text was updated successfully, but these errors were encountered: