Skip to content

Commit fad1b30

Browse files
committed
Bug fix in landuse_init.f90. The select case for variable harvest_pft was incorrect.
1 parent 2e1977a commit fad1b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ED/src/init/landuse_init.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ subroutine read_landuse_matrix
417417
! back compatibility). !
418418
!---------------------------------------------------------------------!
419419
select case (trim(vkey))
420-
case ('N_PFT_HARVEST','N.PFT.HARVEST')
420+
case ('HARVEST_PFT','HARVEST.PFT')
421421
!---- PFTs to read. -----------------------------------------------!
422422
read (cdum, fmt=*) (harvest_pft(h) ,h=1,nharvest)
423423
!------------------------------------------------------------------!

0 commit comments

Comments
 (0)