~ubuntu-branches/ubuntu/utopic/cdftools/utopic

« back to all changes in this revision

Viewing changes to debian/manpages/cdfbti.1

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2013-11-14 19:04:43 UTC
  • Revision ID: package-import@ubuntu.com-20131114190443-qfaoxx9593vwvzkz
Tags: 3.0-1
Initial release. (Closes: #709631).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH cdfbti 1 CDFTOOLS
 
2
 
 
3
.SH NAME
 
4
cdfbti \- Compute the terms in the barotropic energy transfer equation
 
5
 
 
6
.SH SEE ALSO
 
7
cdfmoyuvwt(1), cdfbci(1),
 
8
cdfnrjcomp(1), cdfkempemekeepe(1)
 
9
 
 
10
.\" *,' usage : cdfbti UVWT-file'
 
11
.\" *,'      '
 
12
.\" *,'     PURPOSE :'
 
13
.\" *,'       Compute  the terms in the barotropic energy tranfert equation.'
 
14
.\" *,'       The transfert of energy for the barotropic instability is '
 
15
.\" *,'       bti= -[(u''bar)^2*dubar/dx ...'
 
16
.\" *,'             +(v''bar)^2*dvbar/dy ...'
 
17
.\" *,'             +(u''v''*(dubar/dy +dvbar/dx))]'
 
18
.\" *,'      '
 
19
.\" *,'     ARGUMENTS :'
 
20
.\" *,'       UVWT-file : netcdf file produced by cdfmoyuvwt'
 
21
.\" *,'      '
 
22
.\" *,'     REQUIRED FILES :'
 
23
.\" *,'       ', TRIM(cn_fhgr)
 
24
.\" *,'      '
 
25
.\" *,'     OUTPUT : '
 
26
.\" *,'       netcdf file : ', TRIM(cf_out)
 
27
.\" *,'         variables : '
 
28
.\" *,'               dudx : zonal derivate of ubar on T point'
 
29
.\" *,'               dvdx : zonal derivate of vbar on T point'
 
30
.\" *,'               dudy : meridional derivate of ubar on T point'
 
31
.\" *,'               dvdy : meridional derivate of vbar on T point'
 
32
.\" *,'               anousqrt : mean of (u-ubar)^2 on T point'
 
33
.\" *,'               anovsqrt : mean of (v-vbar)^2 on T point'
 
34
.\" *,'               anouv : mean of (u-ubar)*(v-vbar) on T point'
 
35
.\" *,'               bti  : transfert of energy for the barotropic instability.'
 
36
.\" *,'      '
 
37
.\" *,'     SEE ALSO :'
 
38
.\" *,'      cdfmoyuvwt, cdfbci, cdfnrjcomp, cdfkempemekeepe'
 
39
.\" *,'      '
 
40