-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UFS-dev PR#226 #1097
UFS-dev PR#226 #1097
Conversation
* added hflx_fire and evap_fire to GFS_surface_composite_post * added cpl_fire flag
* added fsmoke tracer * added surface emissions to fsmoke in rrfs_smoke_wrapper
Fixes Intel LLVM compiler (ifx) error: physics/Interstitials/UFS_SCM_NEPTUNE/gcycle.F90(237): error #8284: If the actual argument is scalar, the dummy argument shall be scalar unless the actual argument is of type character or is an element of an array that is not assumed shape, pointer, or polymorphic. [SIG1T] CALL SFCCYCLE (9998, npts, max(lsoil,lsoil_lsm), sig1t, fhcyc, & -----------^
Add fire coupling into ccpp physics including heat flux, upward specific humidity flux, and smoke tracer
add Rhae Sung Kim to CODEOWNERS file
Support Intel LLVM compiler (ifx)
…nd it will be consistent with convective precipitation"
@climbfuji FYI, last one until we are caught up with ufs/dev. |
@matusmartini Can you take a look at the changes to |
Thank you @climbfuji Looks good. These changes should not interfere with NRL physics configuration as we use different mixing length formulation in |
Perfect, thanks! |
Identical to ufs-community#226