Skip to content

Commit

Permalink
Merge branch 'bishtgautam/lnd/topo-output' (PR #3448)
Browse files Browse the repository at this point in the history
Adds output of topography in land history file

The missing call to output topography in clm2.h0 files is added

Fixes #3447
[non-BFB]
  • Loading branch information
jqyin committed Feb 28, 2020
2 parents 996e709 + 05e7fa2 commit 77b6390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/clm/src/main/histFileMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2667,6 +2667,7 @@ subroutine htape_timeconst(t, mode)
call ncd_io(varname='lon', data=ldomain%lonc, dim1name=grlnd, ncid=nfid(t), flag='write')
call ncd_io(varname='lat', data=ldomain%latc, dim1name=grlnd, ncid=nfid(t), flag='write')
end if
call ncd_io(varname='topo' , data=ldomain%topo, dim1name=grlnd, ncid=nfid(t), flag='write')
call ncd_io(varname='area' , data=ldomain%area, dim1name=grlnd, ncid=nfid(t), flag='write')
call ncd_io(varname='landfrac', data=ldomain%frac, dim1name=grlnd, ncid=nfid(t), flag='write')
call ncd_io(varname='landmask', data=ldomain%mask, dim1name=grlnd, ncid=nfid(t), flag='write')
Expand Down

0 comments on commit 77b6390

Please sign in to comment.