Skip to content

Commit 0c0c080

Browse files
authored
Update mod_utils.F
1 parent 20f36e8 commit 0c0c080

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mod_utils.F

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ SUBROUTINE INITIALIZE_CONTROL(NAME)
141141
! FVCOM VERSION !
142142
!==============================================================================!
143143

144-
FVCOM_VERSION = 'FVCOM_4.4.5'
145-
FVCOM_WEBSITE = 'http://fvcom.smast.umassd.edu, http://codfish.smast.umassd.edu'
144+
FVCOM_VERSION = 'FVCOM_4.4.6'
145+
FVCOM_WEBSITE = 'http://fvcom.smast.umassd.edu, https://github.com/FVCOM-GitHub/FVCOM'
146146
INSTITUTION = 'School for Marine Science and Technology'
147147

148148
! Set the IO UNIT value to screen output for now:
@@ -2324,7 +2324,7 @@ SUBROUTINE WRITE_BANNER(PAR,NP,ID)
23242324
WRITE(IPT,*)' | ___) | | | || | | | | || ||_|| | '
23252325
WRITE(IPT,*)' | | \ \ / / | |_____ | |___| || | | | '
23262326
WRITE(IPT,*)' |_| \___/ \______) \_____/ |_| |_| '
2327-
WRITE(IPT,*)' -- Version 4.4.5 Release'
2327+
WRITE(IPT,*)' -- Version 4.4.6 Release'
23282328
WRITE(IPT,*)'!================================================================!'
23292329
WRITE(IPT,*)'! !'
23302330
WRITE(IPT,*)'!========DOMAIN DECOMPOSITION USING: METIS 4.0.1 ================!'

0 commit comments

Comments
 (0)