AIRES library reference: getatmcustomodels.


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 getatmcustomodels(nmodels, modidstr, modlayers)
c
c     Retrieving information about currently defined custom atmospheric
c     models.
c
c     Written by: S. J. Sciutto, La Plata 2019.
c
c
c     Arguments:
c     =========
c
c     nmodels......... (output, integer) The number of models currently
c                      defined.
c     modidstr........ (output, character*(*), array(nmodels)) Models
c                      identification strings. Maximum length 16 chars.
c     modlayers....... (output, integer, array(nmodels)) Number of
c                      layers of each defined model.
c
c
c<--->


These pages are maintained by
Sergio J. Sciutto
Back to AIRES library index
Back to AIRES home [HOME]