Skip to content

Commit

Permalink
Submodule pointer updates for ccpp-framework and ccpp-physics, fix co…
Browse files Browse the repository at this point in the history
…mpile error on macOS (#747)

* Make ozone physics CCPP compliant by removing 'optional' and 'pointer' attributes: ccpp/physics  PRs  #168 #169 #150

* Bug fix in io/module_wrt_grid_comp.F90 to compile on macOS with apple-clang

* Update ccpp-framework
  • Loading branch information
climbfuji committed Feb 23, 2024
1 parent 0fe9ba3 commit 2d34223
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions io/module_wrt_grid_comp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ module module_wrt_grid_comp
!
use mpi
use esmf
use fms_mod, only : uppercase
use fms
use mpp_mod, only : mpp_init, mpp_error

use write_internal_state
use module_fv3_io_def, only : num_pes_fcst, &
Expand Down

0 comments on commit 2d34223

Please sign in to comment.