fvcom_tools
1.7.0
|
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... | |
Definition at line 71 of file module_nwp.f90.
|
private |
Finish and deallocate.
Definition at line 83 of file module_nwp.f90.
References module_nwp::finish_nwp().
|
private |
Get time ind.
Definition at line 82 of file module_nwp.f90.
References module_nwp::get_time_ind_nwp().
|
private |
Defines vars and names.
Definition at line 79 of file module_nwp.f90.
References module_nwp::initial_nwp().
|
private |
List the setup.
Definition at line 80 of file module_nwp.f90.
References module_nwp::list_initial_nwp().
|
private |
Initialize arrays, get data.
Definition at line 81 of file module_nwp.f90.
References module_nwp::read_nwp().
|
private |
Pointer to head of list.
Definition at line 76 of file module_nwp.f90.
|
private |
Pointer to tail of list.
Definition at line 77 of file module_nwp.f90.