RE: Open earth tool for cumulative erosion/deposition map in dflowfm - Forum - Riverlab
Community header
Forum
- Home
- RE: Open earth tool for cumulative erosion/deposition map in dflowfm
RE: Open earth tool for cumulative erosion/deposition map in dflowfm
Niraj Bal Tamang, modified 2 Years ago.
Open earth tool for cumulative erosion/deposition map in dflowfm
Advanced Augur Posts: 34 Join Date: 4/26/21 Recent Posts
I want to generate a cumulative erosion/deposition map using the codes available in dflowfm under open earth tools. Can anyone please tell me what is the name of the code for this? I tried to generate the map in quickplot but I couldn't reverse the colorbar in the GUI. Any one of the solutions to the above problems will work for me.
Thank you
Thank you
Victor Chavarrias, modified 2 Years ago.
RE: Open earth tool for cumulative erosion/deposition map in dflowfm
Famous Fortune teller Posts: 97 Join Date: 4/24/20 Recent Posts
When using Quickplot, be aware of the option of recording a script by clicking on the 8th icon starting from the left, the one showing a red circle with an "M". Then you can see the commands needed to load data and then plot it, so you can adjust it to your needs.
If you want more freedom, I would suggest you to use the EHY tools. For instance, use <EHY_getGridInfo> to get the grid, <EHY_getMapModelData> to load map-file data, and <EHY_plotMapModelData> to plot it.
If you want more freedom, I would suggest you to use the EHY tools. For instance, use <EHY_getGridInfo> to get the grid, <EHY_getMapModelData> to load map-file data, and <EHY_plotMapModelData> to plot it.