Dear
I have problems with the correct troposphere, don't download the ERA5 files
can you help me?
Thanks
******************** step - correct_troposphere ********************
Atmospheric correction using Weather Re-analysis dataset (PyAPS, Jolivet et al., 2011)
Weather Re-analysis dataset: ERA5
tropo_pyaps3.py -f timeseries.h5 --model ERA5 -g /mnt/procesamiento/Procesamiento_Sentinel/Fernandina/Stack_Descendente/inputs/geometryRadar.h5 -w ${WEATHER_DIR}
weather model: ERA5 - dry (hydrostatic) and wet delay
weather directory: /mnt/procesamiento/Procesamiento_Sentinel/Fernandina/Stack_Descendente
output tropospheric delay file: /mnt/procesamiento/Procesamiento_Sentinel/Fernandina/Stack_Descendente/inputs/ERA5.h5
output corrected time-series file: timeseries_ERA5.h5
read dates/time info from file: timeseries.h5
time of cloest available product: 12:00 UTC
make directory: /mnt/procesamiento/Procesamiento_Sentinel/Fernandina/Stack_Descendente/ERA5
------------------------------------------------------------------------------
downloading weather model data using PyAPS ...
number of grib files to download: 47
------------------------------------------------------------------------------
INFO: You are using the latest ECMWF platform for downloading datasets:
https://cds.climate.copernicus.eu/api/v2Downloading 1 of 47: /mnt/procesamiento/Procesamiento_Sentinel/Fernandina/Stack_Descendente/ERA5/ERA5_S10_N10_W100_W80_20190103_12.grb
{'product_type': 'reanalysis', 'format': 'grib', 'variable': ['geopotential', 'temperature', 'specific_humidity'], 'pressure_level': ['1', '2', '3', '5', '7', '10', '20', '30', '50', '70', '100', '125', '150', '175', '200', '225', '250', '300', '350', '400', '450', '500', '550', '600', '650', '700', '750', '775', '800', '825', '850', '875', '900', '925', '950', '975', '1000'], 'year': '2019', 'month': '01', 'day': '03', 'time': '12:00', 'area': '10.00/-100.00/-10.00/-80.00'}
2020-08-05 18:19:19,159 INFO Welcome to the CDS
2020-08-05 18:19:19,160 INFO Sending request to
https://cds.climate.copernicus.eu/api/v2/resources/reanalysis-era5-pressure-levelsWARNING: the 1 attampt to download failed, retry it.
INFO: You are using the latest ECMWF platform for downloading datasets:
https://cds.climate.copernicus.eu/api/v2Downloading 1 of 47: /mnt/procesamiento/Procesamiento_Sentinel/Fernandina/Stack_Descendente/ERA5/ERA5_S10_N10_W100_W80_20190103_12.grb
{'product_type': 'reanalysis', 'format': 'grib', 'variable': ['geopotential', 'temperature', 'specific_humidity'], 'pressure_level': ['1', '2', '3', '5', '7', '10', '20', '30', '50', '70', '100', '125', '150', '175', '200', '225', '250', '300', '350', '400', '450', '500', '550', '600', '650', '700', '750', '775', '800', '825', '850', '875', '900', '925', '950', '975', '1000'], 'year': '2019', 'month': '01', 'day': '03', 'time': '12:00', 'area': '10.00/-100.00/-10.00/-80.00'}
2020-08-05 18:19:22,906 INFO Welcome to the CDS
2020-08-05 18:19:22,906 INFO Sending request to
https://cds.climate.copernicus.eu/api/v2/resources/reanalysis-era5-pressure-levelsWARNING: the 2 attampt to download failed, retry it.
INFO: You are using the latest ECMWF platform for downloading datasets:
https://cds.climate.copernicus.eu/api/v2Downloading 1 of 47: /mnt/procesamiento/Procesamiento_Sentinel/Fernandina/Stack_Descendente/ERA5/ERA5_S10_N10_W100_W80_20190103_12.grb
{'product_type': 'reanalysis', 'format': 'grib', 'variable': ['geopotential', 'temperature', 'specific_humidity'], 'pressure_level': ['1', '2', '3', '5', '7', '10', '20', '30', '50', '70', '100', '125', '150', '175', '200', '225', '250', '300', '350', '400', '450', '500', '550', '600', '650', '700', '750', '775', '800', '825', '850', '875', '900', '925', '950', '975', '1000'], 'year': '2019', 'month': '01', 'day': '03', 'time': '12:00', 'area': '10.00/-100.00/-10.00/-80.00'}
2020-08-05 18:19:29,347 INFO Welcome to the CDS
2020-08-05 18:19:29,347 INFO Sending request to
https://cds.climate.copernicus.eu/api/v2/resources/reanalysis-era5-pressure-levels**************************************************
WARNING: downloading failed for 3 times, stop trying and continue.
**************************************************
open geometry file: geometryRadar.h5
reading height data from file: /mnt/procesamiento/Procesamiento_Sentinel/Fernandina/Stack_Descendente/inputs/geometryRadar.h5 ...
reading incidenceAngle data from file: /mnt/procesamiento/Procesamiento_Sentinel/Fernandina/Stack_Descendente/inputs/geometryRadar.h5 ...
reading latitude data from file: /mnt/procesamiento/Procesamiento_Sentinel/Fernandina/Stack_Descendente/inputs/geometryRadar.h5 ...
reading longitude data from file: /mnt/procesamiento/Procesamiento_Sentinel/Fernandina/Stack_Descendente/inputs/geometryRadar.h5 ...
------------------------------------------------------------------------------
calcualting absolute delay for each date using PyAPS (Jolivet et al., 2011; 2014) ...
number of grib files used: 0
Traceback (most recent call last):
File "/home/insar/tools/MintPy/mintpy/smallbaselineApp.py", line 1116, in <module>
main()
File "/home/insar/tools/MintPy/mintpy/smallbaselineApp.py", line 1106, in main
app.run(steps=inps.runSteps, plot=inps.plot)
File "/home/insar/tools/MintPy/mintpy/smallbaselineApp.py", line 1056, in run
self.run_tropospheric_delay_correction(sname)
File "/home/insar/tools/MintPy/mintpy/smallbaselineApp.py", line 791, in run_tropospheric_delay_correction
tropo_pyaps3.main(iargs)
File "/home/insar/tools/MintPy/mintpy/tropo_pyaps3.py", line 700, in main
calculate_delay_timeseries(inps)
File "/home/insar/tools/MintPy/mintpy/tropo_pyaps3.py", line 628, in calculate_delay_timeseries
prog_bar = ptime.progressBar(maxValue=num_date)
File "/home/insar/tools/MintPy/mintpy/utils/ptime.py", line 357, in __init__
self.reset()
File "/home/insar/tools/MintPy/mintpy/utils/ptime.py", line 362, in reset
self.update_amount(0) # Build progress bar string
File "/home/insar/tools/MintPy/mintpy/utils/ptime.py", line 376, in update_amount
percentDone = (diffFromMin / np.float(self.span)) * 100.0
ZeroDivisionError: float division by zero