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 16 and Version 17 of 2011WP/2011Stream2/OpenBoundaries


Ignore:
Timestamp:
2011-03-29T17:12:07+02:00 (13 years ago)
Author:
davestorkey
Comment:

--

Legend:

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

    v16 v17  
    5656!----------------------------------------------------------------------- 
    5757   nb_obc         = 2                       !  Number of open boundary sets 
    58    ln_read        = .false.,.true.          !  Read in boundary definition or not 
    59    cn_file        = '','coordinates_bdy.nc' !  Name of file with boundary definition 
     58   ln_read        = .false.,.true.          !  Read in boundary geometry or not 
     59   cn_file        = '','coordinates_bdy.nc' !  Name of file with boundary geometry 
    6060   ln_mask        = .false.,.true.,         !  boundary mask from cn_mask (T), boundaries are on edges of domain (F) 
    6161   cn_mask        = '','mask_bdy.nc'        !  name of mask file (ln_mask=T) 
     
    6767   ln_tides       = .false.,.false.,        !  Apply tidal harmonic forcing with Flather condition 
    6868   nn_rimwidth    =  9, 1,                  !  width of the relaxation zone for Flow Relaxation 
    69    nn_dmp2d_in    =                         !  damping timescale (days) for 2D variables for inward radiation velocity or Flow Relaxation 
    70    nn_dmp2d_out   =                         !  damping timescale (days) for 2D variables outward radiation velocity 
    71    nn_dmp3d_in    =                         !  damping timescale (days) for 3D variables inward radiation velocity or Flow Relaxation 
    72    nn_dmp3d_out   =                         !  damping timescale (days) for 3D variables outward radiation velocity 
     69   nn_dmp2d_in    =  1, 1,                  !  damping timescale (days) for 2D variables for inward radiation velocity or Flow Relaxation 
     70   nn_dmp2d_out   =  100, 1,                !  damping timescale (days) for 2D variables outward radiation velocity 
     71   nn_dmp3d_in    =  1, 1,                  !  damping timescale (days) for 3D variables inward radiation velocity or Flow Relaxation 
     72   nn_dmp3d_out   =  100, 1,                !  damping timescale (days) for 3D variables outward radiation velocity 
    7373   nn_dtactl      =  1, 1,                  !  = 0, bdy data are equal to the initial state 
    7474                                            !  = 1, bdy data are read in 'bdydata   .nc' files