My Project
Modules | Functions/Subroutines | Variables
ice_grid.f90 File Reference

Go to the source code of this file.

Modules

module  ice_grid
 

Functions/Subroutines

subroutine ice_grid::init_grid
 
subroutine ice_grid::popgrid
 
subroutine ice_grid::columngrid
 
subroutine ice_grid::rectgrid
 
subroutine ice_grid::makemask
 
subroutine ice_grid::tlatlon
 
subroutine ice_grid::t2ugrid (work)
 
subroutine ice_grid::to_ugrid (work1, work2)
 
subroutine ice_grid::u2tgrid (work)
 
subroutine ice_grid::to_tgrid (work1, work2)
 
subroutine ice_grid::bound (work1)
 
subroutine ice_grid::bound_sw (work1)
 
subroutine ice_grid::bound_narr (narrays, work1)
 
subroutine ice_grid::bound_narr_ne (narrays, work1)
 
subroutine ice_grid::bound_ijn (nd, work1, north, south, east, west)
 

Variables

character(len=char_len) ice_grid::grid_type
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::tlat_g
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::tlon_g
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::dxt
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::dyt
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::dxu
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::dyu
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::hte
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::htn
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::hts
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::htw
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::tarea
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::uarea
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::ulon
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::ulat
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::tlon
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::tlat
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::dxhy
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::dyhx
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::cyp
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::cxp
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::cym
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::cxm
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::dxt2
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::dyt2
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::dxt4
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::dyt4
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::tarear
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::uarear
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::tinyarea
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::angle
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::anglet
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::tarean
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::tareas
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::hm
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::uvm
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::mask_n
 
real(kind=dbl_kind), dimension(:,:), allocatable ice_grid::mask_s
 
logical(kind=log_kind), dimension(:,:), allocatable ice_grid::tmask
 
logical(kind=log_kind), dimension(:,:), allocatable ice_grid::umask
 
logical(kind=log_kind), dimension(:,:), allocatable ice_grid::icetmask
 
logical(kind=log_kind), dimension(:,:), allocatable ice_grid::iceumask
 
real(kind=dbl_kind) ice_grid::shlat = -40.0_dbl_kind
 
real(kind=dbl_kind) ice_grid::nhlat = 35.0_dbl_kind