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 2336 for branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist – NEMO

Ignore:
Timestamp:
2010-10-29T09:49:58+02:00 (14 years ago)
Author:
davestorkey
Message:

Update namelists under CONFIG for BDY changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist

    r2325 r2336  
    351351&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    352352!----------------------------------------------------------------------- 
    353     filbdy_mask    =  ''                  !  name of mask file (if ln_bdy_mask=.TRUE.) 
    354     filbdy_data_T  = 'bdydata_grid_T.nc'  !  name of data file (T-points) 
    355     filbdy_data_U  = 'bdydata_grid_U.nc'  !  name of data file (U-points) 
    356     filbdy_data_V  = 'bdydata_grid_V.nc'  !  name of data file (V-points) 
    357     ln_bdy_clim    = .false.              !  contain 1 (T) or 12 (F) time dumps and be cyclic 
    358     ln_bdy_vol     = .true.               !  total volume correction (see volbdy parameter) 
    359     ln_bdy_mask    = .false.              !  boundary mask from filbdy_mask (T) or boundaries are on edges of domain (F) 
    360     ln_bdy_tides   = .true.               !  Apply tidal harmonic forcing with Flather condition 
    361     ln_bdy_dyn_fla = .true.               !  Apply Flather condition to velocities 
    362     ln_bdy_tra_frs = .false.              !  Apply FRS condition to temperature and salinity  
    363     ln_bdy_dyn_frs = .false.              !  Apply FRS condition to velocities 
    364     nbdy_dta       =  1                   !  = 0, bdy data are equal to the initial state 
    365                                           !  = 1, bdy data are read in 'bdydata   .nc' files 
    366     nb_rimwidth    = 9                    !  width of the relaxation zone 
    367     volbdy         = 0                    !  = 0, the total water flux across open boundaries is zero 
    368                                           !  = 1, the total volume of the system is conserved 
     353    cn_mask    =  ''                        !  name of mask file (if ln_bdy_mask=.TRUE.) 
     354    cn_dta_frs_T  = 'bdydata_grid_T.nc'     !  name of data file (T-points) 
     355    cn_dta_frs_U  = 'bdydata_grid_U.nc'     !  name of data file (U-points) 
     356    cn_dta_frs_V  = 'bdydata_grid_V.nc'     !  name of data file (V-points) 
     357    cn_dta_fla_T  = 'bdydata_bt_grid_T.nc'  !  name of data file for Flather condition (T-points) 
     358    cn_dta_fla_U  = 'bdydata_bt_grid_U.nc'  !  name of data file for Flather condition (U-points) 
     359    cn_dta_fla_V  = 'bdydata_bt_grid_V.nc'  !  name of data file for Flather condition (V-points) 
     360    ln_clim    = .false.                    !  contain 1 (T) or 12 (F) time dumps and be cyclic 
     361    ln_vol     = .false.                    !  total volume correction (see volbdy parameter) 
     362    ln_mask    = .false.                    !  boundary mask from filbdy_mask (T) or boundaries are on edges of domain (F) 
     363    ln_tides   = .false.                    !  Apply tidal harmonic forcing with Flather condition 
     364    ln_dyn_fla = .false.                    !  Apply Flather condition to velocities 
     365    ln_tra_frs = .false.                    !  Apply FRS condition to temperature and salinity  
     366    ln_dyn_frs = .false.                    !  Apply FRS condition to velocities 
     367    nn_rimwidth    =  9                     !  width of the relaxation zone 
     368    nn_dtactl      =  1                     !  = 0, bdy data are equal to the initial state 
     369                                            !  = 1, bdy data are read in 'bdydata   .nc' files 
     370    nn_volctl      =  0                     !  = 0, the total water flux across open boundaries is zero 
     371                                            !  = 1, the total volume of the system is conserved 
    369372/ 
    370373!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.