Code: Select all
NETCDF_INQ_VAR - requested variable: xi_u
not found in input file: /Users/lucasgloege/ROMS/model-001/forcing_file_nointerp.nc
call from: get_varcoords.F
GET_2DFLD - error while reading variable: sustr at TIME index = 1
Code: Select all
netcdf forcing_45001_nointerp {
dimensions:
xi_u = 303 ;
eta_u = 147 ;
xi_v = 304 ;
eta_v = 146 ;
sms_time = 48 ;
variables:
double sms_time(sms_time) ;
sms_time:long_name = "surface momentum stress time" ;
sms_time:units = "day" ;
sms_time:field = "sms_time, scalar, series" ;
float sustr(sms_time, eta_u, xi_u) ;
sustr:long_name = "surface u-momentum stress" ;
sustr:units = "Newton meter-2" ;
sustr:field = "surface u-momentum stress, scalar, series" ;
sustr:time = "sms_time" ;
float svstr(sms_time, eta_v, xi_v) ;
svstr:long_name = "surface v-momentum stress" ;
svstr:units = "Newton meter-2" ;
svstr:field = "surface v-momentum stress, scalar, series" ;
svstr:time = "sms_time" ;
}
Thank you for your time.