SlideShare a Scribd company logo
1 of 30
Download to read offline
T h e i M O D - X p r o j e c t
The iMOD-X project
Joost Icke
TheiMOD-Xproject
2
Groundwater
ā€¢ Drinking water
ā€¢ Agriculture
ā€¢ Industry
ā€¢ Water storage
ā€¢ Thermal storage
ā€¢ Environmental flows
TheiMOD-Xproject
Challenges
ā€¢ Location of wells
ā€¢ Water distribution
ā€¢ Pollution
ā€¢ Salt intrusion
ā€¢ Land subsidence
ā€¢ Inundation ā€¦ flooding
ā€¢ Heat capacity
ā€¢ Recharge capacity
ā€¢ Engineering
3
TheiMOD-Xproject
4
Modelling
ā€¢ Levels
ā€¢ Flow
ā€¢ Substances
ā€¢ Subsidence
TheiMOD-Xproject
5
Strengths of iMOD
ā€¢ User Interface
ā€¢ MODFLOW kernel
ā€¢ Interactive modelling
ā€¢ Visualisation
ā€¢ Large, high resolution models
ā€¢ Scaling
ā€¢ Subdomains
ā€¢ Easy to use
ā€¢ Good performance
ā€¢ Open source
TheiMOD-Xproject
6
Community
ā€¢ The Netherlands (consortia)
ā€¢ International
ā€¢ ~1.950 members
ā€¢ https://oss.deltares.nl/web/imod
TheiMOD-Xproject
7
New kernel: MODFLOW 6
ā€¢ Developed by USGS
ā€¢ Unstructured grids
ā€¢ Jarno Verkaik: research, parallel version
TheiMOD-Xproject
8
MODFLOW 2005 MODFLOW 6
Structured grid Structured and unstructured grid
Quasi-3D Fully 3D
Number-driven input Key-word driven input
Single precision data storage Double precision data storage
Single precision output Double precision output
Procedural programming Object-oriented programming
MODFLOW-88 style Started from scratch
Comparison of MODFLOW 2005 and MODFLOW 6
ā€¢ MODFLOW-6 requires much more computational resources (CPU, RAM)
ā€¢ Programming with MODFLOW-6 is a lot harder
ā€¢ We cannot easily replace our current iMODFLOW by MODFLOW-6
Added value of MODFLOW 6
ā€¢ New model setup. Itā€™s a platform for supporting multiple models within the same simulation (object oriented)
ā€¢ Unstructured grid:
ā€¢ Geotechnical applications on a local scale
ā€¢ Exact position of the filter of drinking water extractions
ā€¢ Regional detail (nature conservation areas, drinking water production areas, rivers)
ā€¢ Modelling delta areas and the upstream catchment in one model (The Netherlands, Mekong delta)
ā€¢ Model the top layers in greater detail than the deeper layers, use detailed Geotop data
ā€¢ Model complex geological formations (Anisotropy using XT3D package)
ā€¢ Work with the official USGS kernel. Some clients want to use the latest software
TheiMOD-Xproject
9
TheiMOD-Xproject
10
First applications with unstructured grids
river locations
computed by WFlow
groundwater
abstraction well
TheiMOD-Xproject
11
Workflow with new kernel
TheiMOD-Xproject
12
The iMOD-X project
ā€¢ Develop a new iMOD version
ā€¢ Pilot projects
ā€¢ Requirements
ā€¢ Software architecture
ā€¢ Respond to market demand
ā€¢ Software development
ā€¢ Cooperation with USGS and user
groups
TheiMOD-Xproject
13
Pilot projects
ā€¢ 3D schematisation of subsoil
ā€¢ Salt and water quality
ā€¢ Run models with scripts
ā€¢ Coupling with current iMOD
ā€¢ Land subsidence
ā€¢ Example projects
Pilot project on schematisations
Selected benefits of the MODFLOW 6 kernel:
Elegant option to pinch out of model layers (aquifers):
ā€¢ No need for hypothetical interfaces ā€“ vertical flow over pinched-out layer are solved internally
ā€¢ No complex translation of 3-D subsurface geology to model layers
Elegant incorporation of sub models for (multiply):
ā€¢ Refinements in XY-planes
ā€¢ Refinement along the vertical
TheiMOD-Xproject
14
Sub modelling in the XY-plane
1) Local
Sub Model
2) Global Model
TheiMOD-Xproject
15
Sub modelling in the XY-plane
FUNCTION=RUNFILE
!## MASTER PROJECTFILE
PRJFILE_IN=.mf6_fine.prj
!## EXPORT TO MF6
NAMFILE_OUT=.mf6_finemf6_fine.NAM
MF_TYPE=2
!## NUMBER OF SUBMODELS
NSUBMODEL=2
WINDOW1=0.0,0.0,1000.0,1100.0
CELLSIZE1=100.0
WINDOW2=300.0,300.0,700.0,800.0
CELLSIZE2=50.0
TheiMOD-Xproject
16
Sub modelling in the Z-direction
FUNCTION=RUNFILE
!## MASTER PROJECTFILE
PRJFILE_IN=.mf6_fine.prj
!## EXPORT TO MF6
NAMFILE_OUT=.mf6_finemf6_fine.NAM
MF_TYPE=2
!## NUMBER OF SUBMODELS
NSUBMODEL=2
WINDOW1=0.0,0.0,1000.0,1100.0
CELLSIZE1=100.0
ILAY1=1
WINDOW2=0.0,0.0,1000.0,1100.0
CELLSIZE2=50.0
ILAY2=1
1) Sub Model for
model layer 1
2) Sub Model for
model layer 2
TheiMOD-Xproject
17
Salt and Water Quality
ā€¢ Structured and unstructured grid
ā€¢ With and without density effects
ā€¢ Observations:
ā€¢ Code is still in development
ā€¢ Single species, transport, no processes
ā€¢ Documentation is work in progress
TheiMOD-Xproject
18
TheiMOD-Xproject
19
Unstructured grid
Upper part
Lower part
Structured grid, no density effects
20Initial condition
TheiMOD-Xproject
TheiMOD-Xproject
21Snapshot of movie
Regular grid, with density effects
22Initial condition
TheiMOD-Xproject
TheiMOD-Xproject
23Snapshot of movie
Scripting: from data to model to visualisation
ā€¢ New scripts in Julia
ā€¢ Performance similar to Fortran
ā€¢ Easy high level API
TheiMOD-Xproject
24
TheiMOD-Xproject
25
Global Modelling using MF6 (an example)
TheiMOD-Xproject
26
Comparison with MODFLOW 2000
Global Modelling: Difference within the heads
TheiMOD-Xproject
27
Land subsidence
ā€¢ USGS develops a SUB-module for
MODFLOW 6
ā€¢ Same concepts as MODFLOW 2005
ā€¢ No creep, no peat oxidation
ā€¢ Creep:
ā€¢ Deltares has developed the SUB-
CR module for MODFLOW 2005
ā€¢ Consider coupling SUB-CR to
MODFLOW 6
ā€¢ Peat oxidation:
ā€¢ Process in the unsaturated zone
TheiMOD-Xproject
28
Software team
ā€¢ Working on a common vision and
software development methods
TheiMOD-Xproject
29
Plans
ā€¢ Continue with pilots
ā€¢ Product vision and architecture
ā€¢ Involve relevant national and
international stakeholders
terug ļƒŸ
sluiten ļƒŸ
T h e i M O D - X p r o j e c t
30
Thank you for your attention
joost.icke@deltares.nl
@joosticke
nl.linkedin.com/in/joosticke

