Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Nemo Fork
Manage
Activity
Members
Labels
Plan
Issues
11
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
External Contributors
Nemo Fork
Commits
a8104a33
Commit
a8104a33
authored
1 month ago
by
Daley Calvert
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "Trends diagnostics may not be scientifically correct in RK3" (2)
parent
4a89cdd5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/OCE/TRD/trdini.F90
+4
-7
4 additions, 7 deletions
src/OCE/TRD/trdini.F90
with
4 additions
and
7 deletions
src/OCE/TRD/trdini.F90
+
4
−
7
View file @
a8104a33
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment