JSON   RDF   ISO19115/ISO19139 XML

GLO MF Model v02

Abstract

The dataset was derived by the Bioregional Assessment Programme from multiple source datasets. The source datasets are identified in the Lineage field in this metadata statement. The processes undertaken to produce this derived dataset are described in the History field in this metadata statement.

The dataset contains all the input files and scripts to run the alluvial MODFLOW models for the Avon and Karuah alluvial systems in the Gloucester subregion as described in product 2.6.2, Groundwater numerical modelling for the Gloucester subregion (Peeters et al. 2016), as well as a single instance of the model output files.

This model is run 10.000 times to provide inputs for the uncertainty analysis and the surface water model, as described in products 2.6.2 (Peeters et al. 2016) and 2.6.1 (Zhang et al. 2016)

References

Peeters L, Dawes W, Rachakonda P, Pagendam D, Singh R, Pickett T, Frery E, Marvanek S, and McVicar T (2016) Groundwater numerical modelling for the Gloucester subregion. Product 2.6.2 for the Gloucester subregion from the Northern Sydney Basin Bioregional Assessment. Department of the Environment, Bureau of Meteorology, CSIRO and Geoscience Australia, Australia. http://data.bioregionalassessments.gov.au/product/NSB/GLO/2.6.2.

Zhang Y Q, Viney N R, Peeters L J M, Wang B, Yang A, Li L T, McVicar T R, Marvanek S P, Rachakonda P K, Shi X G, Pagendam D E and Singh R M (2016) Surface water numerical modelling for the Gloucester subregion. Product 2.6.1 for the Gloucester subregion from the Northern Sydney Basin Bioregional Assessment. Department of the Environment, Bureau of Meteorology, CSIRO and Geoscience Australia, Australia., Department of the Environment, Bureau of Meteorology, CSIRO and Geoscience Australia, Australia., http://data.bioregionalassessments.gov.au/product/NSB/GLO/2.6.1.

Purpose

The 10,000 MODFLOW outputs have been combined with 10,000AWRA-L model outputs to evaluate impacts of additional coal resources development (ACRD) on streamflow at 30 simulation nodes.

Dataset History

The dataset has all files and scripts necessary to execute the 10.000 runs on the linux platform of the CSIRO High Performance Cluster computers. Powerpoint file 'GLO_MF_flowchart.pptx' describes the workflow of how all the files link together and the order in which they need to be executed.

The main script is 'GLO_MF.py'. This scripts reads a single parameter combination from file 'GLO_DoE_Parameters.csv' in dataset GLO MF dmax v01 and the outputs of the analytical element model in dataset GLO AEM Model v02 (GUID: e76e05a1-3d3c-4014-a163-66a342278ea2) to generate the various input files for a MODFLOW run. The script subsequently runs the three variants (no development, baseline, crdp) for both the Avon and Karuah models. The script finishes with copying the essential output files to the output folders and deleting the intermediate files.

The folder 'grids' has the ascii grids of the IBOUND array for the MODFLOW models (grids/GLO_Avon_IBOUND.asc and grids/GLO_Karuah_IBOUND.asc), i.e. a binary grid where the active model cells have a value of 1. The inactive cells are 0. These grids are derived from the extent of the alluvium in dataset Avon Wards River alluvium v03 (GUID: 72858ae2-da7f-4a97-8481-62aab1e3c184). These files are copied into identical files ac-cells.csv and nf-cells.csv, the IBOUND array for Avon layer 1 and 2 respectively, and km-cells.csv and l2-cells.csv, the IBOUND array for Karuah layer 1 and 2 respectively.

The folder 'grids' also has grids with the DEM values, from dataset GLO DEM 1sec SRTM MGA56, in files grids/GLO_Avon_href.dat and grids/GLO_Karuah_href.dat. These files are used as the top of the model (topo-0.txt for Avon and km-surf-0.txt for Karuah), the base of layer 1 (topo-b.txt for Avon and km-base-0.txt for Karuah), the extinction depth surface for evapotranspiration as topography minus 2m (topo-2.txt for Avon and km-surf-2.txt) and the reference surface for constant heads in layer 2 (topo-x.txt for Avon and km-surf-x.txt for Karuah). These files are referred to in MODFLOW input files gloc.evt, gloc.bas, gloc.dis and karauah.evt, karuah.bas and karauh.dis.

