Skip to content

Commit

Permalink
Minor no diff cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Lizzie Lundgren <[email protected]>
  • Loading branch information
lizziel committed Aug 9, 2024
1 parent 0462961 commit 361e5c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
12 changes: 2 additions & 10 deletions bld/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2214,19 +2214,11 @@ sub write_filepath
if ($chem_src_dir) {
print $fh "$chem_src_dir\n";
}

# Cloud-J for computing J-values in chemistry; currently only built for GEOS-Chem
if ($chem_pkg =~ 'geoschem') {
print $fh "$camsrcdir/src/chemistry/cloud_j/src/Core\n";
}

# HETP for aerosol thermodynamics in GEOS-Chem chemistry
# GEOS-Chem and dependencies; GEOS-Chem must be prior to Mozart
if ($chem_pkg =~ 'geoschem') {
print $fh "$camsrcdir/src/chemistry/cloud_j/src/Core\n";
print $fh "$camsrcdir/src/chemistry/hetp/src/Core\n";
}

# GEOS-Chem must be prior to Mozart
if ($chem_pkg =~ 'geoschem') {
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";
Expand Down
1 change: 1 addition & 0 deletions cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def buildnml(case, caseroot, compname):
# -----------------------------------------------------
# copy geos-chem config files to rundir if using geos-chem chemistry
# -----------------------------------------------------

if os.path.isdir(rundir) \
and os.path.exists(os.path.join(caseroot, "species_database.yml"))\
and '-chem geoschem' in CAM_CONFIG_OPTS:
Expand Down

0 comments on commit 361e5c2

Please sign in to comment.