[cdftools] 108/228: JMM + PM : fix namelist statements in modcdfnames.f90

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 08:21:36 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 36188e0ed8455453ee9f3906b1f3f961a376c1cc
Author: molines <molines at 1055176f-818a-41d9-83e1-73fbe5b947c5>
Date:   Mon Oct 17 15:17:52 2011 +0000

    JMM + PM : fix namelist statements in modcdfnames.f90
    
    
    git-svn-id: http://servforge.legi.grenoble-inp.fr/svn/CDFTOOLS/trunk@555 1055176f-818a-41d9-83e1-73fbe5b947c5
---
 modcdfnames.f90 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modcdfnames.f90 b/modcdfnames.f90
index f147421..4cad289 100644
--- a/modcdfnames.f90
+++ b/modcdfnames.f90
@@ -145,8 +145,9 @@ MODULE modCdfNames
     NAMELIST/namdim/ cn_x, cn_y, cn_z, cn_t                        ! dimensions
 
     ! dimension variables
-    NAMELIST/namdimvar/ cn_vlon2d, cn_vlat2d, cn_vdeptht, cn_vtimec
+    NAMELIST/namdimvar/ cn_vlon2d, cn_vlat2d
     NAMELIST/namdimvar/ cn_vdeptht, cn_vdepthu, cn_vdepthv, cn_vdepthw
+    NAMELIST/namdimvar/ cn_vtimec
    
     ! attributes
     NAMELIST/namdimvar/ cn_missing_value

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