Skip to content

Commit

Permalink
temp fix compile paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmielin committed Feb 2, 2024
1 parent 2010493 commit af8b44d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bld/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2191,11 +2191,11 @@ sub write_filepath
}

# hplin 2/2/24 cc-fjx
print $fh "$chem_src_dir/geoschem_src/GeosCore\n";
print $fh "$chem_src_dir/geoschem_src/GeosUtil\n";
print $fh "$chem_src_dir/geoschem_src/Headers\n";
print $fh "$chem_src_dir/geoschem_src/ISORROPIA\n";
print $fh "$chem_src_dir/geoschem_src/KPP/fullchem\n";
print $fh "$camsrcdir/src/chemistry/geoschem/geoschem_src/GeosCore\n";
print $fh "$camsrcdir/src/chemistry/geoschem/geoschem_src/GeosUtil\n";
print $fh "$camsrcdir/src/chemistry/geoschem/geoschem_src/Headers\n";
print $fh "$camsrcdir/src/chemistry/geoschem/geoschem_src/ISORROPIA\n";
print $fh "$camsrcdir/src/chemistry/geoschem/geoschem_src/KPP/fullchem\n";

if ($chem =~ /_mam/) {
print $fh "$camsrcdir/src/chemistry/modal_aero\n";
Expand Down

0 comments on commit af8b44d

Please sign in to comment.