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/ORCA2_LIM_CFC_C14b/EXP00/1_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/ORCA2_LIM_CFC_C14b/EXP00/1_namelist_cfg

    r5930 r6140  
    1111!!              8 - Verical physics  (namzdf, namzdf_ric, namzdf_tke, namzdf_kpp, namzdf_ddm, namzdf_tmx) 
    1212!!              9 - diagnostics      (namnc4, namtrd, namspr, namflo, namptr, namhsb) 
    13 !!             10 - miscellaneous    (nammpp, nammpp_dyndist, namctl) 
     13!!             10 - miscellaneous    (namsol, nammpp, nammpp_dyndist, namctl) 
    1414!!             11 - Obs & Assim      (namobs, nam_asminc) 
    1515!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     
    5959&namzgr        !   vertical coordinate 
    6060!----------------------------------------------------------------------- 
    61    ln_zco      = .false.   !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined) 
    6261   ln_zps      = .true.    !  z-coordinate - partial steps   (T/F) 
    63    ln_sco      = .false.   !  s- or hybrid z-s-coordinate    (T/F) 
     62   ln_linssh   = .true.    !  linear free surface 
    6463/ 
    6564!----------------------------------------------------------------------- 
     
    8786   rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0) 
    8887   rn_atfp     =    0.1    !  asselin time filter parameter 
    89    nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k) 
    90                                  !                          =0, not used, rdt = rdttra 
    91    rn_rdtmin   = 14400.          !  minimum time step on tracers (used if nn_acc=1) 
    92    rn_rdtmax   = 14400.          !  maximum time step on tracers (used if nn_acc=1) 
    93    rn_rdth     =  800.           !  depth variation of tracer time step  (used if nn_acc=1) 
    9488/ 
    9589!----------------------------------------------------------------------- 
     
    295289   rn_alphc    =    0.65   !  compute albedo between two extremes values  
    296290   rn_alphdi   =    0.72   !  (Pyane, 1972) 
     291/ 
     292!----------------------------------------------------------------------- 
     293&namsbc_wave   ! External fields from wave model 
     294!----------------------------------------------------------------------- 
     295!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     296!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     297   sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff' , .true.   , .false. , 'daily'  ,''         , '' 
     298! 
     299   cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
    297300/ 
    298301 
     
    860863   ln_ignmis  = .true.     ! Logical switch for ignoring missing files    
    861864                           !     endailyavtypes   ENACT daily average types                     
    862    ln_grid_global = .true. 
    863865   ln_grid_search_lookup = .false. 
    864866/  
     
    880882    salfixmin = -9999      !  Minimum salinity after applying the increments 
    881883/ 
    882 !----------------------------------------------------------------------- 
    883 &namsbc_wave   ! External fields from wave model 
    884 !----------------------------------------------------------------------- 
    885 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    886 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    887    sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff' , .true.   , .false. , 'daily'  ,''         , '' 
    888 ! 
    889    cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
    890 / 
    891 !----------------------------------------------------------------------- 
    892 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    893 !----------------------------------------------------------------------- 
    894    ! Suggested lengthscale values are those of Eby & Holloway (1994) for a coarse model 
    895    ln_neptsimp       = .false.  ! yes/no use simplified neptune 
    896  
    897    ln_smooth_neptvel = .false.  ! yes/no smooth zunep, zvnep 
    898    rn_tslse          =  1.2e4   ! value of lengthscale L at the equator 
    899    rn_tslsp          =  3.0e3   ! value of lengthscale L at the pole 
    900    ! Specify whether to ramp down the Neptune velocity in shallow 
    901    ! water, and if so the depth range controlling such ramping down 
    902    ln_neptramp       = .true.   ! ramp down Neptune velocity in shallow water 
    903    rn_htrmin         =  100.0   ! min. depth of transition range 
    904    rn_htrmax         =  200.0   ! max. depth of transition range 
    905 / 
Note: See TracChangeset for help on using the changeset viewer.