Skip to content

Commit

Permalink
Merge branch 'gsd/develop' of https://github.com/joeolson42/ccpp-physics
Browse files Browse the repository at this point in the history
 into update_gsd_develop_from_master_20200616
  • Loading branch information
climbfuji committed Jun 18, 2020
2 parents 785cc52 + 1315db3 commit cb28c67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions physics/module_MYNNPBL_wrapper.F90
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ SUBROUTINE mynnedmf_wrapper_run( &
qni(i,k) = 0.
qnwfa(i,k) = 0.
qnifa(i,k) = 0.
ozone(i,k) = qgrs_ozone(i,k)
enddo
enddo
else
Expand Down Expand Up @@ -456,6 +457,7 @@ SUBROUTINE mynnedmf_wrapper_run( &
qni(i,k) = 0.
qnwfa(i,k) = 0.
qnifa(i,k) = 0.
ozone(i,k) = qgrs_ozone(i,k)
enddo
enddo
endif
Expand Down

0 comments on commit cb28c67

Please sign in to comment.