Changeset 6038
- Timestamp:
- 2015-12-11T17:05:17+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2015/dev_r5144_CMCC5_BDY_for_TOP/NEMOGCM/NEMO/TOP_SRC/trcbdy.F90
r5160 r6038 71 71 CALL bdy_trc_orlanski( jn, idx_bdy(ib_bdy), trcdta_bdy(jn,ib_bdy), ll_npo=.true. ) 72 72 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' ) 74 74 END SELECT 75 75
Note: See TracChangeset
for help on using the changeset viewer.