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 13826 for NEMO/branches/2020/dev_r2052_ENHANCE-09_rbourdal_massfluxconvection/cfgs – NEMO

Ignore:
Timestamp:
2020-11-19T10:26:41+01:00 (4 years ago)
Author:
rbb
Message:

add convection scheme

Location:
NEMO/branches/2020/dev_r2052_ENHANCE-09_rbourdal_massfluxconvection/cfgs/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r2052_ENHANCE-09_rbourdal_massfluxconvection/cfgs/SHARED/field_def_nemo-oce.xml

    r13476 r13826  
    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/branches/2020/dev_r2052_ENHANCE-09_rbourdal_massfluxconvection/cfgs/SHARED/namelist_ref

    r13731 r13826  
    11041104      nn_npc      =    1         ! frequency of application of npc 
    11051105      nn_npcp     =  365         ! npc control print frequency 
     1106   ln_zdfmfc   = .false.      !  Mass Flux Convection 
    11061107   ! 
    11071108   ln_zdfddm   = .false.   ! double diffusive mixing 
     
    12131214      !                        !  = 1: Pierson Moskowitz wave spectrum 
    12141215      !                        !  = 0: Constant La# = 0.3 
     1216/ 
     1217!----------------------------------------------------------------------- 
     1218&namzdf_mfc     !   Mass Flux Convection 
     1219!----------------------------------------------------------------------- 
     1220   ln_edmfuv  = .false.        ! Activate on velocity fields (Not available yet) 
     1221   rn_cemf    =  1.            ! entrain/detrain coef. (<0 => cte; >0 % depending on dW/dz 
     1222   rn_cwmf    = -0.            ! entrain/detrain coef. (<0 => cte; >0 % depending on dW/dz 
     1223   rn_cent    = 2.e-5          ! entrain of convective area 
     1224   rn_cdet    = 3.e-5          ! detrain of convective area  
     1225   rn_cap     = 0.9            ! Coef. for CAP estimation 
     1226   App_max    = 0.1            ! Maximum convection area (% of the cell) 
    12151227/ 
    12161228!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.