Skip to content

Commit

Permalink
Merge pull request #1108 from jvgeiger/fix/make-retune
Browse files Browse the repository at this point in the history
Fix compiling Bratseth retuning code using Cray compilers
  • Loading branch information
emkemp authored Jun 3, 2022
2 parents 45ec5c4 + 537b63c commit 2e91d40
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion lis/utils/usaf/retune_bratseth/src/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Makefile for Fortran utilities
#
# To use, first run lvt/configure script to generate configure.lis in lis/make.
# To use, first run lis/configure script to generate configure.lis in lis/make.
#
# Eric Kemp, SSAI and NASA/GSFC, 26 Oct 2020
#------------------------------------------------------------------------------
Expand Down
2 changes: 0 additions & 2 deletions lis/utils/usaf/retune_bratseth/src/procOBA_NWP.F90
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,6 @@ subroutine readfiles(myid, numprocs, starttime, endtime, deltatime, &
use_blacklist, nstns, blacklist_stns)

! Imports
use esmf
use mpi
use USAF_ReportsMod, only: Reports, newReports, getNobs, getReport, &
destroyReports, appendToReports, bcast_reports
use USAF_StationsMod, only: great_circle_distance
Expand Down
2 changes: 0 additions & 2 deletions lis/utils/usaf/retune_bratseth/src/procOBA_Sat.F90
Original file line number Diff line number Diff line change
Expand Up @@ -867,8 +867,6 @@ subroutine readfiles(myid,numprocs, starttime, endtime, deltatime, &
use_blacklist, nstns, blacklist_stns)

! Imports
use esmf
use mpi
use USAF_GridHashMod, only: GridHash, newGridHash, destroyGridHash, &
insertIntoGridHash, getObindexVectorFromGridHash, &
createIJForGridHash
Expand Down

0 comments on commit 2e91d40

Please sign in to comment.