fvcom_tools  1.7.0
 All Data Structures Files Functions Variables
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 get_time_ind => get_time_ind_nwp
 Get time ind. 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 71 of file module_nwp.f90.

Member Function/Subroutine Documentation

procedure module_nwp::fcst_nwp::finish ( )
private

Finish and deallocate.

Returns

Definition at line 83 of file module_nwp.f90.

References module_nwp::finish_nwp().

procedure module_nwp::fcst_nwp::get_time_ind ( )
private

Get time ind.

Returns

Definition at line 82 of file module_nwp.f90.

References module_nwp::get_time_ind_nwp().

procedure module_nwp::fcst_nwp::initial ( )
private

Defines vars and names.

Returns

Definition at line 79 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 80 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 81 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 76 of file module_nwp.f90.

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

Pointer to tail of list.

Definition at line 77 of file module_nwp.f90.


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