The outputs of the GLO AEM model, the drawdown in the weathered zone for baseline and crdp at selected output locations is interpolated to the modflow grid in GLO_MF.py and combined with the reference surface for constant heads to create the constant head files required for the MODFLOW run. The python scripts documents the interpolation algorithm and the naming of these intermediate constant head files.

File GLO_MF_rch_ts.csv has the recharge time series from the GLO AWRA model (dataset GLO AWRA Model v01 -GUID: 15ca8f9d-84b4-4395-87db-ab4ff15b9f07). This timeseries is in GLO_MF.py combined with the recharge multiplier parameter into modflow grids that can be read by the RCH MODFLOW package.

The files GLO_MF_Avon_drn.csv and GLO_MF_Karuah_drn.csv have the model cells that have drain boundary conditions. These coincide with the river network in dataset BA SYD selected GA TOPO 250K data (GUID: ba5feac2-b35a-4611-82da-5b6213777069) plus added map features. These files get combined with the drain conductance parameter in GLO_MF.py to create the files for the DRN MODFLOW package.

Files gloc.hob and karuah.hob ensure output time series are generated at the receptors (from dataset GLO Receptors 20150828 - GUID: acdd94a6-5201-4026-8177-035f25077587).

Files gloc.drob and karuah.drob ensure output time series are generated for each of river reaches of the surface water model (from dataset GLO Receptors 20150828 - GUID: acdd94a6-5201-4026-8177-035f25077587).

Files gloc.oc and karuah.oc are the output control files for modflow.

Files gloc.sip and karuah.sip are the solver setting files for modflow.

For each of the model runs, an individual NAM file is generated by GLO_MF.py.

File mf2005 is the modflow 2005 v1.11.00 executable compiled for linux, based on the source files available from the USGS website (http://water.usgs.gov/ogw/modflow/MODFLOW.html).

After the modflow run is completed the relevant outputs are copied into the outputs folder. The .lst files are the list-files of modflow, which contain the water balance of the entire model at each time step. The .hout files have the timeseries of groundwater levels at each receptor. The .drout files have the timeseries of drainage flux at each of the river reaches used in AWRA-L.

The batch file GLO_MF.q runs the script GLO_MF.py for each parameter combination in GLO_DoE_Parameters.csv on the Linux high performance cluster computers at CSIRO.

Python script GLO_MF_postprocessing.py, which is run through batch file GLO_MF_postprocessing.q, creates the maximum drawdown (dmax) and time to maximum drawdown (tmax) at the receptor locations for Avon and Karuah (files outputs/dmax/GLO_MF_dmax_g_DoE_Predictions.csv, outputs/dmax/GLO_MF_dmax_k_DoE_Predictions.csv, outputs/dmax/GLO_MF_tmax_g_DoE_Predictions.csv, outputs/dmax/GLO_MF_tmax_k_DoE_Predictions.csv) as well as the estimates of the water balance used to constrain the MODFLOW models (outputs/budget/GLO_MF_gloc_budget_m3d.csv and outputs/budget/GLO_MF_gloc_budget_m3d.csv). The last set of outputs generated by the postprocessing script are the drainage fluxes that are used in the AWRA-L model: outputs/baseflow/GLO_MF_drup_base_m3d.csv, outputs/baseflow/GLO_MF_drup_crdp_m3d.csv and outputs/baseflow/GLO_MF_drup_ndev_m3d.csv

Dataset Citation

Bioregional Assessment Programme (2016) GLO MF Model v02. Bioregional Assessment Derived Dataset. Viewed 18 July 2018, http://data.bioregionalassessments.gov.au/dataset/9d732408-003e-4901-86a7-cea95b585640.

Dataset Ancestors

Data and Resources

This dataset has no data

Additional Info

Field Value
Title GLO MF Model v02
Type Dataset
Language eng
Licence Restricted access. This dataset is not available for public distribution.
Data Status active
Update Frequency never
Landing Page https://data.gov.au/data/dataset/eb2b2a8f-007e-4d3a-889f-b9fb58951cbb
Date Published 2018-07-10
Date Updated 2023-08-09
Contact Point
Bioregional Assessment Program
bioregionalassessments@environment.gov.au
Temporal Coverage 2018-07-10 02:16:17
Geospatial Coverage POLYGON ((0 0, 0 0, 0 0, 0 0))
Jurisdiction NONE
Data Portal data.gov.au
Publisher/Agency Bioregional Assessment Program