diff --git a/src/mod_utils.F b/src/mod_utils.F index bbe4591..7004a26 100755 --- a/src/mod_utils.F +++ b/src/mod_utils.F @@ -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: @@ -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 ================!'