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 4351 for branches/2013/dev_ECMWF_waves/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2014-01-16T15:27:29+01:00 (10 years ago)
Author:
acc
Message:

Branch 2013/dev_ECMWF_waves ticket #1216. First set of code imports from ECMWF. Untested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_ECMWF_waves/NEMOGCM/CONFIG/SHARED/namelist_ref

    r4347 r4351  
    225225   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave) 
    226226   ln_sdw  = .false.       !  Computation of 3D stokes drift                (T => fill namsbc_wave) 
     227   ln_stcor    = .false.   !   Stokes drift read from wave model 
     228   ln_wavetke  = .false.   !   Wave parameters from wave model for the TKE BC 
     229   ln_tauoc    = .false.   !   Wave-modified stress from wave model 
    227230   cn_iceflx = 'linear'    !  redistribution of solar input into ice categories during coupling ice/atm. 
    228231/ 
     
    11461149/ 
    11471150!----------------------------------------------------------------------- 
     1151&namsbc_wave_ecmwf   ! External fields from wave model 
     1152!----------------------------------------------------------------------- 
     1153!              !  file name  ! frequency (hours) ! variable     ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     1154!              !             !  (if <0  months)  !   name       !   (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
     1155   sn_cdg      =  'cdww' ,        6          , 'cdww'       ,     .true.   , .false. , 'monthly'  , ''      , ''       , '' ! 
     1156   cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
     1157/ 
     1158!----------------------------------------------------------------------- 
    11481159&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    11491160!----------------------------------------------------------------------- 
     
    11601171   rn_htrmax         =  200.0   ! max. depth of transition range 
    11611172/ 
     1173!----------------------------------------------------------------------- 
     1174&namsbc_wavepar ! namsbc_wavepar  parameters from wave model (CCC not identical to namsbc_wave) 
     1175!----------------------------------------------------------------------- 
     1176!              !  file name      ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     1177!                                !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     1178   sn_ust      = 'ust'            ,         6         , 'ust'     ,   .true.    , .false. , 'monthly'  , ''       , '' 
     1179   sn_vst      = 'vst'            ,         6         , 'vst'     ,   .true.    , .false. , 'monthly'  , ''       , '' 
     1180   sn_swh      = 'swh'            ,         6         , 'swh'     ,   .true.    , .false. , 'monthly'  , ''       , '' 
     1181   sn_mwp      = 'mwp'            ,         6         , 'mwp'     ,   .true.    , .false. , 'monthly'  , ''       , '' 
     1182   sn_wspd     = 'wspd'           ,         6         , 'wspd'    ,   .true.    , .false. , 'monthly'  , ''       , '' 
     1183   sn_phioc    = 'physphioc'      ,         6         , 'physphioc',  .true.    , .false. , 'monthly'  , ''       , '' 
     1184   sn_tauoc    = 'tauoc'          ,         6         , 'tauoc'   ,   .true.    , .false. , 'monthly'  , ''       , '' 
     1185   cn_dir_wavepar  = './'      !  root directory for the location of the ECWAM files 
     1186/ 
     1187!----------------------------------------------------------------------- 
     1188&namsbc_waveparlim 
     1189!----------------------------------------------------------------------- 
     1190!              !  file name      ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     1191!                                !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     1192   sn_strn   = 'istr'            ,         6         , 'icestrain'     ,   .true.    , .false. , 'monthly'  , ''       , '' 
     1193   cn_dir_waveparlim  = './'      !  root directory for the location of the ECWAM files 
     1194/ 
     1195!----------------------------------------------------------------------- 
     1196&namsbc_wave   ! External fields from wave model 
     1197!----------------------------------------------------------------------- 
     1198sn_cdg     = 'cdww' ,        6          , 'cdww' , .true.   , .false. , 'monthly'  ,''         , ''  ! 
     1199   cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
     1200/ 
Note: See TracChangeset for help on using the changeset viewer.