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 12443 for NEMO/branches/2020/KERNEL-03_Storkey_Coward_RK3_stage2/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2020-02-24T14:00:21+01:00 (4 years ago)
Author:
davestorkey
Message:

2020/KERNEL-03_Storkey_Coward_RK3_stage2: More variable renaming:
atfp -> rn_atfp (use namelist parameter everywhere)
rdtbt -> rDt_e
nn_baro -> nn_e
rn_scal_load -> rn_load
rau0 -> rho0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/KERNEL-03_Storkey_Coward_RK3_stage2/cfgs/SHARED/namelist_ref

    r12406 r12443  
    651651         rn_tide_gamma = 0.7                   ! Tidal tilt factor 
    652652         ln_scal_load  = .false.               ! Use scalar approximation for 
    653             rn_scal_load = 0.094               !     load potential 
     653            rn_load = 0.094               !     load potential 
    654654         ln_read_load  = .false.               ! Or read load potential from file 
    655655            cn_tide_load = 'tide_LOAD_grid_T.nc'  ! filename for load potential 
     
    989989      ln_bt_av      = .true.     ! Time filtering of barotropic variables 
    990990         nn_bt_flt     = 1          ! Time filter choice  = 0 None 
    991          !                          !                     = 1 Boxcar over   nn_baro sub-steps 
    992          !                          !                     = 2 Boxcar over 2*nn_baro  "    " 
     991         !                          !                     = 1 Boxcar over   nn_e sub-steps 
     992         !                          !                     = 2 Boxcar over 2*nn_e  "    " 
    993993      ln_bt_auto    = .true.     ! Number of sub-step defined from: 
    994994         rn_bt_cmax   =  0.8        ! =T : the Maximum Courant Number allowed 
    995          nn_baro      = 30          ! =F : the number of sub-step in rn_Dt seconds 
     995         nn_e      = 30          ! =F : the number of sub-step in rn_Dt seconds 
    996996      rn_bt_alpha   = 0.         ! Temporal diffusion parameter (if ln_bt_av=F) 
    997997/ 
Note: See TracChangeset for help on using the changeset viewer.