Skip to content

Commit

Permalink
Compile Oslo Aero from source subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Goldhaber committed Sep 5, 2023
1 parent 892ca14 commit 9edda72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bld/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2137,7 +2137,9 @@ sub write_filepath
print $fh "$chem_src_dir\n";
}
if ($chem =~/_oslo/) {
print $fh "$camsrcdir/cam/src/chemistry/oslo_aero\n";
print $fh "$camsrcdir/cam/src/chemistry/oslo_aero/object\n";
print $fh "$camsrcdir/cam/src/chemistry/oslo_aero/src\n";
print $fh "$camsrcdir/cam/src/chemistry/oslo_aero/cam_intr\n";
} elsif ($chem =~ /_mam/) {
print $fh "$camsrcdir/src/chemistry/modal_aero\n";
} else {
Expand Down

0 comments on commit 9edda72

Please sign in to comment.