Difference between revisions of "Delft3D"

From UFRC
Jump to navigation Jump to search
 
(13 intermediate revisions by 3 users not shown)
Line 6: Line 6:
 
|{{#vardefine:url|http://oss.deltares.nl/web/delft3d}}
 
|{{#vardefine:url|http://oss.deltares.nl/web/delft3d}}
 
|{{#vardefine:exe|}} <!--Present manual instructions for running the software -->
 
|{{#vardefine:exe|}} <!--Present manual instructions for running the software -->
|{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF-->
+
|{{#vardefine:conf|1}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = ON-->
 
|{{#vardefine:pbs|}} <!--Enable PBS script wiki page link-->
 
|{{#vardefine:pbs|}} <!--Enable PBS script wiki page link-->
 
|{{#vardefine:policy|}} <!--Enable policy section -->
 
|{{#vardefine:policy|}} <!--Enable policy section -->
Line 17: Line 17:
 
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
 
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
  
Delft3D is a world leading open-source 2D/3D modeling suite to investigate hydrodynamics, sediment transport, morphology and water quality for fluvial, estuarine and coastal environments.
+
Delft3D is a world leading open-source 2D/3D modeling suite to investigate hydrodynamics, sediment transport, morphology and water quality for fluvial, estuarine, and coastal environments. Delft3D 4 suite is based on structured grids. Wind, waves, and currents shape our coasts. Climate change and rising sea levels add further to this pressure. To enable us to live safely along our shores, we need effective coastal and marine management. Moreover, these coastal processes do not present the only threat. We must also protect ourselves against excess river water, while on the other hand we need that water for transport, irrigation, energy, cooling, recreation, environmental protection and as a source of drinking water. Consequently, design and management procedures become more complex and require an integrated approach. In response to this challenge, Deltares has developed powerful modeling suite software called Delft3D, focusing primarily on applications in the free surface water environment.
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
[[Modules|modules documentation]]
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Parallel===
 
* intel/2013
 
* openmpi
 
* {{#lowercase:{{#var:app}}}}
 
 
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - program executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - program executable directory
* HPC_{{#uppercase:{{#var:app}}}}_LIB - library directory
+
* HPC_{{uc:{{#var:app}}}}_LIB - library directory
  
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==
 
WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}}
 
WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}}
{{#if: {{#var: conf}}|==Configuration==
+
 
See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details.|}}
+
{{#if: {{#var: conf}}|
 +
==Custom installation instructions==
 +
See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} installation details.|}}
 +
 
 
{{#if: {{#var: pbs}}|==PBS Script Examples==
 
{{#if: {{#var: pbs}}|==PBS Script Examples==
 
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}}
 
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}}

Latest revision as of 13:35, 17 April 2024

Description

Delft3D website  

Delft3D is a world leading open-source 2D/3D modeling suite to investigate hydrodynamics, sediment transport, morphology and water quality for fluvial, estuarine, and coastal environments. Delft3D 4 suite is based on structured grids. Wind, waves, and currents shape our coasts. Climate change and rising sea levels add further to this pressure. To enable us to live safely along our shores, we need effective coastal and marine management. Moreover, these coastal processes do not present the only threat. We must also protect ourselves against excess river water, while on the other hand we need that water for transport, irrigation, energy, cooling, recreation, environmental protection and as a source of drinking water. Consequently, design and management procedures become more complex and require an integrated approach. In response to this challenge, Deltares has developed powerful modeling suite software called Delft3D, focusing primarily on applications in the free surface water environment.

Environment Modules

Run module spider Delft3D to find out what environment modules are available for this application.

System Variables

  • HPC_DELFT3D_DIR - installation directory
  • HPC_DELFT3D_BIN - program executable directory
  • HPC_DELFT3D_LIB - library directory


Custom installation instructions

See the Delft3D_Configuration page for Delft3D installation details.