From f2bccf6b72815f00354c1e60c48dac083e55431c Mon Sep 17 00:00:00 2001 From: Georg Umgiesser Date: Thu, 21 May 2015 16:32:38 +0200 Subject: [PATCH] New version 7_1_11 --- COMMIT | 7 ++++ VERSION | 106 +++++++++++++++++++++++++++++++++++++++++++++++++ fem3d/subver.f | 7 ++-- 3 files changed, 117 insertions(+), 3 deletions(-) diff --git a/COMMIT b/COMMIT index 7e6d4b14..aa4a8570 100644 --- a/COMMIT +++ b/COMMIT @@ -1,5 +1,12 @@ ============================================================ +Thu May 21 16:32:38 CEST 2015 + +New version 7_1_11 + + +============================================================ + Thu May 21 16:31:20 CEST 2015 big and various changes, omp, lagrange, ... diff --git a/VERSION b/VERSION index 98732df2..b7353293 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,109 @@ +version 7_1_11 21-05-2015 VERS_7_1_11 + +========================================================== 21-05-2015 - 7_1_11 + +c ./femplot/supano.f: +c 06.05.2015 ggu prepared for logarithmic color bar +c +c ./femplot/col.f: +c 06.05.2015 ggu logarithmic scale introduced (ilog, blog) +c +c ./fem3d/subetsa.f: +c 30.05.2015 ggu new read from STR file, using module ets +c +c ./fem3d/sublnka.f: +c 20.05.2015 ggu new call to mklenkii to set up lenkiiv +c +c ./fem3d/subnls.f: +c 12.05.2015 ggu new char table +c +c ./fem3d/tmp/al1/lagrange_sedim.f: +c 06.05.2015 ccf written from scratch +c +c ./fem3d/tmp/al1/lagrange_inout.f: +c 06.05.2015 ccf write relative total depth and type to output +c 07.05.2015 ccf assign settling velocity to particles +c +c ./fem3d/tmp/al1/lagrange_vertical.f: +c 06.05.2015 ccf included settling velocity for lagrangian +c +c ./fem3d/tmp/al1/suboff.f: +c 06.05.2015 ccf write offline to .off file +c read offline from offlin file in section name +c +c ./fem3d/lagrange_init.f: +c 20.05.2015 ccf give type to released particles +c +c ./fem3d/lagrange_sedim.f: +c 06.05.2015 ccf written from scratch +c +c ./fem3d/submeteo2.f: +c 12.05.2015 ggu introduced ia_icefree for icefree elements +c +c ./fem3d/subver.f: +c 21.05.2015 ggu version 7.1.11 +c +c ./fem3d/newcon.f: +c 20.05.2015 ggu accumulate over nodes (for parallel version) +c +c ./fem3d/subn35.f: +c 12.05.2015 ggu rewritten with modules and allocatable +c +c ./fem3d/subinterpol.f: +c 06.05.2015 ggu set number of max iterations (imax) +c +c ./fem3d/subflxa.f: +c 20.05.2015 ggu modules introduced +c +c ./fem3d/links.f: +c 30.05.2015 ggu new subroutine mklenkii to compute lenkiiv +c +c ./fem3d/subexta.f: +c 20.05.2015 ggu modules introduced +c +c ./fem3d/subsys.f: +c 06.05.2015 ccf new parameters itmoff and offlin +c +c ./fem3d/new3di.f: +c 06.05.2015 ggu cleaning up of sp256f +c 20.05.2015 ggu&erp sp256v parallelized +c +c ./fem3d/subwrt.f: +c 20.05.2015 ggu rinside computed only once, bug fix for conz==0 +c +c ./fem3d/lagrange_inout.f: +c 06.05.2015 ccf write relative total depth and type to output +c 07.05.2015 ccf assign settling velocity to particles +c +c ./fem3d/femelab.f: +! 20.05.2015 ggu use bhuman to convert to human readable time +c +c ./fem3d/etsutil.f: +c 30.05.2015 ggu new code for reading header 1 and 2 indipendently +c +c ./fem3d/subxi.f: +c 16.05.2015 ccf add some more check in xit_start_end for small numbers +c +c ./fem3d/lagrange_vertical.f: +c 06.05.2015 ccf included settling velocity for lagrangian +c 08.05.2015 ggu&ccf bug fix in track_xi_next_element +c 14.05.2015 ccf bug fix in track_xi +c +c ./fem3d/noselab.f: +c 06.05.2015 ggu noselab started +c +c ./fem3d/newstab.f: +c 20.05.2015 ggu always compute stability, call to conzstab changed +c +c ./fem3d/suboff.f: +c 06.05.2015 ccf write offline to .off file +c 06.05.2015 ccf read offline from offlin file in section name +c +c ./fem3d/subsss.f: +c 06.05.2015 ggu new routine logvals() for logarithmic values + +========================================================== + version 7_1_10 05-05-2015 VERS_7_1_10 commit_2015-05-21 version 7_1_10 05-05-2015 VERS_7_1_10 diff --git a/fem3d/subver.f b/fem3d/subver.f index cd4ca34b..ca41a1ad 100644 --- a/fem3d/subver.f +++ b/fem3d/subver.f @@ -242,6 +242,7 @@ c 23.04.2015 ggu version 7.1.8 St. George's release ' c 30.04.2015 ggu version 7.1.9 Harald's birthday ' c 05.05.2015 ggu version 7.1.10 +c 21.05.2015 ggu version 7.1.11 c c***************************************************************** @@ -249,15 +250,15 @@ c DOCS START P_version c -c \newcommand{\VERSION}{7.1.10} -c \newcommand{\version}{7\_1\_10} +c \newcommand{\VERSION}{7.1.11} +c \newcommand{\version}{7\_1\_11} c c DOCS END implicit none character*10 version - parameter (version='7.1.10') + parameter (version='7.1.11') character*30 string parameter (string='SHYFEM VERSION = '//version)