Skip to content

Commit

Permalink
update harvest parameter variables lengths
Browse files Browse the repository at this point in the history
Updating all lengths to account for the update to the clmlanduse name
option change
  • Loading branch information
glemieux committed Jul 6, 2024
1 parent 0e6eed5 commit a486e86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/dyn_subgrid/dynFATESLandUseChangeMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ module dynFATESLandUseChangeMod
integer, public, parameter :: num_landuse_harvest_vars = 5

! Define the fates landuse namelist mode switch values
character(len=13), public, parameter :: fates_harvest_no_logging = 'no_harvest'
character(len=13), public, parameter :: fates_harvest_logging_only = 'event_code'
character(len=13), public, parameter :: fates_harvest_clmlanduse = 'landuse_timeseries'
character(len=13), public, parameter :: fates_harvest_luh_area = 'luhdata_area'
character(len=13), public, parameter :: fates_harvest_luh_mass = 'luhdata_mass'
character(len=18), public, parameter :: fates_harvest_no_logging = 'no_harvest'
character(len=18), public, parameter :: fates_harvest_logging_only = 'event_code'
character(len=18), public, parameter :: fates_harvest_clmlanduse = 'landuse_timeseries'
character(len=18), public, parameter :: fates_harvest_luh_area = 'luhdata_area'
character(len=18), public, parameter :: fates_harvest_luh_mass = 'luhdata_mass'

! Define landuse harvest unit integer representation
integer, public, parameter :: landuse_harvest_area_units = 1
Expand Down

0 comments on commit a486e86

Please sign in to comment.