More Related Content

Similar to Modelling Groundwater Systems with iMOD-X

DPL Large scope nano-replication system -www.dpl.dk
DPL Large scope nano-replication system -www.dpl.dkDPL Large scope nano-replication system -www.dpl.dk
DPL Large scope nano-replication system -www.dpl.dkJanny Rasmussen
Ā 
7 reasons to start using Docker
7 reasons to start using Docker7 reasons to start using Docker
7 reasons to start using DockerTaras Lyapun
Ā 
Dhi uk 2015 - water resources - beyond hydrodynamics - secured
Dhi uk 2015 - water resources - beyond hydrodynamics - securedDhi uk 2015 - water resources - beyond hydrodynamics - secured
Dhi uk 2015 - water resources - beyond hydrodynamics - securedStephen Flood
Ā 
Modelling Natural Ventilation in IES-VE: Case studies & Research Outlook
Modelling Natural Ventilation in IES-VE: Case studies & Research OutlookModelling Natural Ventilation in IES-VE: Case studies & Research Outlook
Modelling Natural Ventilation in IES-VE: Case studies & Research OutlookIES VE
Ā 
Modelling Natural Ventilation in IES-VE: Case studies & Research Outlook
Modelling Natural Ventilation in IES-VE: Case studies & Research OutlookModelling Natural Ventilation in IES-VE: Case studies & Research Outlook
Modelling Natural Ventilation in IES-VE: Case studies & Research OutlookDaniel Coakley
Ā 
2021 03-12-reddb-presentation-1 3
2021 03-12-reddb-presentation-1 32021 03-12-reddb-presentation-1 3
2021 03-12-reddb-presentation-1 3Elham Nour Ghassemi
Ā 
ppt_3DWM_CG-1[1] 04july.ppt of wind mill project.
ppt_3DWM_CG-1[1] 04july.ppt of wind mill project.ppt_3DWM_CG-1[1] 04july.ppt of wind mill project.
ppt_3DWM_CG-1[1] 04july.ppt of wind mill project.PunyaGowda8
Ā 
DepthInsight Geoscience Geomodeling Software Technology Introduction
DepthInsight Geoscience Geomodeling Software Technology IntroductionDepthInsight Geoscience Geomodeling Software Technology Introduction
DepthInsight Geoscience Geomodeling Software Technology IntroductionBo Sun
Ā 
Ramanujan IT City, Chennai - 100 % recycled water used for cooling tower
Ramanujan IT City, Chennai - 100 % recycled water used for cooling towerRamanujan IT City, Chennai - 100 % recycled water used for cooling tower
Ramanujan IT City, Chennai - 100 % recycled water used for cooling towerDanfoss India
Ā 
Masked Occlusion Culling
Masked Occlusion CullingMasked Occlusion Culling
Masked Occlusion CullingIntelĀ® Software
Ā 
RĆ©veil en Form' - Dual use - Verhaert
RĆ©veil en Form' - Dual use - VerhaertRĆ©veil en Form' - Dual use - Verhaert
RĆ©veil en Form' - Dual use - VerhaertAlain Krafft
Ā 
Fase 2015 - Map-based Transparent Persistence for Very Large Models
Fase 2015 - Map-based Transparent Persistence for Very Large ModelsFase 2015 - Map-based Transparent Persistence for Very Large Models
Fase 2015 - Map-based Transparent Persistence for Very Large Modelsabgolla
Ā 
How Industry 4.0 Drives the Requirement for a Hybrid Cloud and Edge Architecture
How Industry 4.0 Drives the Requirement for a Hybrid Cloud and Edge ArchitectureHow Industry 4.0 Drives the Requirement for a Hybrid Cloud and Edge Architecture
How Industry 4.0 Drives the Requirement for a Hybrid Cloud and Edge ArchitectureM2M Alliance e.V.
Ā 
DLR @ Scilab Conference 2018
DLR @ Scilab Conference 2018DLR @ Scilab Conference 2018
DLR @ Scilab Conference 2018Scilab
Ā 
Gadd_Portfolio
Gadd_PortfolioGadd_Portfolio
Gadd_PortfolioNicholas Gadd
Ā 
How we scale up our architecture and organization at Dailymotion
How we scale up our architecture and organization at DailymotionHow we scale up our architecture and organization at Dailymotion
How we scale up our architecture and organization at DailymotionStanislas Chollet
Ā 
The Next Leap in JavaScript Performance
The Next Leap in JavaScript PerformanceThe Next Leap in JavaScript Performance
The Next Leap in JavaScript PerformanceIntelĀ® Software
Ā 

