Skip to content
Snippets Groups Projects
Commit a8104a33 authored by Daley Calvert's avatar Daley Calvert
Browse files

Resolve "Trends diagnostics may not be scientifically correct in RK3" (2)

parent 4a89cdd5
No related branches found
No related tags found
No related merge requests found
......@@ -76,13 +76,10 @@ CONTAINS
IF ( ln_dyn_trd .OR. ln_KE_trd .OR. ln_dyn_mxl .OR. &
& ln_vor_trd .OR. ln_glo_trd ) l_trddyn = .TRUE.
!
! #487: the trends diagnostics are functional (they don't crash), but they may not be scientifically valid in RK3.
! They are disabled, pending a full review.
IF( l_trdtra .OR. l_trddyn ) THEN
CALL ctl_warn('The trends diagnostics are disabled, pending a full review.')
l_trdtra = .FALSE.
l_trddyn = .FALSE.
RETURN
! #487: the trends diagnostics are functional (they don't crash), but they may not be scientifically valid in RK3
! and generally need further development
IF( l_trdtra .OR. l_trddyn .OR. l_trdtrc ) THEN
CALL ctl_warn('The trends diagnostics are a work in progress: they are not yet fully tested or functional')
ENDIF
!!gm check the stop below
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment