[cdftools] 226/228: Man pages in progress.
Alastair McKinstry
mckinstry at moszumanska.debian.org
Fri Jun 12 08:21:53 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 61e7d8c4f6e935ac5eac3fcf76ca09c82112a4c3
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Thu Nov 14 20:11:59 2013 +0000
Man pages in progress.
---
debian/manpages/cdf16bit.1 | 3 ++-
debian/manpages/cdf2levitusgrid2d.1 | 49 +++++++++++++++++++------------------
debian/manpages/cdf2matlab.1 | 2 ++
debian/manpages/cdfbathy.1 | 2 +-
debian/manpages/cdfbn2.1 | 27 ++++++++++++++++++++
debian/manpages/cdfbotpressure.1 | 47 +++++++++++++++++++++++++++++++++++
debian/manpages/cdfbottom.1 | 27 ++++++++++++++++++++
debian/manpages/cdfbottomsig.1 | 38 ++++++++++++++++++++++++++++
debian/manpages/cdfbti.1 | 40 ++++++++++++++++++++++++++++++
debian/manpages/cdfbuoy.1 | 28 +++++++++++++++++++++
debian/manpages/cdfbuoyflx.1 | 46 ++++++++++++++++++++++++++++++++++
debian/manpages/cdfcensus.1 | 43 ++++++++++++++++++++++++++++++++
debian/manpages/cdfclip.1 | 26 ++++++++++++++++++++
debian/manpages/cdfcmp.1 | 33 +++++++++++++++++++++++++
debian/manpages/cdfcoastline.1 | 11 +++++++++
debian/manpages/cdfmean.1 | 6 +++++
16 files changed, 402 insertions(+), 26 deletions(-)
diff --git a/debian/manpages/cdf16bit.1 b/debian/manpages/cdf16bit.1
index 11a9f4e..4bc2836 100644
--- a/debian/manpages/cdf16bit.1
+++ b/debian/manpages/cdf16bit.1
@@ -2,6 +2,7 @@
.SH NAME
cdf16bit - Convert 32-bit precision NetCDF files to 16-bit
+
.SH SYNOPSIS
32BIT-file [ -check ] [ -verbose]
@@ -25,7 +26,7 @@ variables : same names than in input file
http://www.drakkar-ocean.eu/tools-misc/cdftools
.SH AUTHOR
-J.-M. Molines.
+CDFTOOLS was created by J.-M. Molines.
This manpage was written by Alastair McKinstry
.\" INT *,' usage : cdf16bit 32BIT-file [ -check ] [ -verbose]'
diff --git a/debian/manpages/cdf2levitusgrid2d.1 b/debian/manpages/cdf2levitusgrid2d.1
index 701631b..7d70f17 100644
--- a/debian/manpages/cdf2levitusgrid2d.1
+++ b/debian/manpages/cdf2levitusgrid2d.1
@@ -5,6 +5,31 @@
.SH SYNPOSIS
IN-file OUT-file VAR-name2D
+.SH INPUT
+.TP
+IN\-file : netCDF input file
+.TP
+OUT\-file : netCDF output file
+
+.SH PURPOSE
+Remap (bin) the 2-D high-resolution (finer than 1x1 degree) fields
+onto Levitus 2D 1x1 degree grid.
+This does not work for vector fields.
+It assumes that the Levitus grid SW grid cell center is (0.5W, 89.5S).
+
+.SH OUTPUT
+.TP
+netcdf file : name gien as second argument
+variables: 2d_var_name
+
+.SH REQUIRED FILES
+.TP
+cn_fhgr
+.TP
+cn_fmsk
+.TP
+levitus_mask.nc
+
.SH SEE ALSO
http://www.drakkar-ocean.eu/tools-misc/cdftools
@@ -14,27 +39,3 @@ 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
diff --git a/debian/manpages/cdf2matlab.1 b/debian/manpages/cdf2matlab.1
index ca45eef..040464b 100644
--- a/debian/manpages/cdf2matlab.1
+++ b/debian/manpages/cdf2matlab.1
@@ -6,6 +6,8 @@ cdf2matlab \- Convert NEMO input file to a file with monotonically increasing l
.SH SYNOPSIS
cdf2matlab IN-file IN-var level
+.SH REQUIRED FILES
+None.
.SH SEE ALSO
http://www.drakkar-ocean.eu/tools-misc/cdftools
diff --git a/debian/manpages/cdfbathy.1 b/debian/manpages/cdfbathy.1
index b3b6f8d..a6b2772 100644
--- a/debian/manpages/cdfbathy.1
+++ b/debian/manpages/cdfbathy.1
@@ -8,7 +8,7 @@ cdfbathy/cdfvar \- Modify manual modification of Nemo CDF files
http://www.drakkar-ocean.eu/tools-misc/cdftools
.SH AUTHOR
-J.-M. Molines.
+CDFTOOLS were created by J-M. Molines.
This manpage was written by Alastair McKinstry
.\" *,' usage : cdfbathy/cdfvar -f IN-file [options]'
diff --git a/debian/manpages/cdfbn2.1 b/debian/manpages/cdfbn2.1
new file mode 100644
index 0000000..970c1fe
--- /dev/null
+++ b/debian/manpages/cdfbn2.1
@@ -0,0 +1,27 @@
+.TH cdfbn2 1 CDFTOOLS
+
+.SH NAME
+cdfbn2 \- Compute the Brunt-Vaissala frequency (N2) of a Nemo NetCDF file
+
+
+.\" *,' usage : cdfbn2 T-file [W] [-full]'
+.\" *,' PURPOSE :'
+.\" *,' Compute the Brunt-Vaissala frequency (N2) according to'
+.\" *,' temperature and salinity given in the input file.'
+.\" *,' '
+.\" *,' ARGUMENTS :'
+.\" *,' T-file : netcdf input gridT file for temperature and salinity.'
+.\" *,' '
+.\" *,' OPTIONS :'
+.\" *,' [ W ] : keep N2 at W points. Default is to interpolate N2'
+.\" *,' at T point on the vertical.'
+.\" *,' [ -full ] : indicate a full step configuration instead of'
+.\" *,' the default partial steps.'
+.\" *,' '
+.\" *,' REQUIRED FILES :'
+.\" *,' ',TRIM(cn_fzgr),' is needed for this program.'
+.\" *,' '
+.\" *,' OUTPUT : '
+.\" *,' netcdf file : ', TRIM(cf_out)
+.\" *,' variables : ', TRIM(cv_bn2)
+
diff --git a/debian/manpages/cdfbotpressure.1 b/debian/manpages/cdfbotpressure.1
new file mode 100644
index 0000000..3b75d93
--- /dev/null
+++ b/debian/manpages/cdfbotpressure.1
@@ -0,0 +1,47 @@
+.TH cdfbotpressure 1 CDFTOOLS
+
+.SH NAME
+cdfbotpressure \- Compute the vertical bottom pressure (pa) from in situ density
+
+.SH SYNOPSIS
+
+.SH OPTIONS
+
+.SH REQUIRED FILES
+
+.SH OUTPUT
+
+.SH SEE ALSO
+cdfvint(1)
+http://www.drakkar-ocean.eu/tools-misc/cdftools
+
+.SH AUTHOR
+CDFTOOLS were created by J-M. Molines.
+This manpage was written by Alastair McKinstry
+
+.\" *,' PURPOSE :'
+.\" *,' Compute the vertical bottom pressure (pa) from in situ density'
+.\" *,' '
+.\" *,' ARGUMENTS :'
+.\" *,' T-file : gridT file holding either Temperature and salinity '
+.\" *,' '
+.\" *,' OPTIONS :'
+.\" *,' -full : for full step computation '
+.\" *,' -ssh : Also take SSH into account in the computation'
+.\" *,' In this case, use rau0=',pp_rau0,' kg/m3 for '
+.\" *,' surface density (as in NEMO)'
+.\" *,' If you want to use 2d surface density from '
+.\" *,' the model, use option -ssh2'
+.\" *,' -ssh2 : as option -ssh but surface density is taken from '
+.\" *,' the model instead of a constant'
+.\" *,' '
+.\" *,' REQUIRED FILES :'
+.\" *,' ', TRIM(cn_fmsk),' and ', TRIM(cn_fzgr)
+.\" *,' '
+.\" *,' OUTPUT : '
+.\" *,' netcdf file : botpressure.nc'
+.\" *,' variables : sobotpres'
+.\" *,' '
+.\" *,' SEE ALSO :'
+.\" *,' cdfvint'
+
diff --git a/debian/manpages/cdfbottom.1 b/debian/manpages/cdfbottom.1
new file mode 100644
index 0000000..175b582
--- /dev/null
+++ b/debian/manpages/cdfbottom.1
@@ -0,0 +1,27 @@
+.TH cdfbottom 1 CDFTOOLS
+
+.SH NAME
+cdfbottom \- Create 2-D NetCDF file from bottom-most 3-D file values
+
+
+.\" *,' usage : cdfbottom IN-file [ T | U | V | F]'
+.\" *,' '
+.\" *,' PURPOSE :'
+.\" *,' Create a 2D file with bottom most values for all the variables'
+.\" *,' which are in the input 3D file.'
+.\" *,' '
+.\" *,' ARGUMENTS :'
+.\" *,' IN-file : input netcdf 3D file.'
+.\" *,' '
+.\" *,' OPTIONS :'
+.\" *,' [ T | U | V | F] : specify the type of grid point on the C-grid'
+.\" *,' if not given, assume that land points are values with 0.'
+.\" *,' '
+.\" *,' REQUIRED FILES :'
+.\" *,' ',TRIM(cn_fmsk),' file is required if the grid point is specified'
+.\" *,' or if the land value is not 0.'
+.\" *,' '
+.\" *,' OUTPUT : '
+.\" *,' netcdf file : ', TRIM(cf_out)
+.\" *,' variables : same names than input file, long_name attribute is'
+.\" *,' prefixed by Bottom '
diff --git a/debian/manpages/cdfbottomsig.1 b/debian/manpages/cdfbottomsig.1
new file mode 100644
index 0000000..e0fb49f
--- /dev/null
+++ b/debian/manpages/cdfbottomsig.1
@@ -0,0 +1,38 @@
+.TH cdfbottomsig 1 CDFTOOLS
+
+.SH NAME
+cdfbottomsig \- Create a 2-D NetCDF file with ocean bottom density
+
+.SH REQUIRED FILES
+None.
+
+.SH SEE ALSO
+cdfvint(1)
+http://www.drakkar-ocean.eu/tools-misc/cdftools
+
+.SH AUTHOR
+CDFtools was created by J.-M. Molines.
+This manpage was written by Alastair McKinstry
+
+
+.\" *,' usage : cdfbottomsig T-file [zref]'
+.\" *,' '
+.\" *,' PURPOSE :'
+.\" *,' Create a 2D file with bottom density. In case a depth reference'
+.\" *,' is given, the density is refered to this depth. By default sigma-0'
+.\" *,' is used. Bottom most point is determined from the last non zero '
+.\" *,' salinity point in the water column.'
+.\" *,' '
+.\" *,' ARGUMENTS :'
+.\" *,' T-file : input file with temperature and salinity '
+.\" *,' '
+.\" *,' OPTIONS :'
+.\" *,' [zref] : depth reference for potential density'
+.\" *,' If not given assume sigma-0'
+.\" *,' '
+.\" *,' REQUIRED FILES :'
+.\" *,' none'
+.\" *,' '
+.\" *,' OUTPUT : '
+.\" *,' netcdf file : ', TRIM(cf_out)
+.\" *,' variables : sobotsig0 or sobotsigi ( kg/m3 - 1000 )'
diff --git a/debian/manpages/cdfbti.1 b/debian/manpages/cdfbti.1
new file mode 100644
index 0000000..e7d63d5
--- /dev/null
+++ b/debian/manpages/cdfbti.1
@@ -0,0 +1,40 @@
+.TH cdfbti 1 CDFTOOLS
+
+.SH NAME
+cdfbti \- Compute the terms in the barotropic energy transfer equation
+
+.SH SEE ALSO
+cdfmoyuvwt(1), cdfbci(1),
+cdfnrjcomp(1), cdfkempemekeepe(1)
+
+.\" *,' usage : cdfbti UVWT-file'
+.\" *,' '
+.\" *,' PURPOSE :'
+.\" *,' Compute the terms in the barotropic energy tranfert equation.'
+.\" *,' The transfert of energy for the barotropic instability is '
+.\" *,' bti= -[(u''bar)^2*dubar/dx ...'
+.\" *,' +(v''bar)^2*dvbar/dy ...'
+.\" *,' +(u''v''*(dubar/dy +dvbar/dx))]'
+.\" *,' '
+.\" *,' ARGUMENTS :'
+.\" *,' UVWT-file : netcdf file produced by cdfmoyuvwt'
+.\" *,' '
+.\" *,' REQUIRED FILES :'
+.\" *,' ', TRIM(cn_fhgr)
+.\" *,' '
+.\" *,' OUTPUT : '
+.\" *,' netcdf file : ', TRIM(cf_out)
+.\" *,' variables : '
+.\" *,' dudx : zonal derivate of ubar on T point'
+.\" *,' dvdx : zonal derivate of vbar on T point'
+.\" *,' dudy : meridional derivate of ubar on T point'
+.\" *,' dvdy : meridional derivate of vbar on T point'
+.\" *,' anousqrt : mean of (u-ubar)^2 on T point'
+.\" *,' anovsqrt : mean of (v-vbar)^2 on T point'
+.\" *,' anouv : mean of (u-ubar)*(v-vbar) on T point'
+.\" *,' bti : transfert of energy for the barotropic instability.'
+.\" *,' '
+.\" *,' SEE ALSO :'
+.\" *,' cdfmoyuvwt, cdfbci, cdfnrjcomp, cdfkempemekeepe'
+.\" *,' '
+
diff --git a/debian/manpages/cdfbuoy.1 b/debian/manpages/cdfbuoy.1
new file mode 100644
index 0000000..763e9a8
--- /dev/null
+++ b/debian/manpages/cdfbuoy.1
@@ -0,0 +1,28 @@
+.TH cdfbuoyfix 1 CDFTOOLS
+
+.SH NAME
+cdfbuoyfix \- Compute/read heat, water fluxes and components of a NEMO netCDF file
+
+.\" *,' usage : cdfbuoyflx T-file RNF-file'
+.\" *,' '
+.\" *,' PURPOSE :'
+.\" *,' Compute (or read) the heat and water fluxes components.'
+.\" *,' Compute (or read) the net heat and water fluxes.'
+.\" *,' Compute the buoyancy heat and water fluxes components.'
+.\" *,' Compute the net buoyancy fluxes.'
+.\" *,' Save sss and sst.'
+.\" *,' '
+.\" *,' ARGUMENTS :'
+.\" *,' T-file : netcdf file with '
+.\" *,' RNF-file : netcdf file with runoff '
+.\" *,' '
+.\" *,' REQUIRED FILES :'
+.\" *,' none'
+.\" *,' '
+.\" *,' OUTPUT : '
+.\" *,' netcdf file : ', TRIM(cf_out)
+.\" *,' variables : 25 variables (2D)'
+.\" *,' '
+.\" *,' SEE ALSO :'
+.\" *,' '
+.\" *,' '
diff --git a/debian/manpages/cdfbuoyflx.1 b/debian/manpages/cdfbuoyflx.1
new file mode 100644
index 0000000..250465d
--- /dev/null
+++ b/debian/manpages/cdfbuoyflx.1
@@ -0,0 +1,46 @@
+.TH cdfbuoyflx 1 CDFTOOLS
+
+.SH NAME
+cdfbuoyflx \- Compute (or read) the heat and water fluxes componentsa
+
+.SH SYNOPSIS
+cdfbuoyfix T-file RNF-file
+
+.SH PURPOSE
+Compute (or read) the heat and water fluxes components.
+Compute (or read) the net heat and water fluxes.
+Compute the buoyancy heat and water fluxes components.
+Compute the net buoyancy fluxes.
+Save sss and sst.
+
+
+.SH SEE ALSO
+http://www.drakkar-ocean.eu/tools-misc/cdftools
+
+.SH AUTHOR
+CDFtools was created by J.-M. Molines.
+This manpage was written by Alastair McKinstry.
+
+.\" *,' usage : cdfbuoyflx T-file RNF-file'
+.\" *,' '
+.\" *,' PURPOSE :'
+.\" *,' Compute (or read) the heat and water fluxes components.'
+.\" *,' Compute (or read) the net heat and water fluxes.'
+.\" *,' Compute the buoyancy heat and water fluxes components.'
+.\" *,' Compute the net buoyancy fluxes.'
+.\" *,' Save sss and sst.'
+.\" *,' '
+.\" *,' ARGUMENTS :'
+.\" *,' T-file : netcdf file with '
+.\" *,' RNF-file : netcdf file with runoff '
+.\" *,' '
+.\" *,' REQUIRED FILES :'
+.\" *,' none'
+.\" *,' '
+.\" *,' OUTPUT : '
+.\" *,' netcdf file : ', TRIM(cf_out)
+.\" *,' variables : 25 variables (2D)'
+.\" *,' '
+.\" *,' SEE ALSO :'
+.\" *,' '
+.\" *,' '
diff --git a/debian/manpages/cdfcensus.1 b/debian/manpages/cdfcensus.1
new file mode 100644
index 0000000..6a2ade1
--- /dev/null
+++ b/debian/manpages/cdfcensus.1
@@ -0,0 +1,43 @@
+.TH cdfcensus 1 CDFTOOLS
+.SH NAME
+cdfcensus \- Compute the volumetric water mass census of NEMO netCDF files
+
+.\" *,' usage : cdfcensus T-file nlog [-zoom imin imax jmin jmax] ...'
+.\" *,' ... [-klim kmin kmax] [-full] [-bimg] ... '
+.\" *,' ... [-srange smin smax ds ] ...'
+.\" *,' ... [-trange tmin tmax dt ] '
+.\" *,' '
+.\" *,' PURPOSE :'
+.\" *,' Compute the volumetric water mass census: the ocean is divided in'
+.\" *,' T,S bins; the program gives the volume of water for each bin.'
+.\" *,' A sub-area can be specified, both horizontaly and vertically.'
+.\" *,' Temperature and salinity ranges can be also adapted, as well as the'
+.\" *,' width of the bins. Default values are provided. In order to attenuate'
+.\" *,' the huge maximum values, a log10 operator can be applied many times,'
+.\" *,' the number of filter passes being set on the command line.'
+.\" *,' '
+.\" *,' ARGUMENTS :'
+.\" *,' T-file : netcdf file name for temperature and salinity'
+.\" *,' nlog : number of log10 filter to perform. Can be 0.'
+.\" *,' '
+.\" *,' OPTIONS :'
+.\" *,' [-zoom imin imax jmin jmax] : define a model sub-area, in model '
+.\" *,' coordinates'
+.\" *,' [-klim ik1 ik2 ] : set limits on the vertical.'
+.\" *,' [-srange smin smax ds ] : define the size of the salinity bin'
+.\" '(a,2f5.1,x,f6.3)',' defaut is :', zsmin, zsmax, zds
+.\" *,' [-trange tmin tmax dt ] : define the size of the temperatude bin'
+.\" '(a,2f5.1,x,f6.3)',' defaut is :', ztmin, ztmax, zdt
+.\" *,' [-full ] : use for full step computation'
+.\" *,' [-bimg ] : output on bimg files (to be deprecated).'
+.\" *,' '
+.\" *,' REQUIRED FILES :'
+.\" *,' ',TRIM(cn_fhgr),' and ',TRIM(cn_fzgr)
+.\" *,' '
+.\" *,' OUTPUT : '
+.\" *,' - netcdf file : ', TRIM(cf_out)
+.\" *,' variables : volcensus (10^15 m3 )'
+.\" *,' sigma0 (kg/m3 -1000 )'
+.\" *,' sigma2 (kg/m3 -1000 )'
+.\" *,' sigma3 (kg/m3 -1000 )'
+.\" *,' - bimg file : According to options.'
diff --git a/debian/manpages/cdfclip.1 b/debian/manpages/cdfclip.1
new file mode 100644
index 0000000..346df59
--- /dev/null
+++ b/debian/manpages/cdfclip.1
@@ -0,0 +1,26 @@
+ PRINT *,' usage : cdfclip -f IN-file -zoom imin imax jmin jmax [kmin kmax] '
+ PRINT *,' '
+ PRINT *,' PURPOSE :'
+ PRINT *,' Clip the input file according to the indices given in the'
+ PRINT *,' zoom statement. If no vertical zoomed area is indicated, '
+ PRINT *,' the whole water column is considered. This program is able'
+ PRINT *,' to extract data for a region crossing the E-W periodic boundary'
+ PRINT *,' of a global configuration. It does so if imax < imin.'
+ PRINT *,' '
+ PRINT *,' ARGUMENTS :'
+ PRINT *,' -f IN-file : specify the input file to be clipped'
+ PRINT *,' -zoom imin imax jmin jmax : specify the domain to be extracted.'
+ PRINT *,' If imin=imax, or jmin = jmax assume a vertical section either '
+ PRINT *,' meridional or zonal.'
+ PRINT *,' '
+ PRINT *,' OPTIONS :'
+ PRINT *,' [kmin kmax ] : specify vertical limits for the zoom, in order to reduce'
+ PRINT *,' the extracted area to some levels. Default is to take the whole'
+ PRINT *,' water column.'
+ PRINT *,' '
+ PRINT *,' REQUIRED FILES :'
+ PRINT *,' none'
+ PRINT *,' '
+ PRINT *,' OUTPUT : '
+ PRINT *,' netcdf file : ', TRIM(cf_out)
+ PRINT *,' variables : same as input variables.'
diff --git a/debian/manpages/cdfcmp.1 b/debian/manpages/cdfcmp.1
new file mode 100644
index 0000000..834142c
--- /dev/null
+++ b/debian/manpages/cdfcmp.1
@@ -0,0 +1,33 @@
+.TH cdfcmp 1 CDFTOOLS
+
+.SH REQUIRED FILES
+None.
+
+.SH OUTPUT
+output is done on standard output.
+
+
+
+
+.\" PRINT *,' usage : cmp_var -f1 IN-file1 -f2 IN-file2 -var IN-var ...'
+.\" PRINT *,' ... [-lev kmin kmax ] [-zoom imin imax jmin jmax] ...'
+.\" PRINT *,' '
+.\" PRINT *,' PURPOSE :'
+.\" PRINT *,' Find where IN-var is different between IN-file1 and IN-file2 '
+.\" PRINT *,' Options allow to restrict the finding to a sub area in space'
+.\" PRINT *,' '
+.\" PRINT *,' ARGUMENTS :'
+.\" PRINT *,' -f1 IN-file1 : input file1'
+.\" PRINT *,' -f2 IN-file2 : input file2'
+.\" PRINT *,' -var IN-var : input variable'
+.\" PRINT *,' '
+.\" PRINT *,' OPTIONS :'
+.\" PRINT *,' [-lev kmin kmax ] : restrict to level between kmin and kmax. '
+.\" PRINT *,' [-zoom imin imax jmin jmax] : restrict to sub area specified'
+.\" PRINT *,' by the given limits. '
+.\" PRINT *,' '
+.\" PRINT *,' REQUIRED FILES :'
+.\" PRINT *,' none '
+.\" PRINT *,' '
+.\" PRINT *,' OUTPUT : '
+.\" PRINT *,' output is done on standard output.'
diff --git a/debian/manpages/cdfcoastline.1 b/debian/manpages/cdfcoastline.1
new file mode 100644
index 0000000..484f5d4
--- /dev/null
+++ b/debian/manpages/cdfcoastline.1
@@ -0,0 +1,11 @@
+.TH cdfcoastline 1 CDFTOOLS
+
+
+
+
+.\" PRINT *,' Usage : cdfmean filemask [imin imax jmin jmax kmin kmax] '
+.\" PRINT *,' imin imax jmin jmax kmin kmax can be given in option '
+.\" PRINT *,' if imin = 0 then ALL i are taken'
+.\" PRINT *,' if jmin = 0 then ALL j are taken'
+.\" PRINT *,' if kmin = 0 then ALL k are taken'
+.\" PRINT *,' output file is pointcoast.nc '
diff --git a/debian/manpages/cdfmean.1 b/debian/manpages/cdfmean.1
index aa00c7e..34574c7 100644
--- a/debian/manpages/cdfmean.1
+++ b/debian/manpages/cdfmean.1
@@ -3,6 +3,12 @@
.SH NAME
cdfmean \- Computes the mean value of the field (3D, weighted) in a NetCDF file
+.SH SEE ALSO
+http://www.drakkar-ocean.eu/tools-misc/cdftools
+
+.SH AUTHOR
+CDFTOOLS was created by J.-M. Molines.
+This manpage was written by Alastair McKinstry.
.\" usage : cdfmean IN-file IN-var T|U|V|F|W [imin imax jmin jmax kmin kmax]
--
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