google-code-export / ccc-gistemp

Automatically exported from code.google.com/p/ccc-gistemp
Other
0 stars 0 forks source link

Ingesting new ocean data in Step 4 is broken. #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At least, that's what I infer from this comment:

http://clearclimatecode.org/analysis-of-canada-data/#comment-4413

"""
I have problems with ccc-gistemp-0.6.1 when i put oiv2mon file (form 
ftp://ftp.emc.ncep.noaa.gov/cmb/sst/oimonth_v2/oiv2mon.201010.gz )
into input directory. Gistemp crash with error messages like in 0.6.0 version:

====> STEPS 0, 1, 2, 3, 4, 5 ====
reading input/oiv2mon.201010
Load GHCN records
Load USHCN records
(Reading average temperature)
Load SCAR records
Correct the GHCN Hohenpeissenberg record.
Adjust USHCN records
1 USHCN records had no GHCN counterpart.
Traceback (most recent call last):
File “tool/run.py”, line 280, in
sys.exit(main())
File “tool/run.py”, line 261, in main
data = step_fn[step](data)
File “tool/run.py”, line 104, in run_step5
result = step5.step5(data)

etc.

There was no problem with ccc-0.5.
"""

Original issue reported on code.google.com by drj...@googlemail.com on 24 Nov 2010 at 12:06