Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submodule pointer updates for ccpp-framework and ccpp-physics, fix compile error on macOS #747

Merged
merged 17 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
3c3d655
Update .gitmodules and submodule pointer for ccpp-framework for code …
climbfuji Dec 22, 2023
6d0b052
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…
climbfuji Dec 22, 2023
593a9e0
Update submodule pointer for ccpp-framework
climbfuji Dec 26, 2023
e74e5a4
Update .gitmodules and submodule pointers for ccpp-framework and ccpp…
climbfuji Dec 27, 2023
ffc54e6
Bug fix in io/module_wrt_grid_comp.F90 to compile on macOS with apple…
climbfuji Dec 27, 2023
db82930
Fix typo in .gitmodules
climbfuji Dec 27, 2023
5374684
Update submodule pointer for ccpp-framework
climbfuji Dec 27, 2023
eda337c
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…
climbfuji Dec 28, 2023
88fac19
Update submodule pointer for ccpp-framework
climbfuji Dec 28, 2023
ee91285
Clean up comments in io/module_wrt_grid_comp.F90
climbfuji Dec 28, 2023
efa44b8
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…
climbfuji Jan 10, 2024
713ba7d
Update submodule pointer for ccpp-framework
climbfuji Jan 10, 2024
622e81e
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…
climbfuji Jan 18, 2024
2670ba1
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…
climbfuji Feb 7, 2024
7defec6
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into fea…
climbfuji Feb 21, 2024
8e642bb
Update submodule pointer for ccpp-physics
climbfuji Feb 21, 2024
b0ec5a5
Revert .gitmodules and update submodule pointers for ccpp-framework a…
climbfuji Feb 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading