Skip to content

Commit

Permalink
Comment out fates_hdim_levleaf so that don't need a new fates version
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Nov 4, 2021
1 parent 121d27b commit 5e1adf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/histFileMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2993,7 +2993,7 @@ subroutine htape_timeconst(t, mode)
use FatesInterfaceTypesMod, only : fates_hdim_levfuel
use FatesInterfaceTypesMod, only : fates_hdim_levcwdsc
use FatesInterfaceTypesMod, only : fates_hdim_levcan
use FatesInterfaceTypesMod, only : fates_hdim_levleaf
!use FatesInterfaceTypesMod, only : fates_hdim_levleaf
use FatesInterfaceTypesMod, only : fates_hdim_canmap_levcnlf
use FatesInterfaceTypesMod, only : fates_hdim_lfmap_levcnlf
use FatesInterfaceTypesMod, only : fates_hdim_canmap_levcnlfpf
Expand Down Expand Up @@ -3156,7 +3156,7 @@ subroutine htape_timeconst(t, mode)
call ncd_io(varname='fates_levfuel',data=fates_hdim_levfuel, ncid=nfid(t), flag='write')
call ncd_io(varname='fates_levcwdsc',data=fates_hdim_levcwdsc, ncid=nfid(t), flag='write')
call ncd_io(varname='fates_levcan',data=fates_hdim_levcan, ncid=nfid(t), flag='write')
call ncd_io(varname='fates_levleaf',data=fates_hdim_levleaf, ncid=nfid(t), flag='write')
!call ncd_io(varname='fates_levleaf',data=fates_hdim_levleaf, ncid=nfid(t), flag='write')
call ncd_io(varname='fates_canmap_levcnlf',data=fates_hdim_canmap_levcnlf, ncid=nfid(t), flag='write')
call ncd_io(varname='fates_lfmap_levcnlf',data=fates_hdim_lfmap_levcnlf, ncid=nfid(t), flag='write')
call ncd_io(varname='fates_canmap_levcnlfpf',data=fates_hdim_canmap_levcnlfpf, ncid=nfid(t), flag='write')
Expand Down

0 comments on commit 5e1adf8

Please sign in to comment.