Toggle navigation
Fortran Program
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
CONSTRUCT_COSP_VGRID
Subroutine
44 statements
Source File
mod_cosp_types.f90
MOD_COSP_TYPES
CONSTRUCT_COSP_VGRID
Contents
public subroutine CONSTRUCT_COSP_VGRID(gbx, Nlvgrid, use_vgrid, cloudsat, x)
Arguments
Type
Intent
Optional
Attributes
Name
type(
COSP_GRIDBOX
),
intent(in)
::
gbx
integer,
intent(in)
::
Nlvgrid
logical,
intent(in)
::
use_vgrid
logical,
intent(in)
::
cloudsat
type(
COSP_VGRID
),
intent(out)
::
x
Contents