-
Notifications
You must be signed in to change notification settings - Fork 51
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
Regarding Dataset prepartion for Kelaniya River Basin, Sri Lanka #175
Comments
Dear @Hrekhani97, we are pleased to know that you plan to use OS LISFLOOD in the frame of your research study. Please find in this page the protocol for the computation of the elvstd map: https://ec-jrc.github.io/lisflood-code/4_Static-Maps_topography/ . The elevation field at the target resolution (1 km) is obtained by computing the average of the original high resolution map (mean.unweighted()). elvstd is the standard deviation of the elevation of all the high resolution cells included into one grid of your target grid (stDev.unweighted()). To achieve this aim, you can use the software and protocol of your choice. In each pixel, the sum of all land use fractions must be 1. This is a strict requirement to ensure mass balance and correct computations. This page https://ec-jrc.github.io/lisflood-code/4_Static-Maps_land-use-depending/ explains how the classes included in the "Copernicus Global Land Cover Layers: CGLS-LC100 collection 2" were associated to the land cover fractions. When using the local classification available for your study area, you can allocate each class of your database to the most representative land cover fraction (forest, irrigation, other). As a general piece of advice, we strongly recommend using netcdf format, rather than pcraster format (for example, the netcdf format allows you to define pivotal metadata information such as the geographical reference system). I hope that this answer was helpful. |
Dear @StefaniaGrimaldi, Thank you so much for the information provided. I have now created the land use fraction maps and am currently preparing the land use-dependent maps. I have a quick question regarding the creation of crop coefficient maps such as cropcoef_f and cropcoef_irri. When assigning values, they are specific to the relevant land use classes. For example, the final crop coefficient values for the forest file will only contain pixel values where forest land use classes are present, and other pixels will be assigned no-data values, correct? As you can see, the pixel values are ranging from 0.7-1.1 and no-data value was assigned to the rest of the area (where there is no forest cover). However, I noticed that there are no missing or no-data pixels in your test datasets and the global 03-minute dataset. But, when preparing these files, we assign a 0 value for the areas with no forest cover right, but, how did all the pixels get a value at the end? Could you kindly clarify this? Below is my forest fraction layer (just for your reference). Thank you for your assistance |
Hi, I think I figured it out. We need to replace the null values with the global mean values of Kc, Kg, and Km. Thank you for your assistance. Best regards |
Dear @Hrekhani97, |
Dear @StefaniaGrimaldi, Could you please provide some additional clarification on the following point? When developing land use-dependent layers, we primarily consider three land use fractions: forest, irrigated crops, and other LULC types. Therefore, when calculating the Manning's coefficient for these three land use classes, we do not take built-up areas/sealed surfaces into account, correct? However, when it comes to flood modeling, the Manning's roughness of sealed surfaces plays a significant role specially during a flood event correct? If I understand correctly, we are assuming that approximately 25% of the sealed surfaces are permeable. With this in mind, would it be appropriate to categorize this portion under a under other landuse class when defining the manning coefficient? How do the model accurately incorporate surface roughness details for sealed surfaces in our calculations? Thank you for your continuous support. I look forward to your guidance on this matter. |
Dear @Hrekhani97, OS LISFLOOD computes surface routing for sealed surfaces (included in the direct runoff fraction) in this module: https://github.com/ec-jrc/lisflood-code/blob/fe94c33b6bd9fe09fa7be43a6dd4fdc8a11f744c/src/lisflood/hydrological_modules/surface_routing.py The Manning's roughness coefficient for sealed surfaces is set equal to 0.02 in this line (this value is applied to all pixels within the computational domain):
The use of a different value or of an input map requires small edits to the source code. In the first case, you will only need to edit the line above by replacing the current value. In the second case (i.e. if you wish to use a map), you will need to prepare a map, add the corresponding key in the .xml settings file, and edit the source code to enable the use of the new input file. Regarding your question on the permeable fraction of urban areas, you correctly understood the assumption explained in https://ec-jrc.github.io/lisflood-code/4_Static-Maps_land-use/, and your proposed solution is appropriate. I hope that this answer helps, |
Dear @StefaniaGrimaldi, I have another question: The original bulk density values downloaded from ISRIC are in units of 'cg/cm³'. To apply the PTFs, we need to convert these values to 'g/cm³', correct? Additionally, are there any other soil data layers that require unit conversion before applying the PTFs? Thank you for your continuous support. I look forward to your guidance on this matter. |
Dear @Hrekhani97, thank you for your interesting question. Annex C2 of https://hess.copernicus.org/articles/28/2991/2024/hess-28-2991-2024.html states "Users can decide to derive soil proprieties from different PTFs, but the general principle presented here remains valid". The scientific literature enumerates several pedotransfer functions, as well as comparison studies (here are a just a few examples: https://www.sciencedirect.com/science/article/pii/S0022169419305049, https://www.sciencedirect.com/science/article/pii/S2352009423001165). Modelers can decide to implement pedo-transfer functions which are specific for their area of interest, if available (here is an example of a recent publication focusing on a specific area https://www.sciencedirect.com/science/article/pii/S0016706124002052). Regarding the units, you are correct, input data must be converted to the units required by the selected pedotransfer functions. This requirement applies to all input data. The conversion of ISRIC bulk density values from cg/cm3 to g/cm3 is correct when applying Toth et. al equations. Another example of input data that requires conversion is the organic carbon content (delivered in dg/kg). I hope this answer helps, |
Dear @StefaniaGrimaldi, @doc78, Based on my understanding, the process is as follows:
I apologize if I am asking too many questions, but I just want to ensure that I am following the correct process. |
Dear @StefaniaGrimaldi, |
Dear @Hrekhani97, please find below our answers:
It is our pleasure to support your implementation of OS LISFLOOD, |
Dear @StefaniaGrimaldi I am currently working on preparing the channel geometry layers and have encountered a few questions. In some areas, such as the downstream floodplain, the channel gradient value is 0, while in mountainous regions, the gradient is greater than 1. However, the website states that the channel gradient should fall within the [0,1] range. At the same time, the Channel Gradient or Slope map for the European domain (at 1 arc-minute horizontal resolution, shown on the left) has values ranging from 0 to 1.58109. This has left me a bit confused. Could you please clarify this discrepancy? Thank you for your continuous support. I look forward to your guidance on this matter. Kind regards |
Dera @Hrekhani97, congratulations on the successful preparation of the soil hydraulic parameters. Could you please help me understand your recent enquiry about the channel geometry layers? Your question concerns the channel gradient map explained in https://ec-jrc.github.io/lisflood-code/4_Static-Maps_channel-geometry/, correct? Regarding the 0 values, please note that the LISFLOOD .xml settings file includes the key "ChanGradMin": https://github.com/ec-jrc/lisflood-code/blob/master/src/lisfloodSettings_reference.xml#L1442 Kind regards, |
Hello,
I am Madhawa, a student from Sri Lanka. I am planning to use the LISFLOOD model for my research on the Kelaniya River Basin in Sri Lanka. I have successfully installed the model and run the test cases. Currently, I am working on creating a custom dataset for the Kelaniya River Basin. I’ve already developed general maps and topography maps, except for the elvstd.map, and have created land use fraction maps based on local land use data.
I am facing a few challenges and would appreciate your guidance on the following issues:
I used the MERIT DEM to create all the general and topography maps and plan to run the model at a 1 km x 1 km spatial resolution. Could you please advise on how to create the elvstd.map file using PCRaster within QGIS? Do I have to calculate the elevation standard deviation for the original Merit DEM file and resample that to my target resolution?
For the land use fraction maps, I relied on a local land use survey to obtain accurate data. Could you explain the process for calculating land-use-dependent layers, such as the crop coefficient and crop group number? The methodology on the website involves a large number of land use classes, whereas my dataset for the Kelaniya Basin uses a simplified local classification. How should I proceed to develop these two layers in this context?
Thank you very much for your time and assistance. Your support would be greatly appreciated.
Best regards
The text was updated successfully, but these errors were encountered: