You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

This page explains step by step how to how to visualise 'wells running dry'

Step 1: Check xxx_global.properties

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

Step 2: Check locations in LocationSets.xml

  1. Make sure that the order of the location sets in location set xxx_wells_parents is as follows:
    1)  WMW_wells_normal_parents
    2)  WMW_wells_super_parents
  2. Make sure all locations which refer to super parents are childs or normal parents (no singles!)

Step 3 Check IdMapping

  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
        1. copy the individual locations (id, x,y,z) as listed in XXX_GW_abstractions_Locations.xml  
        2. paste into column H,I,J,K (starting at row 3)
        3. copy the parent locations (id, x,y,z) as listed in XXX_GW_abstractions_Locations_MultiLayer.xml
        4. paste into column B,C,D,E (starting at row 3)
        5. check that the format of z coordinatecomment the shut down activity in the GA run ou
        6. Create a backup with name XXX_LocationsResults_versionnumber.xls
        7. Run the macro 'create_XMLfiles'
        8. The macro creates XML-files in the directory of the data-spreadshee
        9. The macro overwrites existing files
        10. You can skip location types to be generated
        11. Check the contents of the id map files. It might be wise to validate with an XML-validation tool.
        12. Copy the id map files which are OK to your configuration --> \Config\IdMapfiles
  5. enable the shut down activity in the GA run
  • No labels