Skip to content

logging #22

Description

@hkershaw-brown

DART does std out for everything
Running assimilate.py interactively

/glade/derecho/scratch/hkershaw/da-mom6-test.0007/run$ /glade/work/hkershaw/crocodile_dec2025/FreshCheckout/CESM_Jan2/components/dart/cime_config/assimilate.py /glade/work/hkershaw/crocodile_dec2025/cases/da-mom6-test.0007

You get no output because

result = subprocess.run(cmd, shell=True, check=True,
capture_output=True, text=True)

except subprocess.CalledProcessError as e:
logger.error(f"Filter failed with return code {e.returncode}")
logger.error(f"Filter stdout: {e.stdout}")
logger.error(f"Filter stderr: {e.stderr}")
raise

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions