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 getatmodelinfo(modidstr, modname, modlayers)
c
c Retrieving information about the atmospheric model currently in
c effect.
c
c Written by: S. J. Sciutto, La Plata 2019.
c
c
c Arguments:
c =========
c
c modidstr........ (output, character*(*)) Model identification
c string. Maximum length 16 chars.
c modname......... (output, character*(*)) Model name. Maximum
c length 42 chars.
c modlayers....... (output, integer) Number of layers of the
c current atmospheric model.
c
c
c<--->
|
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
| Back to AIRES home |