Introduction
Introduction Statistics Contact Development Disclaimer Help
tsealvl.py: reorder time attributes for clean diff to pism_dSL.nc - pism-exp-gs…
git clone git://src.adamsgaard.dk/pism-exp-gsw
Log
Files
Refs
README
LICENSE
---
commit b005ee30787a7ad679644bbe0e864dbbf52356a6
parent fc4196811e3b216ec3988c05b119afc3d76d20f7
Author: Anders Damsgaard <[email protected]>
Date: Fri, 26 Nov 2021 12:02:12 +0100
sealvl.py: reorder time attributes for clean diff to pism_dSL.nc
Diffstat:
M sealvl.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/sealvl.py b/sealvl.py
t@@ -9,9 +9,10 @@ f = nc4.Dataset("sealvl.nc", "w", format="NETCDF4")
f.createDimension("time", input[:, 0].size)
time = f.createVariable("time", "f4", ("time",))
-time.calendar = "365_day"
-time.units = "years since 1-1-1"
time.long_name = "Time"
+time.standard_name = "time"
+time.units = "years since 1-1-1"
+time.calendar = "365_day"
delta_SL = f.createVariable("delta_SL", "f4", "time")
delta_SL.long_name = "Sea Level (variation from present)"
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.