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 8973 for branches/2017/dev_MERCATOR_2017/DOC – NEMO

Ignore:
Timestamp:
2017-12-11T13:51:34+01:00 (6 years ago)
Author:
jchanut
Message:

Merge Mercator's development with trunk - #1993

Location:
branches/2017/dev_MERCATOR_2017/DOC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_MERCATOR_2017/DOC/Namelists/nam_tide

    r7646 r8973  
    22&nam_tide      !   tide parameters 
    33!----------------------------------------------------------------------- 
    4    ln_tide       = .true.   !  Activate tide module 
    5    ln_tide_pot   = .true.   !  use tidal potential forcing 
    6    ln_tide_ramp  = .false.  ! 
    7    rdttideramp   =    0.    ! 
    8    clname(1)     = 'DUMMY'  !  name of constituent - all tidal components must be set in namelist_cfg 
     4   ln_tide       = .true.                ! Activate tides 
     5      ln_tide_pot   = .true.                !  use tidal potential forcing 
     6         ln_scal_load  = .false.               ! Use scalar approximation for 
     7            rn_scal_load = 0.094               !     load potential 
     8         ln_read_load  = .false.               ! Or read load potential from file 
     9            cn_tide_load = 'tide_LOAD_grid_T.nc'  ! filename for load potential 
     10            ! 
     11      ln_tide_ramp  = .false.               !  Use linear ramp for tides at startup 
     12         rdttideramp   =    0.                 !  ramp duration in days 
     13      clname(1)     = 'DUMMY'               !  name of constituent - all tidal components must be set in namelist_cfg 
    914/ 
  • branches/2017/dev_MERCATOR_2017/DOC/TexFiles/Bibliography/Biblio.bib

    r7646 r8973  
    134134  author = {Arakawa, Akio and Lamb, Vivian R.}, 
    135135  title = {A Potential Enstrophy and Energy Conserving Scheme for the Shallow 
    136    Water Equations}, 
     136           Water Equations}, 
    137137  journal = MWR, 
    138138  year = {1981}, 
     
    140140  pages = {18--36} 
    141141} 
     142 
     143@ARTICLE{Arbic2010, 
     144  author = {Arbic, Wallcraft, Metzger}, 
     145  title = {Concurrent simulation of the eddying general circulation and tides in a global ocean model}, 
     146  journal = OM, 
     147  year = {2010}, 
     148  volume = {32},  number = {3-4}, 
     149  pages = {175-187} 
    142150 
    143151@ARTICLE{Arhan2006, 
  • branches/2017/dev_MERCATOR_2017/DOC/TexFiles/Chapters/Chap_SBC.tex

    r7646 r8973  
    780780Some parameters are available in namelist \ngn{nam\_tide}: 
    781781 
     782- \np{ln\_tide\_load} activate the load potential forcing and \np{filetide_load} is  the associated file  
     783 
    782784- \np{ln\_tide\_pot} activate the tidal potential forcing 
    783785 
     
    815817with $k$ a number of Love estimated to 0.6 which parameterised the astronomical tidal land, 
    816818and $h$ a number of Love to 0.3 which parameterised the parameterisation due to the astronomical tidal land. 
     819 
     820A description of load potential can be found in  \citet{Arbic2010} 
    817821 
    818822% ================================================================ 
Note: See TracChangeset for help on using the changeset viewer.