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 8992 for branches/2017/dev_METO_MERCATOR_2017/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2017-12-12T16:38:41+01:00 (7 years ago)
Author:
timgraham
Message:

Merged Met Office branch in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_METO_MERCATOR_2017/NEMOGCM/CONFIG/SHARED/namelist_ref

    r8599 r8992  
    7575      cn_domcfg = "domain_cfg"         ! domain configuration filename 
    7676      ! 
    77    ln_write_cfg= .false.   !  (=T) create the domain configuration file 
     77   ln_write_cfg= .true.   !  (=T) create the domain configuration file 
    7878      cn_domcfg_out = "domain_cfg_out" ! newly created domain configuration filename 
    7979      ! 
     
    108108/ 
    109109!----------------------------------------------------------------------- 
    110 &namwad        !   Wetting and drying                                   (default F) 
    111 !----------------------------------------------------------------------- 
    112    ln_wd       = .false.   !  T/F activation of wetting and drying 
    113    rn_wdmin1   =  0.1      !  Minimum wet depth on dried cells 
    114    rn_wdmin2   =  0.01     !  Tolerance of min wet depth on dried cells 
    115    rn_wdld     =  20.0     !  Land elevation below which wetting/drying is allowed 
    116    nn_wdit     =  10       !  Max iterations for W/D limiter 
     110&namwad  !   Wetting and drying  default it no WAD 
     111!----------------------------------------------------------------------- 
     112   ln_wd_il          = .false   ! T/F activation of iterative limiter for  wetting and drying scheme 
     113   ln_wd_dl          = .false.   ! T/F activation of directional llimiter for wetting drying scheme 
     114   ln_wd_dl_bc       = .false.   ! T/F Directional limiteer Baroclinic option 
     115   ln_wd_dl_rmp      = .false.   ! T/F Turn on directional limiter ramp 
     116   rn_wdmin0         =  0.30    ! dpoth at which wetting/drying starts 
     117   rn_wdmin1         =  0.2     ! Minimum wet depth on dried cells 
     118   rn_wdmin2         =  0.0001  ! Tolerance of min wet depth on dried cells 
     119   rn_wdld           =  2.5     ! Land elevation below which wetting/drying is allowed 
     120   nn_wdit           =   20     ! Max iterations for W/D limiter 
    117121/ 
    118122!----------------------------------------------------------------------- 
     
    216220   ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave) 
    217221   ln_sdw      = .false.   !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)  
     222   nn_sdrift   =  0        !  Parameterization for the calculation of 3D-Stokes drift from the surface Stokes drift 
     223                           !   = 0 Breivik 2015 parameterization: v_z=v_0*[exp(2*k*z)/(1-8*k*z)] 
     224                           !   = 1 Phillips:                      v_z=v_o*[exp(2*k*z)-beta*sqrt(-2*k*pi*z)*erfc(sqrt(-2*k*z))] 
     225                           !   = 2 Phillips as (1) but using the wave frequency from a wave model 
    218226   ln_tauoc    = .false.   !  Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave) 
     227   ln_tauw     = .false.   !  Activate ocean stress components from wave model 
    219228   ln_stcor    = .false.   !  Activate Stokes Coriolis term (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave) 
    220229   nn_lsm      = 0         !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
     
    298307   sn_rcv_sdrfy  =       'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
    299308   sn_rcv_wper   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
     309   sn_rcv_wfreq  =       'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
    300310   sn_rcv_wnum   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
    301    sn_rcv_wstrf  =       'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
     311   sn_rcv_tauoc  =       'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
     312   sn_rcv_tauw   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
    302313   sn_rcv_wdrag  =       'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
    303314! 
     
    456467   sn_hsw      =  'sdw_wave' ,        1          , 'hs'         ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    457468   sn_wmp      =  'sdw_wave' ,        1          , 'wmp'        ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
     469   sn_wfr      =  'sdw_wave' ,        1          , 'wfr'        ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    458470   sn_wnum     =  'sdw_wave' ,        1          , 'wave_num'   ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    459471   sn_tauoc    =  'sdw_wave' ,        1          , 'wave_stress',     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
     472   sn_tauwx    =  'sdw_wave' ,        1          , 'wave_stress',     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
     473   sn_tauwy    =  'sdw_wave' ,        1          , 'wave_stress',     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    460474! 
    461475   cn_dir  = './'  !  root directory for the location of drag coefficient files 
     
    11501164   ln_sla      = .false.             ! Logical switch for SLA observations 
    11511165   ln_sst      = .false.             ! Logical switch for SST observations 
     1166   ln_sss      = .false.             ! Logical swithc for SSS observations 
    11521167   ln_sic      = .false.             ! Logical switch for Sea Ice observations 
    11531168   ln_vel3d    = .false.             ! Logical switch for velocity observations 
    11541169   ln_altbias  = .false.             ! Logical switch for altimeter bias correction 
     1170   ln_sstbias  = .false.             ! Logical switch for SST bias correction 
    11551171   ln_nea      = .false.             ! Logical switch for rejection of observations near land 
    11561172   ln_grid_global = .true.           ! Logical switch for global distribution of observations 
     
    11591175   ln_s_at_t   = .false.             ! Logical switch for computing model S at T obs if not there 
    11601176   ln_sstnight = .false.             ! Logical switch for calculating night-time average for SST obs 
     1177   ln_sla_fp_indegs = .true.         ! Logical for SLA: T=> averaging footprint is in degrees, F=> in metres 
     1178   ln_sst_fp_indegs = .true.         ! Logical for SST: T=> averaging footprint is in degrees, F=> in metres 
     1179   ln_sss_fp_indegs = .true.         ! Logical for SSS: T=> averaging footprint is in degrees, F=> in metres 
     1180   ln_sic_fp_indegs = .true.         ! Logical for SIC: T=> averaging footprint is in degrees, F=> in metres 
    11611181! All of the *files* variables below are arrays. Use namelist_cfg to add more files 
    11621182   cn_profbfiles = 'profiles_01.nc'  ! Profile feedback input observation file names 
    11631183   cn_slafbfiles = 'sla_01.nc'       ! SLA feedback input observation file names 
    11641184   cn_sstfbfiles = 'sst_01.nc'       ! SST feedback input observation file names 
     1185   cn_sssfbfiles = 'sss_01.nc'       ! SSS feedback input observation file names 
    11651186   cn_sicfbfiles = 'sic_01.nc'       ! SIC feedback input observation file names 
    11661187   cn_velfbfiles = 'vel_01.nc'       ! Velocity feedback input observation file names 
    11671188   cn_altbiasfile = 'altbias.nc'     ! Altimeter bias input file name 
     1189   cn_sstbiasfiles = 'sstbias.nc'    ! SST bias input file name 
    11681190   cn_gridsearchfile='gridsearch.nc' ! Grid search file name 
    11691191   rn_gridsearchres = 0.5            ! Grid search resolution 
     1192   rn_mdtcorr  = 1.61                ! MDT  correction 
     1193   rn_mdtcutoff = 65.0               ! MDT cutoff for computed correction 
    11701194   rn_dobsini  = 00010101.000000     ! Initial date in window YYYYMMDD.HHMMSS 
    11711195   rn_dobsend  = 00010102.000000     ! Final date in window YYYYMMDD.HHMMSS 
    1172    nn_1dint    = 0                   ! Type of vertical interpolation method 
    1173    nn_2dint    = 0                   ! Type of horizontal interpolation method 
     1196   rn_sla_avglamscl = 0.             ! E/W diameter of SLA observation footprint (metres/degrees) 
     1197   rn_sla_avgphiscl = 0.             ! N/S diameter of SLA observation footprint (metres/degrees) 
     1198   rn_sst_avglamscl = 0.             ! E/W diameter of SST observation footprint (metres/degrees) 
     1199   rn_sst_avgphiscl = 0.             ! N/S diameter of SST observation footprint (metres/degrees) 
     1200   rn_sss_avglamscl = 0.             ! E/W diameter of SSS observation footprint (metres/degrees) 
     1201   rn_sss_avgphiscl = 0.             ! N/S diameter of SSS observation footprint (metres/degrees) 
     1202   rn_sic_avglamscl = 0.             ! E/W diameter of SIC observation footprint (metres/degrees) 
     1203   rn_sic_avgphiscl = 0.             ! N/S diameter of SIC observation footprint (metres/degrees) 
     1204   nn_1dint = 0                      ! Type of vertical interpolation method 
     1205   nn_2dint = 0                      ! Default horizontal interpolation method 
     1206   nn_2dint_sla = 0                  ! Horizontal interpolation method for SLA 
     1207   nn_2dint_sst = 0                  ! Horizontal interpolation method for SST 
     1208   nn_2dint_sss = 0                  ! Horizontal interpolation method for SSS 
     1209   nn_2dint_sic = 0                  ! Horizontal interpolation method for SIC 
    11741210   nn_msshc    = 0                   ! MSSH correction scheme 
    1175    rn_mdtcorr  = 1.61                ! MDT  correction 
    1176    rn_mdtcutoff = 65.0               ! MDT cutoff for computed correction 
    11771211   nn_profdavtypes = -1              ! Profile daily average types - array 
    1178    ln_sstbias  = .false.             ! 
    1179    cn_sstbias_files = 'sstbias.nc'   ! 
    11801212/ 
    11811213!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.