[cdftools] 222/228: Delete broken overrides

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 80e2bea160f47c1b06fca9596e1a12cf7ddca128
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Jun 21 20:15:57 2013 +0100

    Delete broken overrides
---
 debian/manpages/cdf16bit.1          |  38 ++++++------
 debian/manpages/cdf2levitusgrid2d.1 |  48 +++++++--------
 debian/manpages/cdf2matlab.1        |  32 +++++-----
 debian/manpages/cdfbathy.1          |  93 +++++++++++++++--------------
 debian/manpages/cdfbci.1            |  53 +++++++++--------
 debian/manpages/cdfhdy3d.1          |  50 ++++++++++------
 debian/manpages/cdfheatc.1          |  32 ++++++++++
 debian/manpages/cdfmean.1           |  79 ++++++++++++++-----------
 debian/source/lintian-overrides     | 115 ------------------------------------
 9 files changed, 244 insertions(+), 296 deletions(-)

diff --git a/debian/manpages/cdf16bit.1 b/debian/manpages/cdf16bit.1
index d125fad..db3a94b 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 97596f5..48f4468 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 3b66a8f..84056fe 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 8573e68..b25cf4b 100644
--- a/debian/manpages/cdfbathy.1
+++ b/debian/manpages/cdfbathy.1
@@ -4,46 +4,53 @@
 cdfbathy/cdfvar \- Modify manual modification of Nemo CDF files
 
 
-." *,' 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'
+.SH SEE ALSO
+http://www.drakkar-ocean.eu/tools-misc/cdftools
+
+.SH AUTHOR
+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'
diff --git a/debian/manpages/cdfbci.1 b/debian/manpages/cdfbci.1
index d6c9b06..c847796 100644
--- a/debian/manpages/cdfbci.1
+++ b/debian/manpages/cdfbci.1
@@ -6,29 +6,34 @@ cdfbci \- Compute elements for analysing the baroclinic instability
 
 .SH SEE ALSO
 cdfmoyuvwt
+http://www.drakkar-ocean.eu/tools-misc/cdftools
 
+.SH AUTHOR
+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 9f36924..767e8a2 100644
--- a/debian/manpages/cdfhdy3d.1
+++ b/debian/manpages/cdfhdy3d.1
@@ -1,20 +1,32 @@
-     PRINT *,' usage : cdfhdy3d T-file'
-     PRINT *,'      '
-     PRINT *,'     PURPOSE :'
-     PRINT *,'        Compute dynamic height anomaly from T-file given as argument.'
-     PRINT *,'      '
-     PRINT *,'     ARGUMENTS :'
-     PRINT *,'       T-file : netcdf file with temperature and salinity.'
-     PRINT *,'      '
-     PRINT *,'      '
-     PRINT *,'     REQUIRED FILES :'
-     PRINT *,'        ',TRIM(cn_fmsk),' and ', TRIM(cn_fzgr)
-     PRINT *,'      '
-     PRINT *,'     OUTPUT : '
-     PRINT *,'       netcdf file : ', TRIM(cf_out)
-     PRINT *,'         variables : ', TRIM(cv_out),' ( m )'
-     PRINT *,'      '
-     PRINT *,'     SEE ALSO :'
-     PRINT *,'      cdfhdy'
-     PRINT *,'      '
+.TH cdfhdy3d 1 CDFTOOLS
+
+.SH NAME
+cdfhdy3d \- Compute dynamic height anomaly from NetCDF Nemo T-file 
+
+.SH SEE ALSO
+http://www.drakkar-ocean.eu/tools-misc/cdftools
+
+.SH AUTHOR
+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'
+.'  *,'      '
 
diff --git a/debian/manpages/cdfheatc.1 b/debian/manpages/cdfheatc.1
new file mode 100644
index 0000000..b00d444
--- /dev/null
+++ b/debian/manpages/cdfheatc.1
@@ -0,0 +1,32 @@
+.TH cdfheatc 1 CDFTOOLS
+
+.SH NAME
+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'
diff --git a/debian/manpages/cdfmean.1 b/debian/manpages/cdfmean.1
index bb0a963..b1686f0 100644
--- a/debian/manpages/cdfmean.1
+++ b/debian/manpages/cdfmean.1
@@ -1,36 +1,43 @@
-  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.
+.TH cdfmean 1 CDFTOOLS
+
+.SH NAME
+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.
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
deleted file mode 100644
index 359f16d..0000000
--- a/debian/source/lintian-overrides
+++ /dev/null
@@ -1,115 +0,0 @@
-# What can be done in Fortran is already done.
-# Can't select checked versions of functions. If you know how,
-# please tell me: -- mckinstry at debian.org 2013-06-04
-W: cdftools: hardening-no-fortify-functions usr/bin/cdf16bit
-W: cdftools: hardening-no-fortify-functions usr/bin/cdf2levitusgrid2d
-W: cdftools: hardening-no-fortify-functions usr/bin/cdf2matlab
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfbathy
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfbci
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfbn2
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfbotpressure
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfbottom
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfbottomsig
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfbti
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfbuoyflx
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfcensus
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfchgrid
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfclip
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfcmp
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfcofdis
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfcoloc
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfconvert
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfcsp
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfcurl
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfdifmask
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfeke
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfets
-W: cdftools: hardening-no-fortify-functions usr/bin/cdffindij
-W: cdftools: hardening-no-fortify-functions usr/bin/cdffixtime
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfflxconv
-W: cdftools: hardening-no-fortify-functions usr/bin/cdffracinv
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfgeo-uv
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfgeostrophy
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfhdy
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfhdy3d
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfheatc
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfhflx
-W: cdftools: hardening-no-fortify-functions usr/bin/cdficediags
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfimprovechk
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfinfo
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfisopsi
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfkempemekeepe
-W: cdftools: hardening-no-fortify-functions usr/bin/cdflinreg
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmaskdmp
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmax
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmaxmoc
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmean
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmhst
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmkmask
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmltmask
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmoc
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmocsig
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmoy
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmoy_freq
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmoy_weighted
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmoyt
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmoyuvwt
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmppini
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmxl
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmxlhcsc
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmxlheatc
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfmxlsaltc
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfnamelist
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfnan
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfnorth_unfold
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfnrjcomp
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfokubo-w
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfovide
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfpendep
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfpolymask
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfprobe
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfprofile
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfpsi
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfpsi_level
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfpvor
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfrhoproj
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfrichardson
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfrmsssh
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfscale
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfsections
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfsig0
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfsigi
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfsiginsitu
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfsigintegr
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfsigtrp
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfsmooth
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfspeed
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfspice
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfsstconv
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfstatcoord
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfstats
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfstd
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfstdevts
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfstdevw
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfstrconv
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfsum
-W: cdftools: hardening-no-fortify-functions usr/bin/cdftempvol-full
-W: cdftools: hardening-no-fortify-functions usr/bin/cdftransport
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfvFWov
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfvT
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfvertmean
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfvhst
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfvint
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfvita
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfvita-geo
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfvsig
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfvtrp
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfw
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfweight
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfwflx
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfwhereij
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfzisot
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfzonalmean
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfzonalout
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfzonalsum
-W: cdftools: hardening-no-fortify-functions usr/bin/cdfzoom

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