Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bena-nasa committed May 8, 2024
1 parent 8c4d272 commit 68ef003
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gridcomps/History3G/HistoryCollectionGridComp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ subroutine init(gridcomp, importState, exportState, clock, rc)
call MAPL_GridCompGet(gridcomp, geom=geom, _RC)
metadata = bundle_to_metadata(collection_gridcomp%output_bundle, geom, _RC)
mapl_geom => get_mapl_geom(geom, _RC)
collection_gridcomp%writer = make_geom_pfio(metadata, _RC)
allocate(collection_gridcomp%writer, source=make_geom_pfio(metadata, rc=status))
_VERIFY(STATUS)
call collection_gridcomp%writer%initialize(metadata, mapl_geom, _RC)

call create_output_alarm(clock, hconfig, trim(name), _RC)
Expand Down

0 comments on commit 68ef003

Please sign in to comment.