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 2225 for branches/DEV_r2191_3partymerge2010/CONFIG/POMME – NEMO

Ignore:
Timestamp:
2010-10-12T16:13:01+02:00 (14 years ago)
Author:
cbricaud
Message:

add changes in namelist due to changes from devmercator2010_1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2191_3partymerge2010/CONFIG/POMME/EXP00/namelist

    r2207 r2225  
    280280   rn_alphc    =    0.65   !  compute albedo between two extremes values  
    281281   rn_alphdi   =    0.72   !  (Pyane, 1972) 
     282/ 
     283!----------------------------------------------------------------------- 
     284&namdta_tem    !   surface boundary condition : sea surface restoring 
     285!----------------------------------------------------------------------- 
     286!              !     file name                  ! frequency (hours) ! variable   ! time interpol. !  clim   !'yearly' or ! weights  ! rotation ! 
     287!              !                                !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly'  ! filename ! pairing  ! 
     288  sn_tem       = 'data_1m_potential_temperature_nomask',  -1        , 'votemper' ,     .true.     , .true.  , 'yearly'   , ' '      , ' ' 
     289! 
     290  cn_dir       = './'      !  root directory for the location of the runoff files 
     291/ 
     292!----------------------------------------------------------------------- 
     293&namdta_sal    !   surface boundary condition : sea surface restoring 
     294!----------------------------------------------------------------------- 
     295!              !     file name                  ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! weights  ! rotation ! 
     296!              !                                !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! filename ! pairing  ! 
     297   sn_sal      =  'data_1m_salinity_nomask'     ,         -1        , 'vosaline' ,     .true.     , .true.  , 'yearly'    , ''       , ' ' 
     298! 
     299   cn_dir      = './'      !  root directory for the location of the runoff files 
    282300/ 
    283301 
     
    594612   nn_avb      =  0        !  horizontal averaged (=1) or not (=0) on avt and amv 
    595613   nn_ave      =  1        !  constant (=0) or profile (=1) background on avt 
     614/ 
     615!----------------------------------------------------------------------- 
     616&namzdf_gls                !   GLS vertical diffusion  ("key_zdfgls") 
     617!----------------------------------------------------------------------- 
     618   rn_emin     =   1.e-6   !  minimum value of e   [m2/s2] 
     619   rn_epsmin   =   1.e-12  !  minimum value of eps [m2/s3] 
     620   ln_length_lim = .true.  !  limit on the dissipation rate under stable stratification (Galperin et al., 1988) 
     621   clim_galp   =   0.53    !  galperin limit 
     622   ln_crban = .TRUE.       !  Use Craig & Banner (1994) surface wave mixing parametrisation 
     623   ln_sigpsi = .TRUE.      !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case 
     624   rn_crban = 100.         !  Craig and Banner 1994 constant for wb tke flux 
     625   rn_charn =  70000.      !  Charnock constant for wb induced roughness length 
     626   nn_tkebc_surf  =   1    !  surface tke condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 
     627   nn_tkebc_bot   =   1    !  bottom tke condition (0/1=Dir/Neum) 
     628   nn_psibc_surf  =   1    !  surface psi condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) 
     629   nn_psibc_bot   =   1    !  bottom psi condition (0/1=Dir/Neum) 
     630   nn_stab_func   =   2    !  stability function (0=Galp, 1= KC94, 2=CanutoA, 3=CanutoB) 
     631   nn_clos        =   1    !  predefined closure type (0=MY82, 1=k-eps, 2=k-w, 3=Gen) 
    596632/ 
    597633!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.