fvcom_tools  1.13.0
All Data Structures Namespaces Files Functions Variables Pages
module_nwp.f90 File Reference

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. More...
 
subroutine module_nwp::get_time_ind_nwp (this, filename, instr, outindex)
 This subroutine searches the FVCOM 'Times' variable and returns the matching index. More...
 
subroutine module_nwp::initial_nwp (this, itype, wcstart)
 This subroutine defines the number of variables and their names for each NWP data type. More...
 
subroutine module_nwp::list_initial_nwp (this)
 This subroutine lists the setup for NWP data that was done by the initial_nwp subroutine. More...
 
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. More...
 

Variables

type(ncio) module_nwp::ncdata
 Wrapper object for netCDF data file. More...
 

Detailed Description

Defines FV3LAM and FVCOM forecast data structure.

Author
David Wright, University of Michigan and GLERL,
Date
17 Aug 2020

Definition in file module_nwp.f90.