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 atmosinit(modlabel, modname)
c
c Initialization of the atmospheric parameters.
c Obsolete routine maintained just to guarantee backwards compa-
c tibility of AIRES system.
c This routine initializes the standard Linsley atmosphere,
c regardless of the model label used.
c
c Written by: S. J. Sciutto, La Plata 2007.
c
c
c Arguments:
c =========
c
c modlabel........ (input, integer) Old atmospheric model integer
c label. It is no more used in this routine.
c modname......... (output, character*(*)) A name for the
c atmospheric model, to be typed somewhere.
c Maximum length: 42 characters.
c
c
c<--->
|
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
| Back to AIRES home |