The Intermediate Complexity Atmospheric Research model (ICAR)
A computationally efficient atmospheric model for downscaling.
 All Classes Files Functions Variables
Public Attributes | List of all members
data_structures::wind_type Type Reference
Inheritance diagram for data_structures::wind_type:
[legend]
Collaboration diagram for data_structures::wind_type:
[legend]

Public Attributes

real, dimension(:,:,:), allocatable u
 
real, dimension(:,:,:), allocatable v
 
type(interpolable_typeu_geo
 
type(interpolable_typev_geo
 
real, dimension(:,:), allocatable terrain
 
real, dimension(:,:), allocatable dzdx
 
real, dimension(:,:), allocatable dzdy
 
real dx
 
integer nfiles
 
- Public Attributes inherited from data_structures::interpolable_type
real, dimension(:,:), allocatable lat
 
real, dimension(:,:), allocatable lon
 
real, dimension(:,:,:), allocatable z
 
type(vert_look_up_tablevert_lut
 
type(geo_look_up_tablegeolut
 
logical dx_errors_printed =.False.
 
logical dy_errors_printed =.False.
 

Member Data Documentation

real data_structures::wind_type::dx
real, dimension(:,:), allocatable data_structures::wind_type::dzdx
real, dimension(:,:), allocatable data_structures::wind_type::dzdy
integer data_structures::wind_type::nfiles
real, dimension(:,:), allocatable data_structures::wind_type::terrain
real, dimension(:,:,:), allocatable data_structures::wind_type::u
type(interpolable_type) data_structures::wind_type::u_geo
real, dimension(:,:,:), allocatable data_structures::wind_type::v
type(interpolable_type) data_structures::wind_type::v_geo

The documentation for this type was generated from the following file: