New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 10476 for NEMO/branches/UKMO – NEMO

Changeset 10476 for NEMO/branches/UKMO


Ignore:
Timestamp:
2019-01-09T10:56:03+01:00 (5 years ago)
Author:
mathiot
Message:

prevent the use of tide and bdy volume conservation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/dev_r10448_bdyvol/src/OCE/BDY/bdyini.F90

    r10455 r10476  
    384384          END SELECT 
    385385          IF(lwp) WRITE(numout,*) 
     386          ! 
     387          ! sanity check if used with tides         
     388          IF( ln_tide ) THEN  
     389             IF(lwp) WRITE(numout,*) ' The total volume correction is not working with tides. ' 
     390             IF(lwp) WRITE(numout,*) ' Set ln_vol to .FALSE. ' 
     391             IF(lwp) WRITE(numout,*) ' or ' 
     392             IF(lwp) WRITE(numout,*) ' equilibriate your bdy input files ' 
     393             CALL ctl_stop( 'The total volume correction is not working with tides.' ) 
     394          END IF 
    386395        ELSE 
    387396          IF(lwp) WRITE(numout,*) 'No volume correction applied at open boundaries' 
Note: See TracChangeset for help on using the changeset viewer.