Skip to content

Commit

Permalink
New version 7_1_9
Browse files Browse the repository at this point in the history
  • Loading branch information
georgu committed Apr 30, 2015
1 parent 162997b commit cf5f32a
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 3 deletions.
7 changes: 7 additions & 0 deletions COMMIT
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
============================================================

Thu Apr 30 15:03:16 CEST 2015

New version 7_1_9


============================================================

Thu Apr 30 15:01:41 CEST 2015

ice, other minor changes
Expand Down
30 changes: 30 additions & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
version 7_1_9 30-04-2015 VERS_7_1_9

========================================================== 30-04-2015 - 7_1_9

c ./fem3d/submeteo2.f:
c 30.04.2015 ggu ice integrated
c
c ./fem3d/subver.f:
c 30.04.2015 ggu version 7.1.9 Harald's birthday '
c
c ./fem3d/submet.f:
c 30.04.2015 ggu ice cover implemented
c
c ./fem3d/subn35.f:
c 28.04.2015 ggu czdef is default for all areas not given
c
c ./fem3d/ousextr_cat.f:
c 29.04.2015 ggu mode 1 implemented
c
c ./fem3d/ousutil.f:
c 29.04.2015 ggu new helper routines for start/end time in file
c
c ./fem3d/subuti.f:
c 29.04.2015 ggu energy now in Joule
c
c ./fem3d/subapn.f:
c 29.04.2015 ggu generic changes - now works as anticipated

==========================================================

version 7_1_8 23-04-2015 VERS_7_1_8 commit_2015-04-30

version 7_1_8 23-04-2015 VERS_7_1_8
Expand Down
7 changes: 4 additions & 3 deletions fem3d/subver.f
Original file line number Diff line number Diff line change
Expand Up @@ -240,22 +240,23 @@
c 26.02.2015 ggu version 7.1.6
c 01.04.2015 ggu version 7.1.7 first of aprile version
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
c*****************************************************************

blockdata shyfem_version_blockdata

c DOCS START P_version
c
c \newcommand{\VERSION}{7.1.8}
c \newcommand{\version}{7\_1\_8}
c \newcommand{\VERSION}{7.1.9}
c \newcommand{\version}{7\_1\_9}
c
c DOCS END

implicit none

character*10 version
parameter (version='7.1.8')
parameter (version='7.1.9')

character*30 string
parameter (string='SHYFEM VERSION = '//version)
Expand Down

0 comments on commit cf5f32a

Please sign in to comment.