Skip to content

Commit

Permalink
Bug fix in landuse_init.f90. The select case for variable harvest_pft…
Browse files Browse the repository at this point in the history
… was incorrect.
  • Loading branch information
mpaiao committed Oct 16, 2021
1 parent 2e1977a commit fad1b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ED/src/init/landuse_init.f90
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ subroutine read_landuse_matrix
! back compatibility). !
!---------------------------------------------------------------------!
select case (trim(vkey))
case ('N_PFT_HARVEST','N.PFT.HARVEST')
case ('HARVEST_PFT','HARVEST.PFT')
!---- PFTs to read. -----------------------------------------------!
read (cdum, fmt=*) (harvest_pft(h) ,h=1,nharvest)
!------------------------------------------------------------------!
Expand Down

0 comments on commit fad1b30

Please sign in to comment.