Skip to content

Commit

Permalink
turn off the -megan cant run with FATES- statement in bldnamelist
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiealice committed Oct 28, 2024
1 parent 176949d commit b53ee98
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bld/CLMBuildNamelist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4156,10 +4156,6 @@ sub setup_logic_megan {
if ( defined($nl->get_value('megan_specifier')) ||
defined($nl->get_value('megan_factors_file')) ) {
check_megan_spec( $opts, $nl, $definition );
if ( &value_is_true( $nl_flags->{'use_fates'} ) ) {
$log->warning("MEGAN can NOT be on when FATES is also on.\n" .
" Use the '-no-megan' option when '-bgc fates' is activated");
}
}
}

Expand Down

0 comments on commit b53ee98

Please sign in to comment.