Skip to content

Commit

Permalink
Merge pull request #5 from rgknox/mpaiao-pr-drgt-decid
Browse files Browse the repository at this point in the history
Updated memory needed for phenoology restart
  • Loading branch information
mpaiao authored Jun 7, 2023
2 parents 49c30b0 + 091627e commit fad6947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/FatesInterfaceMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ subroutine SetFatesGlobalElements2(use_fates)
end if

fates_maxElementsPerSite = max(fates_maxPatchesPerSite * fates_maxElementsPerPatch, &
numWatermem, num_vegtemp_mem, num_elements, nlevsclass*numpft)
numWatermem*numpft, num_vegtemp_mem, num_elements, nlevsclass*numpft)

if(hlm_use_planthydro==itrue)then
fates_maxElementsPerSite = max(fates_maxElementsPerSite, nshell*nlevsoi_hyd_max )
Expand Down

0 comments on commit fad6947

Please sign in to comment.