Skip to content

Commit

Permalink
Update mod_utils.F
Browse files Browse the repository at this point in the history
  • Loading branch information
SiqiLiOcean committed Mar 11, 2024
1 parent 20f36e8 commit 0c0c080
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mod_utils.F
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ SUBROUTINE INITIALIZE_CONTROL(NAME)
! FVCOM VERSION !
!==============================================================================!

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

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

0 comments on commit 0c0c080

Please sign in to comment.