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 7261 for branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2016-11-18T09:34:22+01:00 (7 years ago)
Author:
cbricaud
Message:

phaze the rest of NEMOGCM directory ( all except NEMO directory) of the CRS branch with nemo_v3_6_STABLE branch at rev 7213 (09-09-2016) (merge -r 5519:7213 )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5602 r7261  
    55!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf, 
    66!!                                    namsbc_apr, namsbc_ssr, namsbc_alb) 
    7 !!              4 - lateral boundary (namlbc, namcla, namobc, namagrif, nambdy, nambdy_tide) 
     7!!              4 - lateral boundary (namlbc, namcla, namagrif, nambdy, nambdy_tide) 
    88!!              5 - bottom  boundary (nambfr, nambbc, nambbl) 
    99!!              6 - Tracer           (nameos, namtra_adv, namtra_ldf, namtra_dmp) 
    1010!!              7 - dynamics         (namdyn_adv, namdyn_vor, namdyn_hpg, namdyn_spg, namdyn_ldf) 
    11 !!              8 - Verical physics  (namzdf, namzdf_ric, namzdf_tke, namzdf_kpp, namzdf_ddm, namzdf_tmx) 
     11!!              8 - Verical physics  (namzdf, namzdf_ric, namzdf_tke, namzdf_kpp, namzdf_ddm, namzdf_tmx, namzdf_tmx_new) 
    1212!!              9 - diagnostics      (namnc4, namtrd, namspr, namflo, namhsb, namsto) 
    1313!!             10 - miscellaneous    (namsol, nammpp, namctl) 
     
    408408   ln_qsr_2bd  = .false.   !  2 bands              light penetration 
    409409   ln_qsr_bio  = .false.   !  bio-model light penetration 
    410    nn_chldta   =      1    !  RGB : Chl data (=1) or cst value (=0) 
     410   nn_chldta   =      1    !  RGB : 2D Chl data (=1), 3D Chl data (=2) or cst value (=0) 
    411411   rn_abs      =   0.58    !  RGB & 2 bands: fraction of light (rn_si1) 
    412412   rn_si0      =   0.35    !  RGB & 2 bands: shortess depth of extinction 
     
    500500&namsbc_alb    !   albedo parameters 
    501501!----------------------------------------------------------------------- 
    502    rn_cloud    =    0.06   !  cloud correction to snow and ice albedo 
    503    rn_albice   =    0.53   !  albedo of melting ice in the arctic and antarctic 
    504    rn_alphd    =    0.80   !  coefficients for linear interpolation used to 
    505    rn_alphc    =    0.65   !  compute albedo between two extremes values 
    506    rn_alphdi   =    0.72   !  (Pyane, 1972) 
     502   nn_ice_alb  =    0   !  parameterization of ice/snow albedo 
     503                        !     0: Shine & Henderson-Sellers (JGR 1985) 
     504                        !     1: "home made" based on Brandt et al. (J. Climate 2005) 
     505                        !                         and Grenfell & Perovich (JGR 2004) 
     506   rn_albice   =  0.53  !  albedo of bare puddled ice (values from 0.49 to 0.58) 
     507                        !     0.53 (default) => if nn_ice_alb=0 
     508                        !     0.50 (default) => if nn_ice_alb=1 
    507509/ 
    508510!----------------------------------------------------------------------- 
     
    546548!!   namlbc        lateral momentum boundary condition 
    547549!!   namcla        cross land advection 
    548 !!   namobc        open boundaries parameters                           ("key_obc") 
    549550!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
    550551!!   nambdy        Unstructured open boundaries                         ("key_bdy") 
     
    563564!----------------------------------------------------------------------- 
    564565   nn_cla      =    0      !  advection between 2 ocean pts separates by land 
    565 / 
    566 !----------------------------------------------------------------------- 
    567 &namobc        !   open boundaries parameters                           ("key_obc") 
    568 !----------------------------------------------------------------------- 
    569    ln_obc_clim = .false.   !  climatological obc data files (T) or not (F) 
    570    ln_vol_cst  = .true.    !  impose the total volume conservation (T) or not (F) 
    571    ln_obc_fla  = .false.   !  Flather open boundary condition 
    572    nn_obcdta   =    1      !  = 0 the obc data are equal to the initial state 
    573                            !  = 1 the obc data are read in 'obc.dta' files 
    574    cn_obcdta   = 'annual'  !  set to annual if obc datafile hold 1 year of data 
    575                            !  set to monthly if obc datafile hold 1 month of data 
    576    rn_dpein    =    1.     !  damping time scale for inflow at east  open boundary 
    577    rn_dpwin    =    1.     !     -           -         -       west    -      - 
    578    rn_dpnin    =    1.     !     -           -         -       north   -      - 
    579    rn_dpsin    =    1.     !     -           -         -       south   -      - 
    580    rn_dpeob    = 3000.     !  time relaxation (days) for the east  open boundary 
    581    rn_dpwob    =   15.     !     -           -         -     west    -      - 
    582    rn_dpnob    = 3000.     !     -           -         -     north   -      - 
    583    rn_dpsob    =   15.     !     -           -         -     south   -      - 
    584    rn_volemp   =    1.     !  = 0 the total volume change with the surface flux (E-P-R) 
    585                            !  = 1 the total volume remains constant 
    586566/ 
    587567!----------------------------------------------------------------------- 
     
    898878!!             Tracers & Dynamics vertical physics namelists 
    899879!!====================================================================== 
    900 !!    namzdf        vertical physics 
    901 !!    namzdf_ric    richardson number dependent vertical mixing         ("key_zdfric") 
    902 !!    namzdf_tke    TKE dependent vertical mixing                       ("key_zdftke") 
    903 !!    namzdf_kpp    KPP dependent vertical mixing                       ("key_zdfkpp") 
    904 !!    namzdf_ddm    double diffusive mixing parameterization            ("key_zdfddm") 
    905 !!    namzdf_tmx    tidal mixing parameterization                       ("key_zdftmx") 
     880!!    namzdf            vertical physics 
     881!!    namzdf_ric        richardson number dependent vertical mixing     ("key_zdfric") 
     882!!    namzdf_tke        TKE dependent vertical mixing                   ("key_zdftke") 
     883!!    namzdf_kpp        KPP dependent vertical mixing                   ("key_zdfkpp") 
     884!!    namzdf_ddm        double diffusive mixing parameterization        ("key_zdfddm") 
     885!!    namzdf_tmx        tidal mixing parameterization                   ("key_zdftmx") 
     886!!    namzdf_tmx_new    new tidal mixing parameterization               ("key_zdftmx_new") 
    906887!!====================================================================== 
    907888! 
     
    1010991   rn_tfe_itf  = 1.        !  ITF tidal dissipation efficiency 
    1011992/ 
    1012  
     993!----------------------------------------------------------------------- 
     994&namzdf_tmx_new    !   new tidal mixing parameterization                ("key_zdftmx_new") 
     995!----------------------------------------------------------------------- 
     996   nn_zpyc     = 1         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
     997   ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency 
     998   ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F) 
     999/ 
    10131000!!====================================================================== 
    10141001!!                  ***  Miscellaneous namelists  *** 
     
    11961183   ln_s3d     = .false.    ! Logical switch for S profile observations 
    11971184   ln_ena     = .false.    ! Logical switch for ENACT insitu data set 
    1198    !                       !     ln_cor                  Logical switch for Coriolis insitu data set 
     1185   ln_cor     = .false.    ! Logical switch for Coriolis insitu data set 
    11991186   ln_profb   = .false.    ! Logical switch for feedback insitu data set 
    12001187   ln_sla     = .false.    ! Logical switch for SLA observations 
    1201  
    12021188   ln_sladt   = .false.    ! Logical switch for AVISO SLA data 
    1203  
    12041189   ln_slafb   = .false.    ! Logical switch for feedback SLA data 
    1205                            !     ln_ssh                  Logical switch for SSH observations 
    1206  
    1207    ln_sst     = .false.     ! Logical switch for SST observations 
    1208    ln_reysst  = .false.     !     ln_reysst               Logical switch for Reynolds observations 
    1209    ln_ghrsst  = .false.    !     ln_ghrsst               Logical switch for GHRSST observations 
    1210  
     1190   ln_ssh     = .false.    ! Logical switch for SSH observations 
     1191   ln_sst     = .false.    ! Logical switch for SST observations 
     1192   ln_reysst  = .false.    ! Logical switch for Reynolds observations 
     1193   ln_ghrsst  = .false.    ! Logical switch for GHRSST observations 
    12111194   ln_sstfb   = .false.    ! Logical switch for feedback SST data 
    1212                            !     ln_sss                  Logical switch for SSS observations 
     1195   ln_sss     = .false.    ! Logical switch for SSS observations 
    12131196   ln_seaice  = .false.    ! Logical switch for Sea Ice observations 
    1214                            !     ln_vel3d                Logical switch for velocity observations 
    1215                            !     ln_velavcur             Logical switch for velocity daily av. cur. 
    1216                            !     ln_velhrcur             Logical switch for velocity high freq. cur. 
    1217                            !     ln_velavadcp            Logical switch for velocity daily av. ADCP 
    1218                            !     ln_velhradcp            Logical switch for velocity high freq. ADCP 
    1219                            !     ln_velfb                Logical switch for feedback velocity data 
    1220                            !     ln_grid_global          Global distribtion of observations 
    1221                            !     ln_grid_search_lookup   Logical switch for obs grid search w/lookup table 
    1222                            !     grid_search_file        Grid search lookup file header 
    1223                            !     enactfiles              ENACT input observation file names 
    1224                            !     coriofiles              Coriolis input observation file name 
    1225    !                       ! profbfiles: Profile feedback input observation file name 
    1226    profbfiles = 'profiles_01.nc' 
    1227                            !     ln_profb_enatim         Enact feedback input time setting switch 
    1228                            !     slafilesact             Active SLA input observation file name 
    1229                            !     slafilespas             Passive SLA input observation file name 
    1230    !                       ! slafbfiles: Feedback SLA input observation file name 
    1231    slafbfiles = 'sla_01.nc' 
    1232                            !     sstfiles                GHRSST input observation file name 
    1233    !                       ! sstfbfiles: Feedback SST input observation file name 
    1234    sstfbfiles = 'sst_01.nc' 
    1235                            !     seaicefiles             Sea Ice input observation file names 
    1236    seaicefiles = 'seaice_01.nc' 
    1237                            !     velavcurfiles           Vel. cur. daily av. input file name 
    1238                            !     velhvcurfiles           Vel. cur. high freq. input file name 
    1239                            !     velavadcpfiles          Vel. ADCP daily av. input file name 
    1240                            !     velhvadcpfiles          Vel. ADCP high freq. input file name 
    1241                            !     velfbfiles              Vel. feedback input observation file name 
    1242                            !     dobsini                 Initial date in window YYYYMMDD.HHMMSS 
    1243                            !     dobsend                 Final date in window YYYYMMDD.HHMMSS 
    1244                            !     n1dint                  Type of vertical interpolation method 
    1245                            !     n2dint                  Type of horizontal interpolation method 
    1246                            !     ln_nea                  Rejection of observations near land switch 
    1247    nmsshc     = 0          ! MSSH correction scheme 
    1248                            !     mdtcorr                 MDT  correction 
    1249                            !     mdtcutoff               MDT cutoff for computed correction 
     1197   ln_vel3d   = .false.    ! Logical switch for velocity observations 
     1198   ln_velavcur= .false     ! Logical switch for velocity daily av. cur. 
     1199   ln_velhrcur= .false     ! Logical switch for velocity high freq. cur. 
     1200   ln_velavadcp = .false.  ! Logical switch for velocity daily av. ADCP 
     1201   ln_velhradcp = .false.  ! Logical switch for velocity high freq. ADCP 
     1202   ln_velfb   = .false.    ! Logical switch for feedback velocity data 
     1203   ln_grid_global = .false. ! Global distribtion of observations 
     1204   ln_grid_search_lookup = .false. !  Logical switch for obs grid search w/lookup table 
     1205   grid_search_file = 'grid_search'  !  Grid search lookup file header 
     1206! All of the *files* variables below are arrays. Use namelist_cfg to add more files 
     1207   enactfiles = 'enact.nc' !  ENACT input observation file names (specify full array in namelist_cfg) 
     1208   coriofiles = 'corio.nc' !  Coriolis input observation file name 
     1209   profbfiles = 'profiles_01.nc' ! Profile feedback input observation file name 
     1210   ln_profb_enatim = .false !        Enact feedback input time setting switch 
     1211   slafilesact = 'sla_act.nc' !  Active SLA input observation file names 
     1212   slafilespas = 'sla_pass.nc' ! Passive SLA input observation file names 
     1213   slafbfiles = 'sla_01.nc' ! slafbfiles: Feedback SLA input observation file names 
     1214   sstfiles = 'ghrsst.nc'   ! GHRSST input observation file names 
     1215   sstfbfiles = 'sst_01.nc' ! Feedback SST input observation file names 
     1216   seaicefiles = 'seaice_01.nc' ! Sea Ice input observation file names 
     1217   velavcurfiles = 'velavcurfile.nc'  ! Vel. cur. daily av. input file name 
     1218   velhrcurfiles = 'velhrcurfile.nc'  ! Vel. cur. high freq. input file name 
     1219   velavadcpfiles = 'velavadcpfile.nc' ! Vel. ADCP daily av. input file name 
     1220   velhradcpfiles = 'velhradcpfile.nc' ! Vel. ADCP high freq. input file name 
     1221   velfbfiles = 'velfbfile.nc' ! Vel. feedback input observation file name 
     1222   dobsini = 20000101.000000  !  Initial date in window YYYYMMDD.HHMMSS 
     1223   dobsend = 20010101.000000  !  Final date in window YYYYMMDD.HHMMSS 
     1224   n1dint = 0  !               Type of vertical interpolation method 
     1225   n2dint = 0  !               Type of horizontal interpolation method 
     1226   ln_nea = .false.   !        Rejection of observations near land switch 
     1227   nmsshc     = 0     !        MSSH correction scheme 
     1228   mdtcorr = 1.61     !        MDT  correction 
     1229   mdtcutoff = 65.0   !        MDT cutoff for computed correction 
    12501230   ln_altbias = .false.    ! Logical switch for alt bias 
    12511231   ln_ignmis  = .true.     ! Logical switch for ignoring missing files 
    1252                            !     endailyavtypes   ENACT daily average types 
     1232   endailyavtypes = 820    ! ENACT daily average types - array (use namelist_cfg to set more values) 
    12531233   ln_grid_global = .true. 
    12541234   ln_grid_search_lookup = .false. 
Note: See TracChangeset for help on using the changeset viewer.