unable to open forcing

asked 2023-05-31 18:57:38 +0200

iacaro gravatar image

Hello, I'm trying run a short simulation using croco. (period 201110-201112)

My forcing files were created using the scripts /croco_tools/Aforc_ERA5/, however I have this error:

Time splitting: ndtfast = 70 nfast = 95

Maximum grid stiffness ratios: rx0 = 0.33166035910344183 rx1 = 9.6298156175044038 GET_INITIAL -- Processing data for time = 0.000 record = 1 GET_BRY -- Read all boundary data for time = 345.0 0 GET_BRY -- Read all boundary data for time = 15.00 0 Open Meteo file :T2M_Y2011M10.nc

ONLINE_GET_BULK - ERROR: unable to open forcing NetCDF file: T2M_Y2011M10.nc

MAIN - number of records written into history file(s): 0 number of records written into restart file(s): 0 number of records written into averages file(s): 0

ERROR: Abnormal termination: netCDF INPUT

Cheking information in the netcdf files I have:

$ ncdump -h T2M_Y2011M10.nc netcdf T2M_Y2011M10 { dimensions: lon = 185 ; lat = 129 ; time = UNLIMITED ; // (744 currently) variables: float lon(lon) ; lon:long_name = "longitude of RHO-points" ; lon:units = "degree_east" ; float lat(lat) ; lat:long_name = "latitude of RHO-points" ; lat:units = "degree_north" ; float time(time) ; time:long_name = "Time" ; time:units = "days since 2011-1-1" ; float T2M(time, lat, lon) ; T2M:missing_value = 9999.f ; T2M:units = "K" ; T2M:long_name = "2m_temperature" ; }

How can I address the problem, where can I check?

Thanks for read me.

edit retag flag offensive close merge delete