New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Ticket Diff – NEMO

Changes between Initial Version and Version 3 of Ticket #2053


Ignore:
Timestamp:
2018-12-07T17:39:09+01:00 (5 years ago)
Author:
aumont
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2053

    • Property Status changed from new to closed
    • Property Mp_status changed from to yes
    • Property Resolution changed from to fixed
  • Ticket #2053 – Description

    initial v3  
    11== Context 
    22 
    3 ... 
     3Create a generic package in TOP to handle the vertical sinking of particles 
    44 
    55== Implementation plan 
    66 
    7 ... 
     7A module has been created in TOP to compute vertical sinking of particles. It is based on the MUSCL advection scheme. A time splitting algorithm can be activated by setting the parameter nitermax in namelist_top to a value above 1. A computation of the CFL criterion is made. If the CFL criterion is not respected, time splitting is performed if allowed by nitermax. Otherwise, vertical sinking speeds are cut so that the CFL criterio is respected. If nitermax is set to an insufficient value so that the CFL criterion is respected everywhere, sinking speeds are also decreased. Better algorithm may be coded in the future such as semi-lagrangian mass conserving advection schemes.