Skip to content

Commit

Permalink
forgot to nclude 'use iom' in fesom_module
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Sidorenko committed Aug 11, 2023
1 parent eaa1a64 commit 9a1e0fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fesom_module.F90
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ module fesom_module

subroutine fesom_init(fesom_total_nsteps)
use fesom_main_storage_module
#if defined(__MULTIO)
use iom
#endif
integer, intent(out) :: fesom_total_nsteps
! EO parameters
logical mpi_is_initialized
Expand Down

0 comments on commit 9a1e0fc

Please sign in to comment.