Compilation Using VS2010 and Intel Fortran XE 11 - D-Flow Flexible Mesh - Delft3D
intro story D-Flow FM
D-Flow Flexible MeshD-Flow Flexible Mesh (D-Flow FM) is the new software engine for hydrodynamical simulations on unstructured grids in 1D-2D-3D. Together with the familiar curvilinear meshes from Delft3D 4, the unstructured grid can consist of triangles, pentagons (etc.) and 1D channel networks, all in one single mesh. It combines proven technology from the hydrodynamic engines of Delft3D 4 and SOBEK 2 and adds flexible administration, resulting in:
An overview of the current developments can be found here. The D-Flow FM - team would be delighted if you would participate in discussions on the generation of meshes, the specification of boundary conditions, the running of computations, and all kinds of other relevant topics. Feel free to share your smart questions and/or brilliant solutions!
======================================================= | Sub groups
|
Message Boards
Compilation Using VS2010 and Intel Fortran XE 11
MP
Marshal Praveen, modified 8 Years ago.
Compilation Using VS2010 and Intel Fortran XE 11
Youngling Posts: 4 Join Date: 10/16/12 Recent Posts 00
Hello Everybody,
I did compile Delft3D repositiories Tag version 5.00.08.1885 using VS 2010 and Intek Fortran 11 (update 12). I have attached my compilation result in this post. My compilation has got all executable created successfully. But I'm not sure of my examples are running without errors.
When run_flow2d3d batch file is executed under example_1 (standard) I get the below prompt :
Executing “ C:/Delft REPOSITORIES/bin/win32/flow2d3d/bin/d_hydro.exe TMP_config_flow2d3d_3144.xml”…
Couldn’t execute “C:\Delft”: no such file or directory while executing
“open $name “r””
<procedure “runcmd” line7>
Invoked from within
“runcmd $command”
<file “C:/Delft RESPOSITORIES/bin/win32/flow2d3d/bin/deltares_hydro.exe/lib/app-deltares_hydro.tcl” line 260>
Invoked from within
“source {C
elft RESPOSITORIES/bin/win32/flow2d3d/bin/deltares_hydro.exe/lib/app-deltares_hydro/deltares_hydro.tcl}”
<”package ifneeded app-deltares_hydro 1.0” script>
Invoked from within
“package require app-deltares_hydro”
<file “C:/Delft RESPOSITORIES/bin/win32/flow2d3d/bin/deltares_hydro.exe/main.tcl” line 4>
Press any key to continue . . .
Please help me solving this...
I did compile Delft3D repositiories Tag version 5.00.08.1885 using VS 2010 and Intek Fortran 11 (update 12). I have attached my compilation result in this post. My compilation has got all executable created successfully. But I'm not sure of my examples are running without errors.
When run_flow2d3d batch file is executed under example_1 (standard) I get the below prompt :
Executing “ C:/Delft REPOSITORIES/bin/win32/flow2d3d/bin/d_hydro.exe TMP_config_flow2d3d_3144.xml”…
Couldn’t execute “C:\Delft”: no such file or directory while executing
“open $name “r””
<procedure “runcmd” line7>
Invoked from within
“runcmd $command”
<file “C:/Delft RESPOSITORIES/bin/win32/flow2d3d/bin/deltares_hydro.exe/lib/app-deltares_hydro.tcl” line 260>
Invoked from within
“source {C

<”package ifneeded app-deltares_hydro 1.0” script>
Invoked from within
“package require app-deltares_hydro”
<file “C:/Delft RESPOSITORIES/bin/win32/flow2d3d/bin/deltares_hydro.exe/main.tcl” line 4>
Press any key to continue . . .
Please help me solving this...
Adri Mourits, modified 8 Years ago.
RE: Compilation Using VS2010 and Intel Fortran XE 11
Yoda Posts: 1221 Join Date: 1/3/11 Recent Posts 00
Hi Marshal,
Some scripts in the Delft3D code have problems with directory names containing spaces. Solving this is on our "To Do"-list.
Please use a directory name without white spaces.
Regards,
Adri
Some scripts in the Delft3D code have problems with directory names containing spaces. Solving this is on our "To Do"-list.
Please use a directory name without white spaces.
Regards,
Adri