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 14010 for NEMO/trunk/cfgs/SHARED – NEMO

Ignore:
Timestamp:
2020-12-02T15:45:22+01:00 (3 years ago)
Author:
gsamson
Message:

merge dev_r2052_ENHANCE-09_rbourdal_massfluxconvection into trunk

Location:
NEMO/trunk/cfgs/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/SHARED/field_def_nemo-oce.xml

    r13476 r14010  
    234234        <field id="cfl_cw"       long_name="w-courant number"   unit="#" /> 
    235235 
     236        <!-- variables available with ln_zdfmfc=.true. --> 
     237         <field id="mf_Tp"       long_name="plume_temperature"      standard_name="plume_temperature"     unit="degC"   grid_ref="grid_T_3D" /> 
     238         <field id="mf_Sp"       long_name="plume_salinity"         standard_name="plume_salinity"        unit="1e-3"   grid_ref="grid_T_3D" /> 
     239         <field id="mf_mf"       long_name="mass flux"              standard_name="mf_mass_flux"          unit="m"      grid_ref="grid_T_3D" /> 
     240 
    236241      </field_group> <!-- grid_T --> 
    237242 
     
    649654   <field id="avm_evd"      long_name="convective enhancement of vertical viscosity"   standard_name="ocean_vertical_momentum_diffusivity_due_to_convection"   unit="m2/s" /> 
    650655 
     656        <!-- mf_app and mf_wp: available with ln_zdfmfc --> 
     657         <field id="mf_app"      long_name="convective area"        standard_name="mf_convective_area"    unit="%"      grid_ref="grid_W_3D" /> 
     658         <field id="mf_wp"       long_name="convective velocity"    standard_name="mf_convective_velo"    unit="m/s"    grid_ref="grid_W_3D" /> 
     659 
     660 
    651661        <!-- avt_tide: available with ln_zdfiwm=T --> 
    652662        <field id="av_ratio"     long_name="S over T diffusivity ratio"                     standard_name="salinity_over_temperature_diffusivity_ratio"                     unit="1"    /> 
  • NEMO/trunk/cfgs/SHARED/namelist_ref

    r14007 r14010  
    11151115      nn_npc      =    1         ! frequency of application of npc 
    11161116      nn_npcp     =  365         ! npc control print frequency 
     1117   ln_zdfmfc   = .false.      !  Mass Flux Convection 
    11171118   ! 
    11181119   ln_zdfddm   = .false.   ! double diffusive mixing 
     
    12271228      !                        !  = 1: Pierson Moskowitz wave spectrum 
    12281229      !                        !  = 0: Constant La# = 0.3 
     1230/ 
     1231!----------------------------------------------------------------------- 
     1232&namzdf_mfc     !   Mass Flux Convection 
     1233!----------------------------------------------------------------------- 
     1234   ln_edmfuv  = .false.        ! Activate on velocity fields (Not available yet) 
     1235   rn_cemf    =  1.            ! entrain/detrain coef. (<0 => cte; >0 % depending on dW/dz 
     1236   rn_cwmf    = -0.            ! entrain/detrain coef. (<0 => cte; >0 % depending on dW/dz 
     1237   rn_cent    = 2.e-5          ! entrain of convective area 
     1238   rn_cdet    = 3.e-5          ! detrain of convective area  
     1239   rn_cap     = 0.9            ! Coef. for CAP estimation 
     1240   App_max    = 0.1            ! Maximum convection area (% of the cell) 
    12291241/ 
    12301242!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.