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
f4b9867d
Commit
f4b9867d
authored
2 years ago
by
Clement Rousset
Browse files
Options
Downloads
Patches
Plain Diff
debug commit concerning sbcfwb from yesterday. ISOMIP+ now works
parent
746204cb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cfgs/SHARED/namelist_ref
+4
-2
4 additions, 2 deletions
cfgs/SHARED/namelist_ref
src/OCE/SBC/sbcfwb.F90
+4
-2
4 additions, 2 deletions
src/OCE/SBC/sbcfwb.F90
with
8 additions
and
4 deletions
cfgs/SHARED/namelist_ref
+
4
−
2
View file @
f4b9867d
...
...
@@ -232,8 +232,10 @@
ln_dm2dc = .false. ! daily mean to diurnal cycle on short wave
ln_ssr = .false. ! Sea Surface Restoring on T and/or S (T => fill namsbc_ssr)
nn_fwb = 0 ! FreshWater Budget: =0 unchecked
! ! =1 global mean of e-p-r set to zero at each time step
! ! =2 annual global mean of e-p-r set to zero
! ! =1 volume set to zero at each time step
! ! =2 volume adjusted from previous year budget (uniform correction to emp)
! ! =3 volume adjusted from previous year budget (non-uniform correction - proportional to erp)
! ! =4 special treatment for ISOMIP+ test case
ln_rnf = .false. ! runoffs (T => fill namsbc_rnf)
ln_apr_dyn = .false. ! Patm gradient added in ocean & ice Eqs. (T => fill namsbc_apr )
ln_wave = .false. ! Activate coupling with wave (T => fill namsbc_wave)
...
...
This diff is collapsed.
Click to expand it.
src/OCE/SBC/sbcfwb.F90
+
4
−
2
View file @
f4b9867d
...
...
@@ -130,8 +130,10 @@ CONTAINS
CASE
(
3
)
WRITE
(
numout
,
*
)
' nn_fwb = 3: Volume set to zero at each time step'
WRITE
(
numout
,
*
)
' => non-uniform correction proportional to erp'
CASE
(
4
)
WRITE
(
numout
,
*
)
' nn_fwb = 4: ISOMIP+ case'
CASE
DEFAULT
CALL
ctl_stop
(
'sbc_fwb : wrong nn_fwb value for the FreshWater Budget correction, choose either 1, 2 or
3
'
)
CALL
ctl_stop
(
'sbc_fwb : wrong nn_fwb value for the FreshWater Budget correction, choose either 1, 2
, 3
or
4
'
)
END
SELECT
!
SELECT
CASE
(
nn_fwb_voltype
)
...
...
@@ -505,7 +507,7 @@ CONTAINS
ENDIF
!
CASE
DEFAULT
!== you should never be there ==!
CALL
ctl_stop
(
'sbc_fwb : wrong nn_fwb value for the FreshWater Budget correction, choose either 1, 2 or
3
'
)
CALL
ctl_stop
(
'sbc_fwb : wrong nn_fwb value for the FreshWater Budget correction, choose either 1, 2
, 3
or
4
'
)
!
END
SELECT
!
...
...
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