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 5350 for branches/2014/dev_r5134_UKMO4_CF_compliance/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2015-06-04T16:12:19+02:00 (9 years ago)
Author:
hadcv
Message:

Update to head of the trunk (r5344).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r5134_UKMO4_CF_compliance/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5342 r5350  
    1010!!              7 - dynamics         (namdyn_adv, namdyn_vor, namdyn_hpg, namdyn_spg, namdyn_ldf) 
    1111!!              8 - Verical physics  (namzdf, namzdf_ric, namzdf_tke, namzdf_kpp, namzdf_ddm, namzdf_tmx) 
    12 !!              9 - diagnostics      (namnc4, namtrd, namspr, namflo, namptr, namhsb) 
     12!!              9 - diagnostics      (namnc4, namtrd, namspr, namflo, namhsb, namsto) 
    1313!!             10 - miscellaneous    (namsol, nammpp, namctl) 
    1414!!             11 - Obs & Assim      (namobs, nam_asminc) 
     
    3737                           !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
    3838   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
     39   cn_ocerst_indir = "."       !  directory from which to read input ocean restarts 
    3940   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
     41   cn_ocerst_outdir = "."      !  directory in which to write output ocean restarts 
    4042   nn_istate   =       0   !  output the initial state (1) or not (0) 
     43   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 
    4144   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
     45   nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written 
    4246   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    4347   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
     
    5155!!                      ***  Domain namelists  *** 
    5256!!====================================================================== 
    53 !!   namcfg       parameters of the configuration       
     57!!   namcfg       parameters of the configuration 
    5458!!   namzgr       vertical coordinate 
    5559!!   namzgr_sco   s-coordinate or hybrid z-s-coordinate 
     
    5963! 
    6064!----------------------------------------------------------------------- 
    61 &namcfg     !   parameters of the configuration       
     65&namcfg     !   parameters of the configuration 
    6266!----------------------------------------------------------------------- 
    6367   cp_cfg      =  "default"            !  name of the configuration 
     
    7377   jperio      =       0               !  lateral cond. type (between 0 and 6) 
    7478                                       !  = 0 closed                 ;   = 1 cyclic East-West 
    75                                        !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot  
     79                                       !  = 2 equatorial symmetric   ;   = 3 North fold T-point pivot 
    7680                                       !  = 4 cyclic East-West AND North fold T-point pivot 
    7781                                       !  = 5 North fold F-point pivot 
    7882                                       !  = 6 cyclic East-West AND North fold F-point pivot 
    79    ln_use_jattr = .false.              !  use (T) the file attribute: open_ocean_jstart, if present  
     83   ln_use_jattr = .false.              !  use (T) the file attribute: open_ocean_jstart, if present 
    8084                                       !  in netcdf input files, as the start j-row for reading 
    8185/ 
     
    102106                        !!!!!!!  SH94 stretching coefficients  (ln_s_sh94 = .true.) 
    103107   rn_theta    =    6.0    !  surface control parameter (0<=theta<=20) 
    104    rn_bb       =    0.8    !  stretching with SH94 s-sigma    
     108   rn_bb       =    0.8    !  stretching with SH94 s-sigma 
    105109                        !!!!!!!  SF12 stretching coefficient  (ln_s_sf12 = .true.) 
    106110   rn_alpha    =    4.4    !  stretching with SF12 s-sigma 
     
    111115   rn_zb_b     =   -0.2    !  offset for calculating Zb 
    112116                        !!!!!!!! Other stretching (not SH94 or SF12) [also uses rn_theta above] 
    113    rn_thetb    =    1.0    !  bottom control parameter  (0<=thetb<= 1)  
     117   rn_thetb    =    1.0    !  bottom control parameter  (0<=thetb<= 1) 
    114118/ 
    115119!----------------------------------------------------------------------- 
     
    119123   rn_bathy    =    0.     !  value of the bathymetry. if (=0) bottom flat at jpkm1 
    120124   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
    121    nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
     125   nn_msh      =    1      !  create (=1) a mesh file or not (=0) 
    122126   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
    123127   rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of 
     
    165169   nn_baro       =    30               !  Number of iterations of barotropic mode 
    166170                                       !  during rn_rdt seconds. Only used if ln_bt_nn_auto=F 
    167    rn_bt_cmax    =    0.8              !  Maximum courant number allowed if ln_bt_nn_auto=T  
     171   rn_bt_cmax    =    0.8              !  Maximum courant number allowed if ln_bt_nn_auto=T 
    168172   nn_bt_flt     =    1                !  Time filter choice 
    169173                                       !  = 0 None 
    170174                                       !  = 1 Boxcar over   nn_baro barotropic steps 
    171                                        !  = 2 Boxcar over 2*nn_baro     "        "   
     175                                       !  = 2 Boxcar over 2*nn_baro     "        " 
    172176/ 
    173177!----------------------------------------------------------------------- 
     
    246250   ln_rnf      = .true.    !  runoffs                                   (T   => fill namsbc_rnf) 
    247251   nn_isf      = 0         !  ice shelf melting/freezing                (/=0 => fill namsbc_isf) 
    248                            !  0 =no isf                  1 = presence of ISF  
    249                            !  2 = bg03 parametrisation   3 = rnf file for isf    
     252                           !  0 =no isf                  1 = presence of ISF 
     253                           !  2 = bg03 parametrisation   3 = rnf file for isf 
    250254                           !  4 = ISF fwf specified 
    251255                           !  option 1 and 4 need ln_isfcav = .true. (domzgr) 
     
    278282&namsbc_flx    !   surface boundary condition : flux formulation 
    279283!----------------------------------------------------------------------- 
    280 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !  
     284!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    281285!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    282286   sn_utau     = 'utau'      ,        24         , 'utau'    , .false.      , .false., 'yearly'  , ''       , ''       , '' 
     
    321325   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    322326   rn_zqt      = 10.        !  Air temperature and humidity reference height (m) 
    323    rn_zu       = 10.        !  Wind vector reference height (m)                  
     327   rn_zu       = 10.        !  Wind vector reference height (m) 
    324328   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    325329   rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
    326    rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity  
     330   rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity 
    327331                           !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
    328332/ 
     
    374378!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    375379!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    376    sn_usp      = 'sas_grid_U' ,    120           , 'vozocrtx' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , ''       
     380   sn_usp      = 'sas_grid_U' ,    120           , 'vozocrtx' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    377381   sn_vsp      = 'sas_grid_V' ,    120           , 'vomecrty' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    378382   sn_tem      = 'sas_grid_T' ,    120           , 'sosstsst' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
     
    423427/ 
    424428!----------------------------------------------------------------------- 
    425 &namsbc_isf    !  Top boundary layer (ISF)  
     429&namsbc_isf    !  Top boundary layer (ISF) 
    426430!----------------------------------------------------------------------- 
    427431!              ! file name ! frequency (hours) ! variable ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
     
    500504                                                      ! Initial mass required for an iceberg of each class 
    501505      rn_initial_mass          = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 
    502                                                       ! Proportion of calving mass to apportion to each class   
     506                                                      ! Proportion of calving mass to apportion to each class 
    503507      rn_distribution          = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 
    504508                                                      ! Ratio between effective and real iceberg mass (non-dim) 
    505                                                       ! i.e. number of icebergs represented at a point          
     509                                                      ! i.e. number of icebergs represented at a point 
    506510      rn_mass_scaling          = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 
    507511                                                      ! thickness of newly calved bergs (m) 
     
    512516      rn_bits_erosion_fraction = 0.                   ! Fraction of erosion melt flux to divert to bergy bits 
    513517      rn_sicn_shift            = 0.                   ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
    514       ln_passive_mode          = .false.              ! iceberg - ocean decoupling    
     518      ln_passive_mode          = .false.              ! iceberg - ocean decoupling 
    515519      nn_test_icebergs         =  10                  ! Create test icebergs of this class (-1 = no) 
    516520                                                      ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
    517521      rn_test_box              = 108.0,  116.0, -66.0, -58.0 
    518       rn_speed_limit           = 0.                   ! CFL speed limit for a berg    
     522      rn_speed_limit           = 0.                   ! CFL speed limit for a berg 
    519523 
    520524!              ! file name ! frequency (hours) !   variable   ! time interp.   !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    521525!              !           !  (if <0  months)  !     name     !   (logical)    !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    522526      sn_icb =  'calving' ,       -1           , 'calvingmask',  .true.        , .true.  , 'yearly'  , ''       , ''       , '' 
    523     
    524       cn_dir = './'  
     527 
     528      cn_dir = './' 
    525529/ 
    526530 
     
    583587   ln_tide_ramp  = .false.  ! 
    584588   rdttideramp   =    0.    ! 
    585    clname(1)     =   'M2'   !  name of constituent 
    586    clname(2)     =   'S2' 
    587    clname(3)     =   'N2' 
    588    clname(4)     =   'K1' 
    589    clname(5)     =   'O1' 
    590    clname(6)     =   'Q1' 
    591    clname(7)     =   'M4' 
    592    clname(8)     =   'K2' 
    593    clname(9)     =   'P1' 
    594    clname(10)    =   'Mf' 
    595    clname(11)    =   'Mm' 
     589   clname(1)     = 'DUMMY'  !  name of constituent - all tidal components must be set in namelist_cfg 
    596590/ 
    597591!----------------------------------------------------------------------- 
     
    608602                                          !  = 2, use tidal harmonic forcing data from files 
    609603                                          !  = 3, use external data AND tidal harmonic forcing 
    610     cn_dyn3d      =  'none'               !   
     604    cn_dyn3d      =  'none'               ! 
    611605    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    612606                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    613     cn_tra        =  'none'               !  
     607    cn_tra        =  'none'               ! 
    614608    nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state 
    615609                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    616     cn_ice_lim      =  'none'             !   
     610    cn_ice_lim      =  'none'             ! 
    617611    nn_ice_lim_dta  =  0                  !  = 0, bdy data are equal to the initial state 
    618612                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     
    623617    ln_tra_dmp    =.false.                !  open boudaries conditions for tracers 
    624618    ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities 
    625     rn_time_dmp   =  1.                   ! Damping time scale in days  
     619    rn_time_dmp   =  1.                   ! Damping time scale in days 
    626620    rn_time_dmp_out =  1.                 ! Outflow damping time scale 
    627621    nn_rimwidth   = 10                    !  width of the relaxation zone 
     
    676670   rn_bfri2_max =   1.e-1  !  max. bottom drag coefficient (non linear case and ln_loglayer=T) 
    677671   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2) 
    678    rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T  
     672   rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T 
    679673   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    680674   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T) 
     
    722716!----------------------------------------------------------------------- 
    723717   nn_eos      =  -1     !  type of equation of state and Brunt-Vaisala frequency 
    724                                  !  =-1, TEOS-10  
    725                                  !  = 0, EOS-80  
     718                                 !  =-1, TEOS-10 
     719                                 !  = 0, EOS-80 
    726720                                 !  = 1, S-EOS   (simplified eos) 
    727721   ln_useCT    = .true.  ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm 
     
    814808!----------------------------------------------------------------------- 
    815809   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F) 
     810   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction 
    816811   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    817812   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
     
    821816&nam_vvl    !   vertical coordinate options 
    822817!----------------------------------------------------------------------- 
    823    ln_vvl_zstar  = .true.           !  zstar vertical coordinate                    
     818   ln_vvl_zstar  = .true.           !  zstar vertical coordinate 
    824819   ln_vvl_ztilde = .false.          !  ztilde vertical coordinate: only high frequency variations 
    825820   ln_vvl_layer  = .false.          !  full layer vertical coordinate 
     
    10061001!!   namc1d_uvd        data: U & V currents                             ("key_c1d") 
    10071002!!   namc1d_dyndmp     U & V newtonian damping                          ("key_c1d") 
     1003!!   namsto            Stochastic parametrization of EOS 
    10081004!!====================================================================== 
    10091005! 
     
    10641060   ln_dyndmp   =  .false.  !  add a damping term (T) or not (F) 
    10651061/ 
     1062!----------------------------------------------------------------------- 
     1063&namsto       ! Stochastic parametrization of EOS 
     1064!----------------------------------------------------------------------- 
     1065   ln_rststo = .false.           ! start from mean parameter (F) or from restart file (T) 
     1066   ln_rstseed = .true.           ! read seed of RNG from restart file 
     1067   cn_storst_in  = "restart_sto" !  suffix of stochastic parameter restart file (input) 
     1068   cn_storst_out = "restart_sto" !  suffix of stochastic parameter restart file (output) 
     1069 
     1070   ln_sto_eos = .false.          ! stochastic equation of state 
     1071   nn_sto_eos = 1                ! number of independent random walks 
     1072   rn_eos_stdxy = 1.4            ! random walk horz. standard deviation (in grid points) 
     1073   rn_eos_stdz  = 0.7            ! random walk vert. standard deviation (in grid points) 
     1074   rn_eos_tcor  = 1440.0         ! random walk time correlation (in timesteps) 
     1075   nn_eos_ord  = 1               ! order of autoregressive processes 
     1076   nn_eos_flt  = 0               ! passes of Laplacian filter 
     1077   rn_eos_lim  = 2.0             ! limitation factor (default = 3.0) 
     1078/ 
    10661079 
    10671080!!====================================================================== 
     
    10701083!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    10711084!!   namtrd       dynamics and/or tracer trends 
     1085!!   namptr       Poleward Transport Diagnostics 
    10721086!!   namflo       float parameters                                      ("key_float") 
    1073 !!   namptr       Poleward Transport Diagnostics 
    10741087!!   namhsb       Heat and salt budgets 
    10751088!!====================================================================== 
     
    11251138!----------------------------------------------------------------------- 
    11261139   ln_diaptr  = .false.    !  Poleward heat and salt transport (T) or not (F) 
    1127    ln_diaznl  = .true.     !  Add zonal means and meridional stream functions 
    1128    ln_subbas  = .true.     !  Atlantic/Pacific/Indian basins computation (T) or not 
    1129                            !  (orca configuration only, need input basins mask file named "subbasins.nc" 
    1130    ln_ptrcomp = .true.     !  Add decomposition : overturning 
    1131    nn_fptr    =  1         !  Frequency of ptr computation [time step] 
    1132    nn_fwri    =  15        !  Frequency of ptr outputs [time step] 
     1140   ln_subbas  = .false.     !  Atlantic/Pacific/Indian basins computation (T) or not 
    11331141/ 
    11341142!----------------------------------------------------------------------- 
     
    11801188   ln_sst     = .false.     ! Logical switch for SST observations 
    11811189   ln_reysst  = .false.     !     ln_reysst               Logical switch for Reynolds observations 
    1182    ln_ghrsst  = .false.    !     ln_ghrsst               Logical switch for GHRSST observations       
     1190   ln_ghrsst  = .false.    !     ln_ghrsst               Logical switch for GHRSST observations 
    11831191 
    11841192   ln_sstfb   = .false.    ! Logical switch for feedback SST data 
     
    12071215   sstfbfiles = 'sst_01.nc' 
    12081216                           !     seaicefiles             Sea Ice input observation file names 
    1209    seaicefiles = 'seaice_01.nc'   
     1217   seaicefiles = 'seaice_01.nc' 
    12101218                           !     velavcurfiles           Vel. cur. daily av. input file name 
    12111219                           !     velhvcurfiles           Vel. cur. high freq. input file name 
Note: See TracChangeset for help on using the changeset viewer.