Hi,
I want to input the bounday data per hour, how to do?
I am doing a tidal model, need to input the hourly tidal water level data.However, the unit of ‘bry_time' is 'days', how to do?
Or, how can sovle the tidal bounday 'zeta' data input ?
Thank you!
Does only Change this
double bry_time(bry_time) ;
bry_time:long_name = "open boundary conditions time" ;
bry_time:units = "hours since 2000-01-01 00:00:00" ;
bry_time:field = "bry_time, scalar, series" ;
question about the boundary data of tidal model
Re: question about the boundary data of tidal model
ROMS checks for time units in get_cycle.F, but it only handles "second" right now and converts to the default of "day". It should be a simple change to handle "hour".