NCL Home > Documentation > Functions > Date routines

ut_inv_calendar_fix

Converts a UT-referenced date to a mixed Julian/Gregorian date (temporary function; see the 6.4.0 release notes for details).

Available in version 6.4.0 and later.

Prototype

	function ut_inv_calendar_fix (
		year       : numeric,  ; numeric allowed in NCL 6.4.0 and later
		month      : numeric,  
		day        : numeric,  
		hour       : numeric,  
		minute     : numeric,  
		second     : numeric,  
		units      : string,   
		option [1] : integer   
	)

Arguments

year

month

day

hour

minute

second

units

option

Description

This is a temporary function with the same calling sequence as ut_inv_calendar. It is being provided for user test purposes only and potentially as a replacement function. See the 6.4.0 release notes for details. A decision will be made about this function in a future release of NCL.