Skip to content

Commit

Permalink
add logic to avoid rho and tau calculation when fates is on
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Jun 18, 2024
1 parent 3f489e8 commit 4156260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/elm/src/main/elmfates_interfaceMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ subroutine ELMFatesGlobals1()
call SetFatesGlobalElements1(use_fates,natpft_size,0,var_reader)

natpft_size = fates_maxPatchesPerSite
!numpft = natpft_size - 1 # GML Todo: This was in landuse v2, not v1
max_patch_per_col= max(natpft_size, numcft, maxpatch_urb)

return
Expand Down

0 comments on commit 4156260

Please sign in to comment.