Skip to content

Commit

Permalink
This is required to get the FATES-SP drydep mode to work
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Jun 17, 2022
1 parent b71d464 commit 46e7697
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/clm_initializeMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -615,9 +615,7 @@ subroutine initialize2(ni,nj)
! Read monthly vegetation
! Even if CN or FATES is on, and dry-deposition is active, read CLMSP annual vegetation
! to get estimates of monthly LAI
!if ( n_drydep > 0 .and. drydep_method == DD_XLND )then ! Replace with this when we have dry-deposition working
! For now don't allow for dry-deposition because of issues in #1044 EBK Jun/17/2022
if ( n_drydep > 0 .and. drydep_method == DD_XLND .and. .not. use_fates )then
if ( n_drydep > 0 .and. drydep_method == DD_XLND )then
call readAnnualVegetation(bounds_proc, canopystate_inst)
! Call interpMonthlyVeg for dry-deposition so that mlaidiff will be calculated
! This needs to be done even if FATES, CN or CNDV is on!
Expand Down

0 comments on commit 46e7697

Please sign in to comment.