Toggle navigation
Fortran Program
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
CONSTRUCT_COSP_SUBGRID
Subroutine
15 statements
Source File
mod_cosp_types.f90
MOD_COSP_TYPES
CONSTRUCT_COSP_SUBGRID
Contents
public subroutine CONSTRUCT_COSP_SUBGRID(Npoints, Ncolumns, Nlevels, y)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
Npoints
integer,
intent(in)
::
Ncolumns
integer,
intent(in)
::
Nlevels
type(
COSP_SUBGRID
),
intent(out)
::
y
Contents