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.
2011WP/2011Stream2/OpenBoundaries (diff) – NEMO

Changes between Version 7 and Version 8 of 2011WP/2011Stream2/OpenBoundaries


Ignore:
Timestamp:
2011-03-29T11:04:17+02:00 (13 years ago)
Author:
davestorkey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2011WP/2011Stream2/OpenBoundaries

    v7 v8  
    4848&namobc        !  one-way open boundaries                    ("key_obc") 
    4949!----------------------------------------------------------------------- 
    50    nb_obc         = 2       !  Number of open boundary sets 
    51    ln_read        = .false.,.true. 
    52    cn_mask        = ''      !  name of mask file (ln_mask=T) 
    53    nn_dyn         = 1, 0,   !  Choice of schemes for velocities 
    54    nn_tra         = 1, 1,   !  Choice of schemes for T and S  
    55    nn_barotropic  = 1, 0,   !  Choice of schemes for barotropic solution 
    56    nn_ice_lim2    = 0, 0,   !  Choice of schemes for ice (LIM2) 
    57    ln_vol         = .false.,.false.,  !  total volume correction (see volbdy parameter) 
    58    ln_mask        = .false.,.false.,  !  boundary mask from filbdy_mask (T), boundaries are on edges of domain (F) 
    59    ln_tides       = .false.,.false.,  !  Apply tidal harmonic forcing with Flather condition 
    60    nn_rimwidth    =  9, 1,            !  width of the relaxation zone 
    61    nn_dtactl      =  1, 1,            !  = 0, bdy data are equal to the initial state 
    62                                       !  = 1, bdy data are read in 'bdydata   .nc' files 
    63    nn_volctl      =  0, 0,            !  = 0, the total water flux across open boundaries is zero 
    64                                       !  = 1, the total volume of the system is conserved 
     50   nb_obc         = 2                       !  Number of open boundary sets 
     51   ln_read        = .false.,.true.          !  Read in boundary definition or not 
     52   cn_file        = '','coordinates_bdy.nc' !  Name of file with boundary definition 
     53   ln_mask        = .false.,.true.,         !  boundary mask from cn_mask (T), boundaries are on edges of domain (F) 
     54   cn_mask        = '','mask_bdy.nc'        !  name of mask file (ln_mask=T) 
     55   nn_dyn3d       = 1, 0,                   !  Choice of schemes for 3D velocities 
     56   nn_dyn2d       = 1, 0,                   !  Choice of schemes for barotropic solution (ln_dynspg_ts=.true.) 
     57   nn_tra         = 1, 1,                   !  Choice of schemes for T and S  
     58   nn_ice_lim2    = 0, 0,                   !  Choice of schemes for ice (LIM2) 
     59   ln_vol         = .false.,.false.,        !  total volume correction (see volbdy parameter) 
     60   ln_tides       = .false.,.false.,        !  Apply tidal harmonic forcing with Flather condition 
     61   nn_rimwidth    =  9, 1,                  !  width of the relaxation zone 
     62   nn_dtactl      =  1, 1,                  !  = 0, bdy data are equal to the initial state 
     63                                            !  = 1, bdy data are read in 'bdydata   .nc' files 
     64   nn_volctl      =  0, 0,                  !  = 0, the total water flux across open boundaries is zero 
     65                                            !  = 1, the total volume of the system is conserved 
    6566 / 
    6667!-----------------------------------------------------------------------