addaphysicsschemeintowrfmodel内容摘要:
s:jme):: glo real,dimension(its:ite,kts:kte,jts:jte):: loc mon block “ implicit none ” “ intent ” dimensions loops do j = jts, jte do k = kts, kte do i = its, ite ... enddo enddo enddo Prepare your code Implement a new physics scheme Create a new module ex, (put all your codes in) Go Registry and declare a new package (and new variables) (WRFV1/Registry) package chenscheme cu_physics==3 package kfscheme cu_physics==1 package bmjscheme cu_physics==2 Implement a new physics scheme Cloud microphysics package kesslerscheme mp_physics==1 moist:qv,qc,qr package linscheme mp_physics==2 moist:qv,qc,qr,qi,qs,qg package ncepcloud3 mp_physics==3 moist:qv,qc,qr package ncepcloud5 mp_physics==4 moist:qv,qc, Create a new module ex, (put all your codes in) Go Registry and declare a new package (and new variables) (WRFV1/Registry) Implement a new physics scheme Modify and assign cu_physics = 3 Create a new module ex, (put all your codes in) Go Registry and declare a new package (and new variables) (WRFV1/Registry) WRF ……. solve_em phy_init start_domain_em cu_init (dyn_em) () * * (phys) () (dyn_em) phys/ Pass new variables down to cu_init WRF ……. solve_em phy_init start_domain_em cu_init (dyn_em) () * * (phys) () (dyn_em) phys/ Go subroutine cu_init Include the new module and create a new SELECT case Pass new variables down to cu_init cps_select: SELECT CASE(config_flags%cu_physics) CASE (KFSCHEME) CALL kfinit(...) CASE (BMJSCHEME。addaphysicsschemeintowrfmodel
阅读剩余 0%
本站所有文章资讯、展示的图片素材等内容均为注册用户上传(部分报媒/平媒内容转载自网络合作媒体),仅供学习参考。
用户通过本站上传、发布的任何内容的知识产权归属用户或原始著作权人所有。如有侵犯您的版权,请联系我们反馈本站将在三个工作日内改正。