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 3076 – NEMO

Changeset 3076


Ignore:
Timestamp:
2011-11-10T17:26:29+01:00 (12 years ago)
Author:
davestorkey
Message:

Update AMM namelist for new BDY module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_UKM0_2011/NEMOGCM/CONFIG/AMM/EXP00/namelist

    r2921 r3076  
    337337/ 
    338338!----------------------------------------------------------------------- 
    339 &nambdy        !  unstructured open boundaries                          ("key_bdy") 
    340 !----------------------------------------------------------------------- 
    341     cn_mask    = 'mask_amm_bdyT.nc'  !  name of mask file (if ln_bdy_mask=.TRUE.) 
    342     cn_dta_frs_T  = 'bdydata_grid_T.nc'  !  name of data file (T-points) 
    343     cn_dta_frs_U  = 'bdydata_grid_U.nc'  !  name of data file (U-points) 
    344     cn_dta_frs_V  = 'bdydata_grid_V.nc'  !  name of data file (V-points) 
    345     cn_dta_fla_T  = 'bdydata_bt_grid_T.nc'  !  name of data file (T-points) 
    346     cn_dta_fla_U  = 'bdydata_bt_grid_U.nc'  !  name of data file (U-points) 
    347     cn_dta_fla_V  = 'bdydata_bt_grid_V.nc'  !  name of data file (V-points) 
    348     ln_tides   = .true.               !  Apply tidal harmonic forcing with Flather condition 
    349     ln_clim    = .false.              !  contain 1 (T) or 12 (F) time dumps and be cyclic 
    350     ln_vol     = .true.               !  total volume correction (see volbdy parameter) 
    351     ln_mask    = .false.              !  boundary mask from filbdy_mask (T) or boundaries are on edges of domain (F) 
    352     ln_dyn_fla = .true.               !  Apply Flather condition to velocities 
    353     ln_dyn_frs = .false.              !  Apply FRS condition to velocities 
    354     ln_tra_frs = .true.               !  Apply FRS condition to temperature and salinity  
    355     nn_dtactl       =  1                  !  = 0, bdy data are equal to the initial state 
     339&nambdy        !  open boundaries                          ("key_bdy") 
     340!----------------------------------------------------------------------- 
     341    nb_bdy = 1                            !  number of open boundary sets        
     342    ln_coords_file = .true.               !  =T : read bdy coordinates from file 
     343    cn_coords_file = 'coordinates.obc.nc' !  bdy coordinates files 
     344    ln_mask_file = .false.                !  =T : read mask from file 
     345    cn_mask_file = ''                     !  name of mask file (if ln_mask_file=.TRUE.) 
     346    nn_dyn2d      =  2                    !  boundary conditions for barotropic fields 
     347    nn_dyn2d_dta  =  3                    !  = 0, bdy data are equal to the initial state 
    356348                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    357     nn_rimwidth    = 10                   !  width of the relaxation zone 
    358     nn_volctl         = 1                    !  = 0, the total water flux across open boundaries is zero 
    359                                           !  = 1, the total volume of the system is conserved 
    360 / 
    361 !----------------------------------------------------------------------- 
    362 &nambdy_tide     ! tidal forcing at unstructured boundaries               
    363 !----------------------------------------------------------------------- 
    364     filtide        = 'AMM_bdytide_'  !  file name root of tidal forcing files 
    365     tide_cpt(1)    ='Q1'       !  names of tidal components used 
    366     tide_cpt(2)    ='O1'       !  names of tidal components used 
    367     tide_cpt(3)    ='P1'       !  names of tidal components used 
    368     tide_cpt(4)    ='S1'       !  names of tidal components used 
    369     tide_cpt(5)    ='K1'       !  names of tidal components used 
    370     tide_cpt(6)    ='2N2'      !  names of tidal components used 
    371     tide_cpt(7)    ='MU2'      !  names of tidal components used 
    372     tide_cpt(8)    ='N2'       !  names of tidal components used 
    373     tide_cpt(9)    ='NU2'      !  names of tidal components used 
    374     tide_cpt(10)   ='M2'       !  names of tidal components used 
    375     tide_cpt(11)   ='L2'       !  names of tidal components used 
    376     tide_cpt(12)   ='T2'       !  names of tidal components used 
    377     tide_cpt(13)   ='S2'       !  names of tidal components used 
    378     tide_cpt(14)   ='K2'       !  names of tidal components used 
    379     tide_cpt(15)   ='M4'       !  names of tidal components used 
    380     tide_speed(1)  = 13.398661 !  phase speeds of tidal components (deg/hour) 
    381     tide_speed(2)  = 13.943036 !  phase speeds of tidal components (deg/hour) 
    382     tide_speed(3)  = 14.958932 !  phase speeds of tidal components (deg/hour) 
    383     tide_speed(4)  = 15.000001 !  phase speeds of tidal components (deg/hour) 
    384     tide_speed(5)  = 15.041069 !  phase speeds of tidal components (deg/hour) 
    385     tide_speed(6)  = 27.895355 !  phase speeds of tidal components (deg/hour) 
    386     tide_speed(7)  = 27.968210 !  phase speeds of tidal components (deg/hour) 
    387     tide_speed(8)  = 28.439730 !  phase speeds of tidal components (deg/hour) 
    388     tide_speed(9)  = 28.512585 !  phase speeds of tidal components (deg/hour) 
    389     tide_speed(10) = 28.984106 !  phase speeds of tidal components (deg/hour) 
    390     tide_speed(11) = 29.528479 !  phase speeds of tidal components (deg/hour) 
    391     tide_speed(12) = 29.958935 !  phase speeds of tidal components (deg/hour) 
    392     tide_speed(13) = 30.000002 !  phase speeds of tidal components (deg/hour) 
    393     tide_speed(14) = 30.082138 !  phase speeds of tidal components (deg/hour) 
    394     tide_speed(15) = 57.968212 !  phase speeds of tidal components (deg/hour) 
    395     ln_tide_date   = .true.    !  adjust tidal harmonics for start date of run 
    396 !    ln_tide_czbar = .true.               !  Apply Equil. Tide 
    397 !    ln_harm_ana  = .true.               !  Use Harmonic Analyzer 
     349                                          !  = 2, use tidal harmonic forcing data from files 
     350                                          !  = 3, use external data AND tidal harmonic forcing 
     351    nn_dyn3d      =  0                    !  boundary conditions for baroclinic velocities 
     352    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
     353                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     354    nn_tra        =  1                    !  boundary conditions for T and S 
     355    nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state 
     356                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     357    nn_rimwidth  = 10                      !  width of the relaxation zone 
     358    nn_dmp2d_in  = 0                      ! 
     359    nn_dmp2d_out = 0                      ! 
     360    nn_dmp2d_in  = 0                      ! 
     361    nn_dmp2d_out = 0                      ! 
     362    ln_vol     = .false.                  !  total volume correction (see nn_volctl parameter) 
     363    nn_volctl  = 1                        !  = 0, the total water flux across open boundaries is zero 
     364/ 
     365!----------------------------------------------------------------------- 
     366&nambdy_dta      !  open boundaries - external data           ("key_bdy") 
     367!----------------------------------------------------------------------- 
     368!              !   file name    ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
     369!              !                !  (if <0  months)  !    name    !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
     370   bn_ssh =     'obcT_u2d_1d_amm7' ,         24        , 'sossheig' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     371   bn_u2d =     'obcU_u2d_1d_amm7' ,         24        , 'vobtcrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     372   bn_v2d =     'obcV_u2d_1d_amm7' ,         24        , 'vobtcrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     373   bn_u3d  =    'obcU_u3d_1d_amm7' ,         24        , 'vozocrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     374   bn_v3d  =    'obcV_u3d_1d_amm7' ,         24        , 'vomecrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     375   bn_tem  =    'obcT_tra_1d_amm7' ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     376   bn_sal  =    'obcT_tra_1d_amm7' ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     377   cn_dir  =    'obcdta/' 
     378   ln_full_vel = .false. 
     379/ 
     380!----------------------------------------------------------------------- 
     381&nambdy_tide     ! tidal forcing at open boundaries               
     382!----------------------------------------------------------------------- 
     383   filtide      = 'amm7_bdytide_'         !  file name root of tidal forcing files 
     384    tide_cpt(1)   ='Q1'  !  names of tidal components used 
     385    tide_cpt(2)   ='O1'  !  names of tidal components used 
     386    tide_cpt(3)   ='P1'  !  names of tidal components used 
     387    tide_cpt(4)   ='S1'  !  names of tidal components used 
     388    tide_cpt(5)   ='K1'  !  names of tidal components used 
     389    tide_cpt(6)   ='2N2' !  names of tidal components used 
     390    tide_cpt(7)   ='MU2' !  names of tidal components used 
     391    tide_cpt(8)   ='N2'  !  names of tidal components used 
     392    tide_cpt(9)   ='NU2' !  names of tidal components used 
     393    tide_cpt(10)   ='M2'  !  names of tidal components used 
     394    tide_cpt(11)   ='L2'  !  names of tidal components used 
     395    tide_cpt(12)   ='T2'  !  names of tidal components used 
     396    tide_cpt(13)   ='S2'  !  names of tidal components used 
     397    tide_cpt(14)   ='K2'  !  names of tidal components used 
     398    tide_cpt(15)   ='M4'  !  names of tidal components used 
     399    tide_speed(1)   = 13.398661 !  phase speeds of tidal components (deg/hour) 
     400    tide_speed(2)   = 13.943036 !  phase speeds of tidal components (deg/hour) 
     401    tide_speed(3)   = 14.958932 !  phase speeds of tidal components (deg/hour) 
     402    tide_speed(4)   = 15.000001 !  phase speeds of tidal components (deg/hour) 
     403    tide_speed(5)   = 15.041069 !  phase speeds of tidal components (deg/hour) 
     404    tide_speed(6)   = 27.895355 !  phase speeds of tidal components (deg/hour) 
     405    tide_speed(7)   = 27.968210 !  phase speeds of tidal components (deg/hour) 
     406    tide_speed(8)   = 28.439730 !  phase speeds of tidal components (deg/hour) 
     407    tide_speed(9)   = 28.512585 !  phase speeds of tidal components (deg/hour) 
     408    tide_speed(10)   = 28.984106 !  phase speeds of tidal components (deg/hour) 
     409    tide_speed(11)   = 29.528479 !  phase speeds of tidal components (deg/hour) 
     410    tide_speed(12)   = 29.958935 !  phase speeds of tidal components (deg/hour) 
     411    tide_speed(13)   = 30.000002 !  phase speeds of tidal components (deg/hour) 
     412    tide_speed(14)   = 30.082138 !  phase speeds of tidal components (deg/hour) 
     413    tide_speed(15)   = 57.968212 !  phase speeds of tidal components (deg/hour) 
     414    ln_tide_date = .true.               !  adjust tidal harmonics for start date of run 
    398415/ 
    399416!!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.