c
c Routine directly callable from C/C++ (it could be necessary to
c append an underscore, "_", to its name depending on the C/C++
c compiler used).
c
c
subroutine crooldata(vrb, nobslev, olzv, oldepth, irc)
c
c Calculating observing levels information from data contained in
c a compressed data file header.
c
c Written by: S. J. Sciutto, La Plata 1997, 2010.
c
c
c Arguments:
c =========
c
c vrb............. (input, integer) Verbosity control. If vrb is
c zero or negative then no error/informative
c messages are printed; error conditions are
c communicated to the calling program via the
c return code. If vrb is positive error messages
c will be printed: vrb = 1 means that messages
c will be printed even with successful operations.
c vrb = 2,3 means that only error messages will
c be printed. vrb > 3 is similar to vrb = 3, but
c with the additional action of stopping the
c program if a fatal error takes place.
c nobslev......... (output, integer) The number of observing
c levels.
c olzv............ (output, double precision, array(*)) Altitudes
c (m) of the corresponding observing levels, from
c 1 to nobslevels. The calling program must ensure
c that there is enough space for this array.
c oldepth......... (output, double precision, array(*)) Atmospheric
c depth (g/cm2) of the corresponding observing
c levels, from 1 to nobslevels. The calling
c program must ensure that there is enough space
c for this array.
c irc............. (output, integer) Return code. 0 means
c successful return.
c
c
c<--->
|
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
| Back to AIRES home |