From c7697f6ed9972c21e4e09e9fbfbe5947d8039dba Mon Sep 17 00:00:00 2001 From: sbiri <sbiri@noc.ac.uk> Date: Mon, 8 Mar 2021 07:52:24 +0000 Subject: [PATCH] Update toy_ASFC.py --- toy_ASFC.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toy_ASFC.py b/toy_ASFC.py index d3da303..67560be 100644 --- a/toy_ASFC.py +++ b/toy_ASFC.py @@ -213,8 +213,8 @@ def toy_ASFC(inF, outF, gustIn, cskinIn, tolIn, meth): longitude.units = 'degrees East' latitude.long_name = 'Latitude' latitude.units = 'degrees North' - Date.long_name = "calendar date" - Date.units = "YYYYMMDD UTC" + Date.long_name = "gregorian" + Date.units = "hours since 1900-01-01 00:00:00.0" tau.long_name = 'Wind stress' tau.units = 'N/m^2' sensible.long_name = 'Sensible heat fluxe' -- GitLab