FV3 Bundle
type_displ::displ_type Type Reference

Public Member Functions

procedure alloc => displ_alloc
 
procedure dealloc => displ_dealloc
 
procedure compute => displ_compute
 
procedure write => displ_write
 

Public Attributes

integer niter
 
real(kind_real), dimension(:,:,:), allocatable dist
 
real(kind_real), dimension(:,:,:), allocatable valid
 
real(kind_real), dimension(:,:,:), allocatable rhflt
 
real(kind_real), dimension(:,:), allocatable lon_c2a
 
real(kind_real), dimension(:,:), allocatable lat_c2a
 
real(kind_real), dimension(:,:,:), allocatable lon_c2a_raw
 
real(kind_real), dimension(:,:,:), allocatable lat_c2a_raw
 
real(kind_real), dimension(:,:,:), allocatable dist_c2a_raw
 
real(kind_real), dimension(:,:,:), allocatable lon_c2a_flt
 
real(kind_real), dimension(:,:,:), allocatable lat_c2a_flt
 
real(kind_real), dimension(:,:,:), allocatable dist_c2a_flt
 

Detailed Description

Definition at line 35 of file type_displ.F90.

Member Function/Subroutine Documentation

◆ alloc()

procedure type_displ::displ_type::alloc ( )

Definition at line 50 of file type_displ.F90.

◆ compute()

procedure type_displ::displ_type::compute ( )

Definition at line 52 of file type_displ.F90.

◆ dealloc()

procedure type_displ::displ_type::dealloc ( )

Definition at line 51 of file type_displ.F90.

◆ write()

procedure type_displ::displ_type::write ( )

Definition at line 53 of file type_displ.F90.

Member Data Documentation

◆ dist

real(kind_real), dimension(:,:,:), allocatable type_displ::displ_type::dist

Definition at line 37 of file type_displ.F90.

◆ dist_c2a_flt

real(kind_real), dimension(:,:,:), allocatable type_displ::displ_type::dist_c2a_flt

Definition at line 48 of file type_displ.F90.

◆ dist_c2a_raw

real(kind_real), dimension(:,:,:), allocatable type_displ::displ_type::dist_c2a_raw

Definition at line 45 of file type_displ.F90.

◆ lat_c2a

real(kind_real), dimension(:,:), allocatable type_displ::displ_type::lat_c2a

Definition at line 42 of file type_displ.F90.

◆ lat_c2a_flt

real(kind_real), dimension(:,:,:), allocatable type_displ::displ_type::lat_c2a_flt

Definition at line 47 of file type_displ.F90.

◆ lat_c2a_raw

real(kind_real), dimension(:,:,:), allocatable type_displ::displ_type::lat_c2a_raw

Definition at line 44 of file type_displ.F90.

◆ lon_c2a

real(kind_real), dimension(:,:), allocatable type_displ::displ_type::lon_c2a

Definition at line 41 of file type_displ.F90.

◆ lon_c2a_flt

real(kind_real), dimension(:,:,:), allocatable type_displ::displ_type::lon_c2a_flt

Definition at line 46 of file type_displ.F90.

◆ lon_c2a_raw

real(kind_real), dimension(:,:,:), allocatable type_displ::displ_type::lon_c2a_raw

Definition at line 43 of file type_displ.F90.

◆ niter

integer type_displ::displ_type::niter

Definition at line 36 of file type_displ.F90.

◆ rhflt

real(kind_real), dimension(:,:,:), allocatable type_displ::displ_type::rhflt

Definition at line 39 of file type_displ.F90.

◆ valid

real(kind_real), dimension(:,:,:), allocatable type_displ::displ_type::valid

Definition at line 38 of file type_displ.F90.


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