Skip to content

Commit

Permalink
Add missing "use LIS_masterproc" statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jvgeiger committed Dec 12, 2023
1 parent fb6c236 commit 2ede759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lis/metforcing/usaf/USAF_bratsethMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3080,6 +3080,7 @@ subroutine check_grib_file(gribfile,yr1,mo1,da1,hr1,found, &
#if (defined USE_GRIBAPI)
use grib_api
#endif
use LIS_coreMod, only: LIS_masterproc
use LIS_logMod, only : LIS_logunit, LIS_abort, LIS_alert, &
LIS_verify, LIS_endrun
use LIS_mpiMod
Expand Down

0 comments on commit 2ede759

Please sign in to comment.