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
b5418c4e
Commit
b5418c4e
authored
2 years ago
by
Clement Rousset
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "more debugging in 4.2"
parent
1e796e72
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/OCE/SBC/sbcrnf.F90
+13
-10
13 additions, 10 deletions
src/OCE/SBC/sbcrnf.F90
with
13 additions
and
10 deletions
src/OCE/SBC/sbcrnf.F90
+
13
−
10
View file @
b5418c4e
...
...
@@ -268,16 +268,6 @@ CONTAINS
! !== allocate runoff arrays
IF
(
sbc_rnf_alloc
()
/
=
0
)
CALL
ctl_stop
(
'STOP'
,
'sbc_rnf_alloc : unable to allocate arrays'
)
!
IF
(
.NOT.
ln_rnf
)
THEN
! no specific treatment in vicinity of river mouths
ln_rnf_mouth
=
.FALSE.
! default definition needed for example by sbc_ssr or by tra_adv_muscl
nkrnf
=
0
rnf
(:,:)
=
0.0_wp
rnf_b
(:,:)
=
0.0_wp
rnfmsk
(:,:)
=
0.0_wp
rnfmsk_z
(:)
=
0.0_wp
RETURN
ENDIF
!
! ! ============
! ! Namelist
! ! ============
...
...
@@ -289,6 +279,19 @@ CONTAINS
902
IF
(
ios
>
0
)
CALL
ctl_nam
(
ios
,
'namsbc_rnf in configuration namelist'
)
IF
(
lwm
)
WRITE
(
numond
,
namsbc_rnf
)
!
IF
(
.NOT.
ln_rnf
)
THEN
! no specific treatment in vicinity of river mouths
ln_rnf_mouth
=
.FALSE.
! default definition needed for example by sbc_ssr or by tra_adv_muscl
ln_rnf_tem
=
.FALSE.
ln_rnf_sal
=
.FALSE.
ln_rnf_icb
=
.FALSE.
nkrnf
=
0
rnf
(:,:)
=
0.0_wp
rnf_b
(:,:)
=
0.0_wp
rnfmsk
(:,:)
=
0.0_wp
rnfmsk_z
(:)
=
0.0_wp
RETURN
ENDIF
!
! ! Control print
IF
(
lwp
)
THEN
WRITE
(
numout
,
*
)
...
...
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