Skip to content

Commit

Permalink
consolidating commit
Browse files Browse the repository at this point in the history
  • Loading branch information
georgu committed Jan 19, 2015
1 parent 939eb13 commit ada5e24
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 26 deletions.
16 changes: 16 additions & 0 deletions COMMIT
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
============================================================

Mon Jan 19 15:04:22 CET 2015

consolidating commit

Makefile | 1 +
fem3d/param.h | 6 +++---
fem3d/sedi3d.f | 34 ++++++++++++++++++++--------------
femadj/param.h | 6 +++---
femdoc/final/shyfem.pdf | Bin 293711 -> 293711 bytes
femdoc/final/shyfem.ps | 4 ++--
femplot/param.h | 6 +++---
param.h | 6 +++---
8 files changed, 35 insertions(+), 28 deletions(-)

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

Mon Jan 19 12:48:40 CET 2015

femadj converted to include
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ DIRLIB = $(FEMDIR)/femlib
FEMSRC = $(FEMDIR)/fem3d
FEMBIN = $(FEMDIR)/fembin
TMPDIR = $(HOME)/fem/tmp
ACTFEMDIR = `pwd`

REGRESSDIR = femregres/tests

Expand Down
2 changes: 2 additions & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
version 7_1_1 15-01-2015 VERS_7_1_1 commit_2015-01-19

version 7_1_1 15-01-2015 VERS_7_1_1 commit_2015-01-19

version 7_1_1 15-01-2015 VERS_7_1_1 commit_2015-01-16

version 7_1_1 15-01-2015 VERS_7_1_1 commit_2015-01-16
Expand Down
6 changes: 3 additions & 3 deletions fem3d/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

integer nbdydim !maximum particles for lagrange model

parameter ( nkndim = 11000 )
parameter ( neldim = 22000 )
parameter ( nlvdim = 1 )
parameter ( nkndim = 15000 )
parameter ( neldim = 30000 )
parameter ( nlvdim = 21 )

parameter ( mbwdim = 300 )
parameter ( ngrdim = 12 )
Expand Down
34 changes: 20 additions & 14 deletions fem3d/sedi3d.f
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
c 13.04.2010 ccf introduce SSC effect on density
c 27.07.2010 ccf settling velocity for cohesive sedimen in function of space
c 20.06.2011 ccf load for erosion deposition for both cohesive and non-cohesive
c deleted suspco routine
c 20.06.2011 ccf deleted suspco routine
c 19.01.2015 ccf ia_out1/2 introduced
c
!****************************************************************************

Expand Down Expand Up @@ -173,7 +174,7 @@ subroutine sedi(it,dt)
parameter ( fact = 1. )
real load(nlvdim,nkndim)
integer itmsed,idtsed !output parameter
integer ia_out(4)
integer ia_out1(4),ia_out2(4)

! function
integer iround
Expand All @@ -182,7 +183,7 @@ subroutine sedi(it,dt)
logical has_output,next_output

! save and data
save ia_out
save ia_out1, ia_out2
save what
save itmsed,idtsed
save sedkpar,difmol
Expand Down Expand Up @@ -316,11 +317,14 @@ subroutine sedi(it,dt)
! Initialize output
! --------------------------------------------------

call init_output('itmsed','idtsed',ia_out)
call init_output('itmsed','idtsed',ia_out1)
call init_output('itmsed','idtsed',ia_out2)

if( has_output(ia_out) ) then
call open_scalar_file(ia_out,1,5,'nos')
call open_scalar_file(ia_out,nlv,1,'sco')
if( has_output(ia_out1) ) then
call open_scalar_file(ia_out1,1,5,'sed')
end if
if( has_output(ia_out2) ) then
call open_scalar_file(ia_out2,nlv,1,'sco')
end if

write(6,*) 'sediment model initialized...'
Expand Down Expand Up @@ -412,14 +416,16 @@ subroutine sedi(it,dt)
! Write of results (files SED and SCO)
! -------------------------------------------------------------------

if( next_output(ia_out) ) then
call write_scalar_file(ia_out,80,1,bh)
call write_scalar_file(ia_out,81,1,gskm)
call write_scalar_file(ia_out,82,1,tao)
call write_scalar_file(ia_out,83,1,hkv)
call write_scalar_file(ia_out,84,1,totbed)
if( next_output(ia_out1) ) then
call write_scalar_file(ia_out1,80,1,bh)
call write_scalar_file(ia_out1,81,1,gskm)
call write_scalar_file(ia_out1,82,1,tao)
call write_scalar_file(ia_out1,83,1,hkv)
call write_scalar_file(ia_out1,84,1,totbed)
end if

call write_scalar_file(ia_out,85,nlv,tcn)
if( next_output(ia_out2) ) then
call write_scalar_file(ia_out2,85,nlv,tcn)
end if

! -------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions femadj/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

integer nbdydim !maximum particles for lagrange model

parameter ( nkndim = 11000 )
parameter ( neldim = 22000 )
parameter ( nlvdim = 1 )
parameter ( nkndim = 15000 )
parameter ( neldim = 30000 )
parameter ( nlvdim = 21 )

parameter ( mbwdim = 300 )
parameter ( ngrdim = 12 )
Expand Down
Binary file modified femdoc/final/shyfem.pdf
Binary file not shown.
Binary file modified femdoc/final/shyfem.ps
Binary file not shown.
6 changes: 3 additions & 3 deletions femplot/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

integer nbdydim !maximum particles for lagrange model

parameter ( nkndim = 11000 )
parameter ( neldim = 22000 )
parameter ( nlvdim = 1 )
parameter ( nkndim = 15000 )
parameter ( neldim = 30000 )
parameter ( nlvdim = 21 )

parameter ( mbwdim = 300 )
parameter ( ngrdim = 12 )
Expand Down
6 changes: 3 additions & 3 deletions param.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

integer nbdydim !maximum particles for lagrange model

parameter ( nkndim = 11000 )
parameter ( neldim = 22000 )
parameter ( nlvdim = 1 )
parameter ( nkndim = 15000 )
parameter ( neldim = 30000 )
parameter ( nlvdim = 21 )

parameter ( mbwdim = 300 )
parameter ( ngrdim = 12 )
Expand Down

0 comments on commit ada5e24

Please sign in to comment.