From b53ee9836d2efae2ff43d06a79cd62a627003974 Mon Sep 17 00:00:00 2001 From: rosiealice Date: Mon, 28 Oct 2024 02:35:32 -0600 Subject: [PATCH] turn off the -megan cant run with FATES- statement in bldnamelist --- bld/CLMBuildNamelist.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bld/CLMBuildNamelist.pm b/bld/CLMBuildNamelist.pm index 5ecff9c967..741fcfae10 100755 --- a/bld/CLMBuildNamelist.pm +++ b/bld/CLMBuildNamelist.pm @@ -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"); - } } }