Versions Compared

Key

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

...

  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  
      • Scenarios
          
              • level4 All scenarios (Input Values)  => plot_QSRC_GW_ref_input => XXX_wells_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# adjust folder structure according to NGMS display generator spreadsheet.
      • 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 !!
      • run macros
        • write_GridDisplayXMLFiles
        • write_FiltersXMLFiles
        • write_DisplayGroupsXMLFiles
      • check and validate the created files
      • Copy the files which are OK to your configuration
        • GridDisplay.xml --> \Config\DisplayConfigFiles
        • Filters.xml  --> \Config\RegionConfigFiles
        • DisplayGroups.xml  --> \Config\SystemConfigFiles

    ...