Skip to content

Commit

Permalink
Fix the ptr type being sent in it should have been column rather than…
Browse files Browse the repository at this point in the history
… patch, this was causing the 2D Fates variables to die
  • Loading branch information
ekluzek committed Apr 8, 2020
1 parent 338be7b commit aa34b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/clmfates_interfaceMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2086,7 +2086,7 @@ subroutine init_history_io(this,bounds_proc)
call hist_addfld2d(fname=trim(vname),units=trim(vunits), &
type2d=trim(dim2name), &
avgflag=trim(vavgflag),long_name=trim(vlong), &
ptr_patch=this%fates_hist%hvars(ivar)%r82d, &
ptr_col=this%fates_hist%hvars(ivar)%r82d, &
default=trim(vdefault))


Expand Down

0 comments on commit aa34b3a

Please sign in to comment.