CESM_postprocessing icon indicating copy to clipboard operation
CESM_postprocessing copied to clipboard

timeseries not generated in cesm2_2_beta05

Open mnlevy1981 opened this issue 5 years ago • 0 comments

The submitted job aborts with the error

Traceback (most recent call last):
  File "/var/spool/pbs/mom_priv/jobs/2384695.chadmin1.ib0.cheyenne.ucar.edu.SC", line 56, in <module>
    _main_func(__doc__)
  File "/var/spool/pbs/mom_priv/jobs/2384695.chadmin1.ib0.cheyenne.ucar.edu.SC", line 35, in _main_func
    overrides["total_tasks"], overrides["num_nodes"], overrides["tasks_per_node"], overrides["thread_count"] = env_workflow.get_job_specs(job)
TypeError: get_job_specs() takes exactly 3 arguments (2 given)

It looks like get_job_specs() wants two arguments, case and job, but template.timeseries is only passing job.

I think I still have a fork of this repository floating around, so I'll do a little more testing and come back with more info.

mnlevy1981 avatar May 25 '20 21:05 mnlevy1981