mo_io_tables.f90

      MODULE mo_io_tables
      
        USE mo_parameters
      
   5:   IMPLICIT NONE
      
        ! ------------------------------------------------------------------
        !
        ! *mo_io_tables* - module containing input/output tables.
  10:   !
        ! j. k. gibson     e.c.m.w.f.     17/11/81.
        !
        ! ------------------------------------------------------------------
      
  15:   INTEGER :: ng3xp            !   no. of extra *g3 fields
        INTEGER :: ng3xl(jpg3xf)    !   no. of levels of each extra *g3 field
        INTEGER :: ng4xp            !   no. of extra *g4 fields
        INTEGER :: ng4xl(jpg3xf)    !   no. of levels of each extra *g4 field
      
  20: END MODULE mo_io_tables


Info Section
uses: mo_parameters
back to top
ECHAM 4 vf90 (C) 1998 Max-Planck-Institut für Meteorologie, Hamburg
Wed Nov 24 01:25:21 CST 1999

HTML derived from FORTRAN source by f2html.pl v0.3 (C) 1997,98 Beroud Jean-Marc.