Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For visualising 'wells running dry' adjustments had to be made in the display spreadsheet. You can look at the NGMS display generator spreadsheet as an example from wher where you can copy the things needed (take care that you adjust the model name, location name, etc...). Following things have to be done

  1. carry out changes in sheet 'GridDisplay':
    • adjust the section for gw-abstractions (folder structure has changed, you now have separate folders for simulated values, input values and difference of simulated and input values (wells running dry)), all abstractions are displayed for location set XXX_wells_parents_and_singles, a new parameter has been introduced QSRC_GW.deficit
  2. carry out changes in sheet 'Filter':
    • add QSRC_GW.deficit for modified and reference scenarios for location set XXX_wells_parents_and_singles
  3. carry out changes in sheet 'DisplayGroups_folder' in the groundwater abstractions section
          • adjust folder structure according to NGMS display generator spreadsheet.
    #**#
          • level3 Default Scenarios  
               level4 All scenarios (Input Values)  => plot_QSRC_GW_ref_input => XXX_wells_
    singles_and_childs
          • all
               level4 All scenarios (Abstraction Deficit: sim - inp)  => plot_QSRC_GW_ref_deficit => XXX_wells_parents_and_singles
    level3 Modified
          •         level3 Modified Scenarios  
               level4 Historic (Simulated and Comparison: whatif - ref)  => plot_QSRC_GW_whatif(Hist)_to_ref(Hist) => XXX_wells_all
               level4 Recent Actual (Simulated and Comparison: whatif - ref)  => plot_QSRC_GW_whatif(RecAct)_to_ref(RecAct) => XXX_wells_all
                  ....
               level4 All scenarios (Abstraction Deficit: sim - inp)  => plot_QSRC_GW_whatif_deficit => XXX_wells_parents_and
    _singles

...

          • _singles# adjust folder structure according to NGMS display generator spreadsheet.
  1. carry out changes in sheet 'DisplayGroups_plotdef' in the groundwater abstractions section => adjust / add plot definitions for gw abstractions:
      • plot_QSRC_GW_ref_all:
        • change id to plot_QSRC_GW_ref_input,
        • change MODINSTSET to 'ALL_INPUT'
      • add plot_QSRC_GW_ref_deficit
        • subplot type is 'tss_scalar_ref_deficit',
        • par_postfix is 'deficit',
        • MODINSTSET is 'ALL_DEFICIT'
      • add plot_QSRC_GW_whatif_deficit
        • subplot type is 'tss_scalar_whatif_deficit',
        • par_postfix is 'deficit',
        • MODINSTSET is 'ALL_DEFICIT'
      • plot_QSRC_GW_whatif(Scenario)_to_ref(Scenario)
        • change MODINSTSET of 1.subplot to 'ALL_INTERPOLATE'
        • change MODINSTSET of 2. subplot to 'ALL_compare'
      • check the module instance sets, location sets and subplot type !!
  2. run macros
    • write_GridDisplayXMLFiles
    • write_FiltersXMLFiles
    • write_DisplayGroupsXMLFiles
  3. check and validate the created files
  4. Copy the files which are OK to your configuration
    GridDisplay.xml --> \Config\DisplayConfigFiles

Filters.xml  --> \Config\RegionConfigFiles

DisplayGroups.xml  --> \Config\SystemConfigFiles

Step 5: Add new module instance sets

Step 4: Add new module instance to Workflows

...