Skip to content

Commit

Permalink
Add missing potential veg to build list.
Browse files Browse the repository at this point in the history
Manually cherry-picked from Greg Lemieux's b33a722.
  • Loading branch information
samsrabin committed Apr 28, 2024
1 parent a731954 commit 0191278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bld/CLMBuildNamelist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,8 @@ sub setup_cmdl_fates_mode {
my @list = ( "fates_spitfire_mode", "use_fates_planthydro", "use_fates_ed_st3", "use_fates_ed_prescribed_phys",
"use_fates_cohort_age_tracking","use_fates_inventory_init","use_fates_fixed_biogeog",
"use_fates_nocomp","use_fates_sp","fates_inventory_ctrl_filename","fates_harvest_mode",
"fates_parteh_mode","use_fates_tree_damage","fates_seeddisp_cadence","use_fates_luh","fluh_timeseries","flandusepftdat");
"fates_parteh_mode","use_fates_tree_damage","fates_seeddisp_cadence","use_fates_luh","fluh_timeseries","flandusepftdat",
"use_fates_potentialveg");
# dis-allow fates specific namelist items with non-fates runs
foreach my $var ( @list ) {
if ( defined($nl->get_value($var)) ) {
Expand Down

0 comments on commit 0191278

Please sign in to comment.