Toggle navigation
Fortran Program
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
CONSTRUCT_COSP_ISCCP
Subroutine
30 statements
Source File
mod_cosp_types.f90
MOD_COSP_TYPES
CONSTRUCT_COSP_ISCCP
Contents
public subroutine CONSTRUCT_COSP_ISCCP(cfg, Npoints, Ncolumns, Nlevels, x)
Arguments
Type
Intent
Optional
Attributes
Name
type(
COSP_CONFIG
),
intent(in)
::
cfg
integer,
intent(in)
::
Npoints
integer,
intent(in)
::
Ncolumns
integer,
intent(in)
::
Nlevels
type(
COSP_ISCCP
),
intent(out)
::
x
Contents