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

Ignore:
Timestamp:
2017-12-13T19:01:03+01:00 (6 years ago)
Author:
timgraham
Message:

Resolved conflicts in namelists

File:
1 edited

Legend:

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

    r9019 r9024  
    7676      cn_domcfg = "domain_cfg"         ! domain configuration filename 
    7777      ! 
    78    ln_write_cfg= .false.   !  (=T) create the domain configuration file 
     78   ln_write_cfg= .true.   !  (=T) create the domain configuration file 
    7979      cn_domcfg_out = "domain_cfg_out" ! newly created domain configuration filename 
    8080      ! 
     
    109109/ 
    110110!----------------------------------------------------------------------- 
    111 &namwad        !   Wetting and drying                                   (default F) 
    112 !----------------------------------------------------------------------- 
    113    ln_wd       = .false.   !  T/F activation of wetting and drying 
    114    rn_wdmin1   =  0.1      !  Minimum wet depth on dried cells 
    115    rn_wdmin2   =  0.01     !  Tolerance of min wet depth on dried cells 
    116    rn_wdld     =  20.0     !  Land elevation below which wetting/drying is allowed 
    117    nn_wdit     =  10       !  Max iterations for W/D limiter 
     111&namwad  !   Wetting and drying  default it no WAD 
     112!----------------------------------------------------------------------- 
     113   ln_wd_il          = .false   ! T/F activation of iterative limiter for  wetting and drying scheme 
     114   ln_wd_dl          = .false.   ! T/F activation of directional llimiter for wetting drying scheme 
     115   ln_wd_dl_bc       = .false.   ! T/F Directional limiteer Baroclinic option 
     116   ln_wd_dl_rmp      = .false.   ! T/F Turn on directional limiter ramp 
     117   rn_wdmin0         =  0.30    ! dpoth at which wetting/drying starts 
     118   rn_wdmin1         =  0.2     ! Minimum wet depth on dried cells 
     119   rn_wdmin2         =  0.0001  ! Tolerance of min wet depth on dried cells 
     120   rn_wdld           =  2.5     ! Land elevation below which wetting/drying is allowed 
     121   nn_wdit           =   20     ! Max iterations for W/D limiter 
    118122/ 
    119123!----------------------------------------------------------------------- 
     
    211215   ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave) 
    212216   ln_sdw      = .false.   !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)  
     217   nn_sdrift   =  0        !  Parameterization for the calculation of 3D-Stokes drift from the surface Stokes drift 
     218                           !   = 0 Breivik 2015 parameterization: v_z=v_0*[exp(2*k*z)/(1-8*k*z)] 
     219                           !   = 1 Phillips:                      v_z=v_o*[exp(2*k*z)-beta*sqrt(-2*k*pi*z)*erfc(sqrt(-2*k*z))] 
     220                           !   = 2 Phillips as (1) but using the wave frequency from a wave model 
    213221   ln_tauoc    = .false.   !  Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave) 
     222   ln_tauw     = .false.   !  Activate ocean stress components from wave model 
    214223   ln_stcor    = .false.   !  Activate Stokes Coriolis term (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave) 
    215224   nn_lsm      = 0         !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
     
    304313   sn_rcv_isf    =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
    305314   sn_rcv_icb    =   'none'                 ,    'no'    ,     ''      ,         ''           ,   '' 
     315   sn_rcv_tauoc  =   'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
     316   sn_rcv_tauw   =   'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
     317   sn_rcv_wdrag  =   'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
    306318! 
    307319   nn_cplmodel   =     1   !  Maximum number of models to/from which NEMO is potentialy sending/receiving data 
     
    447459   sn_hsw      =  'sdw_wave' ,        1          , 'hs'         ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    448460   sn_wmp      =  'sdw_wave' ,        1          , 'wmp'        ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
     461   sn_wfr      =  'sdw_wave' ,        1          , 'wfr'        ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    449462   sn_wnum     =  'sdw_wave' ,        1          , 'wave_num'   ,     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    450463   sn_tauoc    =  'sdw_wave' ,        1          , 'wave_stress',     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
     464   sn_tauwx    =  'sdw_wave' ,        1          , 'wave_stress',     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
     465   sn_tauwy    =  'sdw_wave' ,        1          , 'wave_stress',     .true.   , .false. , 'daily'   ,  ''      , ''       , '' 
    451466! 
    452467   cn_dir  = './'  !  root directory for the location of drag coefficient files 
     
    508523&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    509524!----------------------------------------------------------------------- 
    510    nn_cln_update =    3    !  baroclinic update frequency 
    511525   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    512526   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
     
    517531&nam_tide      !   tide parameters 
    518532!----------------------------------------------------------------------- 
    519    ln_tide     = .false. 
    520    ln_tide_pot = .true.    !  use tidal potential forcing 
    521    ln_tide_ramp= .false.   ! 
    522    rdttideramp =    0.     ! 
    523    clname(1)   = 'DUMMY'   !  name of constituent - all tidal components must be set in namelist_cfg 
     533   ln_tide       = .false.                ! Activate tides 
     534      ln_tide_pot   = .true.                !  use tidal potential forcing 
     535         ln_scal_load  = .false.               ! Use scalar approximation for 
     536            rn_scal_load = 0.094               !     load potential 
     537         ln_read_load  = .false.               ! Or read load potential from file 
     538            cn_tide_load = 'tide_LOAD_grid_T.nc'  ! filename for load potential 
     539            !       
     540      ln_tide_ramp  = .false.               !  Use linear ramp for tides at startup 
     541         rdttideramp   =    0.                 !  ramp duration in days 
     542      clname(1)     = 'DUMMY'               !  name of constituent - all tidal components must be set in namelist_cfg 
    524543/ 
    525544!----------------------------------------------------------------------- 
     
    834853         rn_bt_cmax   =  0.8        ! =T : the Maximum Courant Number allowed 
    835854         nn_baro      = 30          ! =F : the number of sub-step in rn_rdt seconds 
     855      rn_bt_alpha   = 0.         ! Temporal diffusion parameter (if ln_bt_av=F) 
    836856/ 
    837857!----------------------------------------------------------------------- 
     
    11661186   ln_sla      = .false.             ! Logical switch for SLA observations 
    11671187   ln_sst      = .false.             ! Logical switch for SST observations 
     1188   ln_sss      = .false.             ! Logical swithc for SSS observations 
    11681189   ln_sic      = .false.             ! Logical switch for Sea Ice observations 
    11691190   ln_vel3d    = .false.             ! Logical switch for velocity observations 
    11701191   ln_altbias  = .false.             ! Logical switch for altimeter bias correction 
     1192   ln_sstbias  = .false.             ! Logical switch for SST bias correction 
    11711193   ln_nea      = .false.             ! Logical switch for rejection of observations near land 
    11721194   ln_grid_global = .true.           ! Logical switch for global distribution of observations 
     
    11751197   ln_s_at_t   = .false.             ! Logical switch for computing model S at T obs if not there 
    11761198   ln_sstnight = .false.             ! Logical switch for calculating night-time average for SST obs 
     1199   ln_sla_fp_indegs = .true.         ! Logical for SLA: T=> averaging footprint is in degrees, F=> in metres 
     1200   ln_sst_fp_indegs = .true.         ! Logical for SST: T=> averaging footprint is in degrees, F=> in metres 
     1201   ln_sss_fp_indegs = .true.         ! Logical for SSS: T=> averaging footprint is in degrees, F=> in metres 
     1202   ln_sic_fp_indegs = .true.         ! Logical for SIC: T=> averaging footprint is in degrees, F=> in metres 
    11771203! All of the *files* variables below are arrays. Use namelist_cfg to add more files 
    11781204   cn_profbfiles = 'profiles_01.nc'  ! Profile feedback input observation file names 
    11791205   cn_slafbfiles = 'sla_01.nc'       ! SLA feedback input observation file names 
    11801206   cn_sstfbfiles = 'sst_01.nc'       ! SST feedback input observation file names 
     1207   cn_sssfbfiles = 'sss_01.nc'       ! SSS feedback input observation file names 
    11811208   cn_sicfbfiles = 'sic_01.nc'       ! SIC feedback input observation file names 
    11821209   cn_velfbfiles = 'vel_01.nc'       ! Velocity feedback input observation file names 
    11831210   cn_altbiasfile = 'altbias.nc'     ! Altimeter bias input file name 
     1211   cn_sstbiasfiles = 'sstbias.nc'    ! SST bias input file name 
    11841212   cn_gridsearchfile='gridsearch.nc' ! Grid search file name 
    11851213   rn_gridsearchres = 0.5            ! Grid search resolution 
     1214   rn_mdtcorr  = 1.61                ! MDT  correction 
     1215   rn_mdtcutoff = 65.0               ! MDT cutoff for computed correction 
    11861216   rn_dobsini  = 00010101.000000     ! Initial date in window YYYYMMDD.HHMMSS 
    11871217   rn_dobsend  = 00010102.000000     ! Final date in window YYYYMMDD.HHMMSS 
    1188    nn_1dint    = 0                   ! Type of vertical interpolation method 
    1189    nn_2dint    = 0                   ! Type of horizontal interpolation method 
     1218   rn_sla_avglamscl = 0.             ! E/W diameter of SLA observation footprint (metres/degrees) 
     1219   rn_sla_avgphiscl = 0.             ! N/S diameter of SLA observation footprint (metres/degrees) 
     1220   rn_sst_avglamscl = 0.             ! E/W diameter of SST observation footprint (metres/degrees) 
     1221   rn_sst_avgphiscl = 0.             ! N/S diameter of SST observation footprint (metres/degrees) 
     1222   rn_sss_avglamscl = 0.             ! E/W diameter of SSS observation footprint (metres/degrees) 
     1223   rn_sss_avgphiscl = 0.             ! N/S diameter of SSS observation footprint (metres/degrees) 
     1224   rn_sic_avglamscl = 0.             ! E/W diameter of SIC observation footprint (metres/degrees) 
     1225   rn_sic_avgphiscl = 0.             ! N/S diameter of SIC observation footprint (metres/degrees) 
     1226   nn_1dint = 0                      ! Type of vertical interpolation method 
     1227   nn_2dint = 0                      ! Default horizontal interpolation method 
     1228   nn_2dint_sla = 0                  ! Horizontal interpolation method for SLA 
     1229   nn_2dint_sst = 0                  ! Horizontal interpolation method for SST 
     1230   nn_2dint_sss = 0                  ! Horizontal interpolation method for SSS 
     1231   nn_2dint_sic = 0                  ! Horizontal interpolation method for SIC 
    11901232   nn_msshc    = 0                   ! MSSH correction scheme 
    1191    rn_mdtcorr  = 1.61                ! MDT  correction 
    1192    rn_mdtcutoff = 65.0               ! MDT cutoff for computed correction 
    11931233   nn_profdavtypes = -1              ! Profile daily average types - array 
    1194    ln_sstbias  = .false.             ! 
    1195    cn_sstbias_files = 'sstbias.nc'   ! 
    11961234/ 
    11971235!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.