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 6389 for branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE – NEMO

Ignore:
Timestamp:
2016-03-15T11:31:28+01:00 (8 years ago)
Author:
rfurner
Message:

Added surge flux formulation, and amended bottom friction coefficient

Location:
branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE/EXP00
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE/EXP00/iodef.xml

    r6270 r6389  
    115115     <variable id="buffer_server_factor_size" type="integer">2</variable> 
    116116     <variable id="info_level"                type="integer">0</variable> 
    117      <variable id="using_server"              type="boolean">false</variable> 
     117     <variable id="using_server"              type="boolean">true</variable> 
    118118     <variable id="using_oasis"               type="boolean">false</variable> 
    119119     <variable id="oasis_codes_id"            type="string" >oceanx</variable> 
  • branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE/EXP00/namelist_cfg

    r5811 r6389  
    7474&namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    7575!----------------------------------------------------------------------- 
    76    ln_bt_nn_auto =    .FALSE.          !  Set nn_baro automatically to be just below 
     76   ln_bt_nn_auto =    .true.           !  Set nn_baro automatically to be just below 
    7777                                       !  a user defined maximum courant number (rn_bt_cmax) 
    7878   nn_baro       =    30               !  Number of iterations of barotropic mode 
     
    9494   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
    9595                           !     (also = the frequency of sea-ice model call) 
    96    ln_ana      = .true.    !  flux formulation       (T => fill namsbc_flx ) 
     96   ln_sbcsurge = .true.    !  flux formulation       (T => fill namsbc_flx ) 
    9797   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
    9898   nn_ice      = 0         !  =0 no ice boundary condition   , 
     
    131131   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    132132   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    133    ln_charnock = .true.    ! logical flag for charnock wind stress in surge model(true) or not(false) 
    134133/ 
    135134!----------------------------------------------------------------------- 
    136135&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae 
    137136!----------------------------------------------------------------------- 
     137/ 
     138!----------------------------------------------------------------------- 
     139&namsbc_surge  !   namsbc_surge   surge model fluxes 
     140!----------------------------------------------------------------------- 
     141!              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     142!              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     143   sn_wndi     = 'windspd_u_amm7'              ,       3          , 'U10'     ,   .true.     , .false. , 'daily'  ,'' , '' 
     144   sn_wndj     = 'windspd_v_amm7'              ,       3          , 'V10'     ,   .true.     , .false. , 'daily'  ,'' , '' 
     145   cn_dir      = './fluxes/'          !  root directory for the location of the bulk files 
     146   rn_vfac     = 1.                   !  multiplicative factor for precipitation (total & snow) 
     147   rn_charn_const = 0.0275 
    138148/ 
    139149!----------------------------------------------------------------------- 
     
    251261   nn_bfr      =    2      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction 
    252262                           !                              = 2 : nonlinear friction 
    253    rn_bfri2    =    2.5e-3 !  bottom drag coefficient (non linear case) 
     263   rn_bfri2    =    2.4e-3 !  bottom drag coefficient (non linear case) 
    254264   rn_bfeb2    =    0.0e0  !  bottom turbulent kinetic energy background  (m2/s2) 
    255265   ln_loglayer =   .false. !  loglayer bottom friction (only effect when nn_bfr = 2) 
  • branches/UKMO/dev_r5518_Surge_Modelling/NEMOGCM/CONFIG/AMM7_SURGE/EXP00/namelist_ref

    r6269 r6389  
    298298 
    299299   cn_dir      = './'      !  root directory for the location of the flux files 
     300   ln_charnock = .true.    !  logical flag for charnock wind stress in surge model(true) or not(false) 
     301   rn_charn_const=0.0275   !  Charnock coefficient 
    300302/ 
    301303!----------------------------------------------------------------------- 
     
    338340                           !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
    339341   ln_charnock = .false.   ! logical flag for charnock wind stress in surge model(true) or not(false) 
     342   rn_charn_const=0.0275   !  Charnock coefficient 
    340343/ 
    341344!----------------------------------------------------------------------- 
     
    353356 
    354357   cn_dir      = './ECMWF/'      !  root directory for the location of the bulk files 
     358/ 
     359!----------------------------------------------------------------------- 
     360&namsbc_surge  !   namsbc_surge   surge model fluxes 
     361!----------------------------------------------------------------------- 
     362!              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     363!              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     364   sn_wndi     = 'windspd_u_amm7'              ,       3          , 'U10'     ,   .true.     , .false. , 'daily'  ,'' , '' 
     365   sn_wndj     = 'windspd_v_amm7'              ,       3          , 'V10'     ,   .true.     , .false. , 'daily'  ,'' , '' 
     366   cn_dir      = './fluxes/'      !  root directory for the location of the bulk files 
     367   rn_vfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
     368   rn_charn_const = 0.0275 
    355369/ 
    356370!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.