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.
namsplit in trunk/DOC/TexFiles/Namelist – NEMO

source: trunk/DOC/TexFiles/Namelist/namsplit @ 5120

Last change on this file since 5120 was 4560, checked in by jchanut, 10 years ago

Update time split documentation

File size: 1.1 KB
Line 
1!-----------------------------------------------------------------------
2&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
3!-----------------------------------------------------------------------
4   ln_bt_fw      =    .TRUE.           !  Forward integration of barotropic equations
5   ln_bt_av      =    .TRUE.           !  Time filtering of barotropic variables
6   ln_bt_nn_auto =    .TRUE.           !  Set nn_baro automatically to be just below
7                                       !  a user defined maximum courant number (rn_bt_cmax)
8   nn_baro       =    30               !  Number of iterations of barotropic mode
9                                       !  during rn_rdt seconds. Only used if ln_bt_nn_auto=F
10   rn_bt_cmax    =    0.8              !  Maximum courant number allowed if ln_bt_nn_auto=T
11   nn_bt_flt     =    1                !  Time filter choice
12                                       !  = 0 None
13                                       !  = 1 Boxcar over   nn_baro barotropic steps
14                                       !  = 2 Boxcar over 2*nn_baro     "        "
15/
Note: See TracBrowser for help on using the repository browser.