fvcom_tools
1.5.0
|
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... | |
Definition at line 53 of file module_nwp.f90.
|
private |
Finish and deallocate.
Definition at line 64 of file module_nwp.f90.
References module_nwp::finish_nwp().
|
private |
Defines vars and names.
Definition at line 61 of file module_nwp.f90.
References module_nwp::initial_nwp().
|
private |
List the setup.
Definition at line 62 of file module_nwp.f90.
References module_nwp::list_initial_nwp().
|
private |
Initialize arrays, get data.
Definition at line 63 of file module_nwp.f90.
References module_nwp::read_nwp().
|
private |
Pointer to head of list.
Definition at line 58 of file module_nwp.f90.
|
private |
Pointer to tail of list.
Definition at line 59 of file module_nwp.f90.