fvcom_tools
1.6.0
|
This module defines nwp observation data structure and the method to read and write observations from and to those data structures. More...
Data Types | |
type | nwpbase |
type | nwplocation |
Private Member Functions | |
subroutine | alloc_obsbase (this, numvar, ifquality) |
This subroutine allocates memory for base nwp observation variables. More... | |
subroutine | destroy_obsbase (this) |
This subroutine releases memory associated with nwp observations. More... | |
subroutine | list_obsbase (this) |
This subroutine lists the contents of a base nwp observation. More... | |
This module defines nwp observation data structure and the method to read and write observations from and to those data structures.
It is used by ingest_FVCOM.f90.
This script is strongly based upon Eric James' (ESRL/GSL) work with HRRR/WRF.
Definition at line 14 of file module_nwp_base.f90.
|
private |
This subroutine allocates memory for base nwp observation variables.
this | the base nwp obervation | |
[in] | numvar | number of variables in this ob type |
[in] | ifquality | does this observation include quality information? |
Definition at line 88 of file module_nwp_base.f90.
Referenced by module_nwp_base::nwpbase::alloc().
|
private |
This subroutine releases memory associated with nwp observations.
this | the base nwp obervation |
Definition at line 119 of file module_nwp_base.f90.
Referenced by module_nwp_base::nwpbase::destroy().
|
private |
This subroutine lists the contents of a base nwp observation.
this | the base nwp obervation |
Definition at line 56 of file module_nwp_base.f90.
Referenced by module_nwp_base::nwpbase::list().