User Forum of Software BASEMENT

BASEMENT
Basic Simulation Environment for computation of environmental flow and natural hazard simulation
Laboratory of Hydraulics, Hydrology and Glaciology (VAW)
ETH Zurich
Basement_Logo

You are not logged in.

#1 2016-03-04 12:57:59

michelk
Advanced_User
Registered: 2014-09-17
Posts: 33

Binary file-format for 1D-geometry-file

When calibrating a BASEchain-model with lots of cross-sections, parsing of the cross-sections within BASEMENT takes up quite some time. 
Therefor it would be handy, if BASEMENT could dump a binary-file, say in HDF5-format, which could then alternatively be used instead of the bmg-file.

This could result in the following workflow:

First run:

BASECHAIN_1D
{
   [...]
   GEOMETRY
   {
      file = geom.bmg
      [...]
   }
   OUTPUT
   [...]
   {
      SPECIAL_OUTPUT
      {
         type = hdf5
         geometry = ( all )
      }
     
   [...]
}

Follwing runs:

BASECHAIN_1D
{
   [...]
   GEOMETRY
   {
      file = geom.h5
      [...]
   }
   [...]
}

Offline

Board footer

Powered by FluxBB