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

Changes needed for compiling fv3atm with fms@2023.04 #745

Closed
climbfuji opened this issue Dec 26, 2023 · 1 comment · Fixed by #747
Closed

Changes needed for compiling fv3atm with fms@2023.04 #745

climbfuji opened this issue Dec 26, 2023 · 1 comment · Fixed by #747
Labels
bug Something isn't working

Comments

@climbfuji
Copy link
Collaborator

Description

I had to make these changes to compile the ufs-weather-model with fms@2023.04:

[dheinzel@hercules-login-3 FV3]$ git diff
diff --git a/io/module_wrt_grid_comp.F90 b/io/module_wrt_grid_comp.F90
index e409788..946c978 100644
--- a/io/module_wrt_grid_comp.F90
+++ b/io/module_wrt_grid_comp.F90
@@ -28,8 +28,9 @@
 !
       use mpi
       use esmf
+      use fms_mod, only : uppercase  ! needed for fms 2023.04
       use fms
-      use mpp_mod, only : mpp_init   ! needed for fms 2023.02
+      use mpp_mod, only : mpp_init,mpp_error   ! needed for fms 2023.02

       use write_internal_state
       use module_fv3_io_def,   only : num_pes_fcst,                             &

To Reproduce:

Compile ufs-weather-model develop with fms@2023.04

Additional context

n/a

Output

n/a

Dependent PRs:

n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant