#1623 closed Bug (duplicate)
No volume conservation for BDY with vvl and dynspg_ts
Reported by: | joakim | Owned by: | davestorkey |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | BDY | Version: | v3.6 |
Severity: | minor | Keywords: | BDY DYN VVL v3.6 |
Cc: | davestorkey |
Description (last modified by nicolasmartin)
The namelist parameter ln_vol under nambdy activates a correction so that the total volume of the domain is conserved, even if the open boundary conditions are divergent.
This correction is called from dyn_spg_flt, but not from dyn_spg_ts.
Hence, volume correction does not apply when using key_dynspg_ts.
The following is in dynnxt.F90:
# if defined key_bdy ! !* BDY open boundaries IF( lk_bdy .AND. lk_dynspg_exp ) CALL bdy_dyn( kt ) IF( lk_bdy .AND. lk_dynspg_ts ) CALL bdy_dyn( kt, dyn3d_only=.true. ) !!$ Do we need a call to bdy_vol here?? ! # endif
Adding something like
IF( lk_bdy .AND. lk_dynspg_ts ) CALL bdy_vol( kt )
into this subroutine might fix the problem.
/Joakim
Commit History (0)
(No commits)
Change History (15)
comment:1 Changed 9 years ago by joakim
- Keywords dynspg vvl bdy vol added
comment:2 Changed 9 years ago by clevy
- Owner changed from NEMO team to clement R.
comment:3 Changed 9 years ago by flavoni
- Owner changed from clement R. to Dave Storkey
comment:4 Changed 8 years ago by nicolasmartin
- Keywords BDY added; bdy removed
comment:5 Changed 8 years ago by nicolasmartin
- Keywords VVL added; vvl removed
comment:6 Changed 8 years ago by nicolasmartin
- Keywords nemo_v3_6* added
comment:7 Changed 8 years ago by nicolasmartin
- Keywords DYN nemo_v3_6_STABLE added; dynspg removed
comment:8 Changed 8 years ago by nicolasmartin
- Keywords vol removed
comment:9 Changed 8 years ago by nicolasmartin
- Keywords nemo_v3_6_STABLE removed
comment:10 Changed 7 years ago by clevy
- Cc davestorkey added
- Owner changed from Dave Storkey to davestorkey
- Status changed from new to assigned
comment:11 Changed 7 years ago by nicolasmartin
- Description modified (diff)
comment:12 Changed 7 years ago by nemo
- Keywords release-3.6* added; nemo_v3_6* removed
comment:13 Changed 7 years ago by nemo
- Keywords release-3.6* removed
comment:14 Changed 6 years ago by jchanut
- Component changed from OCE to BDY
- Resolution set to duplicate
- Severity set to minor
- Status changed from assigned to closed
comment:15 Changed 3 years ago by nemo
- Keywords v3.6 added
Note: See
TracTickets for help on using
tickets.