Shaivi Shukla
New member
I had downloaded the ERA5 netcdf subset data whose list I had attached, then I had ran the era5_to_int.py in spyder by adding this lines
import sys
sys.argv = [
'era5_to_int.py',
'2024-05-25_00',
'2024-10-01_00',
'6',
'-p', 'D:/ERA5/',
'-i',
'-v', 'GEOPT,SPECHUMD,UU,VV,DEWPT,TT,PMSL,SEAICE,SST,SKINTEMP,SNOW_DEN,SNOW_EC,ST000007,ST007028,ST028100,ST100289,SM000007,SM007028,SM028100,SM100289'
]
After running I didn't got any intermediate file, I am not getting any error also in the console, I had attached the file containing what I got in my console.
import sys
sys.argv = [
'era5_to_int.py',
'2024-05-25_00',
'2024-10-01_00',
'6',
'-p', 'D:/ERA5/',
'-i',
'-v', 'GEOPT,SPECHUMD,UU,VV,DEWPT,TT,PMSL,SEAICE,SST,SKINTEMP,SNOW_DEN,SNOW_EC,ST000007,ST007028,ST028100,ST100289,SM000007,SM007028,SM028100,SM100289'
]
After running I didn't got any intermediate file, I am not getting any error also in the console, I had attached the file containing what I got in my console.