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 1127 for trunk/CONFIG/ORCA2_LIM/EXP00/1_namelist – NEMO

Ignore:
Timestamp:
2008-06-23T12:35:51+02:00 (16 years ago)
Author:
ctlod
Message:

trunk: update namelist related to the BDY package, see ticket: #214

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r1117 r1127  
    277277&nambdy        !  unstructured open boundaries parameters               ("key_bdy") 
    278278!----------------------------------------------------------------------- 
    279     filbdy_mask   = 'bdymask_grid_T.nc'  !  name of mask file (at T-points) 
    280     filbdy_data_T = 'bdydata_grid_T.nc'  !  name of data file (at T-points) 
    281     filbdy_data_U = 'bdydata_grid_U.nc'  !  name of data file (at U-points) 
    282     filbdy_data_V = 'bdydata_grid_V.nc'  !  name of data file (at V-points) 
    283     ln_bdy_clim = .false.                !  must contain 1 or 12 time dumps and be cyclic 
    284     ln_bdy_vol  = .false.                !  total volume correction (see volbdy parameter) 
    285     ln_bdy_fla  = .true.                 !  flather boundary conditions 
    286     nbdy_dta    = 1                      !  = 0, bdy data are equal to the initial state 
    287                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    288     nb_rimwidth = 1                      !  width of the relaxation zone 
    289     volbdy      = 1                      !  = 0, the total water flux across open boundaries is zero 
    290                                          !  = 1, the total volume of the system is conserved 
    291 / 
    292 !----------------------------------------------------------------------- 
    293 &namtide        ! tidal forcing at unstructured boundaries              ("key_bdy_tides") 
     279    filbdy_mask    =  ''                  !  name of mask file (if ln_bdy_mask=.TRUE.) 
     280    filbdy_data_T  = 'bdydata_grid_T.nc'  !  name of data file (T-points) 
     281    filbdy_data_U  = 'bdydata_grid_U.nc'  !  name of data file (U-points) 
     282    filbdy_data_V  = 'bdydata_grid_V.nc'  !  name of data file (V-points) 
     283    ln_bdy_clim    = .false.              !  contain 1 (T) or 12 (F) time dumps and be cyclic 
     284    ln_bdy_vol     = .true.               !  total volume correction (see volbdy parameter) 
     285    ln_bdy_mask    = .false.              !  boundary mask from filbdy_mask (T) or boundaries are on edges of domain (F) 
     286    ln_bdy_tides   = .true.               !  Apply tidal harmonic forcing with Flather condition 
     287    ln_bdy_dyn_fla = .true.               !  Apply Flather condition to velocities 
     288    ln_bdy_tra_frs = .false.              !  Apply FRS condition to temperature and salinity  
     289    ln_bdy_dyn_frs = .false.              !  Apply FRS condition to velocities 
     290    nbdy_dta       =  1                   !  = 0, bdy data are equal to the initial state 
     291                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     292    nb_rimwidth    = 9                    !  width of the relaxation zone 
     293    volbdy         = 0                    !  = 0, the total water flux across open boundaries is zero 
     294                                          !  = 1, the total volume of the system is conserved 
     295/ 
     296!----------------------------------------------------------------------- 
     297&namtide        ! tidal forcing at unstructured boundaries               
    294298!----------------------------------------------------------------------- 
    295299    filtide      = 'bdytide_'           !  file name root of tidal forcing files 
    296300    tide_cpt     = 'M2','S1'            !  names of tidal components used 
    297301    tide_speed   = 28.984106, 15.000001 !  phase speeds of tidal components (deg/hour) 
    298     ln_tide_date = .true.               !  adjust tidal harmonics for start date of run 
     302    ln_tide_date = .false.              !  adjust tidal harmonics for start date of run 
    299303/ 
    300304!!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.