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  
           level4 All scenarios (Input Values)  => plot_QSRC_GW_ref_input => XXX_wells_singles_and_childs
           level4 All scenarios (Abstraction Deficit: sim - inp)  => plot_QSRC_GW_ref_deficit => XXX_wells_parents_and_singles
        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 => wells_parents_and_singles

_GW.deficit for modified and reference scenarios for location set XXX_wells_parents_and_singles

Step 4: Add new module instance to Workflows

...

  1. add location set XXX_wells_parents_and_singles containing the two location sets XXX_wells_parents and XXX_wells_singles
  2. Make sure that the order of the location sets in location set XXX_wells_parents is as follows:
    1)  XXX_wells_normal_parents
    2)  XXX_wells_super_parents
  3. Make sure all locations which refer to super parents are childs or normal parents (no singles!)
  4. Make sure there are no child locations in the single location set !!!
  5. Skip this step "Update locations spreadsheet"

Step 6: Check xxx_global.properties

  1. Make sure that the global properties include the following line: USE_CURRENT_SIMULATED_WITH_COLD_STATE_SELECTION=true

...

!SKIP THIS STEP!  Step 7 Update Id Mapping

  1. comment the shut down activity in the GA run out for all scenarios
  2. run the model
  3. check for each scenario if the id's in WMW_QSRC_GW_TimeSeries_MultiLayer.xml and WMW_QSRC_GW_TimeSeries.xml in the toNGMS modules folder are the same as listed in the idmapping (Config/IdMapFiles), especially check the ordering of layers in the name of the super / normal parents
  4. if the id's are not the same you have to update the id mapping (see also pages 'HOW TO add a new module' #Step 4.8. Obtain configuration data via Module Adapter and Go to #Step 5.9. IdMaps for GW abstraction), therefore
    • run the the xxx_prepare.but for each scenario-type in the modules directory
    • populate the location worksheets as follows
      • #**# copy the individual locations (id, x,y,z) as listed in XXX_GW_abstractions_Locations.xml  
        1. paste into column H,I,J,K (starting at row 3)
        2. copy the parent locations (id, x,y,z) as listed in XXX_GW_abstractions_Locations_MultiLayer.xml
        3. paste into column B,C,D,E (starting at row 3)
        4. check that the format of z coordinatecomment the shut down activity in the GA run ou
        5. Create a backup with name XXX_LocationsResults_versionnumber.xls
        6. Run the macro 'create_XMLfiles'
        7. The macro creates XML-files in the directory of the data-spreadshee
        8. The macro overwrites existing files
        9. You can skip location types to be generated
        10. Check the contents of the id map files. It might be wise to validate with an XML-validation tool.
        11. Copy the id map files which are OK to your configuration --> \Config\IdMapfiles
  5. enable the shut down activity in the GA run

...