[cdftools] 85/228: JMM/AL : add large file capability to cdfio (64BIT_OFFSET).

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 64334f2be91dd13a78a6c796ba9439a3f0d07137
Author: molines <molines at 1055176f-818a-41d9-83e1-73fbe5b947c5>
Date:   Fri Mar 18 10:19:32 2011 +0000

    JMM/AL : add large file capability to cdfio (64BIT_OFFSET).
    
    
    git-svn-id: http://servforge.legi.grenoble-inp.fr/svn/CDFTOOLS/trunk@410 1055176f-818a-41d9-83e1-73fbe5b947c5
---
 cdf2matlab.f90   | 0
 cdfhdy3d.f90     | 0
 cdfio.f90        | 2 +-
 cdfisopsi.f90    | 0
 cdftrp_bathy.f90 | 0
 mkupdate         | 2 --
 6 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/cdf2matlab.f90 b/cdf2matlab.f90
old mode 100755
new mode 100644
diff --git a/cdfhdy3d.f90 b/cdfhdy3d.f90
old mode 100755
new mode 100644
diff --git a/cdfio.f90 b/cdfio.f90
index 6a714b6..705c371 100644
--- a/cdfio.f90
+++ b/cdfio.f90
@@ -135,7 +135,7 @@ CONTAINS
     INTEGER ,DIMENSION(4) :: nvdim
     CHARACTER(LEN=256) :: cldep, cldepref, cldepvar
 
-    istatus = NF90_CREATE(cdfile,NF90_CLOBBER, icout)
+    istatus = NF90_CREATE(cdfile,cmode=or(NF90_CLOBBER,NF90_64BIT_OFFSET), ncid=icout)
     istatus = NF90_DEF_DIM(icout,'x',kx, id_x)
     istatus = NF90_DEF_DIM(icout,'y',ky, id_y)
 
diff --git a/cdfisopsi.f90 b/cdfisopsi.f90
old mode 100755
new mode 100644
diff --git a/cdftrp_bathy.f90 b/cdftrp_bathy.f90
old mode 100755
new mode 100644
diff --git a/mkupdate b/mkupdate
deleted file mode 100755
index 976c655..0000000
--- a/mkupdate
+++ /dev/null
@@ -1,2 +0,0 @@
-# svn export --force svn://meolcar.hmg.inpg.fr/home/forge/REPOS_CDFTOOLS/CDFTOOLS/tags/CDFTOOLS-2.1 ./
-svn export --force svn://meolcar.hmg.inpg.fr/home/forge/REPOS_CDFTOOLS/CDFTOOLS/trunk ./

-- 
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