Skip to content

Commit

Permalink
more clarification on precedence
Browse files Browse the repository at this point in the history
  • Loading branch information
mvertens committed Feb 21, 2024
1 parent c9cfd46 commit 3f8022e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bld/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2106,8 +2106,8 @@ sub write_filepath
print $fh "$camsrcdir/src/chemistry/oslo_aero/src_cam\n";
}

# CAM-Nor has precedence over everything except SourceMods and oslo-aero
# Only active in NF or NB compsets
# CAM-Nor-physics has precedence over everything except SourceMods and oslo-aero
# Only active in NF or NB compsets
if ($camnor) {
if ($phys_pkg eq 'cam_dev') {
print $fh "$camsrcdir/src/physics/camnor_phys/physics\n";
Expand Down

0 comments on commit 3f8022e

Please sign in to comment.