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 4245 for branches/2013/dev_LOCEAN_CMCC_INGV_MERC_UKMO_2013/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2013-11-19T12:19:21+01:00 (10 years ago)
Author:
cetlod
Message:

dev_locean_cmcc_ingv_ukmo_merc : merge in the MERC_UKMO dev branch with trunk rev 4119

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_CMCC_INGV_MERC_UKMO_2013/NEMOGCM/CONFIG/SHARED/namelist_ref

    r4238 r4245  
    112112!----------------------------------------------------------------------- 
    113113   nn_bathy    =    1      !  compute (=0) or read (=1) the bathymetry file 
    114    nn_closea    =   0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
     114   rn_bathy    =    0.     !  value of the bathymetry. if (=0) bottom flat at jpkm1 
     115   nn_closea   =    0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
    115116   nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
    116117   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
     
    284285   ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    285286   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
     287   ln_bulk2z   = .false.   !  Air temperature/humidity and wind vectors are referenced at heights rn_zqt and rn_zu 
     288   rn_zqt      = 3.        !  Air temperature and humidity reference height (m) (ln_bulk2z) 
     289   rn_zu       = 4.        !  Wind vector reference height (m)                  (ln_bulk2z) 
    286290   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    287291   rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
     
    556560   bn_tem  =    'amm12_bdyT_tra' ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''    , '' 
    557561   bn_sal  =    'amm12_bdyT_tra' ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''    , '' 
    558 !   bn_a_i  =    'amm12_bdyT_ice' ,         24        , 'ileadfra' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''    , '' 
    559 !   bn_ht_i =    'amm12_bdyT_ice' ,         24        , 'iicethic' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''    , '' 
    560 !   bn_ht_s =    'amm12_bdyT_ice' ,         24        , 'isnowthi' ,     .true.     , .false. ,  'daily'  ,    ''    ,   ''    , '' 
    561562   cn_dir  =    'bdydta/' 
    562563   ln_full_vel = .false. 
     
    637638   ln_traadv_qck    =  .false.  !  QUICKEST scheme 
    638639   ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl 
     640/ 
     641!----------------------------------------------------------------------- 
     642&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) 
     643!----------------------------------------------------------------------- 
     644   ln_mle    = .true.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     645   rn_ce     = 0.06        ! magnitude of the MLE (typical value: 0.06 to 0.08) 
     646   nn_mle    = 1           ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
     647   rn_lf     = 5.e+3       ! typical scale of mixed layer front (meters)                      (case rn_mle=0) 
     648   rn_time   = 172800.     ! time scale for mixing momentum across the mixed layer (seconds)  (case rn_mle=0) 
     649   rn_lat    = 20.         ! reference latitude (degrees) of MLE coef.                        (case rn_mle=1) 
     650   nn_mld_uv = 0           ! space interpolation of MLD at u- & v-pts (0=min,1=averaged,2=max) 
     651   nn_conv   = 0           ! =1 no MLE in case of convection ; =0 always MLE 
     652   rn_rho_c_mle  = 0.01    ! delta rho criterion used to calculate MLD for FK 
    639653/ 
    640654!---------------------------------------------------------------------------------- 
     
    909923   nn_timing   =    0      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
    910924/ 
    911  
     925!----------------------------------------------------------------------- 
     926&namc1d        !   1D configuration options                             ("key_c1d") 
     927!----------------------------------------------------------------------- 
     928   rn_lat      =    50     !  Column latitude 
     929   rn_lon      =    -145   !  Column longitude 
     930/ 
     931!----------------------------------------------------------------------- 
     932&namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
     933!----------------------------------------------------------------------- 
     934!              ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
     935!              !           !  (if <0  months)     !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing  ! 
     936   sn_ucur     = 'ucurrent',         -1           ,'u_current',   .false.   ,.true. , 'monthly'  ,  '   '   ,  'Ume' 
     937   sn_vcur     = 'vcurrent',         -1           ,'v_current',   .false.   ,.true. , 'monthly'  ,  '   '   ,  'Vme' 
     938! 
     939   cn_dir        = './'    !  root directory for the location of the files 
     940   ln_uvd_init   = .false. !  Initialisation of ocean U & V with U & V input data (T) or not (F) 
     941   ln_uvd_dyndmp = .false. !  damping of ocean U & V toward U & V input data (T) or not (F) 
     942/ 
     943!----------------------------------------------------------------------- 
     944&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
     945!----------------------------------------------------------------------- 
     946   ln_dyndmp   =  .false.  !  add a damping term (T) or not (F) 
     947/ 
    912948!!====================================================================== 
    913949!!                  ***  Diagnostics namelists  *** 
Note: See TracChangeset for help on using the changeset viewer.