Skip to content

Commit

Permalink
Merge pull request #3032 from GEOS-ESM/candidate_v2.35.3+R21C_v1.3.0
Browse files Browse the repository at this point in the history
candidate for a v2.35.2+R21C_v1.3.0
  • Loading branch information
tclune authored Sep 18, 2024
2 parents 801ca26 + f03c07f commit 9221dbc
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 9221dbc

Please sign in to comment.