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 474 for trunk/NEMO/OPA_SRC/TRA/trabbl_adv.h90 – NEMO

Ignore:
Timestamp:
2006-05-11T17:24:19+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_061: SM: end of ctl_stop + mpi optimization in _bilap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRA/trabbl_adv.h90

    r457 r474  
    237237      CASE ( 2 )               ! Linear formulation function of temperature and salinity 
    238238 
    239          IF(lwp) WRITE(numout,cform_err) 
    240          IF(lwp) WRITE(numout,*) '          use of linear eos rho(T,S) = rau0 * ( rbeta * S - ralpha * T )' 
    241          IF(lwp) WRITE(numout,*) '          bbl not implented: easy to do it ' 
    242          nstop = nstop + 1 
     239         CALL ctl_stop( '          use of linear eos rho(T,S) = rau0 * ( rbeta * S - ralpha * T )', & 
     240              &         '          bbl not implented: easy to do it ' ) 
    243241 
    244242      CASE DEFAULT 
    245243 
    246          IF(lwp) WRITE(numout,cform_err) 
    247          IF(lwp) WRITE(numout,*) '          bad flag value for neos = ', neos 
    248          nstop = nstop + 1 
     244         WRITE(ctmp1,*) '          bad flag value for neos = ', neos 
     245         CALL ctl_stop( ctmp1 ) 
    249246 
    250247      END SELECT 
Note: See TracChangeset for help on using the changeset viewer.