Skip to content

Commit

Permalink
fix compilation error in GFS_diagnostics.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Nov 9, 2024
1 parent b2e805f commit c06ba7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccpp/driver/GFS_diagnostics.F90
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ subroutine GFS_externaldiag_populate (ExtDiag, Model, Statein, Stateout, Sfcprop
ExtDiag(idx)%intpl_method = 'bilinear'
allocate (ExtDiag(idx)%data(nblks))
do nb = 1,nblks
ExtDiag(idx)%data(nb)%var2 => IntDiag(nb)%fluxr(:,32)
ExtDiag(idx)%data(nb)%var2 => IntDiag%fluxr(Model%chunk_begin(nb):Model%chunk_end(nb),32)
enddo

idx = idx + 1
Expand Down

0 comments on commit c06ba7f

Please sign in to comment.