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 6038 for branches – NEMO

Changeset 6038 for branches


Ignore:
Timestamp:
2015-12-11T17:05:17+01:00 (8 years ago)
Author:
lovato
Message:

Correct bad ctl infomation output in NEMO/TOP_SRC/trcbdy.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5144_CMCC5_BDY_for_TOP/NEMOGCM/NEMO/TOP_SRC/trcbdy.F90

    r5160 r6038  
    7171               CALL bdy_trc_orlanski( jn, idx_bdy(ib_bdy), trcdta_bdy(jn,ib_bdy), ll_npo=.true. ) 
    7272            CASE DEFAULT 
    73                CALL ctl_stop( 'bdy_tra : unrecognised option for open boundaries for T and S' ) 
     73               CALL ctl_stop( 'trc_bdy : unrecognised option for open boundaries for passive tracers' ) 
    7474            END SELECT 
    7575 
Note: See TracChangeset for help on using the changeset viewer.