You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Description
I had to make these changes to compile the ufs-weather-model with fms@2023.04:
To Reproduce:
Compile ufs-weather-model develop with fms@2023.04
Additional context
n/a
Output
n/a
Dependent PRs:
n/a
The text was updated successfully, but these errors were encountered: