Skip to content

Commit 361e5c2

Browse files
committed
Minor no diff cleanup
Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
1 parent 0462961 commit 361e5c2

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

bld/configure

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2214,19 +2214,11 @@ sub write_filepath
22142214
if ($chem_src_dir) {
22152215
print $fh "$chem_src_dir\n";
22162216
}
2217-
2218-
# Cloud-J for computing J-values in chemistry; currently only built for GEOS-Chem
2219-
if ($chem_pkg =~ 'geoschem') {
2220-
print $fh "$camsrcdir/src/chemistry/cloud_j/src/Core\n";
2221-
}
22222217

2223-
# HETP for aerosol thermodynamics in GEOS-Chem chemistry
2218+
# GEOS-Chem and dependencies; GEOS-Chem must be prior to Mozart
22242219
if ($chem_pkg =~ 'geoschem') {
2220+
print $fh "$camsrcdir/src/chemistry/cloud_j/src/Core\n";
22252221
print $fh "$camsrcdir/src/chemistry/hetp/src/Core\n";
2226-
}
2227-
2228-
# GEOS-Chem must be prior to Mozart
2229-
if ($chem_pkg =~ 'geoschem') {
22302222
print $fh "$chem_src_dir/geoschem_src/GeosCore\n";
22312223
print $fh "$chem_src_dir/geoschem_src/GeosUtil\n";
22322224
print $fh "$chem_src_dir/geoschem_src/Headers\n";

cime_config/buildnml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ def buildnml(case, caseroot, compname):
215215
# -----------------------------------------------------
216216
# copy geos-chem config files to rundir if using geos-chem chemistry
217217
# -----------------------------------------------------
218+
218219
if os.path.isdir(rundir) \
219220
and os.path.exists(os.path.join(caseroot, "species_database.yml"))\
220221
and '-chem geoschem' in CAM_CONFIG_OPTS:

0 commit comments

Comments
 (0)