Similar to Modelling Groundwater Systems with iMOD-X (20)

GreenDroid
GreenDroidGreenDroid
GreenDroid
Ā 
DPL Large scope nano-replication system -www.dpl.dk
DPL Large scope nano-replication system -www.dpl.dkDPL Large scope nano-replication system -www.dpl.dk
DPL Large scope nano-replication system -www.dpl.dk
Ā 
Greendroid
GreendroidGreendroid
Greendroid
Ā 
7 reasons to start using Docker
7 reasons to start using Docker7 reasons to start using Docker
7 reasons to start using Docker
Ā 
Dhi uk 2015 - water resources - beyond hydrodynamics - secured
Dhi uk 2015 - water resources - beyond hydrodynamics - securedDhi uk 2015 - water resources - beyond hydrodynamics - secured
Dhi uk 2015 - water resources - beyond hydrodynamics - secured
Ā 
Modelling Natural Ventilation in IES-VE: Case studies & Research Outlook
Modelling Natural Ventilation in IES-VE: Case studies & Research OutlookModelling Natural Ventilation in IES-VE: Case studies & Research Outlook
Modelling Natural Ventilation in IES-VE: Case studies & Research Outlook
Ā 
Modelling Natural Ventilation in IES-VE: Case studies & Research Outlook
Modelling Natural Ventilation in IES-VE: Case studies & Research OutlookModelling Natural Ventilation in IES-VE: Case studies & Research Outlook
Modelling Natural Ventilation in IES-VE: Case studies & Research Outlook
Ā 
2021 03-12-reddb-presentation-1 3
2021 03-12-reddb-presentation-1 32021 03-12-reddb-presentation-1 3
2021 03-12-reddb-presentation-1 3
Ā 
ppt_3DWM_CG-1[1] 04july.ppt of wind mill project.
ppt_3DWM_CG-1[1] 04july.ppt of wind mill project.ppt_3DWM_CG-1[1] 04july.ppt of wind mill project.
ppt_3DWM_CG-1[1] 04july.ppt of wind mill project.
Ā 
DepthInsight Geoscience Geomodeling Software Technology Introduction
DepthInsight Geoscience Geomodeling Software Technology IntroductionDepthInsight Geoscience Geomodeling Software Technology Introduction
DepthInsight Geoscience Geomodeling Software Technology Introduction
Ā 
Generative design
Generative designGenerative design
Generative design
Ā 
Ramanujan IT City, Chennai - 100 % recycled water used for cooling tower
Ramanujan IT City, Chennai - 100 % recycled water used for cooling towerRamanujan IT City, Chennai - 100 % recycled water used for cooling tower
Ramanujan IT City, Chennai - 100 % recycled water used for cooling tower
Ā 
Masked Occlusion Culling
Masked Occlusion CullingMasked Occlusion Culling
Masked Occlusion Culling
Ā 
RĆ©veil en Form' - Dual use - Verhaert
RĆ©veil en Form' - Dual use - VerhaertRĆ©veil en Form' - Dual use - Verhaert
RĆ©veil en Form' - Dual use - Verhaert
Ā 
Fase 2015 - Map-based Transparent Persistence for Very Large Models
Fase 2015 - Map-based Transparent Persistence for Very Large ModelsFase 2015 - Map-based Transparent Persistence for Very Large Models
Fase 2015 - Map-based Transparent Persistence for Very Large Models
Ā 
How Industry 4.0 Drives the Requirement for a Hybrid Cloud and Edge Architecture
How Industry 4.0 Drives the Requirement for a Hybrid Cloud and Edge ArchitectureHow Industry 4.0 Drives the Requirement for a Hybrid Cloud and Edge Architecture
How Industry 4.0 Drives the Requirement for a Hybrid Cloud and Edge Architecture
Ā 
DLR @ Scilab Conference 2018
DLR @ Scilab Conference 2018DLR @ Scilab Conference 2018
DLR @ Scilab Conference 2018
Ā 
Gadd_Portfolio
Gadd_PortfolioGadd_Portfolio
Gadd_Portfolio
Ā 
How we scale up our architecture and organization at Dailymotion
How we scale up our architecture and organization at DailymotionHow we scale up our architecture and organization at Dailymotion
How we scale up our architecture and organization at Dailymotion
Ā 
The Next Leap in JavaScript Performance
The Next Leap in JavaScript PerformanceThe Next Leap in JavaScript Performance
The Next Leap in JavaScript Performance
Ā 

