Skip to content

Update gthompsnWRF:new_thompson_cloud_fraction with the latest code from NCAR ccpp-physics main#1

Merged
gthompsnWRF merged 174 commits into
gthompsnWRF:new_thompson_cloud_fractionfrom
climbfuji:new_thompson_cloud_fraction_update_from_main_20211119
Nov 21, 2021
Merged

Update gthompsnWRF:new_thompson_cloud_fraction with the latest code from NCAR ccpp-physics main#1
gthompsnWRF merged 174 commits into
gthompsnWRF:new_thompson_cloud_fractionfrom
climbfuji:new_thompson_cloud_fraction_update_from_main_20211119

Conversation

@climbfuji
Copy link
Copy Markdown

No code changes to any of the new code in gthompsnWRF:new_thompson_cloud_fraction, except fixing a compilation error with GNU (which doesn't allow line continuation inside format statements):

--- a/physics/radiation_clouds.f
+++ b/physics/radiation_clouds.f
@@ -4570,8 +4570,8 @@
          endif
          if (cldfra(k).gt.0.0 .and. p(k).lt.7000.0) CLDFRA(K) = 0.0
          if (debug_flag .and. ndebug.lt.25) then
-          write(6,'(a,x,i3,x,f8.2,f7.1,f7.2,f6.1,x,f5.3,f12.7,f12.7,
-     &       f12.7)') ' DEBUG-GT: ', k, p(k)*0.01, dz(k), t(k)-273.15,  &
+      write(6,'(a,x,i3,x,f8.2,f7.1,f7.2,f6.1,x,f5.3,f12.7,f12.7,f12.7)')&
+     &        ' DEBUG-GT: ', k, p(k)*0.01, dz(k), t(k)-273.15,          &
      &       rh(k)*100., cldfra(k), qc(k)*1.E3, qi(k)*1.E3, qs(k)*1.E3
           if (k.eq.kte) ndebug = ndebug + 1
          endif

SajalKar-NOAA and others added 30 commits April 6, 2020 14:00
with conflict fixed.
Conflicts:
	physics/dcyc2.meta
	physics/moninedmf.meta
	physics/rrtmg_lw_post.F90
	physics/rrtmg_sw_post.F90
	physics/satmedmfvdif.meta
	physics/ugwp_driver_v0.F
	physics/ysuvdif.meta
Change it back to the original.
climbfuji and others added 19 commits November 5, 2021 15:36
to increase runtime performance as suggested by S. Moorthi.
Implement positive-definite TVD methods for tracer transport in EDMF-TKE PBL schemes and SAMF convective schemes
Cleanup CCPP cmake flags part 1, remove extra logic that reduces optimization for radiation_aerosols.f, update CODEOWNERS, update README.md
decreases memory usage by 6 times for MERRA2
@gthompsnWRF gthompsnWRF merged commit cba377d into gthompsnWRF:new_thompson_cloud_fraction Nov 21, 2021
gthompsnWRF pushed a commit that referenced this pull request Dec 13, 2021
…Aerosols_dom_20210823

Hannah gf radiation update revert aerosols dom 20210823
gthompsnWRF pushed a commit that referenced this pull request Apr 8, 2022
Merge "Bugfix in Thompson MP, pass correct timestep to core routine" into "Adding inner loop to Thompson microphysics"
gthompsnWRF pushed a commit that referenced this pull request Apr 8, 2022
gthompsnWRF pushed a commit that referenced this pull request Apr 8, 2022
gthompsnWRF pushed a commit that referenced this pull request Apr 26, 2023
Minor cloud tunings to improve cloud fraction and radiation in UFS
gthompsnWRF pushed a commit that referenced this pull request Apr 26, 2023
gthompsnWRF pushed a commit that referenced this pull request Apr 26, 2023
gthompsnWRF pushed a commit that referenced this pull request Apr 26, 2023
gthompsnWRF pushed a commit that referenced this pull request Apr 26, 2023
Remove MYNN SFC logic from noahmpdrv.F90 and fix CMakeLists.txt authors
gthompsnWRF pushed a commit that referenced this pull request Apr 27, 2023
update CODEOWNERS to replace Chunxi with Qingfu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.