Difference between revisions of "Applications/Delft3D"

From HPC
Jump to: navigation , search
(Application Details)
(Application Details)
Line 2: Line 2:
 
=== Application Details ===
 
=== Application Details ===
 
* Description: Delft3D is a world leading 3D modeling suite to investigate hydrodynamics, sediment transport and morphology and water quality for fluvial, estuarine and coastal environments.
 
* Description: Delft3D is a world leading 3D modeling suite to investigate hydrodynamics, sediment transport and morphology and water quality for fluvial, estuarine and coastal environments.
* Versions: Tag 6686 (retrieved from subversion on 2016-11-20
+
* Versions: Tag 6686 (retrieved from subversion on 2016-11-20)
 
* Module names: delft3d/intel/6686
 
* Module names: delft3d/intel/6686
 
* License: [https://www.gnu.org/licenses/gpl-3.0.html GPLv3] though you must be [https://oss.deltares.nl/web/delft3d/get-started registered] to be able to download the source code and participate in forums
 
* License: [https://www.gnu.org/licenses/gpl-3.0.html GPLv3] though you must be [https://oss.deltares.nl/web/delft3d/get-started registered] to be able to download the source code and participate in forums

Revision as of 17:08, 16 March 2017

Application Details

  • Description: Delft3D is a world leading 3D modeling suite to investigate hydrodynamics, sediment transport and morphology and water quality for fluvial, estuarine and coastal environments.
  • Versions: Tag 6686 (retrieved from subversion on 2016-11-20)
  • Module names: delft3d/intel/6686
  • License: GPLv3 though you must be registered to be able to download the source code and participate in forums

Usage Examples

Batch Submission

#!/bin/bash
#SBATCH -J delft3d_name
#SBATCH -n 32
#SBATCH -o %N-%j.log
#SBATCH -e %N-%j.err
#SBATCH -p compute

module add delft3d/intel/6686

mpirun d_hydro.exe config_d_hydro.xml
[username@login01 ~]$ sbatch delft3d.job
Submitted batch job 289555

Further Information