More from Deltares

DSD-INT 2023 Hydrology User Days - Intro - Day 3 - Kroon
DSD-INT 2023 Hydrology User Days - Intro - Day 3 - KroonDSD-INT 2023 Hydrology User Days - Intro - Day 3 - Kroon
DSD-INT 2023 Hydrology User Days - Intro - Day 3 - KroonDeltares
Ā 
DSD-INT 2023 Demo EPIC Response Assessment Methodology (ERAM) - Couvin Rodriguez
DSD-INT 2023 Demo EPIC Response Assessment Methodology (ERAM) - Couvin RodriguezDSD-INT 2023 Demo EPIC Response Assessment Methodology (ERAM) - Couvin Rodriguez
DSD-INT 2023 Demo EPIC Response Assessment Methodology (ERAM) - Couvin RodriguezDeltares
Ā 
DSD-INT 2023 Demo Climate Stress Testing Tool (CST Tool) - Taner
DSD-INT 2023 Demo Climate Stress Testing Tool (CST Tool) - TanerDSD-INT 2023 Demo Climate Stress Testing Tool (CST Tool) - Taner
DSD-INT 2023 Demo Climate Stress Testing Tool (CST Tool) - TanerDeltares
Ā 
DSD-INT 2023 Demo Climate Resilient Cities Tool (CRC Tool) - Rooze
DSD-INT 2023 Demo Climate Resilient Cities Tool (CRC Tool) - RoozeDSD-INT 2023 Demo Climate Resilient Cities Tool (CRC Tool) - Rooze
DSD-INT 2023 Demo Climate Resilient Cities Tool (CRC Tool) - RoozeDeltares
Ā 
DSD-INT 2023 Approaches for assessing multi-hazard risk - Ward
DSD-INT 2023 Approaches for assessing multi-hazard risk - WardDSD-INT 2023 Approaches for assessing multi-hazard risk - Ward
DSD-INT 2023 Approaches for assessing multi-hazard risk - WardDeltares
Ā 
DSD-INT 2023 Dynamic Adaptive Policy Pathways (DAPP) - Theory & Showcase - Wa...
DSD-INT 2023 Dynamic Adaptive Policy Pathways (DAPP) - Theory & Showcase - Wa...DSD-INT 2023 Dynamic Adaptive Policy Pathways (DAPP) - Theory & Showcase - Wa...
DSD-INT 2023 Dynamic Adaptive Policy Pathways (DAPP) - Theory & Showcase - Wa...Deltares
Ā 
DSD-INT 2023 Global hydrological modelling to support worldwide water assessm...
DSD-INT 2023 Global hydrological modelling to support worldwide water assessm...DSD-INT 2023 Global hydrological modelling to support worldwide water assessm...
DSD-INT 2023 Global hydrological modelling to support worldwide water assessm...Deltares
Ā 
DSD-INT 2023 Modelling implications - IPCC Working Group II - From AR6 to AR7...
DSD-INT 2023 Modelling implications - IPCC Working Group II - From AR6 to AR7...DSD-INT 2023 Modelling implications - IPCC Working Group II - From AR6 to AR7...
DSD-INT 2023 Modelling implications - IPCC Working Group II - From AR6 to AR7...Deltares
Ā 
DSD-INT 2023 Knowledge and tools for Climate Adaptation - Jeuken
DSD-INT 2023 Knowledge and tools for Climate Adaptation - JeukenDSD-INT 2023 Knowledge and tools for Climate Adaptation - Jeuken
DSD-INT 2023 Knowledge and tools for Climate Adaptation - JeukenDeltares
Ā 
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - BootsmaDSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - BootsmaDeltares
Ā 
DSD-INT 2023 Create your own MODFLOW 6 sub-variant - Muller
DSD-INT 2023 Create your own MODFLOW 6 sub-variant - MullerDSD-INT 2023 Create your own MODFLOW 6 sub-variant - Muller
DSD-INT 2023 Create your own MODFLOW 6 sub-variant - MullerDeltares
Ā 
DSD-INT 2023 Example of unstructured MODFLOW 6 modelling in California - Romero
DSD-INT 2023 Example of unstructured MODFLOW 6 modelling in California - RomeroDSD-INT 2023 Example of unstructured MODFLOW 6 modelling in California - Romero
DSD-INT 2023 Example of unstructured MODFLOW 6 modelling in California - RomeroDeltares
Ā 
DSD-INT 2023 Challenges and developments in groundwater modeling - Bakker
DSD-INT 2023 Challenges and developments in groundwater modeling - BakkerDSD-INT 2023 Challenges and developments in groundwater modeling - Bakker
DSD-INT 2023 Challenges and developments in groundwater modeling - BakkerDeltares
Ā 
DSD-INT 2023 Demo new features iMOD Suite - van Engelen
DSD-INT 2023 Demo new features iMOD Suite - van EngelenDSD-INT 2023 Demo new features iMOD Suite - van Engelen
DSD-INT 2023 Demo new features iMOD Suite - van EngelenDeltares
Ā 
DSD-INT 2023 Recent MODFLOW Developments - Langevin
DSD-INT 2023 Recent MODFLOW Developments - LangevinDSD-INT 2023 Recent MODFLOW Developments - Langevin
DSD-INT 2023 Recent MODFLOW Developments - LangevinDeltares
Ā 
DSD-INT 2023 Hydrology User Days - Presentations - Day 2
DSD-INT 2023 Hydrology User Days - Presentations - Day 2DSD-INT 2023 Hydrology User Days - Presentations - Day 2
DSD-INT 2023 Hydrology User Days - Presentations - Day 2Deltares
Ā 
DSD-INT 2023 Needs related to user interfaces - Snippen
DSD-INT 2023 Needs related to user interfaces - SnippenDSD-INT 2023 Needs related to user interfaces - Snippen
DSD-INT 2023 Needs related to user interfaces - SnippenDeltares
Ā 
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - BootsmaDSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - BootsmaDeltares
Ā 
DSD-INT 2023 Parameterization of a RIBASIM model and the network lumping appr...
DSD-INT 2023 Parameterization of a RIBASIM model and the network lumping appr...DSD-INT 2023 Parameterization of a RIBASIM model and the network lumping appr...
DSD-INT 2023 Parameterization of a RIBASIM model and the network lumping appr...Deltares
Ā 
DSD-INT 2023 Parameterization of RIBASIM and flexibility in the lumped approa...
DSD-INT 2023 Parameterization of RIBASIM and flexibility in the lumped approa...DSD-INT 2023 Parameterization of RIBASIM and flexibility in the lumped approa...
DSD-INT 2023 Parameterization of RIBASIM and flexibility in the lumped approa...Deltares
Ā 

