Skip to content

Commit

Permalink
increase character length for fates harvest mode
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Dec 9, 2024
1 parent a714d58 commit f7267be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/elm/bld/namelist_files/namelist_definition.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ Allowed values are:
5 : use gross domestic production and population datasets to simulate anthropogenic fire supression
</entry>

<entry id="fates_harvest_mode" type="char*18" category="physics"
<entry id="fates_harvest_mode" type="char*256" category="physics"
group="elm_inparm"
valid_values="no_harvest,event_code,landuse_timeseries,luhdata_area,luhdata_mass" >
Set FATES harvesting mode by setting fates_harvest_mode
Expand Down
2 changes: 1 addition & 1 deletion components/elm/src/main/elm_varctl.F90
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ module elm_varctl

logical, public :: use_fates = .false. ! true => use ED
integer, public :: fates_spitfire_mode = 0 ! 0 for no fire; 1 for constant ignitions
character(len=13), public :: fates_harvest_mode = '' ! five different harvest modes; see namelist_definitions
character(len=256), public :: fates_harvest_mode = '' ! five different harvest modes; see namelist_definitions
logical, public :: use_fates_fixed_biogeog = .false. ! true => use fixed biogeography mode
logical, public :: use_fates_planthydro = .false. ! true => turn on fates hydro
logical, public :: use_fates_cohort_age_tracking = .false. ! true => turn on cohort age tracking
Expand Down

0 comments on commit f7267be

Please sign in to comment.