|
fvcom_tools 1.14.0
|
Defines FV3LAM and FVCOM forecast data structure. More...
Go to the source code of this file.
Data Types | |
| type | module_nwp::fcst_nwp |
Modules | |
| module | module_nwp |
| This module defines FV3LAM and FVCOM forecast data structure and the method to read and write observations from and to those data structures. | |
Functions/Subroutines | |
| subroutine | module_nwp::finish_nwp (this, itype, wcstart) |
| Finish and deallocate. | |
| subroutine | module_nwp::get_time_ind_nwp (this, filename, instr, outindex) |
| This subroutine searches the FVCOM 'Times' variable and returns the matching index. | |
| subroutine | module_nwp::initial_nwp (this, itype, wcstart) |
| This subroutine defines the number of variables and their names for each NWP data type. | |
| subroutine | module_nwp::list_initial_nwp (this) |
| This subroutine lists the setup for NWP data that was done by the initial_nwp subroutine. | |
| subroutine | module_nwp::read_nwp (this, filename, itype, wcstart, numlon, numlat, numtimes, time_to_get, mask, sst, ice, sfct, icet, sfctl, zorl, hice, ybegin, yend) |
| This subroutine initializes arrays to receive the NWP data, and opens the file and gets the data. | |
Variables | |
| type(ncio) | module_nwp::ncdata |
| Wrapper object for netCDF data file. | |
Defines FV3LAM and FVCOM forecast data structure.
Definition in file module_nwp.f90.