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 7807 for branches/UKMO/r6232_HZG_WAVE/NEMOGCM/NEMO/OPA_SRC/BDY/bdyini.F90 – NEMO

Ignore:
Timestamp:
2017-03-17T10:44:05+01:00 (7 years ago)
Author:
jcastill
Message:

Changes as in HZG wave forcing branch, but adapted to r6232

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/r6232_HZG_WAVE/NEMOGCM/NEMO/OPA_SRC/BDY/bdyini.F90

    r6204 r7807  
    297297              IF(lwp) WRITE(numout,*) 'No open boundary condition for tracers: ln_tra_dmp is set to .false.' 
    298298              ln_tra_dmp(ib_bdy)=.false. 
    299            ELSEIF ( cn_tra(ib_bdy) == 'frs' ) THEN 
    300               CALL ctl_stop( 'Use FRS OR relaxation' ) 
    301299           ELSE 
    302300              IF(lwp) WRITE(numout,*) '      + T/S relaxation zone' 
Note: See TracChangeset for help on using the changeset viewer.