Skip to content

Commit

Permalink
Roll back FATES_PATCHAREA_AP upfreq from 2 to 1.
Browse files Browse the repository at this point in the history
Works around NGEET#1207: FATES_PATCHAREA_AP only has data in chronologically-first history file.
  • Loading branch information
samsrabin committed May 23, 2024
1 parent caeb183 commit 890ba83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/FatesHistoryInterfaceMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -6967,7 +6967,7 @@ subroutine define_history_vars(this, initialize_variables)
! patch age class variables
call this%set_history_var(vname='FATES_PATCHAREA_AP', units='m2 m-2', &
long='patch area by age bin per m2 land area', use_default='active', &
avgflag='A', vtype=site_age_r8, hlms='CLM:ALM', upfreq=group_dyna_complx, ivar=ivar, &
avgflag='A', vtype=site_age_r8, hlms='CLM:ALM', upfreq=1, ivar=ivar, &
initialize=initialize_variables, index=ih_area_si_age)

call this%set_history_var(vname='FATES_LAI_AP', units='m2 m-2', &
Expand Down

0 comments on commit 890ba83

Please sign in to comment.