Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Nemo Fork
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
External Contributors
Nemo Fork
Commits
bf56f86c
Commit
bf56f86c
authored
4 months ago
by
Guillaume S
Browse files
Options
Downloads
Patches
Plain Diff
updage namzdf_mfc namelist block
parent
989582e0
Branches
530-mass-flux-convection-scheme-bugfixes-refactoring-capacity-to-convect-bgc-and-tke-main
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cfgs/SHARED/namelist_ref
+22
-7
22 additions, 7 deletions
cfgs/SHARED/namelist_ref
with
22 additions
and
7 deletions
cfgs/SHARED/namelist_ref
+
22
−
7
View file @
bf56f86c
...
...
@@ -1329,13 +1329,28 @@
!-----------------------------------------------------------------------
&namzdf_mfc ! Mass Flux Convection
!-----------------------------------------------------------------------
ln_edmfuv = .false. ! Activate on velocity fields (Not available yet)
rn_cemf = 1. ! entrain/detrain coef. (<0 => cte; >0 % depending on dW/dz
rn_cwmf = -0. ! entrain/detrain coef. (<0 => cte; >0 % depending on dW/dz
rn_cent = 2.e-5 ! entrain of convective area
rn_cdet = 3.e-5 ! detrain of convective area
rn_cap = 0.9 ! Coef. for CAP estimation
App_max = 0.1 ! Maximum convection area (% of the cell)
ln_edmfuv = .false. ! Activate on velocity fields
ln_edmftke = .false. ! Activate on TKE field
rn_cemf = 1. ! entrain/detrain coef. for T/S (<0 => cte; >0 % depending on dW/dz
rn_cuvmf = 1. ! entrain/detrain coef. for U/V (<0 => cte; >0 % depending on dW/dz
rn_ctkemf = 1. ! entrain/detrain coef. for TKE (<0 => cte; >0 % depending on dW/dz
ln_varcap = .true. ! true: variable entrainment (resp. detrainment) rate of
! convective area rate : rn_beta1 * max(0,L) (resp. -rn_beta2 * Min(0,L))
! false: constant entrainment - detrainment rate specified by rn_cap
! rate taken as rn_cent, rn_cdet
nn_mfcdis = 0
rn_cap = 1.e-5 ! entrain - detrain convective area (constant case) [m-1]
rn_beta1 = 0.9 ! Coef. for variable entrainment rate of convective area [-]
! value from cloud param in 10.1007/s10546-010-9478-z
rn_beta2 = 0.9 ! Coef. for variable detrainment rate of convective area [-]
! value from cloud param in 10.1007/s10546-010-9478-z
rn_appmax = 0.1 ! Maximum convective area [1]
rn_mfalph = 0.2 ! alpha coefficient from Eq. 7 (Gioardani et al., JAMES 2019) [-]
! value from best fit in idealized testcase + LES in 10.1029/98RG02739
rn_mfcmz = -0.065 ! C_MO from Eq. 11 (buoyancy "drag" coefficient) [-]
! value from LES in 10.1007/s10546-009-9388-0 )
rn_mfa1 = 1. ! ratio between plume TKE transport and buoyancy (a_1 in Eq. 8)
! value from 10.1175/1520-0469(2003)60<1201:ALESIS>2.0.CO;2 ) [-]
/
!-----------------------------------------------------------------------
&namzdf_iwm ! internal wave-driven mixing parameterization (ln_zdfiwm =T)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment