Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
GOSI9esm
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
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
Consortium Members
UKMO
GOSI
GOSI9esm
Commits
68f48162
Commit
68f48162
authored
2 years ago
by
Tomas Lovato
Browse files
Options
Downloads
Patches
Plain Diff
revert controls on pisces iom field in trcstp.F90 as in the main
parent
2a6ba1e7
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/TOP/trcstp.F90
+2
-10
2 additions, 10 deletions
src/TOP/trcstp.F90
with
2 additions
and
10 deletions
src/TOP/trcstp.F90
+
2
−
10
View file @
68f48162
...
@@ -61,7 +61,7 @@ CONTAINS
...
@@ -61,7 +61,7 @@ CONTAINS
!
!
INTEGER
::
jk
,
jn
! dummy loop indices
INTEGER
::
jk
,
jn
! dummy loop indices
REAL
(
wp
)::
ztrai
! local scalar
REAL
(
wp
)::
ztrai
! local scalar
LOGICAL
::
ll_trcstat
,
ll_trcpis
! local logical
LOGICAL
::
ll_trcstat
! local logical
CHARACTER
(
len
=
25
)
::
charout
!
CHARACTER
(
len
=
25
)
::
charout
!
!!-------------------------------------------------------------------
!!-------------------------------------------------------------------
!
!
...
@@ -82,15 +82,7 @@ CONTAINS
...
@@ -82,15 +82,7 @@ CONTAINS
DO
jk
=
1
,
jpk
DO
jk
=
1
,
jpk
cvol
(:,:,
jk
)
=
e1e2t
(:,:)
*
e3t
(:,:,
jk
,
Kmm
)
*
tmask
(:,:,
jk
)
cvol
(:,:,
jk
)
=
e1e2t
(:,:)
*
e3t
(:,:,
jk
,
Kmm
)
*
tmask
(:,:,
jk
)
END
DO
END
DO
IF
(
ln_pisces
)
THEN
IF
(
ll_trcstat
.OR.
kt
==
nitrst
)
areatot
=
glob_sum
(
'trcstp'
,
cvol
(:,:,:)
)
IF
(
iom_use
(
"pno3tot"
)
.OR.
iom_use
(
"ppo4tot"
)
.OR.
iom_use
(
"psiltot"
)
&
&
.OR.
iom_use
(
"palktot"
)
.OR.
iom_use
(
"pfertot"
)
)
&
&
ll_trcpis
=
.TRUE.
ELSE
ll_trcpis
=
.FALSE.
ENDIF
IF
(
ll_trcstat
.OR.
kt
==
nitrst
.OR.
(
ln_check_mass
.AND.
kt
==
nitend
)
.OR.
ll_trcpis
)
&
&
areatot
=
glob_sum
(
'trcstp'
,
cvol
(:,:,:)
)
ENDIF
ENDIF
!
!
IF
(
l_trcdm2dc
)
CALL
trc_mean_qsr
(
kt
)
IF
(
l_trcdm2dc
)
CALL
trc_mean_qsr
(
kt
)
...
...
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