[cdftools] 89/228: JMM : fix in cdffixtime

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 08:21:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch master
in repository cdftools.

commit 8012246a294497904258041efe8bdddd1f516556
Author: molines <molines at 1055176f-818a-41d9-83e1-73fbe5b947c5>
Date:   Thu Apr 21 17:23:04 2011 +0000

    JMM : fix in cdffixtime
    
    
    git-svn-id: http://servforge.legi.grenoble-inp.fr/svn/CDFTOOLS/trunk@454 1055176f-818a-41d9-83e1-73fbe5b947c5
---
 cdffixtime.f90 | 2 +-
 macro.meolkerg | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/cdffixtime.f90 b/cdffixtime.f90
index 34d16e2..7e64ed2 100644
--- a/cdffixtime.f90
+++ b/cdffixtime.f90
@@ -143,7 +143,7 @@ PROGRAM cdffixtime
   ! Modify cdfile !! CAUTION : Original file will be modified  !!
   istatus = putvar1d( cfile, 'time_counter', rseconds, 1 )
   istatus = atted(cfile,'time_counter','units',ctim_unit)
-  istatus = atted(cfile,'time_counter','time_origin',ctim_unit)
+  istatus = atted(cfile,'time_counter','time_origin',ctim_origin)
 
 CONTAINS
 
diff --git a/macro.meolkerg b/macro.meolkerg
index 1320545..5bef4fc 100644
--- a/macro.meolkerg
+++ b/macro.meolkerg
@@ -5,8 +5,10 @@
 #
 NCDF = -I/opt/netcdf-4.1/include -L /opt/netcdf-4.1/lib/  \
        -lnetcdf
-HDF5 = -I/opt/hdf5-1.8.4/include -L/opt/hdf5-1.8.4/lib -lhdf5_hl -lhdf5 
-ZLIB = -I/opt/zlib-1.2.3/include -L/opt/zlib-1.2.3/lib -lz
+#HDF5 = -I/opt/hdf5-1.8.4/include -L/opt/hdf5-1.8.4/lib -lhdf5_hl -lhdf5 
+#ZLIB = -I/opt/zlib-1.2.3/include -L/opt/zlib-1.2.3/lib -lz
+HDF5 =  -L/opt/hdf5-1.8.4/lib -lhdf5_hl -lhdf5 
+ZLIB =  -L/opt/zlib-1.2.3/lib -lz
  
 F90=ifort
 MPF90=mpif90

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cdftools.git



More information about the debian-science-commits mailing list