Skip to content

Commit

Permalink
"point to the updates to address UFS code manager's comments"
Browse files Browse the repository at this point in the history
  • Loading branch information
haiqinli committed Mar 13, 2024
1 parent 2727553 commit 1e178d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ccpp/driver/GFS_diagnostics.F90
Original file line number Diff line number Diff line change
Expand Up @@ -4796,8 +4796,6 @@ subroutine GFS_externaldiag_populate (ExtDiag, Model, Statein, Stateout, Sfcprop
ExtDiag(idx)%data(nb)%var3 => Coupling(nb)%ebu_smoke(:,:)
enddo

idx = idx + 1

if (Model%ebb_dcycle == 2 ) then

idx = idx + 1
Expand Down Expand Up @@ -4877,6 +4875,8 @@ subroutine GFS_externaldiag_populate (ExtDiag, Model, Statein, Stateout, Sfcprop

endif smoke_forecast_mode


idx = idx + 1
ExtDiag(idx)%axes = 3
ExtDiag(idx)%name = 'ext550'
ExtDiag(idx)%desc = '3d total extinction at 550nm'
Expand Down
2 changes: 1 addition & 1 deletion ccpp/physics

0 comments on commit 1e178d7

Please sign in to comment.