﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
729	Updated Matlab script dayvec.m	arango	arango	" * Updated Matlab script '''dayvec.m''' so it exactly as ROMS routine '''datevec''' in module '''dateclock.F'''.  Mow, it returs more information fields to the output structure. For example:
 {{{
% dayvec(daynum(2000,2,28,23,58,45))

ans = 

       daynum: 730483.999131944
    leap_year: 'true'
         yday: 59
         year: 2000
        month: 2
          day: 28
         hour: 23
      minutes: 58
      seconds: 45
       string: '2000-02-28 23:58:45.00'
}}}

* Added new function '''tround.m''' to round floating-point numbers using Fuzzy or Tolerant Floor function. "	upgrade	closed	major	Matlab Processing Scripts	Matlab	3.7	Done		
