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 6140 for trunk/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-12-21T12:35:23+01:00 (8 years ago)
Author:
timgraham
Message:

Merge of branches/2015/dev_merge_2015 back into trunk. Merge excludes NEMOGCM/TOOLS/OBSTOOLS/ for now due to issues with the change of file type. Will sort these manually with further commits.

Branch merged as follows:
In the working copy of branch ran:
svn merge svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk@HEAD
Small conflicts due to bug fixes applied to trunk since the dev_merge_2015 was copied. Bug fixes were applied to the branch as well so these were easy to resolve.
Branch committed at this stage

In working copy run:
svn switch svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk
to switch working copy

Run:
svn merge --reintegrate svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2015/dev_merge_2015
to merge the branch into the trunk and then commit - no conflicts at this stage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r5930 r6140  
    3434&namzgr        !   vertical coordinate 
    3535!----------------------------------------------------------------------- 
    36    ln_zps      = .false.   !  z-coordinate - partial steps   (T/F) 
    37    ln_sco      = .true.    !  s- or hybrid z-s-coordinate    (T/F) 
     36   ln_sco      = .true.    !  s- or hybrid z-s-coordinate 
    3837/ 
    3938!----------------------------------------------------------------------- 
     
    5049!----------------------------------------------------------------------- 
    5150   rn_rdt      =   600.    !  time step for the dynamics (and tracer if nn_acc=0) 
    52    rn_rdtmin   =   600.          !  minimum time step on tracers (used if nn_acc=1) 
    53    rn_rdtmax   =   600.          !  maximum time step on tracers (used if nn_acc=1) 
    54    rn_rdth     =   600.          !  depth variation of tracer time step  (used if nn_acc=1) 
    5551   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
    5652   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
     
    9389   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    9490   ln_apr_dyn  = .false.    !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     91   ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    9592 
    9693/ 
     
    130127&namtra_qsr    !   penetrative solar radiation 
    131128!----------------------------------------------------------------------- 
    132    ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    133129   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    134130/ 
     
    250246/ 
    251247!----------------------------------------------------------------------- 
    252 &nambbc        !   bottom temperature boundary condition 
    253 !----------------------------------------------------------------------- 
    254    ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
     248&nambbc        !   bottom temperature boundary condition                (default: NO) 
     249!----------------------------------------------------------------------- 
    255250/ 
    256251!----------------------------------------------------------------------- 
     
    339334&namdyn_spg    !   surface pressure gradient  
    340335!----------------------------------------------------------------------- 
    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 
     336   ln_dynspg_ts = .true.    ! split-explicit free surface 
     337      ln_bt_auto    = .false.  ! Number of sub-step defined from: 
     338         nn_baro       = 30       ! =F : the number of sub-step in rn_rdt seconds 
    344339/ 
    345340!----------------------------------------------------------------------- 
     
    449444/ 
    450445!----------------------------------------------------------------------- 
    451 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    452 !----------------------------------------------------------------------- 
    453 / 
     446&nam_diatmb  !  Top Middle Bottom Output 
     447!----------------------------------------------------------------------- 
     448   ln_diatmb  = .true.    !  Choose Top Middle and Bottom output or not 
     449/ 
     450!----------------------------------------------------------------------- 
     451&nam_dia25h  !  25h Mean Output 
     452!----------------------------------------------------------------------- 
     453   ln_dia25h  = .true.    ! Choose 25h mean output or not 
     454/ 
     455 
Note: See TracChangeset for help on using the changeset viewer.