Skip to content

Commit

Permalink
Correct the expid used for pruning
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Feb 22, 2024
1 parent e21df03 commit 5f09037
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Pillar_II/esm/src/esm_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,6 @@ def main() -> None:

logger.info(f"Using eFlows4HPC configuration: {model_config}")

if args.prune:
logger.info(f"Starting the ESM analysis prune for {args.expid}...")
esm_analysis_prune(args.expid)

_run_esm(
expid=args.expid,
model=args.model,
Expand Down

0 comments on commit 5f09037

Please sign in to comment.