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 6992 for branches/2015/nemo_v3_6_STABLE/DOC/Namelists/nambdy – NEMO

Ignore:
Timestamp:
2016-10-05T14:07:19+02:00 (8 years ago)
Author:
nicolasmartin
Message:

Global reorganisation of DOC directory to ensure the export of NEMO Reference Manual both in PDF & HTML

  • Move 'Figures' and 'Namelists' from ./TexFiles? to the root, create 'Styles' directory in ./TexFiles? with corresponding files and generate EPS version of all figures
  • Fix LaTex? typos, add the possibility to compile each chapter separately with 'subfiles' package and clean the main LaTeX file by creating 'Preamble.tex' & 'Top_Matter.tex' in ./TexFiles?
  • Provide LaTeX2HTML.sh script for producing HTML output (LaTeX2HTML tool needed with patch)
  • Remove PDF files from versionned files
Location:
branches/2015/nemo_v3_6_STABLE/DOC/Namelists
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/DOC/Namelists/nambdy

    r6377 r6992  
    22&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    33!----------------------------------------------------------------------- 
    4     nb_bdy = 2                               !  number of open boundary sets        
    5     ln_coords_file = .true.,.false.          !  =T : read bdy coordinates from file 
    6     cn_coords_file = 'coordinates.bdy.nc','' !  bdy coordinates files 
    7     ln_mask_file = .false.                   !  =T : read mask from file 
    8     cn_mask_file = ''                        !  name of mask file (if ln_mask_file=.TRUE.) 
    9     cn_dyn2d       = 'none','none'           ! 
    10     nn_dyn2d      =  2, 0                    !  boundary conditions for barotropic fields 
    11     nn_dyn2d_dta  =  3, 0                    !  = 0, bdy data are equal to the initial state 
    12                                              !  = 1, bdy data are read in 'bdydata   .nc' files 
    13                                              !  = 2, use tidal harmonic forcing data from files 
    14                                              !  = 3, use external data AND tidal harmonic forcing 
    15     cn_dyn3d      =  'none',' none'          ! 
    16     nn_dyn3d      =  0, 0                    !  boundary conditions for baroclinic velocities 
    17     nn_dyn3d_dta  =  0, 0                    !  = 0, bdy data are equal to the initial state 
    18                                              !  = 1, bdy data are read in 'bdydata   .nc' files 
    19     cn_tra        =  'none', 'none'          ! 
    20     nn_tra_dta    =  1, 1                    !  = 0, bdy data are equal to the initial state 
    21                                              !  = 1, bdy data are read in 'bdydata   .nc' files 
    22     cn_ice_lim      =  'none','none'         ! 
    23     nn_ice_lim_dta  =  0, 0                  !  = 0, bdy data are equal to the initial state 
    24                                              !  = 1, bdy data are read in 'bdydata   .nc' files 
    25     rn_ice_tem      = 270., 270.             !  lim3 only: arbitrary temperature of incoming sea ice 
    26     rn_ice_sal      = 10.,  10.              !  lim3 only:      --   salinity           -- 
    27     rn_ice_age      = 30., 30.               !  lim3 only:      --   age                -- 
    28     ln_tra_dmp    = .false.,.false.          !  open boudaries conditions for tracers 
    29     ln_dyn3d_dmp  = .false.,.false.          !  open boundary condition for baroclinic velocities 
    30     rn_time_dmp   =  1., 1.                  ! Damping time scale in days 
    31     rn_time_dmp_out =  1., 1.                ! Outflow damping time scale 
    32     nn_rimwidth  = 10, 5                     !  width of the relaxation zone 
    33     ln_vol     = .false.                     !  total volume correction (see nn_volctl parameter) 
    34     nn_volctl  = 1                           !  = 0, the total water flux across open boundaries is zero 
     4    nb_bdy         = 0                    !  number of open boundary sets 
     5    ln_coords_file = .true.               !  =T : read bdy coordinates from file 
     6    cn_coords_file = 'coordinates.bdy.nc' !  bdy coordinates files 
     7    ln_mask_file   = .false.              !  =T : read mask from file 
     8    cn_mask_file   = ''                   !  name of mask file (if ln_mask_file=.TRUE.) 
     9    cn_dyn2d       = 'none'               ! 
     10    nn_dyn2d_dta   =  0                   !  = 0, bdy data are equal to the initial state 
     11                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     12                                          !  = 2, use tidal harmonic forcing data from files 
     13                                          !  = 3, use external data AND tidal harmonic forcing 
     14    cn_dyn3d      =  'none'               ! 
     15    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
     16                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     17    cn_tra        =  'none'               ! 
     18    nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state 
     19                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     20    cn_ice_lim      =  'none'             ! 
     21    nn_ice_lim_dta  =  0                  !  = 0, bdy data are equal to the initial state 
     22                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     23    rn_ice_tem      = 270.                !  lim3 only: arbitrary temperature of incoming sea ice 
     24    rn_ice_sal      = 10.                 !  lim3 only:      --   salinity           -- 
     25    rn_ice_age      = 30.                 !  lim3 only:      --   age                -- 
     26 
     27    ln_tra_dmp    =.false.                !  open boudaries conditions for tracers 
     28    ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities 
     29    rn_time_dmp   =  1.                   ! Damping time scale in days 
     30    rn_time_dmp_out =  1.                 ! Outflow damping time scale 
     31    nn_rimwidth   = 10                    !  width of the relaxation zone 
     32    ln_vol        = .false.               !  total volume correction (see nn_volctl parameter) 
     33    nn_volctl     = 1                     !  = 0, the total water flux across open boundaries is zero 
    3534/ 
Note: See TracChangeset for help on using the changeset viewer.