[cdftools] 224/228: Minor changes

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 08:21:52 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 466d52e4f1788a693d9bf4d0058fa9d0a0fb3cb5
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat Jun 22 12:41:24 2013 +0100

    Minor changes
---
 debian/changelog                    |  2 +-
 debian/control                      |  6 +--
 debian/manpages/cdf16bit.1          | 38 ++++++++--------
 debian/manpages/cdf2levitusgrid2d.1 | 48 ++++++++++-----------
 debian/manpages/cdf2matlab.1        | 32 +++++++-------
 debian/manpages/cdfbathy.1          | 86 ++++++++++++++++++-------------------
 debian/manpages/cdfbci.1            | 48 ++++++++++-----------
 debian/manpages/cdfhdy3d.1          | 38 ++++++++--------
 debian/manpages/cdfheatc.1          | 50 ++++++++++-----------
 debian/manpages/cdfmean.1           | 72 +++++++++++++++----------------
 debian/rules                        |  2 +-
 11 files changed, 211 insertions(+), 211 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0b78caa..6a9bf90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-cdftools (3.0-1) UNRELEASED; urgency=low
+cdftools (3.0-1) unstable; urgency=low
 
   * Initial release. (Closes: #709631).
 
diff --git a/debian/control b/debian/control
index b76ff30..cfa59cd 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,6 @@ Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Diagnostic tools for NEMO netCDF output
  CDFTOOLS is a diagnostic package written in fortran 90 for the analysis
  of NEMO model output in the frame of the DRAKKAR project.
- NEMO (Nucleus for European Modelling of the Ocean) is a state-of-the-art modeling
- framework for oceanographic research, operational oceanography seasonal forecast
- and climate studies.
+ NEMO (Nucleus for European Modelling of the Ocean) is a state-of-the-art
+ modeling framework for oceanographic research, operational oceanography
+ seasonal forecast and climate studies.
diff --git a/debian/manpages/cdf16bit.1 b/debian/manpages/cdf16bit.1
index db3a94b..11a9f4e 100644
--- a/debian/manpages/cdf16bit.1
+++ b/debian/manpages/cdf16bit.1
@@ -28,25 +28,25 @@ http://www.drakkar-ocean.eu/tools-misc/cdftools
 J.-M. Molines.
 This manpage was written by Alastair McKinstry 
 
-.' INT *,' usage : cdf16bit 32BIT-file [ -check ] [ -verbose]'
-.'      INT *,'      '
-.'     INT *,'     PURPOSE :'
-.'    INT *,'       Convert input 32 bit precision file into 16 bit'
-.'   INT *,'       precision file using add_offset and scale_factor'
-.'  INT *,'      '
-.'   INT *,'     ARGUMENTS :'
-.'     INT *,'       32BIT-file : input 32 bit file to be converted'
-.'     INT *,'      '
-.'     INT *,'     OPTIONS :'
-.'     INT *,'       [ -check ]   : control than the scale factors are adequate'
-.'     INT *,'       [ -verbose ] : give information level by level.'
-.'     INT *,'      '
-.'     INT *,'     REQUIRED FILES :'
-.'     INT *,'       none '
-.'     INT *,'      '
-.'     INT *,'     OUTPUT : '
-.'     INT *,'       netcdf file : ', TRIM(cf_out)
-.'     INT *,'         variables : same names than in input file'i
+.\" INT *,' usage : cdf16bit 32BIT-file [ -check ] [ -verbose]'
+.\"      INT *,'      '
+.\"     INT *,'     PURPOSE :'
+.\"    INT *,'       Convert input 32 bit precision file into 16 bit'
+.\"   INT *,'       precision file using add_offset and scale_factor'
+.\"  INT *,'      '
+.\"   INT *,'     ARGUMENTS :'
+.\"     INT *,'       32BIT-file : input 32 bit file to be converted'
+.\"     INT *,'      '
+.\"     INT *,'     OPTIONS :'
+.\"     INT *,'       [ -check ]   : control than the scale factors are adequate'
+.\"     INT *,'       [ -verbose ] : give information level by level.'
+.\"     INT *,'      '
+.\"     INT *,'     REQUIRED FILES :'
+.\"     INT *,'       none '
+.\"     INT *,'      '
+.\"     INT *,'     OUTPUT : '
+.\"     INT *,'       netcdf file : ', TRIM(cf_out)
+.\"     INT *,'         variables : same names than in input file'i
 
 
 .SH REQUIRED FILES
diff --git a/debian/manpages/cdf2levitusgrid2d.1 b/debian/manpages/cdf2levitusgrid2d.1
index 48f4468..701631b 100644
--- a/debian/manpages/cdf2levitusgrid2d.1
+++ b/debian/manpages/cdf2levitusgrid2d.1
@@ -14,27 +14,27 @@ J.-M. Molines.
 This manpage was written by Alastair McKinstry
 
 
-.'      PRINT *,'      '
-.'      PRINT *,'     PURPOSE :'
-.'      PRINT *,'       remaps (bin) 2D high resolution (finer than 1x1 deg) '
-.'      PRINT *,'       fields on Levitus 2D 1x1 deg grid                    '
-.'      PRINT *,'       (does not work for vector fields)  '
-.'      PRINT *,'       It assumes that Levitus grid SW grid cell center '
-.'      PRINT *,'       is (0.5W,89.5S) '
-.'      PRINT *,'      '
-.'      PRINT *,'     ARGUMENTS :'
-.'      PRINT *,'       IN-file  : netcdf input file '
-.'      PRINT *,'       OUT-file : netcdf output file '
-.'      PRINT *,'       VAR-name2D : input variable name for interpolation '
-.'      PRINT *,'      '
-.'      PRINT *,'     OPTIONS :'
-.'      PRINT *,'      '
-.'      PRINT *,'     REQUIRED FILES :'
-.'      PRINT *,'       ',TRIM(cn_fhgr)
-.'      PRINT *,'       ',TRIM(cn_fmsk)
-.'      PRINT *,'       ',TRIM(cf_levitus_mask)
-.'      PRINT *,'      '
-.'      PRINT *,'     OUTPUT : '
-.'      PRINT *,'       netcdf file : name given as second argument'
-.'      PRINT *,'         variables : 2d_var_name'
-.'      STOP
+.\"      PRINT *,'      '
+.\"      PRINT *,'     PURPOSE :'
+.\"      PRINT *,'       remaps (bin) 2D high resolution (finer than 1x1 deg) '
+.\"      PRINT *,'       fields on Levitus 2D 1x1 deg grid                    '
+.\"      PRINT *,'       (does not work for vector fields)  '
+.\"      PRINT *,'       It assumes that Levitus grid SW grid cell center '
+.\"      PRINT *,'       is (0.5W,89.5S) '
+.\"      PRINT *,'      '
+.\"      PRINT *,'     ARGUMENTS :'
+.\"      PRINT *,'       IN-file  : netcdf input file '
+.\"      PRINT *,'       OUT-file : netcdf output file '
+.\"      PRINT *,'       VAR-name2D : input variable name for interpolation '
+.\"      PRINT *,'      '
+.\"      PRINT *,'     OPTIONS :'
+.\"      PRINT *,'      '
+.\"      PRINT *,'     REQUIRED FILES :'
+.\"      PRINT *,'       ',TRIM(cn_fhgr)
+.\"      PRINT *,'       ',TRIM(cn_fmsk)
+.\"      PRINT *,'       ',TRIM(cf_levitus_mask)
+.\"      PRINT *,'      '
+.\"      PRINT *,'     OUTPUT : '
+.\"      PRINT *,'       netcdf file : name given as second argument'
+.\"      PRINT *,'         variables : 2d_var_name'
+.\"      STOP
diff --git a/debian/manpages/cdf2matlab.1 b/debian/manpages/cdf2matlab.1
index 84056fe..ca45eef 100644
--- a/debian/manpages/cdf2matlab.1
+++ b/debian/manpages/cdf2matlab.1
@@ -14,19 +14,19 @@ http://www.drakkar-ocean.eu/tools-misc/cdftools
 J.-M. Molines.
 This manpage was written by Alastair McKinstry     
 
-.' *,'      '
-.' *,'     PURPOSE :'
-.' *,'       Convert global nemo input file (ORCA configurations) into'
-.' *,'       a file with monotonically increasing longitudes.'
-.' *,'      '
-.' *,'     ARGUMENTS :'
-.' *,'       IN-file : input model file.'
-.' *,'       IN-var  : netcdf variable name to process.'
-.' *,'       level   : level to process.'
-.' *,'      '
-.' *,'     REQUIRED FILES :'
-.' *,'        none'
-.' *,'      '
-.' *,'     OUTPUT : '
-.' *,'       netcdf file : ', TRIM(cf_out)
-.' *,'         variables : same name than in input file.'
+.\" *,'      '
+.\" *,'     PURPOSE :'
+.\" *,'       Convert global nemo input file (ORCA configurations) into'
+.\" *,'       a file with monotonically increasing longitudes.'
+.\" *,'      '
+.\" *,'     ARGUMENTS :'
+.\" *,'       IN-file : input model file.'
+.\" *,'       IN-var  : netcdf variable name to process.'
+.\" *,'       level   : level to process.'
+.\" *,'      '
+.\" *,'     REQUIRED FILES :'
+.\" *,'        none'
+.\" *,'      '
+.\" *,'     OUTPUT : '
+.\" *,'       netcdf file : ', TRIM(cf_out)
+.\" *,'         variables : same name than in input file.'
diff --git a/debian/manpages/cdfbathy.1 b/debian/manpages/cdfbathy.1
index b25cf4b..b3b6f8d 100644
--- a/debian/manpages/cdfbathy.1
+++ b/debian/manpages/cdfbathy.1
@@ -11,46 +11,46 @@ http://www.drakkar-ocean.eu/tools-misc/cdftools
 J.-M. Molines.
 This manpage was written by Alastair McKinstry
 
-.' *,' usage : cdfbathy/cdfvar -f IN-file [options]'
-.' *,'      '
-.' *,'     PURPOSE :'
-.' *,'       Allow manual modification of the input file. Very convenient'
-.' *,'       for bathymetric files, can also be used with any model file'
-.' *,'       Keep a log.f90 file of the modifications for automatic reprocessing'
-.' *,'      '
-.' *,'     ARGUMENTS :'
-.' *,'       IN-file : original input file. The program works on a copy of the'
-.' *,'                original file (default)'
-.' *,'      '
-.' *,'     OPTIONS :'
-.' 9999, '   -file (or -f )       : name of input file '
-.' 9999, '   -var  (or -v )       : name of cdf variable [default: Bathymetry]'
-.' 9999, '   -lev  (or -l )       : level to work with '
-.' 9999, '   -time (or -t )       : time to work with '
-.' 9999, '   -scale  s            : use s as a scale factor (divide when read the file)'
-.' 9999, '   -zoom (or -z )       : sub area of the bathy file to work with (imin imax jmin jmax)'
-.' 9999, '   -fillzone (or -fz )  : sub area will be filled with 0 up to the first coast line '
-.' 9999, '   -raz_zone (or -raz ) : sub area will be filled with 0 up '
-.' 9999, '   -raz_below depmin    : any depth less than depmin in subarea will be replaced by 0 '
-.' 9999, '      (or -rb depmin )  '
-.' 9999, '   -set_below depmin    : any depth less than depmin in subarea will be replaced by depmin '
-.' 9999, '      (or -sb depmin ) '
-.' 9999, '   -fullstep depmin     : sub area will be reshaped as full-step, below depmin'
-.' 9999, '      (or -fs depmin )    requires the presence of the file zgr_bat.txt (from ocean.output, eg )'
-.' 9999, '   -dumpzone (or -d )   : sub area will be output to an ascii file, which can be used by -replace'
-.' 9999, '                          after manual editing '
-.' 9999, '   -nicedumpzone        : sub area will be output to an ascii file (nice output)'
-.' 9999, '            (or -nd )'
-.' 9999, '   -replace (or -r )    : sub area defined by the file will replace the original bathy'
-.' 9999, '   -append (or -a )     : fortran log file (log.f90) will be append with actual modif'
-.' 9999, '                          Standard behaviour is to overwrite/create log file'
-.' 9999, '   -overwrite (or -o )  : input bathy file will be used as output.'
-.' 9999, '                          Standard behaviour is to use a work copy of the original file'
-.' 9999, '                          (indexed from 01 to 99 if necessary ) '
-.' 9999, '   -log logfile         : log file for change (default is log.f90) '
-.' *,'      '
-.' *,'     OUTPUT : '
-.' 9999, '      netcdf file : according to used options, if the original file is to be modified'
-.' 9999, '             a sequence number is added at the end of the input file name, to keep'
-.' 9999, '             modifications.'
-.' *,'            variables : same as input file'
+.\" *,' usage : cdfbathy/cdfvar -f IN-file [options]'
+.\" *,'      '
+.\" *,'     PURPOSE :'
+.\" *,'       Allow manual modification of the input file. Very convenient'
+.\" *,'       for bathymetric files, can also be used with any model file'
+.\" *,'       Keep a log.f90 file of the modifications for automatic reprocessing'
+.\" *,'      '
+.\" *,'     ARGUMENTS :'
+.\" *,'       IN-file : original input file. The program works on a copy of the'
+.\" *,'                original file (default)'
+.\" *,'      '
+.\" *,'     OPTIONS :'
+.\" 9999, '   -file (or -f )       : name of input file '
+.\" 9999, '   -var  (or -v )       : name of cdf variable [default: Bathymetry]'
+.\" 9999, '   -lev  (or -l )       : level to work with '
+.\" 9999, '   -time (or -t )       : time to work with '
+.\" 9999, '   -scale  s            : use s as a scale factor (divide when read the file)'
+.\" 9999, '   -zoom (or -z )       : sub area of the bathy file to work with (imin imax jmin jmax)'
+.\" 9999, '   -fillzone (or -fz )  : sub area will be filled with 0 up to the first coast line '
+.\" 9999, '   -raz_zone (or -raz ) : sub area will be filled with 0 up '
+.\" 9999, '   -raz_below depmin    : any depth less than depmin in subarea will be replaced by 0 '
+.\" 9999, '      (or -rb depmin )  '
+.\" 9999, '   -set_below depmin    : any depth less than depmin in subarea will be replaced by depmin '
+.\" 9999, '      (or -sb depmin ) '
+.\" 9999, '   -fullstep depmin     : sub area will be reshaped as full-step, below depmin'
+.\" 9999, '      (or -fs depmin )    requires the presence of the file zgr_bat.txt (from ocean.output, eg )'
+.\" 9999, '   -dumpzone (or -d )   : sub area will be output to an ascii file, which can be used by -replace'
+.\" 9999, '                          after manual editing '
+.\" 9999, '   -nicedumpzone        : sub area will be output to an ascii file (nice output)'
+.\" 9999, '            (or -nd )'
+.\" 9999, '   -replace (or -r )    : sub area defined by the file will replace the original bathy'
+.\" 9999, '   -append (or -a )     : fortran log file (log.f90) will be append with actual modif'
+.\" 9999, '                          Standard behaviour is to overwrite/create log file'
+.\" 9999, '   -overwrite (or -o )  : input bathy file will be used as output.'
+.\" 9999, '                          Standard behaviour is to use a work copy of the original file'
+.\" 9999, '                          (indexed from 01 to 99 if necessary ) '
+.\" 9999, '   -log logfile         : log file for change (default is log.f90) '
+.\" *,'      '
+.\" *,'     OUTPUT : '
+.\" 9999, '      netcdf file : according to used options, if the original file is to be modified'
+.\" 9999, '             a sequence number is added at the end of the input file name, to keep'
+.\" 9999, '             modifications.'
+.\" *,'            variables : same as input file'
diff --git a/debian/manpages/cdfbci.1 b/debian/manpages/cdfbci.1
index c847796..35449bd 100644
--- a/debian/manpages/cdfbci.1
+++ b/debian/manpages/cdfbci.1
@@ -13,27 +13,27 @@ J.-M. Molines.
 This manpage was written by Alastair McKinstry
 
 
-.' *,' usage : cdfbci UVWT-file'
-.' *,'      '
-.' *,'     PURPOSE :'
-.' *,'       Compute elements for analysing the baroclinic instability'
-.' *,'      '
-.' *,'     ARGUMENTS :'
-.' *,'       UVWT-file : input file is produced by cdfmoyuvwt, and the mean'
-.' *,'              must be computed on a long-enough period for the '
-.' *,'              statistics to be meaningful. Points are on T grid.'
-.' *,'      '
-.' *,'     REQUIRED FILES :'
-.' *,'       Need ', TRIM(cn_fhgr) ,' file'
-.' *,'      '
-.' *,'     OUTPUT : '
-.' *,'       netcdf file : ', TRIM(cf_out)
-.' *,'         variables : 5 output variables'
-.' *,'             dTdx : zonal derivative of Tbar on T point (*1000)'
-.' *,'             dTdy : meridional derivative of Tbar on T point (*1000)'
-.' *,'             uT   : anomaly of u times anomaly of T on T point'
-.' *,'             vT   : anomaly of v times anomaly of T on T point'
-.' *,'             bci  : transfert of energy for the baroclinic instability (*1000)'
-.' *,'      '
-.' *,'     SEE ALSO :'
-.' *,'       cdfmoyuvwt '
+.\" *,' usage : cdfbci UVWT-file'
+.\" *,'      '
+.\" *,'     PURPOSE :'
+.\" *,'       Compute elements for analysing the baroclinic instability'
+.\" *,'      '
+.\" *,'     ARGUMENTS :'
+.\" *,'       UVWT-file : input file is produced by cdfmoyuvwt, and the mean'
+.\" *,'              must be computed on a long-enough period for the '
+.\" *,'              statistics to be meaningful. Points are on T grid.'
+.\" *,'      '
+.\" *,'     REQUIRED FILES :'
+.\" *,'       Need ', TRIM(cn_fhgr) ,' file'
+.\" *,'      '
+.\" *,'     OUTPUT : '
+.\" *,'       netcdf file : ', TRIM(cf_out)
+.\" *,'         variables : 5 output variables'
+.\" *,'             dTdx : zonal derivative of Tbar on T point (*1000)'
+.\" *,'             dTdy : meridional derivative of Tbar on T point (*1000)'
+.\" *,'             uT   : anomaly of u times anomaly of T on T point'
+.\" *,'             vT   : anomaly of v times anomaly of T on T point'
+.\" *,'             bci  : transfert of energy for the baroclinic instability (*1000)'
+.\" *,'      '
+.\" *,'     SEE ALSO :'
+.\" *,'       cdfmoyuvwt '
diff --git a/debian/manpages/cdfhdy3d.1 b/debian/manpages/cdfhdy3d.1
index 767e8a2..c694fff 100644
--- a/debian/manpages/cdfhdy3d.1
+++ b/debian/manpages/cdfhdy3d.1
@@ -10,23 +10,23 @@ http://www.drakkar-ocean.eu/tools-misc/cdftools
 J.-M. Molines.
 This manpage was written by Alastair McKinstry
 
-.'  *,' usage : cdfhdy3d T-file'
-.'  *,'      '
-.'  *,'     PURPOSE :'
-.'  *,'        Compute dynamic height anomaly from T-file given as argument.'
-.'  *,'      '
-.'  *,'     ARGUMENTS :'
-.'  *,'       T-file : netcdf file with temperature and salinity.'
-.'  *,'      '
-.'  *,'      '
-.'  *,'     REQUIRED FILES :'
-.'  *,'        ',TRIM(cn_fmsk),' and ', TRIM(cn_fzgr)
-.'  *,'      '
-.'  *,'     OUTPUT : '
-.'  *,'       netcdf file : ', TRIM(cf_out)
-.'  *,'         variables : ', TRIM(cv_out),' ( m )'
-.'  *,'      '
-.'  *,'     SEE ALSO :'
-.'  *,'      cdfhdy'
-.'  *,'      '
+.\"  *,' usage : cdfhdy3d T-file'
+.\"  *,'      '
+.\"  *,'     PURPOSE :'
+.\"  *,'        Compute dynamic height anomaly from T-file given as argument.'
+.\"  *,'      '
+.\"  *,'     ARGUMENTS :'
+.\"  *,'       T-file : netcdf file with temperature and salinity.'
+.\"  *,'      '
+.\"  *,'      '
+.\"  *,'     REQUIRED FILES :'
+.\"  *,'        ',TRIM(cn_fmsk),' and ', TRIM(cn_fzgr)
+.\"  *,'      '
+.\"  *,'     OUTPUT : '
+.\"  *,'       netcdf file : ', TRIM(cf_out)
+.\"  *,'         variables : ', TRIM(cv_out),' ( m )'
+.\"  *,'      '
+.\"  *,'     SEE ALSO :'
+.\"  *,'      cdfhdy'
+.\"  *,'      '
 
diff --git a/debian/manpages/cdfheatc.1 b/debian/manpages/cdfheatc.1
index b00d444..4593792 100644
--- a/debian/manpages/cdfheatc.1
+++ b/debian/manpages/cdfheatc.1
@@ -5,28 +5,28 @@ cdfheatc \- compute the heat content in the specified area
 
 
 
-.' *,' usage :  cdfheatc  T-file ...'
-.' *,'    ... [imin imax jmin jmax kmin kmax] [-full] '
-.' *,'      '
-.' *,'     PURPOSE :'
-.' *,'        Computes the heat content in the specified area (Joules)'
-.' *,'        A sub-domain can be specified in option.'
-.' *,'      '
-.' *,'     ARGUMENTS :'
-.' *,'       T-file : a file with temperature and salinity'
-.' *,'      '
-.' *,'     OPTIONS :'
-.' *,'       [imin imax jmin jmax kmin kmax] : limit of a sub domain where'
-.' *,'                      the heat content will be calculated.'
-.' *,'                   - if imin = 0 then ALL i are taken'
-.' *,'                   - if jmin = 0 then ALL j are taken'
-.' *,'                   - if kmin = 0 then ALL k are taken'
-.' *,'       [-full ] : assume full step model output instead of default'
-.' *,'                  partial steps.'
-.' *,'      '
-.' *,'     REQUIRED FILES :'
-.' *,'       Files ',TRIM(cn_fhgr),', ',TRIM(cn_fzgr),' and ',TRIM(cn_fmsk)
-.' *,'      '
-.' *,'     OUTPUT : '
-.' *,'       netcdf file : to be done ....'
-.' *,'       Standard output'
+.\" *,' usage :  cdfheatc  T-file ...'
+.\" *,'    ... [imin imax jmin jmax kmin kmax] [-full] '
+.\" *,'      '
+.\" *,'     PURPOSE :'
+.\" *,'        Computes the heat content in the specified area (Joules)'
+.\" *,'        A sub-domain can be specified in option.'
+.\" *,'      '
+.\" *,'     ARGUMENTS :'
+.\" *,'       T-file : a file with temperature and salinity'
+.\" *,'      '
+.\" *,'     OPTIONS :'
+.\" *,'       [imin imax jmin jmax kmin kmax] : limit of a sub domain where'
+.\" *,'                      the heat content will be calculated.'
+.\" *,'                   - if imin = 0 then ALL i are taken'
+.\" *,'                   - if jmin = 0 then ALL j are taken'
+.\" *,'                   - if kmin = 0 then ALL k are taken'
+.\" *,'       [-full ] : assume full step model output instead of default'
+.\" *,'                  partial steps.'
+.\" *,'      '
+.\" *,'     REQUIRED FILES :'
+.\" *,'       Files ',TRIM(cn_fhgr),', ',TRIM(cn_fzgr),' and ',TRIM(cn_fmsk)
+.\" *,'      '
+.\" *,'     OUTPUT : '
+.\" *,'       netcdf file : to be done ....'
+.\" *,'       Standard output'
diff --git a/debian/manpages/cdfmean.1 b/debian/manpages/cdfmean.1
index b1686f0..aa00c7e 100644
--- a/debian/manpages/cdfmean.1
+++ b/debian/manpages/cdfmean.1
@@ -5,39 +5,39 @@ cdfmean \-  Computes the mean value of the field (3D, weighted) in a NetCDF file
 
 
 
-.'  usage : cdfmean  IN-file IN-var T|U|V|F|W [imin imax jmin jmax kmin kmax]
-.'        ... [-full] [-var] [-zeromean] 
-.'       
-.'      PURPOSE :
-.'         Computes the mean value of the field (3D, weighted). For 3D fields,
-.'         a horizontal mean for each level is also given. If a spatial window
-.'         is specified, the mean value is computed only in this window.
-.'       
-.'      ARGUMENTS :
-.'        IN-file : input netcdf file.
-.'        IN-var  : name of netcdf variable to work with.
-.'        T|U|V|F|W : position of cdfvar on the C-grid
-.'       
-.'      OPTIONS :
-.'        [imin imax jmin jmax kmin kmax] : spatial windows where mean value 
-.'                   is computed:
-.'                   if imin = 0 then ALL i are taken
-.'                   if jmin = 0 then ALL j are taken
-.'                   if kmin = 0 then ALL k are taken
- .'       [ -full ] : compute the mean for full steps, instead of default 
-.'                    partial steps.
-.'        [ -var ]  : also compute the spatial variance of cdfvar 
-.'        [ -zeromean ] : create a file with cdfvar having a zero spatial mean.
-.'       
-.'      REQUIRED FILES :
-.'        Files mesh_hgr.nc, mesh_zgr.nc, mask.nc
-.'       
-.'      OUTPUT : 
-.'        - netcdf file : cdfmean.nc
-.'            variables : mean_cdfvar, mean_3D_cdfvar 
-.'                     [var_cdfvar, var_3D_cdfvar, in case of -var]
-.'        - netcdf file : zeromean.nc [ in case of -zeromean option]
-.' .'           variables : cdfvar
-.'        - ASCII files : cdfmean.txt
-.'                        [ cdfvar.txt, in case of -var ]
-.'        - all output on ASCII files are also sent to standard output.
+.\"  usage : cdfmean  IN-file IN-var T|U|V|F|W [imin imax jmin jmax kmin kmax]
+.\"        ... [-full] [-var] [-zeromean] 
+.\"       
+.\"      PURPOSE :
+.\"         Computes the mean value of the field (3D, weighted). For 3D fields,
+.\"         a horizontal mean for each level is also given. If a spatial window
+.\"         is specified, the mean value is computed only in this window.
+.\"       
+.\"      ARGUMENTS :
+.\"        IN-file : input netcdf file.
+.\"        IN-var  : name of netcdf variable to work with.
+.\"        T|U|V|F|W : position of cdfvar on the C-grid
+.\"       
+.\"      OPTIONS :
+.\"        [imin imax jmin jmax kmin kmax] : spatial windows where mean value 
+.\"                   is computed:
+.\"                   if imin = 0 then ALL i are taken
+.\"                   if jmin = 0 then ALL j are taken
+.\"                   if kmin = 0 then ALL k are taken
+ .\"       [ -full ] : compute the mean for full steps, instead of default 
+.\"                    partial steps.
+.\"        [ -var ]  : also compute the spatial variance of cdfvar 
+.\"        [ -zeromean ] : create a file with cdfvar having a zero spatial mean.
+.\"       
+.\"      REQUIRED FILES :
+.\"        Files mesh_hgr.nc, mesh_zgr.nc, mask.nc
+.\"       
+.\"      OUTPUT : 
+.\"        - netcdf file : cdfmean.nc
+.\"            variables : mean_cdfvar, mean_3D_cdfvar 
+.\"                     [var_cdfvar, var_3D_cdfvar, in case of -var]
+.\"        - netcdf file : zeromean.nc [ in case of -zeromean option]
+.\" .'           variables : cdfvar
+.\"        - ASCII files : cdfmean.txt
+.\"                        [ cdfvar.txt, in case of -var ]
+.\"        - all output on ASCII files are also sent to standard output.
diff --git a/debian/rules b/debian/rules
index 2f84fbe..0852bb6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,6 @@ override_dh_auto_clean:
 	$(MAKE) -C DOC clean
 
 override_dh_auto_install:
-	dh_auto_install
+	$(MAKE) install INSTALL=`pwd`/debian/tmp
 	mkdir -p $(DESTDIR)/etc/bash_completion.d 
 	cp debian/bash.completion $(DESTDIR)/etc/bash_completion.d/cdftools

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