fvcom_tools  1.6.0
 All Data Structures Files Functions Variables Pages
module_nwp::fcst_nwp Type Reference
Inheritance diagram for module_nwp::fcst_nwp:
module_nwp::nwp_type

Private Member Functions

procedure finish => finish_nwp
 Finish and deallocate. More...
 
procedure initial => initial_nwp
 Defines vars and names. More...
 
procedure list_initial => list_initial_nwp
 List the setup. More...
 
procedure read_n => read_nwp
 Initialize arrays, get data. More...
 

Private Attributes

type(nwpbase), pointer head => NULL()
 Pointer to head of list. More...
 
type(nwpbase), pointer tail => NULL()
 Pointer to tail of list. More...
 

Detailed Description

Definition at line 53 of file module_nwp.f90.

Member Function/Subroutine Documentation

procedure module_nwp::fcst_nwp::finish ( )
private

Finish and deallocate.

Returns

Definition at line 64 of file module_nwp.f90.

References module_nwp::finish_nwp().

procedure module_nwp::fcst_nwp::initial ( )
private

Defines vars and names.

Returns

Definition at line 61 of file module_nwp.f90.

References module_nwp::initial_nwp().

procedure module_nwp::fcst_nwp::list_initial ( )
private

List the setup.

Returns

Definition at line 62 of file module_nwp.f90.

References module_nwp::list_initial_nwp().

procedure module_nwp::fcst_nwp::read_n ( )
private

Initialize arrays, get data.

Returns

Definition at line 63 of file module_nwp.f90.

References module_nwp::read_nwp().

Field Documentation

type(nwpbase), pointer module_nwp::fcst_nwp::head => NULL()
private

Pointer to head of list.

Definition at line 58 of file module_nwp.f90.

type(nwpbase), pointer module_nwp::fcst_nwp::tail => NULL()
private

Pointer to tail of list.

Definition at line 59 of file module_nwp.f90.


The documentation for this type was generated from the following file: