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 9987 for branches/UKMO/dev_r5518_obs_oper_update_icethick/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2018-07-23T11:33:03+02:00 (6 years ago)
Author:
emmafiedler
Message:

Merge with GO6 FOAMv14 package branch r9288

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_obs_oper_update_icethick/NEMOGCM/CONFIG/SHARED/namelist_ref

    r9306 r9987  
    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) 
     
    363363   sn_snd_crt    =       'none'                 ,    'no'    , 'spherical' , 'eastward-northward' ,  'T' 
    364364   sn_snd_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''           ,   '' 
     365   sn_snd_bio_co2 =      'medusa'               ,    'no'    ,     ''      ,         ''           ,   '' 
     366   sn_snd_bio_dms =      'medusa'               ,    'no'    ,     ''      ,         ''           ,   '' 
     367   sn_snd_bio_chloro =   'medusa'               ,    'no'    ,     ''      ,         ''           ,   '' 
     368   sn_snd_cond   =       'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   '' 
     369   sn_snd_mpnd   =       'ice only'             ,    'no'    ,     ''      ,         ''           ,   '' 
     370   sn_snd_sstfrz =       'coupled'              ,    'no'    ,     ''      ,         ''           ,   '' 
     371   sn_snd_thick1 =       'ice and snow'         ,    'no'    ,     ''      ,         ''           ,   '' 
    365372! receive 
    366373   sn_rcv_w10m   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
     
    374381   sn_rcv_cal    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    375382   sn_rcv_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     383   sn_rcv_antm   =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     384   sn_rcv_grnm   =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     385   sn_rcv_iceflx =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     386   sn_rcv_ts_ice =       'ice'                  ,    'no'    ,     ''      ,         ''          ,   '' 
     387   sn_rcv_atm_dust =     'medusa'               ,    'no'    ,     ''      ,         ''          ,   '' 
     388   sn_rcv_atm_pco2 =     'medusa'               ,    'no'    ,     ''      ,         ''          ,   '' 
     389 
    376390! 
    377391   nn_cplmodel   =     1     !  Maximum number of models to/from which NEMO is potentialy sending/receiving data 
    378392   ln_usecplmask = .false.   !  use a coupling mask file to merge data received from several models 
    379393                             !   -> file cplmask.nc with the float variable called cplmask (jpi,jpj,nn_cplmodel) 
     394   nn_coupled_iceshelf_fluxes = 0 ! =0 : total freshwater input from iceberg calving and ice shelf basal melting  
     395                                  ! taken from climatologies used (no action in coupling routines). 
     396                                  ! =1 :  use rate of change of mass of Greenland and Antarctic icesheets to set the  
     397                                  ! combined magnitude of the iceberg calving and iceshelf melting freshwater fluxes. 
     398                                  ! =2 :  specify constant freshwater inputs in this namelist to set the combined 
     399                                  ! magnitude of iceberg calving and iceshelf melting freshwater fluxes. 
     400   ln_iceshelf_init_atmos     = .true.  ! If true force ocean to initialise icesheet masses from atmospheric values rather than 
     401                                        ! from values in ocean restart file.  
     402   rn_greenland_total_fw_flux   = 0.0  ! Constant total rate of freshwater input (kg/s) for Greenland (if nn_coupled_iceshelf_fluxes=2)  
     403   rn_greenland_calving_fraction = 0.5  ! Set fraction of total freshwater flux for iceberg calving - remainder goes to iceshelf melting. 
     404   rn_antarctica_total_fw_flux  = 0.0  ! Constant total rate of freshwater input (kg/s) for Antarctica (if nn_coupled_iceshelf_fluxes=2) 
     405   rn_antarctica_calving_fraction = 0.5 ! Set fraction of total freshwater flux for iceberg calving - remainder goes to iceshelf melting. 
     406   rn_iceshelf_fluxes_tolerance = 1e-6  ! Fractional threshold for detecting differences in icesheet masses (must be positive definite). 
    380407/ 
    381408!----------------------------------------------------------------------- 
     
    408435   ln_qsr_2bd  = .false.   !  2 bands              light penetration 
    409436   ln_qsr_bio  = .false.   !  bio-model light penetration 
    410    nn_chldta   =      1    !  RGB : Chl data (=1) or cst value (=0) 
     437   nn_chldta   =      1    !  RGB : 2D Chl data (=1), 3D Chl data (=2) or cst value (=0) 
    411438   rn_abs      =   0.58    !  RGB & 2 bands: fraction of light (rn_si1) 
    412439   rn_si0      =   0.35    !  RGB & 2 bands: shortess depth of extinction 
     
    500527&namsbc_alb    !   albedo parameters 
    501528!----------------------------------------------------------------------- 
    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) 
     529   nn_ice_alb  =    0   !  parameterization of ice/snow albedo 
     530                        !     0: Shine & Henderson-Sellers (JGR 1985) 
     531                        !     1: "home made" based on Brandt et al. (J. Climate 2005) 
     532                        !                         and Grenfell & Perovich (JGR 2004) 
     533   rn_albice   =  0.53  !  albedo of bare puddled ice (values from 0.49 to 0.58) 
     534                        !     0.53 (default) => if nn_ice_alb=0 
     535                        !     0.50 (default) => if nn_ice_alb=1 
    507536/ 
    508537!----------------------------------------------------------------------- 
     
    546575!!   namlbc        lateral momentum boundary condition 
    547576!!   namcla        cross land advection 
    548 !!   namobc        open boundaries parameters                           ("key_obc") 
    549577!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
    550578!!   nambdy        Unstructured open boundaries                         ("key_bdy") 
     
    563591!----------------------------------------------------------------------- 
    564592   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 
    586593/ 
    587594!----------------------------------------------------------------------- 
     
    904911!!    namzdf_ddm    double diffusive mixing parameterization            ("key_zdfddm") 
    905912!!    namzdf_tmx    tidal mixing parameterization                       ("key_zdftmx") 
     913!!    namzdf_tmx_new    new tidal mixing parameterization               ("key_zdftmx_new") 
     914!!    namzdf_mldzint vertically-interpolated mixed-layer depth parameters 
    906915!!====================================================================== 
    907916! 
     
    962971                           !        = 0  constant 10 m length scale 
    963972                           !        = 1  0.5m at the equator to 30m poleward of 40 degrees 
     973   rn_c        =   0.8     !  Default value only used when nn_htau = 2 (typically never!) 
    964974/ 
    965975!------------------------------------------------------------------------ 
     
    10091019   ln_tmx_itf  = .true.    !  ITF specific parameterisation 
    10101020   rn_tfe_itf  = 1.        !  ITF tidal dissipation efficiency 
     1021/ 
     1022!----------------------------------------------------------------------- 
     1023&namzdf_tmx_new    !   new tidal mixing parameterization                ("key_zdftmx_new") 
     1024!----------------------------------------------------------------------- 
     1025   nn_zpyc     = 1         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
     1026   ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency 
     1027   ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F) 
     1028/ 
     1029!------------------------------------------------------------------------------------------ 
     1030&namzdf_mldzint    !   Parameters for vertically-interpolated mixed-layer depth diagnostic 
     1031!------------------------------------------------------------------------------------------ 
     1032   nn_mld_diag = 0         !  Number of MLD diagnostics to use from below 
     1033 
     1034!              ! MLD criterion ! Reference ! Finite difference ! Gradient layer ! 
     1035!              ! type          ! depth     ! criterion         ! criterion      ! 
     1036   sn_mld1     =       1       ,    10.0   ,        0.2        ,       0.1 
     1037   sn_mld2     =       0      ,      0.0   ,        0.0        ,       0.0  
     1038   sn_mld3     =       0      ,      0.0   ,        0.0        ,       0.0  
     1039   sn_mld4     =       0      ,      0.0   ,        0.0        ,       0.0  
     1040   sn_mld5     =       0      ,      0.0   ,        0.0        ,       0.0  
    10111041/ 
    10121042 
     
    13021332    ln_asmdin = .false.    !  Logical switch for Direct Initialization (DI) 
    13031333    ln_asmiau = .false.    !  Logical switch for Incremental Analysis Updating (IAU) 
     1334    ln_seaiceinc = .false. !  Logical switch for applying sea ice increments 
     1335    ln_temnofreeze = .false. !  Logical to not add increments if temperature would fall below freezing 
    13041336    nitbkg    = 0          !  Timestep of background in [0,nitend-nit000-1] 
    13051337    nitdin    = 0          !  Timestep of background for DI in [0,nitend-nit000-1] 
     
    13381370   rn_htrmax         =  200.0   ! max. depth of transition range 
    13391371/ 
     1372!----------------------------------------------------------------------- 
     1373&nambias   ! Bias pressure correctiom 
     1374!----------------------------------------------------------------------- 
     1375   ln_bias        = .false. 
     1376   ln_bias_asm    = .false. 
     1377   ln_bias_rlx    = .false. 
     1378   ln_bias_ofl    = .false. 
     1379   ln_bias_ts_app = .false. 
     1380   ln_bias_pc_app = .false.         
     1381   fb_t_asm       = 0.0 
     1382   fb_t_rlx       = 0.0 
     1383   fb_t_ofl       = 1.0 
     1384   fb_p_asm       = 1.0 
     1385   fb_p_rlx       = 1.0 
     1386   fb_p_ofl       = 0.0 
     1387   eft_rlx        = 365.0 
     1388   eft_asm        = 365.0 
     1389   t_rlx_upd      = 0.1 
     1390   t_asm_upd      = 0.1 
     1391   nn_lat_ramp    = 0           
     1392   bias_time_unit_asm = 86400.0 
     1393   bias_time_unit_rlx = 1.0 
     1394   bias_time_unit_ofl = 1.0  
     1395   cn_bias_tot    = "bias_tot.nc"  
     1396   cn_bias_asm    = "bias_asm.nc" 
     1397   cn_dir         = './'   
     1398   ln_bsyncro     = .FALSE.  
     1399   fctamp         = 1. 
     1400   rn_maxlat_bias = 23.0       
     1401   rn_minlat_bias = 10.0 
     1402   nn_bias_itwrt  = 15 
     1403   ln_itdecay     = .FALSE. 
     1404   ln_incpc       = .FALSE. 
     1405/ 
Note: See TracChangeset for help on using the changeset viewer.