NCEPLIBS-ip
5.3.0
Toggle main menu visibility
Main Page
Modules
Modules List
Module Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
u
y
Functions/Subroutines
e
f
g
i
l
m
p
r
u
Variables
a
b
c
d
e
g
h
i
j
k
l
m
n
o
p
r
s
y
Data Types
Data Types List
Class Hierarchy
Data Fields
All
c
d
e
f
g
h
i
j
k
n
o
p
r
s
w
Functions/Subroutines
f
g
i
p
Variables
c
d
e
g
h
i
j
k
n
o
r
s
w
Files
File List
Globals
All
c
d
g
i
m
n
r
s
Functions/Subroutines
c
d
g
i
m
n
r
s
▼
NCEPLIBS-ip
►
Introduction
►
Modules
►
Data Types
▼
Files
▼
File List
▼
src
►
bicubic_interp_mod.F90
►
bilinear_interp_mod.F90
►
budget_interp_mod.F90
►
earth_radius_mod.F90
►
fftpack.F
►
gdswzd_c.F90
►
gdswzd_mod.F90
►
ip_constants_mod.F90
►
ip_equid_cylind_grid_mod.F90
►
ip_gaussian_grid_mod.F90
►
ip_grid_descriptor_mod.F90
►
ip_grid_factory_mod.F90
►
ip_grid_mod.F90
ip_grids_mod.F90
►
ip_interpolators_mod.F90
►
ip_lambert_conf_grid_mod.F90
►
ip_mercator_grid_mod.F90
ip_mod.F90
►
ip_polar_stereo_grid_mod.F90
►
ip_rot_equid_cylind_egrid_mod.F90
►
ip_rot_equid_cylind_grid_mod.F90
►
ip_station_points_grid_mod.F90
►
iplib_4.h
►
iplib_8.h
►
iplib_d.h
►
ipolates.F90
►
ipolatev.F90
►
ipxetas.F90
►
ipxwafs.F90
►
ipxwafs2.F90
►
ipxwafs3.F90
►
movect.F90
►
ncpus.F
►
neighbor_budget_interp_mod.F90
►
neighbor_interp_mod.F90
►
polfix_mod.F90
sp_mod.F
►
spanaly.f
►
spdz2uv.f
►
spectral_interp_mod.F90
►
speps.f
►
spfft.f
►
spfft1.f
►
spffte.f
►
spfftpt.f
►
spgradq.f
►
spgradx.f
►
spgrady.f
►
splaplac.f
►
splat.F
►
splegend.f
►
sppad.f
►
spsynth.f
►
sptez.f
►
sptezd.f
►
sptezm.f
►
sptezmd.f
►
sptezmv.f
►
sptezv.f
►
sptgpm.f
►
sptgpmd.f
►
sptgpmv.f
►
sptgps.f
►
sptgpsd.f
►
sptgpsv.f
►
sptgpt.f
►
sptgptd.f
►
sptgptsd.f
►
sptgptv.f
►
sptgptvd.f
►
sptran.f
►
sptrand.f
►
sptranf.f
►
sptranf0.f
►
sptranf1.f
►
sptranfv.f
►
sptranv.f
►
sptrun.f
►
sptrund.f
►
sptrung.f
►
sptrungv.f
►
sptrunl.f
►
sptrunm.f
►
sptrunmv.f
►
sptruns.f
►
sptrunsv.f
►
sptrunv.f
►
spuv2dz.f
►
spvar.f
►
spwget.f
►
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
Loading...
Searching...
No Matches
ip_constants_mod.F90
Go to the documentation of this file.
1
!> @file
2
!! @brief Constants for use in NCEPLIBS-ip.
3
!! @author Kyle Gerheiser, George Gayno, Alex Richert
4
!! @date July 2021
5
6
!> @brief Module containing common constants.
7
!!
8
!! @author Kyle Gerheiser, George Gayno, Alex Richert
9
module
ip_constants_mod
10
implicit none
11
12
public
13
14
real
,
parameter
::
pi
=3.14159265358979
!< PI
15
real
,
parameter
::
dpr
=180.0/
pi
!< Radians to degrees
16
real
,
parameter
::
pi2
=
pi
/2.0
!< PI / 2.0
17
real
,
parameter
::
pi4
=
pi
/4.0
!< PI / 4.0
18
real
,
parameter
::
rerth_wgs84
=6.378137e6
!< Radius of the Earth defined by WGS-84
19
real
,
parameter
::
e2_wgs84
= 0.00669437999013
!< Eccentricity squared of Earth defined by WGS-84
20
21
end module
ip_constants_mod
22
ip_constants_mod
Module containing common constants.
Definition
ip_constants_mod.F90:9
ip_constants_mod::pi2
real, parameter pi2
PI / 2.0.
Definition
ip_constants_mod.F90:16
ip_constants_mod::pi
real, parameter pi
PI.
Definition
ip_constants_mod.F90:14
ip_constants_mod::pi4
real, parameter pi4
PI / 4.0.
Definition
ip_constants_mod.F90:17
ip_constants_mod::rerth_wgs84
real, parameter rerth_wgs84
Radius of the Earth defined by WGS-84.
Definition
ip_constants_mod.F90:18
ip_constants_mod::dpr
real, parameter dpr
Radians to degrees.
Definition
ip_constants_mod.F90:15
ip_constants_mod::e2_wgs84
real, parameter e2_wgs84
Eccentricity squared of Earth defined by WGS-84.
Definition
ip_constants_mod.F90:19
src
ip_constants_mod.F90
Generated by
1.13.2