Toggle navigation
Fortran Program
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
CONSTRUCT_COSP_SGRADAR
Subroutine
27 statements
Source File
mod_cosp_types.f90
MOD_COSP_TYPES
CONSTRUCT_COSP_SGRADAR
Contents
public subroutine CONSTRUCT_COSP_SGRADAR(cfg, Npoints, Ncolumns, Nlevels, Nhydro, 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
integer,
intent(in)
::
Nhydro
type(
COSP_SGRADAR
),
intent(out)
::
x
Contents