@@ -481,18 +481,18 @@ subroutine InitHistory(this, bounds)
481481 ptr_patch= this% leafc_maturity_thisyr_patch, default= ' inactive' )
482482
483483 this% grainc_emergence_thisyr_patch(begp:endp,:) = spval
484- call hist_addfld2d (fname= ' GRAINC_AT_EMERGENCE_PERHARV ' , units= ' gC/m^2' , type2d= ' mxharvests' , &
485- avgflag= ' I' , long_name= ' Grain C at emergence for each harvest this year; should only be output annually' , &
484+ call hist_addfld2d (fname= ' HARVORGANC_AT_EMERGENCE_PERHARV ' , units= ' gC/m^2' , type2d= ' mxharvests' , &
485+ avgflag= ' I' , long_name= ' Harvestable organ (grain) C at emergence for each harvest this year; should only be output annually' , &
486486 ptr_patch= this% grainc_emergence_thisyr_patch, default= ' inactive' )
487487
488488 this% grainc_anthesis_thisyr_patch(begp:endp,:) = spval
489- call hist_addfld2d (fname= ' GRAINC_AT_ANTHESIS_PERHARV ' , units= ' gC/m^2' , type2d= ' mxharvests' , &
490- avgflag= ' I' , long_name= ' Grain C at anthesis for each harvest this year; should only be output annually' , &
489+ call hist_addfld2d (fname= ' HARVORGANC_AT_ANTHESIS_PERHARV ' , units= ' gC/m^2' , type2d= ' mxharvests' , &
490+ avgflag= ' I' , long_name= ' Harvestable organ (grain) C at anthesis for each harvest this year; should only be output annually' , &
491491 ptr_patch= this% grainc_anthesis_thisyr_patch, default= ' inactive' )
492492
493493 this% grainc_maturity_thisyr_patch(begp:endp,:) = spval
494- call hist_addfld2d (fname= ' GRAINC_AT_MATURITY_PERHARV ' , units= ' gC/m^2' , type2d= ' mxharvests' , &
495- avgflag= ' I' , long_name= ' Grain C at maturity for each harvest this year; should only be output annually' , &
494+ call hist_addfld2d (fname= ' HARVORGANC_AT_MATURITY_PERHARV ' , units= ' gC/m^2' , type2d= ' mxharvests' , &
495+ avgflag= ' I' , long_name= ' Harvestable organ (grain) C at maturity for each harvest this year; should only be output annually' , &
496496 ptr_patch= this% grainc_maturity_thisyr_patch, default= ' inactive' )
497497
498498 this% sowing_reason_thisyr_patch(begp:endp,:) = spval
0 commit comments