Toggle navigation
Fortran Program
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
construct_cospIN
Subroutine
29 statements
Source File
lmdz_cosp_construct_destroy_mod.f90
LMDZ_COSP_CONSTRUCT_DESTROY_MOD
construct_cospIN
Contents
public subroutine construct_cospIN(cfg, npoints, ncolumns, nlevels, y)
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_optical_inputs
),
intent(out)
::
y
Contents