Skip to content

Commit

Permalink
fix name clash
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey S Whitaker committed Mar 25, 2024
1 parent 9f7c049 commit 432220d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/enkf/gridinfo_nmmb.f90
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module gridinfo

use mpisetup
use mpisetup, only: nproc, mpi_integer, mpi_real4
use mpimod, only: mpi_comm_world
use params, only: datapath,nlevs,datestring,&
nmmb,regional,nlons,nlats,nbackgrounds,fgfileprefixes
use kinds, only: r_kind, i_kind, r_double, r_single
Expand Down
5 changes: 3 additions & 2 deletions src/enkf/gridinfo_wrf.f90
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@ module gridinfo

! Define associated modules

use constants, only: rearth_equator, omega, pi, deg2rad, zero, rad2deg, &
use constants, only: rearth_equator, omega, pi, deg2rad, zero, one, rad2deg, &
rearth,max_varname_length
use kinds, only: i_kind, r_kind, r_single, i_long, r_double
use params, only: datapath, nlevs, nlons, nlats, &
arw, nmm
use mpisetup
use mpisetup, only: nproc, mpi_integer, mpi_real4,mpi_status
use mpimod, only: mpi_comm_world
use netcdf_io

implicit none
Expand Down

0 comments on commit 432220d

Please sign in to comment.