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

Compare with Current View Page History

« Previous Version 43 Next »

----

Within FEWS, and thus NGMS, locations are essential as they are the placeholder to all model inputs and output.
The locations concept and the application within NGMS is described in a seperate page.
One of the most time consuming and error prone parts of the system is setting up those locations and ensuring that the Ids of observation data and model data, as defined in the WEL and STR files, match the licences and or gauging stations. To assist in this process, a standard data template has been produced for specyfying the locations, as well as an locations-generator spreadsheet which automates the process of sorting, IdMapping and XML-file generation.

Note on tooltips

Locations on the Explorer-map have tooltips showing details on licences, coordinates etc. Within a tooltip, a line-feed is established by useing '\n' (backward slash n).
The sorting macro combines tooltips of children by combining strings which end with , Column: , Layer:.

----

Step 5.1 Check table structure of all worksheets in Data spreadsheet handed over

Go to #Step 5.2. Grids_loc
The starting condition of this step is a populated DataTemplate, which contains all relevant information for the model.

When running the NGMS_Locations_Generator, it will pick up this spreadsheet, conduct a variety of checks and sorts all locations in the appropriate order. For this purpose, the Generator uses hard-coded references to named worksheets and specific columns within a worksheet. To prevent failure in this processing, the following checks the need to be conducted on the table structure of the populated DataTemplate.

The comparison is done against the Empty_DataTemplate spreadsheet.

  1. worksheet GWabs_org
    • ensure that no more than 4 runs are listed (column A-D), as the IdMapping can currently handle 4 runs only
      Note: If more than 4 runs are to be processed, use a second spreadsheet and fill column A-D with the line numbers of the wells in those runs. Please ensure that both spreadsheets contain the same locations.
    • ensure that LicenceNo starts in column F (i.e. C6)
  2. worksheet SWlat_org
    • See above: ensure that no more than 4 runs are listed (column A-D), as the IdMapping can currently handle 4 runs only
      Note: If more than 4 runs are to be processed, use a second spreadsheet and fill column A-D with the line numbers of the wells in those runs. Please ensure that both spreadsheets contain the same locations.
    • ensure that ConsentNo/LicenceNo starts in column I (i.e. C9).
  3. worksheet Branches_org
    • check if reachNr is in column C (C3); chainage is in column D (C4), OSRef is in column J (C10)
    • if not, copy the worksheet from teh Empty_DataTemplate and popualte again
      or
    • add column D and column J from the Empty_DataTemplate.xls
  4. worksheet GWabs_IDmap_hist; GWabs_IDmap_nat; GWabs_IDmap_recact; GWabs_IDmap_fullic
    • if not available, copy all 4 from Empty_DataTemplate
  5. worksheet SWlat_IDmap_hist; SWlat_IDmap_nat; SWlat_IDmap_recact; SWlat_IDmap_fullic
    • if not available, copy all 4 from Empty_DataTemplate

The DataTemplate contains one macro, called 'CheckData' which checks if the essential data is in place. While the details will be addressed in the various steps below, most errors are caused if abovementioned steps are not properly conducted or if the OSreference column is empty. An OSreference column with empty or 'na' is not acceptable as this column is the key for creating a unique locationId

Step 5.2 Create and populate worksheets for Grids: Grids_loc and Grids_locSets

Go to #Step 5.3. GW management units

The worksheets Grids_loc and Grids_locSets are manually prepared. They specify the grid geometry and associated location sets as used in the data processing.

Step 5.3 Create and populate worksheet for GW management units: GWunits_loc and GWunits_locSets

Go to #Step 5.4. GW abstractions

The worksheets GWunits_loc and GWunits_locSets are manually prepared. They specify the predefined GWMUs (groundwater management units) and associated location sets as used in the data processing.

Step 5.4 Populate and verify worksheet for groundwater abstractions: GWabs_org

Go to #Step 5.5. Observation boreholes

The worksheet GWabs_org is populated by the data provider.

Notes on the use of columns:

  • The sorting macro contains hard-coded column references. It is therefore essential that column E is empty and column F holds the LicenceNo. One may not list more than 4 WEL files in the first 4 columns. If more WEL-files need to be accounted for, is recommended to create a second spreadsheet (see details #More than four runs provided).
  • The XY-position of the NGR will be adopted as the XY-coordinate of the point location for this borehole. Taking this position over the actual NGR-coordinate ensures that the interpolation from grid cell to OBH - using the closest distance method - will be in line with the way the model has been set up.
  • The NGR-coordinates are typically displayed in the tooltip.
  • The OSreference will be used for the unique identifier of each abstraction. It is essential that this OSreference is based on the NGR coordinate.

Please conduct the following verification and preparation steps:

  1. Remove the example rows (if any) such that the row 40 is the first one containing the actual data
  2. Define concatenate functions for cell B16, B17, B18, B19, B21, B22. The actual contents depends on data availability.

    cell

    item

    used in

    recommended content

    recommended concatenate function

    B16

    LocationName

    Explorer (map and filter)

    licence code, purpose code (if any), site name, layer

    =IF(O40<>"";F40&""&G40&" - "&S40&" (L"&O40&")";F40&""&G40&" - "&S40)

    B17

    ShortName

    Graph legends

    if possible shorter version of above

     

    B18

    LocationDescription

    Description in Explorer-tooltip

    location type, GW-unit, Formation

    =T40 & " in GW-unit " & W40 & " ("&X40&") from " & Y40 &" formation."

    B19

    Tooltip on map

    free text Explorer-tooltip

    licence holder, licence details, NGR, model coordinates (XYZ and RC)

    =IF(U40="";"";"Licence holder: " &U40 & " (" &F40 & " - "&G40&")\n ")& "Easting: "&K40&", Northing: " &L40& " "&M40& ", Model-Y: "&N40&" "&P40&", Column: "&Q40&", Layer: "&O40&""

    B21

    Caption

    Shortcuts in GraphDisplay

    see shortname or variations

    see shortname or variations

    B22

    Shortcut

    Shortcuts in GraphDisplay

    see shortname or variations

    see shortname or variations

  1. Populate column I (OSreference) based on XY-coordinate of borehole (column K and L).
    Go to: How to populate OSreference coordinates from kilometer-coordinates
  2. Check that column A,B,C,D are populated in correspondence to the provided runs (ModuleDataSets)
  3. Check that the number of locations/licences as listed in the spreadsheet corresponds (at least) to the number of wells in each WEL-file
  4. Verify that the column(s) as used for the location name are properly populated with appropriate information (i.e. preferably no 'unknowns, 'na' etc.)


If the table accounts for more than 4 WEL files (i.e. column E and possibly F are used to hold line numbers as well), one should do the following steps:

  1. create a copy of the spreadsheet
  2. remove the additional columns (E possibly F) from the 'original' spreadsheet and ensure that concatenate functions are still valid
  3. in the spreadsheet-copy, move contents of additional columns (E possibly F) to column A and B. Empty column C and D if needed.
    Ensure that concatenate functions are still valid

Step 5.5 Populate and verify worksheet for observation boreholes: OBH_org

Go to #Step 5.6. Gauges

The worksheet OBH_org is populated by the data provider.
Notes on the use of columns:

  • The XY-position of the grid cell will be adopted as the XY-coordinate of the point location for this borehole. Taking this position over the actual NGR-coordinate will ensures that the interpolation from gridcell to OBH - using the closest distance method - will be in line with the way that the model has been set up.
  • The NGR-coordinates are typically displayed in the tooltip.
  • The OSreference will be used for the unique identifier of each borehole. It is recommended, but not required, to convert the gridcell position to OSreference. In any case, please document properly what coordinate has been used for this purpose.
  • The sorting macro contains hard-coded column references. It is therefore essential that SitceCode starts at column C. Note the difference with column usage for the GW abstraction points.

Please conduct the following verification and preparation steps:

  1. Remove the example rows (if any) such that the row 36 is the first one containing the actual data
  2. Define concatenate functions for cell B16, B17, B18, B19, B21, B22. The actual contents depends on data availability.

    cell

    item

    used in

    recommended content

    recommended concatenate function

    B16

    LocationName

    Explorer (map and filter)

    site name & site code (optional layer)

    =N36&" - "&C36

    B17

    ShortName

    Graph legends

    if possible shorter version of above

     

    B18

    LocationDescription

    Description in Explorer-tooltip

    location type, GW-unit, Formation

    =O36 & " in GW-unit " & P36 & " ("&Q36&") from " & R36 &" formation."

    B19

    Tooltip on map

    free text Explorer-tooltip

    borehole details (if any), NGR, model coordinates (XYZ and RC)

    ="Top of borehole: "&U36&" mAOD, Base of borehole: "&V36&" mAOD\n Easting: "&F36&", Northing: " &G36& " "&H36& ", Model-Y: "&I36&" "&K36&", Column: "&L36&", Layer: "&J36&""

    B21

    Caption

    Shortcuts in GraphDisplay

    see shortname or variations

    see shortname or variations

    B22

    Shortcut

    Shortcuts in GraphDisplay

    see shortname or variations

    see shortname or variations

  1. Populate column I (OSreference) based on XY-coordinate of borehole (column K and L).
    Go to: How to populate OSreference coordinates from kilometer-coordinates
  2. Verify that the column(s) as used for the location name are properly populated with appropriate information (i.e. preferably no 'unknowns, 'na' etc.)

Step 5.6 Populate and verify worksheet for gauging stations: Gauges_org

Go to #Step 5.7. SW laterals

The worksheet Gauges_org is populated by the data provider.

Step 5.7 Populate and verify worksheet for SW laterals (discharges and abstractions): SWlat_org

Go to #Step 5.8. Branches

The worksheet SWlats_org is populated by the data provider.

Step 5.8 Populate and verify worksheet for river branches: Branches_org

Go to #Step 5.9. IdMaps for GW abstraction

The worksheet Branches_org is populated by the data provider.

Step 5.9 Populate and verify worksheets with IdMap data for GW abstractions: GWabs_IDMap (4 worksheets)

Go to #Step 5.10. IdMaps for SW laterals

The worksheets need to be populated with results from step 4.

Step 5.10 Populate and verify worksheets for SW laterals: SWlat_IDMap (4 worksheets)

Go to #Step 5.11. Generate Location XML-files

The worksheets need to be populated with results from step 4.

Step 5.11 Generate Location XML-files

Go to #Step 5.12. Update Grisd.xml file

If everything is ready,

  1. create a backup
  2. run macro x
  3. inspect results
  4. create XML files

Step 5.12 Update Grids.XML file

the Grids.xml file needs to be update with some data from step 4.

  • No labels