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 12184 for NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2019-12-11T14:35:26+01:00 (4 years ago)
Author:
smueller
Message:

Merging of the developments in /NEMO/branches/2019/dev_r11879_ENHANCE-05_SimonM-Harmonic_Analysis@12122 with respect to /NEMO/trunk@12072 into /NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019 (tickets #2175 and #2194)

Location:
NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019

    • Property svn:externals
      •  

        old new  
        22^/utils/build/makenemo@HEAD   makenemo 
        33^/utils/build/mk@HEAD         mk 
        4 ^/utils/tools@HEAD            tools 
         4^/utils/tools_dev_r11751_ENHANCE-05_SimonM-Harmonic_Analysis@HEAD tools 
        55^/vendors/AGRIF/dev@HEAD      ext/AGRIF 
        66^/vendors/FCM@HEAD            ext/FCM 
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/SHARED/namelist_ref

    r12172 r12184  
    646646!----------------------------------------------------------------------- 
    647647   ln_tide     = .false.      ! Activate tides 
     648      nn_tide_var   = 1          !  Variant of tidal parameter set and tide-potential computation 
     649      !                          !     (1: default; 0: compatibility with previous versions) 
     650      ln_tide_dia   = .false.    !  Enable tidal diagnostic output 
    648651      ln_tide_pot   = .false.               !  use tidal potential forcing 
     652         rn_tide_gamma = 0.7                   ! Tidal tilt factor 
    649653         ln_scal_load  = .false.               ! Use scalar approximation for 
    650654            rn_scal_load = 0.094               !     load potential 
     
    653657            ! 
    654658      ln_tide_ramp  = .false.               !  Use linear ramp for tides at startup 
    655          rdttideramp   =    0.                 !  ramp duration in days 
    656       clname(1)    = 'DUMMY'               !  name of constituent - all tidal components must be set in namelist_cfg 
     659         rn_tide_ramp_dt = 0.               !  ramp duration in days 
     660      sn_tide_cnames(1) = 'DUMMY'               !  name of constituent - all tidal components must be set in namelist_cfg 
    657661/ 
    658662!----------------------------------------------------------------------- 
     
    730734   filtide          = 'bdydta/amm12_bdytide_'   !  file name root of tidal forcing files 
    731735   ln_bdytide_2ddta = .false.                   ! 
    732    ln_bdytide_conj  = .false.                   ! 
    733736/ 
    734737 
     
    11961199!!   namdiu       Cool skin and warm layer models                       (default: OFF) 
    11971200!!   namflo       float parameters                                      (default: OFF) 
    1198 !!   nam_diaharm  Harmonic analysis of tidal constituents               (default: OFF) 
    11991201!!   nam_diadct   transports through some sections                      (default: OFF) 
    12001202!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF) 
     
    12491251      ln_ariane   = .true.    !    Input with Ariane tool convention(T) 
    12501252      ln_flo_ascii= .true.    !    Output with Ariane tool netcdf convention(F) or ascii file (T) 
    1251 / 
    1252 !----------------------------------------------------------------------- 
    1253 &nam_diaharm   !   Harmonic analysis of tidal constituents              (default: OFF) 
    1254 !----------------------------------------------------------------------- 
    1255     ln_diaharm = .false.   ! Choose tidal harmonic output or not 
    1256        nit000_han = 1      !    First time step used for harmonic analysis 
    1257        nitend_han = 75     !    Last time step used for harmonic analysis 
    1258        nstep_han  = 15     !    Time step frequency for harmonic analysis 
    1259        tname(1)   = 'M2'   !    Name of tidal constituents 
    1260        tname(2)   = 'K1'   !              --- 
    12611253/ 
    12621254!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.