MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
ModelVerticalGrid
Interface
3 statements
Source File
ModelVerticalGrid.F90
mapl3g_ModelVerticalGrid
ModelVerticalGrid
Contents
Module Procedures
new_ModelVerticalGrid_basic
public interface ModelVerticalGrid
Module Procedures
private function new_ModelVerticalGrid_basic(standard_name, units, num_levels) result(vgrid)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
standard_name
character(len=*),
intent(in)
::
units
integer,
intent(in)
::
num_levels
Return Value
type(
ModelVerticalGrid
)