[cdftools] 66/228: RD: modif in output netcdf variable names (consistency with monitoring)

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 08:21:30 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 13e346838073cd40a75f7164b1eba0922d7aa56e
Author: dussin <dussin at 1055176f-818a-41d9-83e1-73fbe5b947c5>
Date:   Mon Sep 6 14:40:50 2010 +0000

    RD: modif in output netcdf variable names (consistency with monitoring)
    
    
    git-svn-id: http://servforge.legi.grenoble-inp.fr/svn/CDFTOOLS/trunk@342 1055176f-818a-41d9-83e1-73fbe5b947c5
---
 cdfhflx.f90 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/cdfhflx.f90 b/cdfhflx.f90
index f229051..0eea244 100644
--- a/cdfhflx.f90
+++ b/cdfhflx.f90
@@ -130,17 +130,17 @@ PROGRAM cdfhflx
         typvar(2)%long_name='Heat_Fluxes_Atlantic'
         typvar(2)%short_name='hflx_atl'
 
-        typvar(3)%name='hflx_indopacif'
+        typvar(3)%name='hflx_inp'
         typvar(3)%long_name='Heat_Fluxes_Indo-Pacific'
-        typvar(3)%short_name='hflx_indopacif'
+        typvar(3)%short_name='hflx_inp'
 
-        typvar(4)%name='hflx_indian'
+        typvar(4)%name='hflx_ind'
         typvar(4)%long_name='Heat_Fluxes_Indian'
-        typvar(4)%short_name='hflx_indian'
+        typvar(4)%short_name='hflx_ind'
 
-        typvar(5)%name='hflx_pacif'
+        typvar(5)%name='hflx_pac'
         typvar(5)%long_name='Heat_Fluxes_Pacific'
-        typvar(5)%short_name='hflx_pacif'
+        typvar(5)%short_name='hflx_pac'
 
      ENDIF
   ENDIF

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