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.
Changeset 5917 for branches/2015/dev_r5847_MERCATOR9_solveur_simplification/NEMOGCM/CONFIG/AMM12 – NEMO

Ignore:
Timestamp:
2015-11-25T11:03:43+01:00 (9 years ago)
Author:
jchanut
Message:

Free surface simplification #1620. Step 4 (Final): add Gurvan's suggestions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5847_MERCATOR9_solveur_simplification/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r5902 r5917  
    7070   ppkth2      =  999999.              ! 
    7171   ppacr2      =  999999. 
    72 / 
    73 !----------------------------------------------------------------------- 
    74 &namsplit      !   time splitting parameters                            ("ln_dynspg_ts=T") 
    75 !----------------------------------------------------------------------- 
    76    ln_bt_nn_auto =    .FALSE.          !  Set nn_baro automatically to be just below 
    77                                        !  a user defined maximum courant number (rn_bt_cmax) 
    78    nn_baro       =    30               !  Number of iterations of barotropic mode 
    7972/ 
    8073!----------------------------------------------------------------------- 
     
    346339&namdyn_spg    !   surface pressure gradient  
    347340!----------------------------------------------------------------------- 
     341   ln_dynspg_ts   = .true.    ! split-explicit free surface 
     342      ln_bt_auto    = .false.   ! Number of sub-step defined from: 
     343         nn_baro      = 30        ! =F : the number of sub-step in rn_rdt seconds 
    348344/ 
    349345!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.