Recent Releases of bingclaw_5.6.1

bingclaw_5.6.1 - BingCLAW_5.6.1 release v1.0.4

Now includes a pdf document containing the basic equations and some explanations of terms in the parameter file.

bingclawtutorial2025.pdf

- Python
Published by stevenjgibbons 6 months ago

bingclaw_5.6.1 - BingCLAW_5.6.1 release v1.0.3

Release v1.0.3 adds the possibility to specify an initial map of yield strength as an input, either using absolute values (between tauyi – the initial yield strength – and tauyr – the residual yield strength) or as a fraction (between 0 and 1) of the difference between tauyi and tauyr such that for our value 0 < val < 1, tauy = tauyr + val*(tauyi – tauyr). This release is back-compatible with previous releases in that if no initial map of yield strength is specified, then it will just assume a spatially invariant initial yield strength of tauyi.

- Python
Published by stevenjgibbons 11 months ago

bingclaw_5.6.1 - BingCLAW_5.6.1 release v1.0.2

Small updates to the BingClawfortfiledisplay_example with corrections and scripts.

- Python
Published by stevenjgibbons over 1 year ago

bingclaw_5.6.1 - BingCLAW_5.6.1 v1.0.1

Steven J Gibbons (NGI) 2023-09-18

https://github.com/norwegian-geotechnical-institute/BingCLAW_5.6.1

Slight modification to the files BingClaw5.6.1_singlesource.tar to contain a directory structure with an src and a bin directory and a script which compiles from the top directory. The makefiles have been fixed to include the gfortran flag "fallow-argument-mismatch"

The README file has been changed since the command

pip install --src=$HOME/clawpack_src --user -e git+https://github.com/clawpack/clawpack.git@v5.6.1#egg=clawpack-v5.6.1

will no longer work (with setuptools versions >58)

Instead we need to download the tar file https://github.com/clawpack/clawpack/files/3781620/clawpack-v5.6.1.tar.gz

wget https://github.com/clawpack/clawpack/files/3781620/clawpack-v5.6.1.tar.gz

then

tar xvf clawpack-v5.6.1.tar.gz

then setting the CLAW variable to the full path of the directory created,

- Python
Published by stevenjgibbons over 2 years ago

bingclaw_5.6.1 - Release 1.0.0 for BingCLAW5.6.1

This is the first release of https://github.com/norwegian-geotechnical-institute/BingCLAW_5.6.1 2023/03/03

- Python
Published by stevenjgibbons almost 3 years ago