Skip to content

'EarthDiags' object has not attribute 'startdates'

Hello,

I'm trying to run a Meridional Overturning Circulation (MOC) diagnostic on my experiment a0d6 (the experiment is already CMORized).

For this purpose I'm running EarthDiagnostics (branch develop_primavera) and my configuration file is here: /home/Earth/fmassonn/EARTHDIAGS/diags_a0d6

I'm getting this error:

    EarthDiags.parse_args()
  File "./earthdiags.py", line 113, in parse_args
    diags.run()
  File "./earthdiags.py", line 151, in run
    list_jobs = self.prepare_job_list()
  File "./earthdiags.py", line 194, in prepare_job_list
    for job in diag_class.generate_jobs(self, diag_options):
  File "/home/Earth/fmassonn/git-stuff/earthdiagnostics/earthdiagnostics/ocean/maxmoc.py", line 85, in generate_jobs
    for startdate in diags.startdates:
AttributeError: 'EarthDiags' object has no attribute 'startdates'

The full log file is here:

/home/Earth/fmassonn/git-stuff/earthdiagnostics/log_a0d6

This problem seems related to the diagnostics I'm asking to compute: MAX_MOC. Indeed, I don't have such a problem when computing the diagnostic SIASIESIV.

Can you help please?

Many thanks!

François