More from Deltares (20)

DSD-INT 2023 Hydrology User Days - Intro - Day 3 - Kroon
DSD-INT 2023 Hydrology User Days - Intro - Day 3 - KroonDSD-INT 2023 Hydrology User Days - Intro - Day 3 - Kroon
DSD-INT 2023 Hydrology User Days - Intro - Day 3 - Kroon
Ā 
DSD-INT 2023 Demo EPIC Response Assessment Methodology (ERAM) - Couvin Rodriguez
DSD-INT 2023 Demo EPIC Response Assessment Methodology (ERAM) - Couvin RodriguezDSD-INT 2023 Demo EPIC Response Assessment Methodology (ERAM) - Couvin Rodriguez
DSD-INT 2023 Demo EPIC Response Assessment Methodology (ERAM) - Couvin Rodriguez
Ā 
DSD-INT 2023 Demo Climate Stress Testing Tool (CST Tool) - Taner
DSD-INT 2023 Demo Climate Stress Testing Tool (CST Tool) - TanerDSD-INT 2023 Demo Climate Stress Testing Tool (CST Tool) - Taner
DSD-INT 2023 Demo Climate Stress Testing Tool (CST Tool) - Taner
Ā 
DSD-INT 2023 Demo Climate Resilient Cities Tool (CRC Tool) - Rooze
DSD-INT 2023 Demo Climate Resilient Cities Tool (CRC Tool) - RoozeDSD-INT 2023 Demo Climate Resilient Cities Tool (CRC Tool) - Rooze
DSD-INT 2023 Demo Climate Resilient Cities Tool (CRC Tool) - Rooze
Ā 
DSD-INT 2023 Approaches for assessing multi-hazard risk - Ward
DSD-INT 2023 Approaches for assessing multi-hazard risk - WardDSD-INT 2023 Approaches for assessing multi-hazard risk - Ward
DSD-INT 2023 Approaches for assessing multi-hazard risk - Ward
Ā 
DSD-INT 2023 Dynamic Adaptive Policy Pathways (DAPP) - Theory & Showcase - Wa...
DSD-INT 2023 Dynamic Adaptive Policy Pathways (DAPP) - Theory & Showcase - Wa...DSD-INT 2023 Dynamic Adaptive Policy Pathways (DAPP) - Theory & Showcase - Wa...
DSD-INT 2023 Dynamic Adaptive Policy Pathways (DAPP) - Theory & Showcase - Wa...
Ā 
DSD-INT 2023 Global hydrological modelling to support worldwide water assessm...
DSD-INT 2023 Global hydrological modelling to support worldwide water assessm...DSD-INT 2023 Global hydrological modelling to support worldwide water assessm...
DSD-INT 2023 Global hydrological modelling to support worldwide water assessm...
Ā 
DSD-INT 2023 Modelling implications - IPCC Working Group II - From AR6 to AR7...
DSD-INT 2023 Modelling implications - IPCC Working Group II - From AR6 to AR7...DSD-INT 2023 Modelling implications - IPCC Working Group II - From AR6 to AR7...
DSD-INT 2023 Modelling implications - IPCC Working Group II - From AR6 to AR7...
Ā 
DSD-INT 2023 Knowledge and tools for Climate Adaptation - Jeuken
DSD-INT 2023 Knowledge and tools for Climate Adaptation - JeukenDSD-INT 2023 Knowledge and tools for Climate Adaptation - Jeuken
DSD-INT 2023 Knowledge and tools for Climate Adaptation - Jeuken
Ā 
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - BootsmaDSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
Ā 
DSD-INT 2023 Create your own MODFLOW 6 sub-variant - Muller
DSD-INT 2023 Create your own MODFLOW 6 sub-variant - MullerDSD-INT 2023 Create your own MODFLOW 6 sub-variant - Muller
DSD-INT 2023 Create your own MODFLOW 6 sub-variant - Muller
Ā 
DSD-INT 2023 Example of unstructured MODFLOW 6 modelling in California - Romero
DSD-INT 2023 Example of unstructured MODFLOW 6 modelling in California - RomeroDSD-INT 2023 Example of unstructured MODFLOW 6 modelling in California - Romero
DSD-INT 2023 Example of unstructured MODFLOW 6 modelling in California - Romero
Ā 
DSD-INT 2023 Challenges and developments in groundwater modeling - Bakker
DSD-INT 2023 Challenges and developments in groundwater modeling - BakkerDSD-INT 2023 Challenges and developments in groundwater modeling - Bakker
DSD-INT 2023 Challenges and developments in groundwater modeling - Bakker
Ā 
DSD-INT 2023 Demo new features iMOD Suite - van Engelen
DSD-INT 2023 Demo new features iMOD Suite - van EngelenDSD-INT 2023 Demo new features iMOD Suite - van Engelen
DSD-INT 2023 Demo new features iMOD Suite - van Engelen
Ā 
DSD-INT 2023 Recent MODFLOW Developments - Langevin
DSD-INT 2023 Recent MODFLOW Developments - LangevinDSD-INT 2023 Recent MODFLOW Developments - Langevin
DSD-INT 2023 Recent MODFLOW Developments - Langevin
Ā 
DSD-INT 2023 Hydrology User Days - Presentations - Day 2
DSD-INT 2023 Hydrology User Days - Presentations - Day 2DSD-INT 2023 Hydrology User Days - Presentations - Day 2
DSD-INT 2023 Hydrology User Days - Presentations - Day 2
Ā 
DSD-INT 2023 Needs related to user interfaces - Snippen
DSD-INT 2023 Needs related to user interfaces - SnippenDSD-INT 2023 Needs related to user interfaces - Snippen
DSD-INT 2023 Needs related to user interfaces - Snippen
Ā 
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - BootsmaDSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
DSD-INT 2023 Coupling RIBASIM to a MODFLOW groundwater model - Bootsma
Ā 
DSD-INT 2023 Parameterization of a RIBASIM model and the network lumping appr...
DSD-INT 2023 Parameterization of a RIBASIM model and the network lumping appr...DSD-INT 2023 Parameterization of a RIBASIM model and the network lumping appr...
DSD-INT 2023 Parameterization of a RIBASIM model and the network lumping appr...
Ā 
DSD-INT 2023 Parameterization of RIBASIM and flexibility in the lumped approa...
DSD-INT 2023 Parameterization of RIBASIM and flexibility in the lumped approa...DSD-INT 2023 Parameterization of RIBASIM and flexibility in the lumped approa...
DSD-INT 2023 Parameterization of RIBASIM and flexibility in the lumped approa...
Ā 

