Opened 8 years ago
Closed 6 years ago
#1529 closed Defect (fixed)
Tracer conservation and bbl
Reported by: | jchanut | Owned by: | nemo |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | trunk |
Severity: | Keywords: | BBL conservation tracer | |
Cc: |
Description
The global budget of any tracer should be closed in NEMO provided key_vvl is activated (and with Asselin filtering or not, forcing or not, cf Leclair and Madec, 2009). Although not related to this ticket, we expect this is to be true as long as one sticks with a leapfrog time stepping for the free surface (ie ln_bt_fw=false with key_dynspg_ts. If ln_bt_fw=true, one trades global conservation in favor of constancy preservation).
Testing this for salinity in ORCA2 (without ice model for simplicity), I found that the use of trabbl breaks down this principle.
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
5467 | jchanut | 2015-06-24T12:07:54+02:00 | add asselin correction with runoffs (ticket #1529) |
Attachments (1)
Change History (5)
Changed 8 years ago by jchanut
comment:1 Changed 8 years ago by jchanut
comment:2 Changed 8 years ago by jchanut
Add asselin correction for runoffs fluxes:
https://forge.ipsl.jussieu.fr/nemo/changeset?old=5466&old_path=trunk%2FNEMOGCM%2FNEMO%2FOPA_SRC&new=&new_path=trunk%2FNEMOGCM%2FNEMO%2FOPA_SRC
comment:3 Changed 7 years ago by nicolasmartin
- Keywords BBL added; bbl removed
comment:4 Changed 6 years ago by gm
- Resolution set to fixed
- Status changed from new to closed
solved by Andrew Coward, see ticket #1932
Here is a plot to illustrate the non conservation issues found with key_dynspg_flt in ORCA2. I have added a test with or without ln_rnf relative to the last comment made in ticket #1540. Perfect conservation is indeed achieved without the diffusive bbl and runoffs. Fixes to come soon.