Ignore:
Timestamp:
02/08/12 17:17:04 (13 years ago)
Author:
cholod
Message:

Load NEMO_TMP into vendor/nemo/current.

Location:
vendor/nemo/current/DOC/TexFiles/Namelist
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • vendor/nemo/current/DOC/TexFiles/Namelist/nambdy

    r1 r4  
    22&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    33!----------------------------------------------------------------------- 
    4    cn_mask     =  ''                     !  name of mask file (ln_mask=T) 
    5    cn_dta_frs_T= 'bdydata_grid_T.nc'     !  name of data file (T-points) 
    6    cn_dta_frs_U= 'bdydata_grid_U.nc'     !  name of data file (U-points) 
    7    cn_dta_frs_V= 'bdydata_grid_V.nc'     !  name of data file (V-points) 
    8    cn_dta_fla_T= 'bdydata_bt_grid_T.nc'  !  name of data file for Flather condition (T-points) 
    9    cn_dta_fla_U= 'bdydata_bt_grid_U.nc'  !  name of data file for Flather condition (U-points) 
    10    cn_dta_fla_V= 'bdydata_bt_grid_V.nc'  !  name of data file for Flather condition (V-points) 
    11  
    12    ln_clim     = .false.   !  contain 1 (T) or 12 (F) time dumps and be cyclic 
    13    ln_vol      = .false.   !  total volume correction (see volbdy parameter) 
    14    ln_mask     = .false.   !  boundary mask from filbdy_mask (T), boundaries are on edges of domain (F) 
    15    ln_tides    = .false.   !  Apply tidal harmonic forcing with Flather condition 
    16    ln_dyn_fla  = .false.   !  Apply Flather condition to velocities 
    17    ln_tra_frs  = .false.   !  Apply FRS condition to temperature and salinity  
    18    ln_dyn_frs  = .false.   !  Apply FRS condition to velocities 
    19    nn_rimwidth =  9        !  width of the relaxation zone 
    20    nn_dtactl   =  1        !  = 0, bdy data are equal to the initial state 
    21                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    22    nn_volctl   =  0        !  = 0, the total water flux across open boundaries is zero 
    23                            !  = 1, the total volume of the system is conserved 
     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    nn_dyn2d      =  2, 0                    !  boundary conditions for barotropic fields 
     10    nn_dyn2d_dta  =  3, 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    nn_dyn3d      =  0, 0                    !  boundary conditions for baroclinic velocities 
     15    nn_dyn3d_dta  =  0, 0                    !  = 0, bdy data are equal to the initial state 
     16                                             !  = 1, bdy data are read in 'bdydata   .nc' files 
     17    nn_tra        =  1, 1                    !  boundary conditions for T and S 
     18    nn_tra_dta    =  1, 1                    !  = 0, bdy data are equal to the initial state 
     19                                             !  = 1, bdy data are read in 'bdydata   .nc' files 
     20    nn_rimwidth  = 10, 5                     !  width of the relaxation zone 
     21    ln_vol     = .false.                     !  total volume correction (see nn_volctl parameter) 
     22    nn_volctl  = 1                           !  = 0, the total water flux across open boundaries is zero 
    2423/ 
  • vendor/nemo/current/DOC/TexFiles/Namelist/nambdy_tide

    r1 r4  
    11!----------------------------------------------------------------------- 
    2 &nambdy_tide   !  tidal forcing at unstructured boundaries               
     2&nambdy_tide     ! tidal forcing at open boundaries               
    33!----------------------------------------------------------------------- 
    4    filtide     = 'bdytide_'           !  file name root of tidal forcing files 
    5    tide_cpt    = 'M2','S1'            !  names of tidal components used 
    6    tide_speed  = 28.984106, 15.000001 !  phase speeds of tidal components (deg/hour) 
    7    ln_tide_date= .false.              !  adjust tidal harmonics for start date of run 
     4   filtide      = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files 
     5    tide_cpt(1)   ='Q1'  !  names of tidal components used 
     6    tide_cpt(2)   ='O1'  !  names of tidal components used 
     7    tide_cpt(3)   ='P1'  !  names of tidal components used 
     8    tide_cpt(4)   ='S1'  !  names of tidal components used 
     9    tide_cpt(5)   ='K1'  !  names of tidal components used 
     10    tide_cpt(6)   ='2N2' !  names of tidal components used 
     11    tide_cpt(7)   ='MU2' !  names of tidal components used 
     12    tide_cpt(8)   ='N2'  !  names of tidal components used 
     13    tide_cpt(9)   ='NU2' !  names of tidal components used 
     14    tide_cpt(10)   ='M2'  !  names of tidal components used 
     15    tide_cpt(11)   ='L2'  !  names of tidal components used 
     16    tide_cpt(12)   ='T2'  !  names of tidal components used 
     17    tide_cpt(13)   ='S2'  !  names of tidal components used 
     18    tide_cpt(14)   ='K2'  !  names of tidal components used 
     19    tide_cpt(15)   ='M4'  !  names of tidal components used 
     20    tide_speed(1)   = 13.398661 !  phase speeds of tidal components (deg/hour) 
     21    tide_speed(2)   = 13.943036 !  phase speeds of tidal components (deg/hour) 
     22    tide_speed(3)   = 14.958932 !  phase speeds of tidal components (deg/hour) 
     23    tide_speed(4)   = 15.000001 !  phase speeds of tidal components (deg/hour) 
     24    tide_speed(5)   = 15.041069 !  phase speeds of tidal components (deg/hour) 
     25    tide_speed(6)   = 27.895355 !  phase speeds of tidal components (deg/hour) 
     26    tide_speed(7)   = 27.968210 !  phase speeds of tidal components (deg/hour) 
     27    tide_speed(8)   = 28.439730 !  phase speeds of tidal components (deg/hour) 
     28    tide_speed(9)   = 28.512585 !  phase speeds of tidal components (deg/hour) 
     29    tide_speed(10)   = 28.984106 !  phase speeds of tidal components (deg/hour) 
     30    tide_speed(11)   = 29.528479 !  phase speeds of tidal components (deg/hour) 
     31    tide_speed(12)   = 29.958935 !  phase speeds of tidal components (deg/hour) 
     32    tide_speed(13)   = 30.000002 !  phase speeds of tidal components (deg/hour) 
     33    tide_speed(14)   = 30.082138 !  phase speeds of tidal components (deg/hour) 
     34    tide_speed(15)   = 57.968212 !  phase speeds of tidal components (deg/hour) 
     35    ln_tide_date = .true.               !  adjust tidal harmonics for start date of run 
    836/ 
  • vendor/nemo/current/DOC/TexFiles/Namelist/namtra_ldf

    r1 r4  
    1 !----------------------------------------------------------------------- 
    2 &namtra_ldf    !   lateral diffusion scheme for tracer 
    3 !----------------------------------------------------------------------- 
    4    !                       !  Type of the operator : 
     1!---------------------------------------------------------------------------------- 
     2&namtra_ldf    !   lateral diffusion scheme for tracers 
     3!---------------------------------------------------------------------------------- 
     4   !                       !  Operator type: 
    55   ln_traldf_lap    =  .true.   !  laplacian operator 
    66   ln_traldf_bilap  =  .false.  !  bilaplacian operator 
    7    !                       !  Direction of action  : 
     7   !                       !  Direction of action: 
    88   ln_traldf_level  =  .false.  !  iso-level 
    9    ln_traldf_hor    =  .false.  !  horizontal (geopotential)            (requires "key_ldfslp" when ln_sco=T) 
    10    ln_traldf_iso    =  .true.   !  iso-neutral                          (requires "key_ldfslp") 
    11    !                       !  Griffies parameters 
    12    ln_traldf_grif   =  .false.  !  use griffies triad formulation       (requires "key_ldfslp") 
    13    ln_traldf_gdia   =  .false.  !  output griffies strfn diagnostics    (requires "key_ldfslp") 
    14    ln_triad_iso     =  .false.  !  isoneutral diff'n triads => pure lateral mixing in ML (requires "key_ldfslp") 
    15    ln_botmix_grif   =  .false.  !  griffies operator with lateral mixing on bottom (requires "key_ldfslp") 
     9   ln_traldf_hor    =  .false.  !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T) 
     10   ln_traldf_iso    =  .true.   !  iso-neutral                 (needs "key_ldfslp") 
     11   !                       !  Griffies parameters              (all need "key_ldfslp") 
     12   ln_traldf_grif   =  .false.  !  use griffies triads 
     13   ln_traldf_gdia   =  .false.  !  output griffies eddy velocities 
     14   ln_triad_iso     =  .false.  !  pure lateral mixing in ML 
     15   ln_botmix_grif   =  .false.  !  lateral mixing on bottom 
    1616   !                       !  Coefficients 
    17    ! rn_aeiv_0 is ignored with Held-Larichev spatially varying aeiv (key_traldf_c2d & key_orca_r2, _r1 or _r05) 
    18    rn_aeiv_0        =  2000.    !  eddy induced velocity coefficient [m2/s]    (requires "key_traldf_eiv") 
     17   ! Eddy-induced (GM) advection always used with Griffies; otherwise needs "key_traldf_eiv" 
     18   ! Value rn_aeiv_0 is ignored unless = 0 with Held-Larichev spatially varying aeiv 
     19   !                                  (key_traldf_c2d & key_traldf_eiv & key_orca_r2, _r1 or _r05) 
     20   rn_aeiv_0        =  2000.    !  eddy induced velocity coefficient [m2/s] 
    1921   rn_aht_0         =  2000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    20    rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s] (normally=0; not used with Griffies) 
     22   rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s] 
     23   !                                           (normally=0; not used with Griffies) 
    2124/ 
Note: See TracChangeset for help on using the changeset viewer.