I set the ocean_time value in roms_init.nc input file generated by CDL file as posted below,WRT_HIS - error while writing variable: ocean_time
into history NetCDF file for time record: 1
ROMS/TOMS - Output error ............ exit_flag: 3
ERROR: Abnormal termination: NetCDF OUTPUT.
REASON: NetCDF: Not a valid ID
and set ocean_time=1296000, to be 15d 00:00:00, the same time as my initial input conditions. Actually, I firstly set ocean_time=0, then the fowllowing error occured.time = UNLIMITED ; // (0 currently)
double ocean_time(time) ;
ocean_time:long_name = "time since initialization" ;
ocean_time:units = "seconds since 0000-01-01 00:00:00" ;
ocean_time:calendar = "360.0 days in every year" ;
ocean_time:field = "time, scalar, series" ;
So I changed the value to 1296000, but bumpped into the current error. Does it because I set a wrong ocean_time value? Or what should I do to make ROMS run?GET_CYCLE - starting time for variable: sms_time
is greater than current model time.
TMIN = 15.0000 TDAYS = 0.0000
Thank you very much for your time in advance. Really looking forward to your suggestions.