Recently uploaded

chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
Ā 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...aditisharan08
Ā 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
Ā 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
Ā 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
Ā 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
Ā 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
Ā 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto GonzƔlez Trastoy
Ā 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
Ā 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
Ā 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyFrank van der Linden
Ā 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
Ā 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
Ā 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEOrtus Solutions, Corp
Ā 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfPower Karaoke
Ā 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
Ā 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
Ā 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about usDynamic Netsoft
Ā 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
Ā 

Recently uploaded (20)

chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
Ā 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...
Ā 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Ā 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Ā 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
Ā 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Ā 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Ā 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Ā 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
Ā 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
Ā 
Call Girls In Mukherjee Nagar šŸ“± 9999965857 šŸ¤© Delhi šŸ«¦ HOT AND SEXY VVIP šŸŽ SE...
Call Girls In Mukherjee Nagar šŸ“±  9999965857  šŸ¤© Delhi šŸ«¦ HOT AND SEXY VVIP šŸŽ SE...Call Girls In Mukherjee Nagar šŸ“±  9999965857  šŸ¤© Delhi šŸ«¦ HOT AND SEXY VVIP šŸŽ SE...
Call Girls In Mukherjee Nagar šŸ“± 9999965857 šŸ¤© Delhi šŸ«¦ HOT AND SEXY VVIP šŸŽ SE...
Ā 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The Ugly
Ā 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
Ā 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
Ā 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
Ā 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdf
Ā 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Ā 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
Ā 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about us
Ā 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Ā 

Modelling Groundwater Systems with iMOD-X

  • 1. T h e i M O D - X p r o j e c t The iMOD-X project Joost Icke
  • 2. TheiMOD-Xproject 2 Groundwater ā€¢ Drinking water ā€¢ Agriculture ā€¢ Industry ā€¢ Water storage ā€¢ Thermal storage ā€¢ Environmental flows
  • 3. TheiMOD-Xproject Challenges ā€¢ Location of wells ā€¢ Water distribution ā€¢ Pollution ā€¢ Salt intrusion ā€¢ Land subsidence ā€¢ Inundation ā€¦ flooding ā€¢ Heat capacity ā€¢ Recharge capacity ā€¢ Engineering 3
  • 5. TheiMOD-Xproject 5 Strengths of iMOD ā€¢ User Interface ā€¢ MODFLOW kernel ā€¢ Interactive modelling ā€¢ Visualisation ā€¢ Large, high resolution models ā€¢ Scaling ā€¢ Subdomains ā€¢ Easy to use ā€¢ Good performance ā€¢ Open source
  • 6. TheiMOD-Xproject 6 Community ā€¢ The Netherlands (consortia) ā€¢ International ā€¢ ~1.950 members ā€¢ https://oss.deltares.nl/web/imod
  • 7. TheiMOD-Xproject 7 New kernel: MODFLOW 6 ā€¢ Developed by USGS ā€¢ Unstructured grids ā€¢ Jarno Verkaik: research, parallel version
  • 8. TheiMOD-Xproject 8 MODFLOW 2005 MODFLOW 6 Structured grid Structured and unstructured grid Quasi-3D Fully 3D Number-driven input Key-word driven input Single precision data storage Double precision data storage Single precision output Double precision output Procedural programming Object-oriented programming MODFLOW-88 style Started from scratch Comparison of MODFLOW 2005 and MODFLOW 6 ā€¢ MODFLOW-6 requires much more computational resources (CPU, RAM) ā€¢ Programming with MODFLOW-6 is a lot harder ā€¢ We cannot easily replace our current iMODFLOW by MODFLOW-6
  • 9. Added value of MODFLOW 6 ā€¢ New model setup. Itā€™s a platform for supporting multiple models within the same simulation (object oriented) ā€¢ Unstructured grid: ā€¢ Geotechnical applications on a local scale ā€¢ Exact position of the filter of drinking water extractions ā€¢ Regional detail (nature conservation areas, drinking water production areas, rivers) ā€¢ Modelling delta areas and the upstream catchment in one model (The Netherlands, Mekong delta) ā€¢ Model the top layers in greater detail than the deeper layers, use detailed Geotop data ā€¢ Model complex geological formations (Anisotropy using XT3D package) ā€¢ Work with the official USGS kernel. Some clients want to use the latest software TheiMOD-Xproject 9
  • 10. TheiMOD-Xproject 10 First applications with unstructured grids river locations computed by WFlow groundwater abstraction well
  • 12. TheiMOD-Xproject 12 The iMOD-X project ā€¢ Develop a new iMOD version ā€¢ Pilot projects ā€¢ Requirements ā€¢ Software architecture ā€¢ Respond to market demand ā€¢ Software development ā€¢ Cooperation with USGS and user groups
  • 13. TheiMOD-Xproject 13 Pilot projects ā€¢ 3D schematisation of subsoil ā€¢ Salt and water quality ā€¢ Run models with scripts ā€¢ Coupling with current iMOD ā€¢ Land subsidence ā€¢ Example projects
  • 14. Pilot project on schematisations Selected benefits of the MODFLOW 6 kernel: Elegant option to pinch out of model layers (aquifers): ā€¢ No need for hypothetical interfaces ā€“ vertical flow over pinched-out layer are solved internally ā€¢ No complex translation of 3-D subsurface geology to model layers Elegant incorporation of sub models for (multiply): ā€¢ Refinements in XY-planes ā€¢ Refinement along the vertical TheiMOD-Xproject 14
  • 15. Sub modelling in the XY-plane 1) Local Sub Model 2) Global Model TheiMOD-Xproject 15
  • 16. Sub modelling in the XY-plane FUNCTION=RUNFILE !## MASTER PROJECTFILE PRJFILE_IN=.mf6_fine.prj !## EXPORT TO MF6 NAMFILE_OUT=.mf6_finemf6_fine.NAM MF_TYPE=2 !## NUMBER OF SUBMODELS NSUBMODEL=2 WINDOW1=0.0,0.0,1000.0,1100.0 CELLSIZE1=100.0 WINDOW2=300.0,300.0,700.0,800.0 CELLSIZE2=50.0 TheiMOD-Xproject 16
  • 17. Sub modelling in the Z-direction FUNCTION=RUNFILE !## MASTER PROJECTFILE PRJFILE_IN=.mf6_fine.prj !## EXPORT TO MF6 NAMFILE_OUT=.mf6_finemf6_fine.NAM MF_TYPE=2 !## NUMBER OF SUBMODELS NSUBMODEL=2 WINDOW1=0.0,0.0,1000.0,1100.0 CELLSIZE1=100.0 ILAY1=1 WINDOW2=0.0,0.0,1000.0,1100.0 CELLSIZE2=50.0 ILAY2=1 1) Sub Model for model layer 1 2) Sub Model for model layer 2 TheiMOD-Xproject 17
  • 18. Salt and Water Quality ā€¢ Structured and unstructured grid ā€¢ With and without density effects ā€¢ Observations: ā€¢ Code is still in development ā€¢ Single species, transport, no processes ā€¢ Documentation is work in progress TheiMOD-Xproject 18
  • 20. Structured grid, no density effects 20Initial condition TheiMOD-Xproject
  • 22. Regular grid, with density effects 22Initial condition TheiMOD-Xproject
  • 24. Scripting: from data to model to visualisation ā€¢ New scripts in Julia ā€¢ Performance similar to Fortran ā€¢ Easy high level API TheiMOD-Xproject 24
  • 26. TheiMOD-Xproject 26 Comparison with MODFLOW 2000 Global Modelling: Difference within the heads
  • 27. TheiMOD-Xproject 27 Land subsidence ā€¢ USGS develops a SUB-module for MODFLOW 6 ā€¢ Same concepts as MODFLOW 2005 ā€¢ No creep, no peat oxidation ā€¢ Creep: ā€¢ Deltares has developed the SUB- CR module for MODFLOW 2005 ā€¢ Consider coupling SUB-CR to MODFLOW 6 ā€¢ Peat oxidation: ā€¢ Process in the unsaturated zone
  • 28. TheiMOD-Xproject 28 Software team ā€¢ Working on a common vision and software development methods
  • 29. TheiMOD-Xproject 29 Plans ā€¢ Continue with pilots ā€¢ Product vision and architecture ā€¢ Involve relevant national and international stakeholders
  • 30. terug ļƒŸ sluiten ļƒŸ T h e i M O D - X p r o j e c t 30 Thank you for your attention joost.icke@deltares.nl @joosticke nl.linkedin.com/in/joosticke