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 6475 – NEMO

Changeset 6475


Ignore:
Timestamp:
2016-04-14T17:00:09+02:00 (8 years ago)
Author:
drew
Message:

UKMO NEMO Ticket#609. Change ctl_stop to ctl_warn on check for trend diagnostics with VVL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_eliminate_stop_on_trend_diag_check/NEMOGCM/NEMO/OPA_SRC/TRD/trdini.F90

    r6474 r6475  
    9191!!gm end 
    9292      ! 
    93       IF( lk_vvl .AND. ( l_trdtra .OR. l_trddyn ) )  CALL ctl_stop( 'trend diagnostics with variable volume not validated' ) 
     93      IF( lk_vvl .AND. ( l_trdtra .OR. l_trddyn ) )  CALL ctl_warn( '*** W A R N I N G : Trend diagnostics with variable volume not validated' ) 
    9494       
    9595!!gm  : Potential BUG : 3D output only for vector invariant form!  add a ctl_stop or code the flux form case 
Note: See TracChangeset for help on using the changeset viewer.