Skip to content

Commit

Permalink
Merge branch 'R21C' into feature/aelakkra/m21c_prod_MMup1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 authored Oct 22, 2024
2 parents 6178fe2 + 9221dbc commit 2619cb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions griddedio/FieldBundleRead.F90
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module MAPL_ESMFFieldBundleRead
use MAPL_SimpleAlarm
use MAPL_StringTemplate
use gFTL_StringVector
use MAPL_CommsMod
use, intrinsic :: iso_fortran_env, only: REAL32
implicit none
private
Expand Down Expand Up @@ -175,6 +176,7 @@ subroutine MAPL_read_bundle(bundle,file_tmpl,time,only_vars,regrid_method,noread

call fill_grads_template(file_name,file_tmpl,time=time,rc=status)
_VERIFY(status)
if (mapl_am_I_root()) write(*,*)"MAPL_read_bundle reading: ",trim(file_name)

collection_id=i_clients%add_ext_collection(trim(file_tmpl))

Expand Down
2 changes: 2 additions & 0 deletions griddedio/FieldBundleWrite.F90
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module MAPL_ESMFFieldBundleWrite
use MAPL_VerticalDataMod
use pFIO_ClientManagerMod, only: o_Clients
use MAPL_ExceptionHandling
use MAPL_CommsMod
implicit none
private

Expand Down Expand Up @@ -120,6 +121,7 @@ subroutine write_to_file(this,rc)

call this%cfio%bundlepost(this%file_name,oClients=o_clients,rc=status)
_VERIFY(status)
if (mapl_am_I_root()) write(*,*)"MAPL_write_bundle writing: ",trim(this%file_name)
call o_Clients%done_collective_stage(_RC)
call o_Clients%wait()
_RETURN(_SUCCESS)
Expand Down

0 comments on commit 2619cb5

Please sign in to comment.