Changeset 6475
- Timestamp:
- 2016-04-14T17:00:09+02:00 (8 years ago)
- 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 91 91 !!gm end 92 92 ! 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' ) 94 94 95 95 !!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.