Skip to content

Commit

Permalink
Fix CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
rfiorella committed Jun 10, 2024
1 parent 3beef09 commit 9958291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/elm/src/main/surfrdMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@ subroutine surfrd_get_topo_for_solar_rad(domain,filename)
beg = domain%nbeg
end = domain%nend

allocate(latc(beg:end),lonc(beg:end),max_topounits)
allocate(latc(beg:end),lonc(beg:end),max_topounits(beg:end))

call ncd_io(ncid=ncid, varname='LONGXY', flag='read', data=lonc, &
dim1name=grlnd, readvar=readvar)
Expand Down

0 comments on commit 9958291

Please sign in to comment.