Skip to content

Commit

Permalink
forgot to define FESOM domains in fesom_module.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Sidorenko committed Aug 10, 2023
1 parent 3720b95 commit eaa1a64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fesom_module.F90
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ subroutine fesom_init(fesom_total_nsteps)
write(*,*) '============================================'
endif

#if defined(__MULTIO)
call iom_send_fesom_domains(f%partit, f%mesh)
#endif

! f%dump_dir='DUMP/'
! INQUIRE(file=trim(f%dump_dir), EXIST=f%L_EXISTS)
! if (.not. f%L_EXISTS) call system('mkdir '//trim(f%dump_dir))
Expand Down

0 comments on commit eaa1a64

Please sign in to comment.