[cdftools] 190/228: JMM : adjusts 'man' part of the tools for cdfmaxmoc and cdfvT in order to correct some typos and to make clearer the use of the tool.

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 08:21:48 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 cb5969419d6af86ad2b55c68977757dfe60f9e7d
Author: molines <molines at 1055176f-818a-41d9-83e1-73fbe5b947c5>
Date:   Tue Dec 18 13:15:24 2012 +0000

    JMM : adjusts 'man' part of the tools for cdfmaxmoc and cdfvT in order to correct some typos and
          to make clearer the use of the tool.
    
    
    git-svn-id: http://servforge.legi.grenoble-inp.fr/svn/CDFTOOLS/trunk@638 1055176f-818a-41d9-83e1-73fbe5b947c5
---
 cdfmaxmoc.f90 | 8 ++++----
 cdfvT.f90     | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/cdfmaxmoc.f90 b/cdfmaxmoc.f90
index 6193e73..c9d75d1 100644
--- a/cdfmaxmoc.f90
+++ b/cdfmaxmoc.f90
@@ -58,16 +58,16 @@ PROGRAM cdfmaxmoc
   narg=iargc()
   
   IF ( narg /= 6 ) THEN
-     PRINT *,' usage : cdfmaxmoc OVT-file cbasin latmin latmax depmin depmax'
+     PRINT *,' usage : cdfmaxmoc OVT-file basin_name latmin latmax depmin depmax'
      PRINT *,'      '
      PRINT *,'     PURPOSE :'
-     PRINT *,'        Compute the maximum and minimum of the overturning, from file IVT-file,' 
+     PRINT *,'        Compute the maximum and minimum of the overturning, from file OVT-file,' 
      PRINT *,'        for oceanic basin specified by cbasin, and in the geographical frame '
      PRINT *,'        defined by latmin latmax, depmin, depmax.'
      PRINT *,'      '
      PRINT *,'     ARGUMENTS :'
-     PRINT *,'       OVT-file : overturning file produced by cdfmoc, with of w/o sub basins.' 
-     PRINT *,'       cbasin : name of oceanic subbasin as defined in ',TRIM(cn_fbasins)
+     PRINT *,'       OVT-file   : overturning file from cdfmoc, with or w/o sub basins.' 
+     PRINT *,'       basin_name : name of oceanic subbasin as defined in ',TRIM(cn_fbasins)
      PRINT *,'                usually it can be one of atl, glo, inp, ind or pac'
      PRINT *,'                glo means no subbasins.'
      PRINT *,'      '
diff --git a/cdfvT.f90 b/cdfvT.f90
index 9b0d7ab..7e97310 100644
--- a/cdfvT.f90
+++ b/cdfvT.f90
@@ -61,13 +61,13 @@ PROGRAM cdfvT
   !!  Read command line
   narg= iargc()
   IF ( narg == 0 ) THEN
-     PRINT *,' usage : cdfvT CONFIG ''list_of_tags'' '
+     PRINT *,' usage : cdfvT CONFIG-CASE ''list_of_tags'' '
      PRINT *,'     PURPOSE :'
      PRINT *,'       Compute the time average values for second order products ' 
      PRINT *,'       V.T, V.S, U.T and U.S used in heat and salt transport computation.'
      PRINT *,'      '
      PRINT *,'     ARGUMENTS :'
-     PRINT *,'       CONFIG is the config name of a given experiment (eg ORCA025-G70)'
+     PRINT *,'       CONFIG-CASE is the config name of a given experiment (eg ORCA025-G70)'
      PRINT *,'            The program will look for gridT, gridU and gridV files for' 
      PRINT *,'            this config ( grid_T, grid_U and grid_V are also accepted).'
      PRINT *,'            Additionaly, if gridS or grid_S file is found, it will be taken'

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