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

Compare with Current View Page History

« Previous Version 9 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 #Step 4.8. Obtain configuration data via Module Adapter and 5.9), 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 out
        6. run the macro create_xml
  • No labels