Skip to content

Commit

Permalink
Update mpi use statement for chgres_cube.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Oct 25, 2023
1 parent 67550c9 commit 98371f4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions sorc/chgres_cube.fd/atm_input_data.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ end subroutine read_input_atm_restart_file
!! @author George Gayno NCEP/EMC
subroutine read_input_atm_gaussian_netcdf_file(localpet)

use mpi
use mpi_f08

implicit none

Expand Down Expand Up @@ -1678,7 +1678,7 @@ end subroutine read_input_atm_gaussian_netcdf_file
!! @author George Gayno NCEP/EMC
subroutine read_input_atm_tiled_history_file(localpet)

use mpi
use mpi_f08

implicit none

Expand Down Expand Up @@ -1969,7 +1969,7 @@ end subroutine read_input_atm_tiled_history_file
!! @author George Gayno NCEP/EMC
subroutine read_input_atm_grib2_file(localpet)

use mpi
use mpi_f08
use grib_mod

use grib2_util, only : rh2spfh, rh2spfh_gfs, convert_omega
Expand Down
2 changes: 1 addition & 1 deletion sorc/chgres_cube.fd/msis2.1.fd/msis_init.F90
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ end subroutine initparmspace
!==================================================================================================
subroutine loadparmset(name,iun)

use mpi
use mpi_f08

use msis_constants, only : maxnbf, csfxmod

Expand Down
2 changes: 1 addition & 1 deletion sorc/chgres_cube.fd/sfc_input_data.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,7 @@ end subroutine read_input_sfc_netcdf_file
!! @author Larissa Reames
subroutine read_input_sfc_grib2_file(localpet)

use mpi
use mpi_f08
use grib_mod
use program_setup, only : vgtyp_from_climo, sotyp_from_climo
use model_grid, only : input_grid_type
Expand Down
2 changes: 1 addition & 1 deletion sorc/chgres_cube.fd/surface.F90
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ end subroutine surface_driver
!! @author George Gayno NOAA/EMC
subroutine interp(localpet)

use mpi
use mpi_f08
use esmf

use sfc_input_data, only : canopy_mc_input_grid, &
Expand Down

0 comments on commit 98371f4

Please sign in to comment.