Skip to content

Commit 55bd825

Browse files
committed
Fix missing use mapl3g_FileIO and MAPL_TimeInterpolation in MemUtils and SunOrbit
1 parent 0b42f30 commit 55bd825

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

base3g/MemUtils.F90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module MAPL_MemUtilsMod
1818
use MAPL_CommsMod
1919
use MAPL_ShmemMod
2020
use mapl_ErrorHandling
21+
use mapl3g_FileIO, only: WRITE_PARALLEL
2122
use, intrinsic :: iso_fortran_env, only: INT64
2223
use, intrinsic :: iso_fortran_env, only: REAL64
2324
use mpi

base3g/SunOrbit.F90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ module MAPL_SunMod
2525
use MAPL_Constants
2626
use MAPL_CommsMod
2727
use mapl_ErrorHandling, only: MAPL_Assert, MAPL_Verify, MAPL_Return
28+
use MAPL_TimeInterpolation, only: MAPL_ClimInterpFac
29+
use mapl3g_FileIO, only: WRITE_PARALLEL
2830
use netcdf
2931
use, intrinsic :: iso_fortran_env, only: REAL64
3032
use pflogger, only: logging, Logger

0 commit comments

Comments
 (0)