Error Submitting 4 image segments to the pool

Post Reply
mhutagalung22
Posts: 1
Joined: Tue May 09, 2023 4:29 am

Error Submitting 4 image segments to the pool

Post by mhutagalung22 »

Hello,
i got an error while running

Code: Select all

sh cspp_geo_geocat.sh -W /home/meteorologi/cspp-geo-geocat-1.1beta1/bin/output /home/meteorologi/cspp-geo-geocat-1.1beta1/satelit/00 --satellite him8
( INFO) : Checking cache directory...
( INFO) : Using cache dir /home/meteorologi/cspp-geo-geocat-1.1beta1/bin/cspp_geo_ancil_cache_dir
( INFO) : Checking cache directory...
( INFO) : Using cache dir /home/meteorologi/cspp-geo-geocat-1.1beta1/bin/cspp_geo_temporal_cache_dir
( INFO) : Provided satellite: him8
( INFO) : setting HIMAWARI_FORCE_SATELLITE=8
( INFO) : supported_satellites: ['him8']
( INFO) : Configuring inputs for Himawari-8 ...
( INFO) : input file = /home/meteorologi/cspp-geo-geocat-1.1beta1/satelit/00/HS_H08_20221201_0000_B05_FLDK_R20_S0110.DAT
( INFO) : >>> Processing input file /home/meteorologi/cspp-geo-geocat-1.1beta1/satelit/00/HS_H08_20221201_0000_B05_FLDK_R20_S0110.DAT
( INFO) : input_dir = /home/meteorologi/cspp-geo-geocat-1.1beta1/satelit/00
( INFO) : input_file = HS_H08_20221201_0000_B05_FLDK_R20_S0110.DAT
( INFO) : Cleaning the ancillary cache back 7.0 days...
( INFO) : No old dirs need to be removed from the ancillary cache /home/meteorologi/cspp-geo-geocat-1.1beta1/bin/cspp_geo_ancil_cache_dir
( INFO) : Staging the required ancillary data...
( INFO) :
( INFO) : >>> Processing ancillary type "GFS 12-hour forecast HDF" ("gfs_12_hdf")
( INFO) :
( INFO) : ...took 0 days, 0 hours, 0 minutes, 44.498930 seconds
( INFO) :
( INFO) : >>> Processing ancillary type "4-km snow map HDF" ("snow_map_4km_hdf")
( INFO) :
( INFO) : ...took 0 days, 0 hours, 0 minutes, 10.617900 seconds
( INFO) :
( INFO) : >>> Processing ancillary type "OISST daily AVHRR only gzipped binary data" ("oisst_daily_avhrr")
( INFO) :
( INFO) : ...took 0 days, 0 hours, 0 minutes, 1.899256 seconds
( INFO) :
( INFO) : >>> Processing ancillary type "OISST daily AVHRR only preliminary gzipped binary data" ("oisst_daily_avhrr_prelim")
( INFO) :
( INFO) : ...took 0 days, 0 hours, 0 minutes, 1.894739 seconds
( INFO) : Total dynamic ancillary ingest and conversion took 0 days, 0 hours, 0 minutes, 59.163334 seconds
( INFO) : Ancillary staged, 5 files provided
( INFO) : Cleaning the temporal cache back 6.0 hours...
( INFO) : No old files need to be removed from the temporal cache /home/meteorologi/cspp-geo-geocat-1.1beta1/bin/cspp_geo_temporal_cache_dir
( INFO) : Executing geocat for the input file HS_H08_20221201_0000_B05_FLDK_R20_S0110.DAT ...
( INFO) : There are 4 available CPUs
( INFO) : We have requested 4 CPUs
( INFO) : We are using 4/4 available CPUs
( INFO) : Submitting 4 image segments to the pool...
(WARNING) : CORRECT NAVIGATION ERRORS: NO
(WARNING) : CORRECT NAVIGATION ERRORS: NO
(WARNING) : CORRECT NAVIGATION ERRORS: NO
(WARNING) : CORRECT NAVIGATION ERRORS: NO

Image

anyone can help? i don't know what to do with the error.
Attachments
error.jpg
error.jpg (118.93 KiB) Viewed 6845 times
kathys
Posts: 487
Joined: Tue Jun 22, 2010 4:51 pm

Re: Error Submitting 4 image segments to the pool

Post by kathys »

Can you please execute the command again, and add the `-d -vvv` to your command, like this:

cspp_geo_geocat.sh -d -vvv -W /home/meteorologi/cspp-geo-geocat-1.1beta1/bin/output /home/meteorologi/cspp-geo-geocat-1.1beta1/satelit/00 --satellite him8

This will result in more written text along with saving the intermediate files. If you could tar the results in a big file, and send it to us that would help us to diagnose what your problem is. Once you have a tar file, you can upload it to our anonymous ftp site at: ftp://ftp.ssec.wisc.edu/pub/incoming

Good luck,

Kathy
Post Reply