I made the atmpheric forcing file in my own way, and tried to run the model.
However, it doesnot work, and the messages is below.
Can anyone give some ideas?
Thanks in advance!
Code: Select all
GET_VARCOORDS - Cannot find "coordinates" attribute for variable: uwnd
in file: ./Inputs/roms_blk.nc
This attribute is needed to interpolate input data
to model grid. Following CF compliance, we need:
float my_var(time, lat, lon) ;
my_var:long_name = "my variable long name" ;
my_var:units = "my variable units" ;
my_var:coordinates = "lon lat" ;
my_var:time = "my_var_time" ;
GET_2DFLD - error while reading variable: uwnd at TIME index = 12
Code: Select all
double uwnd(bulk_time, eta_u, xi_u) ;
uwnd:long_name = "u-wind" ;
uwnd:units = "m/s" ;
double vwnd(bulk_time, eta_v, xi_v) ;
vwnd:long_name = "v-wind" ;
vwnd:units = "m/s" ;