I am using the last version of CROCO (v2.0).
After executing ./ERA5_request.py, ./ERA5_convert.py, I executed “make_ERA5” to generate the forcing with makefrc = 1 in crocotools_param. however I get the following error indicating that the i have no tidal data, here’s the error read:
Start date for nodal correction : 1-Jan-2019
Reading CROCO grid parameters …
Tidal components : M2 S2 N2 K2 K1 O1 P1 Q1 Mm Mf
Processing tide : 1 of 10
ssh…
Getting ssh_r for time index 1
Warning: The ‘cubic’ method requires the grid to have a uniform spacing.
Switching the method from ‘cubic’ to ‘spline’ because this condition is not met.
In interp2>makegriddedinterp (line 230)
In interp2 (line 138)
In ext_data_tpxo (line 63)
In add_tidal_data (line 111)
In make_ERA5 (line 214)
Getting ssh_i for time index 1
Warning: The ‘cubic’ method requires the grid to have a uniform spacing.
Switching the method from ‘cubic’ to ‘spline’ because this condition is not met.
In interp2>makegriddedinterp (line 230)
In interp2 (line 138)
In ext_data_tpxo (line 63)
In add_tidal_data (line 112)
In make_ERA5 (line 214)
u…
Getting u_r for time index 1
Warning: The ‘cubic’ method requires the grid to have a uniform spacing.
Switching the method from ‘cubic’ to ‘spline’ because this condition is not met.
In interp2>makegriddedinterp (line 230)
In interp2 (line 138)
In ext_data_tpxo (line 63)
In add_tidal_data (line 120)
In make_ERA5 (line 214)
Getting u_i for time index 1
Warning: The ‘cubic’ method requires the grid to have a uniform spacing.
Switching the method from ‘cubic’ to ‘spline’ because this condition is not met.
In interp2>makegriddedinterp (line 230)
In interp2 (line 138)
In ext_data_tpxo (line 63)
In add_tidal_data (line 121)
In make_ERA5 (line 214)
v…
Getting v_r for time index 1
Warning: The ‘cubic’ method requires the grid to have a uniform spacing.
Switching the method from ‘cubic’ to ‘spline’ because this condition is not met.
In interp2>makegriddedinterp (line 230)
In interp2 (line 138)
In ext_data_tpxo (line 63)
In add_tidal_data (line 129)
In make_ERA5 (line 214)
Getting v_i for time index 1
Warning: The ‘cubic’ method requires the grid to have a uniform spacing.
Switching the method from ‘cubic’ to ‘spline’ because this condition is not met.
In interp2>makegriddedinterp (line 230)
In interp2 (line 138)
In ext_data_tpxo (line 63)
In add_tidal_data (line 130)
In make_ERA5 (line 214)
Convert to tidal ellipse parameters…
Not enough input arguments.
Error in add_tidal_data (line 144)
if pot_tides,
Error in make_ERA5 (line 214)
add_tidal_data(tidename,grdname,frcname,Ntides,tidalrank,…