bcdev / sst-cci-toolbox

A toolbox for the processing, analysis and validation of the Sea-Surface Temperature (SST) data products related to the ESA Climate Change Initiative (CCI).
http://www.esa-sst-cci.org
12 stars 7 forks source link

avhrr.n18 nwp and arc3 processing shall not use high latitude observations #28

Closed martin-boettcher closed 12 years ago

martin-boettcher commented 12 years ago

log file contains

[...] INFO: opening input file avhrr_sub/v1/2005/11/NSS.GHRR.NN.D05335.S0716.E0911.B0274748.GC.MMM.d.nc.gz 31-Oct-2011 13:21:17 org.esa.cci.sst.tools.mmdgeneration.MmdTool writeMmdShuffled INFO: going to retrieve matchups for avhrr_hl.n18 31-Oct-2011 13:21:21 org.esa.cci.sst.tools.mmdgeneration.MmdTool writeMmdShuffled INFO: 0 matchups retrieved for avhrr_hl.n18 /exports/home/v1gcorle/sst-cci-toolbox-1.0/bin/nwp-tool.sh false avhrr.n18 80000 /exports/home/v1gcorle/sst-cci-toolbox-1.0/config/mmd-dimensions.properties avhrr.n18-sub-20051125000000-20051201000000.nc /exports/work/geos_gc_sst_cci/stagingarea/ecmwf-era-interim/v01 avhrr.n18-nwp-20051125000000-20051201000000.nc using MMS instance /exports/home/v1gcorle/inst using MMS software /exports/home/v1gcorle/sst-cci-toolbox-1.0 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. 31-Oct-2011 13:21:28 org.esa.cci.sst.util.ProcessRunner execute INFO: executing process /exports/work/geos_gc_sst_cci/temparea/nwparc3-2005-11-f-avhrr.n18/cdo7592232216247864360.sh Exception in thread "main" java.lang.RuntimeException: Command /exports/work/geos_gc_sst_cci/temparea/nwparc3-2005-11-f-avhrr.n18/cdo7592232216247864360.sh terminated with exit value 1 at org.esa.cci.sst.util.ProcessRunner.execute(ProcessRunner.java:62) at org.esa.cci.sst.tools.nwp.NwpTool.createMergedFile(NwpTool.java:276) at org.esa.cci.sst.tools.nwp.Nwp.main(Nwp.java:35) 31-Oct-2011 13:21:29 org.esa.cci.sst.util.ProcessRunner$LoggingThread run INFO: Error (cdo mergetime) : Input streams missing! 31-Oct-2011 13:21:29 org.esa.cci.sst.util.ProcessRunner$LoggingThread run INFO: production gap: nwparc3-2005-11-f-avhrr.n18 failed, nwp generation failed 20111031-132129 nwp+arc3 2005/11-f avhrr.n18 ... failed

martin-boettcher commented 12 years ago

fixed in 1.1 (and 1.2 SNAPSHOT)

The reason was in fact an error regarding the sensor name of AVHRR N18 in the code. This has inadvertendly been changed to avhrr_hl.n18 for the normal in addition to the high latitude sensor name. This caused the time field and two other fields of the extracted MMD for NWP processing being all fill, which caused the failure.