You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code style change along with the LFRic's coding rule
Real precision change (r_umphys -> r_bl) and necessary changes so that 3DTE scheme can work in single precision
Implementation of new length scale and TKE-based dynamical leonard term coefficient option, which are not included in the UM's trunk but necessary for complete 3DTE Mk1 scheme
Tracer transport scheme is modified so that one of the prognostic variables (cov) is transported appropriately.
Current transport scheme assumes positive tracer and corrects every tracer 0 or greater after the calculation.
Since cov can be both positive and negative, this correction causes a problem.
After the consultation with people in Dynamic research team, we decided to consolidate current ‘advective’ and ‘consistent’ tracers
into a single ‘positive’ tracer and to create a new ‘general’ tracer -capable of taking negative values- to handle the transport of cov.
In the latest science configuration, ‘advective’ and ‘consistent’ tracers have an identical configuration. So, this consolidation doesn't affect.
A new regional nesting suite, using 3DTE scheme (run_lfric_atm_3dte-seuk_MG) is added in the rose-stem suite so that least performance will be guaranteed in the future.
KGO changes
Checksum files for new tests (run_lfric_atm_3dte-seuk_MG) are added.
Checksum file for run_lfric_coupled_nwp_gal9-C48_ex1a_cce_fast-debug-64bit has changed.
This job still uses old tracer transport configuration (i.e. equation_form=2) for advective tracers (an oversight when making changes in ticket#845 in trac?).
Since in this branch, ‘advective’ and ‘consistent’ tracers are consolidated into a single 'positive' tracer, which has the latest scientific configuration (i.e. equation_form=3) , the result changes.
Supplement
Currently, 3DTE scheme cannot work with:
bimodal or PC2 cloud scheme
Comorph convection scheme
TKE based RHc option (cloud:rh_crit_opt='tke')
Microphysics option to consider mixed phase cloud production by turbulence (microphysics:turb_gen_mixph)
as necessary inputs for them are not calculated in this scheme.
Contact Details
shusuke.nishimoto@metoffice.gov.uk
Are there any linked Issues or Pull Requests?
#734
Brief description
This issue imports high order turbulence closure scheme (3DTE Mk1 scheme) in UM to LFRic.
Development branch
https://github.com/mo-snishimoto/lfric_apps/tree/3dte_mk1
Documentation
Description of the change
To implement 3DTE scheme in LFRic, following modifications were added to the UM's legacy source code.
r_umphys->r_bl) and necessary changes so that 3DTE scheme can work in single precisionTracer transport scheme is modified so that one of the prognostic variables (
cov) is transported appropriately.covcan be both positive and negative, this correction causes a problem.into a single ‘positive’ tracer and to create a new ‘general’ tracer -capable of taking negative values- to handle the transport of
cov.Please refer Code_change_detail.pdf for more details.
run_lfric_atm_3dte-seuk_MG) is added in the rose-stem suite so that least performance will be guaranteed in the future.KGO changes
run_lfric_atm_3dte-seuk_MG) are added.run_lfric_coupled_nwp_gal9-C48_ex1a_cce_fast-debug-64bithas changed.equation_form=2) for advective tracers (an oversight when making changes in ticket#845 in trac?).equation_form=3) , the result changes.Supplement
Currently, 3DTE scheme cannot work with:
cloud:rh_crit_opt='tke')microphysics:turb_gen_mixph)as necessary inputs for them are not calculated in this scheme.