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 4292 for branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/SHARED – NEMO

Ignore:
Timestamp:
2013-11-20T17:28:04+01:00 (10 years ago)
Author:
cetlod
Message:

dev_MERGE_2013 : 1st step of the merge, see ticket #1185

Location:
branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/SHARED/1_namelist_ref

    r4230 r4292  
    507507!----------------------------------------------------------------------- 
    508508   ln_tide_pot   = .true.   !  use tidal potential forcing 
     509   nb_harmo      =    11    !  number of constituents used 
    509510   clname(1)     =   'M2'   !  name of constituent 
    510511   clname(2)     =   'S2' 
     
    700701   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    701702   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
     703/ 
     704!----------------------------------------------------------------------- 
     705&nam_vvl    !   vertical coordinate options 
     706!----------------------------------------------------------------------- 
     707   ln_vvl_zstar  = .true.           !  zstar vertical coordinate                    
     708   ln_vvl_ztilde = .false.          !  ztilde vertical coordinate: only high frequency variations 
     709   ln_vvl_layer  = .false.          !  full layer vertical coordinate 
     710   ln_vvl_ztilde_as_zstar = .false. !  ztilde vertical coordinate emulating zstar 
     711   rn_ahe3       = 0.0e0            !  thickness diffusion coefficient 
     712   rn_rst_e3t    = 30.e0            !  ztilde to zstar restoration timescale [days] 
     713   rn_lf_cutoff  = 5.0e0            !  cutoff frequency for low-pass filter  [days] 
     714   rn_zdef_max   = 0.9e0            !  maximum fractional e3t deformation 
     715   ln_vvl_dbg    = .true.           !  debug prints    (T/F) 
    702716/ 
    703717!----------------------------------------------------------------------- 
  • branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/SHARED/namelist_ref

    r4245 r4292  
    513513!----------------------------------------------------------------------- 
    514514   ln_tide_pot   = .true.   !  use tidal potential forcing 
     515   nb_harmo      =    11    !  number of constituents used 
    515516   clname(1)     =   'M2'   !  name of constituent 
    516517   clname(2)     =   'S2' 
     
    712713   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    713714   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
     715/ 
     716!----------------------------------------------------------------------- 
     717&nam_vvl    !   vertical coordinate options 
     718!----------------------------------------------------------------------- 
     719   ln_vvl_zstar  = .true.           !  zstar vertical coordinate                    
     720   ln_vvl_ztilde = .false.          !  ztilde vertical coordinate: only high frequency variations 
     721   ln_vvl_layer  = .false.          !  full layer vertical coordinate 
     722   ln_vvl_ztilde_as_zstar = .false. !  ztilde vertical coordinate emulating zstar 
     723   rn_ahe3       = 0.0e0            !  thickness diffusion coefficient 
     724   rn_rst_e3t    = 30.e0            !  ztilde to zstar restoration timescale [days] 
     725   rn_lf_cutoff  = 5.0e0            !  cutoff frequency for low-pass filter  [days] 
     726   rn_zdef_max   = 0.9e0            !  maximum fractional e3t deformation 
     727   ln_vvl_dbg    = .true.           !  debug prints    (T/F) 
    714728/ 
    715729!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.