diff --git a/annotated.html b/annotated.html index 97be86b9..7bfc9a79 100644 --- a/annotated.html +++ b/annotated.html @@ -26,7 +26,7 @@
Definition at line 116 of file fftpack.F.
+Definition at line 120 of file fftpack.F.
-References rfftb(), and rffti().
+References rfftb(), and rffti().
@@ -334,7 +334,7 @@References rfftb(), and rffti().
+References rfftb(), and rffti().
Referenced by spffte().
@@ -469,7 +469,7 @@Definition at line 158 of file fftpack.F.
+Definition at line 162 of file fftpack.F.
-References rfftf(), and rffti().
+References rfftf(), and rffti().
Referenced by spffte().
@@ -562,7 +562,7 @@Definition at line 530 of file fftpack.F.
+Definition at line 546 of file fftpack.F.
-Referenced by rfftb1().
+Referenced by rfftb1().
@@ -625,13 +625,13 @@Definition at line 569 of file fftpack.F.
+Definition at line 591 of file fftpack.F.
-Referenced by rfftb1().
+Referenced by rfftb1().
@@ -696,19 +696,19 @@Definition at line 619 of file fftpack.F.
+Definition at line 641 of file fftpack.F.
-Referenced by rfftb1().
+Referenced by rfftb1().
@@ -773,25 +773,25 @@Definition at line 690 of file fftpack.F.
+Definition at line 718 of file fftpack.F.
-Referenced by rfftb1().
+Referenced by rfftb1().
@@ -887,7 +887,7 @@Definition at line 768 of file fftpack.F.
+Definition at line 796 of file fftpack.F.
-Referenced by rfftb1().
+Referenced by rfftb1().
@@ -955,7 +955,7 @@Definition at line 946 of file fftpack.F.
+Definition at line 974 of file fftpack.F.
-Referenced by rfftf1().
+Referenced by rfftf1().
@@ -1018,13 +1018,13 @@Definition at line 984 of file fftpack.F.
+Definition at line 1018 of file fftpack.F.
-Referenced by rfftf1().
+Referenced by rfftf1().
@@ -1088,19 +1088,19 @@Definition at line 1031 of file fftpack.F.
+Definition at line 1065 of file fftpack.F.
-Referenced by rfftf1().
+Referenced by rfftf1().
@@ -1165,25 +1165,25 @@Definition at line 1098 of file fftpack.F.
+Definition at line 1138 of file fftpack.F.
-Referenced by rfftf1().
+Referenced by rfftf1().
@@ -1279,7 +1279,7 @@Definition at line 1172 of file fftpack.F.
+Definition at line 1212 of file fftpack.F.
-Referenced by rfftf1().
+Referenced by rfftf1().
@@ -1329,13 +1329,13 @@Definition at line 296 of file fftpack.F.
+Definition at line 304 of file fftpack.F.
-References rfftb1().
+References rfftb1().
-Referenced by csfft(), dcrft(), and scrft().
+Referenced by csfft(), dcrft(), and scrft().
@@ -1380,25 +1380,25 @@Definition at line 325 of file fftpack.F.
+Definition at line 333 of file fftpack.F.
-References radb2(), radb3(), radb4(), radb5(), and radbg().
+References radb2(), radb3(), radb4(), radb5(), and radbg().
-Referenced by rfftb().
+Referenced by rfftb().
@@ -1445,13 +1445,13 @@Definition at line 282 of file fftpack.F.
+Definition at line 290 of file fftpack.F.
-References rfftf1().
+References rfftf1().
-Referenced by drcft(), scfft(), and srcft().
+Referenced by drcft(), scfft(), and srcft().
@@ -1496,25 +1496,25 @@Definition at line 394 of file fftpack.F.
+Definition at line 402 of file fftpack.F.
-References radf2(), radf3(), radf4(), radf5(), and radfg().
+References radf2(), radf3(), radf4(), radf5(), and radfg().
-Referenced by rfftf().
+Referenced by rfftf().
@@ -1561,7 +1561,7 @@Definition at line 309 of file fftpack.F.
+Definition at line 317 of file fftpack.F.
-References rffti1().
+References rffti1().
-Referenced by csfft(), dcrft(), drcft(), scfft(), scrft(), and srcft().
+Referenced by csfft(), dcrft(), drcft(), scfft(), scrft(), and srcft().
@@ -1605,13 +1605,13 @@Definition at line 461 of file fftpack.F.
+Definition at line 469 of file fftpack.F.
-Referenced by rffti().
+Referenced by rffti().
@@ -1717,9 +1717,9 @@Definition at line 249 of file fftpack.F.
+Definition at line 257 of file fftpack.F.
-References rfftf(), and rffti().
+References rfftf(), and rffti().
@@ -1798,7 +1798,7 @@Definition at line 78 of file fftpack.F.
+Definition at line 80 of file fftpack.F.
-References rfftb(), and rffti().
+References rfftb(), and rffti().
Referenced by spfft(), spfft1(), and spffte().
@@ -1933,7 +1933,7 @@Definition at line 207 of file fftpack.F.
+Definition at line 213 of file fftpack.F.
-References rfftf(), and rffti().
+References rfftf(), and rffti().
Referenced by spfft(), spfft1(), and spffte().
diff --git a/fftpack_8F_source.html b/fftpack_8F_source.html index 15984ee2..4c82f5e5 100644 --- a/fftpack_8F_source.html +++ b/fftpack_8F_source.html @@ -26,7 +26,7 @@The NCEP general interpolation library (NCEPLIBS-ip) contains Fortran 90 subprograms to be used for interpolating between nearly all grids used at NCEP. The library is particularly efficient when interpolating many fields at one time. It also contains functionality for interpolating, transforming, and otherwise manipulating spectral data (these functions were formerly contained in the NCEPLIBS-sp library).
NCEPLIBS-ip supports compilation with the GNU Compiler Collection (gfortran), Intel Classic (ifort), and Intel OneAPI (ifx) compilers. In the case of Intel OneAPI (IntelLLVM), it is recommended to use at least version 2023.2.1 to avoid any number of compiler issues.
NCEPLIBS-ip uses several BLAS/LAPACK routines in the splat() subroutine, and therefore requires an external BLAS/LAPACK provider. In practice, this should generally be OpenBLAS, which is the spack-stack BLAS/LAPACK provider.
Definition at line 119 of file ip_grid_mod.F90.
+Definition at line 125 of file ip_grid_mod.F90.
Definition at line 119 of file ip_grid_mod.F90.
+Definition at line 125 of file ip_grid_mod.F90.
Definition at line 142 of file ip_grid_mod.F90.
+Definition at line 148 of file ip_grid_mod.F90.
Definition at line 142 of file ip_grid_mod.F90.
+Definition at line 148 of file ip_grid_mod.F90.
diff --git a/interfaceip__grid__mod_1_1init__grib2__interface.html b/interfaceip__grid__mod_1_1init__grib2__interface.html index 17f2d22e..17696c6c 100644 --- a/interfaceip__grid__mod_1_1init__grib2__interface.html +++ b/interfaceip__grid__mod_1_1init__grib2__interface.html @@ -26,7 +26,7 @@Definition at line 156 of file ip_grid_mod.F90.
+Definition at line 162 of file ip_grid_mod.F90.
Definition at line 156 of file ip_grid_mod.F90.
+Definition at line 162 of file ip_grid_mod.F90.
diff --git a/interfaceip__grid__mod_1_1operator_07_0a_0a_08.html b/interfaceip__grid__mod_1_1operator_07_0a_0a_08.html index 9607ffd1..40217261 100644 --- a/interfaceip__grid__mod_1_1operator_07_0a_0a_08.html +++ b/interfaceip__grid__mod_1_1operator_07_0a_0a_08.html @@ -26,7 +26,7 @@Definition at line 166 of file ip_grid_mod.F90.
+Definition at line 172 of file ip_grid_mod.F90.
Definition at line 182 of file ip_grid_mod.F90.
+Definition at line 208 of file ip_grid_mod.F90.
References ip_grid_descriptor_mod::is_same_grid().
diff --git a/interfaceipolates__mod_1_1ipolates.html b/interfaceipolates__mod_1_1ipolates.html index 4650f457..07b76568 100644 --- a/interfaceipolates__mod_1_1ipolates.html +++ b/interfaceipolates__mod_1_1ipolates.html @@ -26,7 +26,7 @@Definition at line 24 of file spectral_interp_mod.F90.
+Definition at line 25 of file spectral_interp_mod.F90.
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Definition at line 29 of file spectral_interp_mod.F90.
+Definition at line 30 of file spectral_interp_mod.F90.
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
logical function | ip_grid_mod::is_same_grid (grid1, grid2) |
Compares two grids. More... | |
subroutine, public | ip_grid_mod::unuse_ncep_post_arakawa () |
Disables ncep_post/wgrib2-compatible non-E Arakawa grib2 grids by setting 'ncep_post_arakawa=.false. More... | |
subroutine, public | ip_grid_mod::use_ncep_post_arakawa () |
Enables ncep_post/wgrib2-compatible non-E Arakawa grib2 grids by setting 'ncep_post_arakawa=.true. More... | |
Variables | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
integer, parameter, public | ip_grid_mod::mercator_grid_id_grib2 = 10 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Integer grid number for Mercator grid in grib2. More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
logical, save, public | ip_grid_mod::ncep_post_arakawa =.false. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Use ncep_post/wgrib2-compatible version of init_grib2() for non-E Arakawa grids (enable with use_ncep_post_arakawa()) More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
integer, parameter, public | ip_grid_mod::polar_stereo_grid_id_grib1 = 5 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Integer grid number for polar stereo grid in grib1. More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
integer, parameter, public | ip_grid_mod::rot_equid_cylind_b_grid_id_grib1 = 205 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Integer grid number for rotated equidistant cylindrical B-stagger grid. More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
integer, parameter, public | ip_grid_mod::rot_equid_cylind_b_grid_id_grib2 = 32769 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Integer grid number for rotated equidistant cylindrical B-stagger grid (grib2) More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
integer, parameter, public | ip_grid_mod::rot_equid_cylind_e_grid_id_grib1 = 203 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Integer grid number for rotated equidistant cylindrical E-stagger grid. More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
integer, parameter, public | ip_grid_mod::rot_equid_cylind_e_grid_id_grib2 = 32768 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Integer grid number for rotated equidistant cylindrical E-stagger grid (grib2) More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
integer, parameter, public | ip_grid_mod::rot_equid_cylind_grid_id_grib2 = 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Integer grid number for rotated equidistant cylindrical grid in grib2. More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
subroutine | ip_rot_equid_cylind_grid_mod::init_grib2 (self, g2_desc) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Initializes a Rotated equidistant cylindrical grid given a grib2_descriptor object. More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
subroutine | ip_rot_equid_cylind_grid_mod::init_grib2_default (self, g2_desc) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Initializes a Rotated equidistant cylindrical grid given a grib2_descriptor object. More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
subroutine | ip_rot_equid_cylind_grid_mod::init_grib2_ncep_post (self, g2_desc) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Initializes a Rotated equidistant cylindrical grid given a grib2_descriptor object. More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
subroutine | ip_rot_equid_cylind_grid_mod::rot_equid_cylind_error (IOPT, FILL, RLAT, RLON, XPTS, YPTS, NPTS) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Error handler. More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|
logical function | is_same_grid (grid1, grid2) |
Compares two grids. More... | |
subroutine, public | unuse_ncep_post_arakawa () |
Disables ncep_post/wgrib2-compatible non-E Arakawa grib2 grids by setting 'ncep_post_arakawa=.false. More... | |
subroutine, public | use_ncep_post_arakawa () |
Enables ncep_post/wgrib2-compatible non-E Arakawa grib2 grids by setting 'ncep_post_arakawa=.true. More... | |
Variables | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
integer, parameter, public | mercator_grid_id_grib2 = 10 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Integer grid number for Mercator grid in grib2. More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
logical, save, public | ncep_post_arakawa =.false. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Use ncep_post/wgrib2-compatible version of init_grib2() for non-E Arakawa grids (enable with use_ncep_post_arakawa()) More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
integer, parameter, public | polar_stereo_grid_id_grib1 = 5 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Integer grid number for polar stereo grid in grib1. More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
integer, parameter, public | rot_equid_cylind_b_grid_id_grib1 = 205 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Integer grid number for rotated equidistant cylindrical B-stagger grid. More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
integer, parameter, public | rot_equid_cylind_b_grid_id_grib2 = 32769 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Integer grid number for rotated equidistant cylindrical B-stagger grid (grib2) More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
integer, parameter, public | rot_equid_cylind_e_grid_id_grib1 = 203 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Integer grid number for rotated equidistant cylindrical E-stagger grid. More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
integer, parameter, public | rot_equid_cylind_e_grid_id_grib2 = 32768 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Integer grid number for rotated equidistant cylindrical E-stagger grid (grib2) More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
integer, parameter, public | rot_equid_cylind_grid_id_grib2 = 1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Integer grid number for rotated equidistant cylindrical grid in grib2. More... | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
subroutine, public ip_grid_mod::unuse_ncep_post_arakawa | +
Disables ncep_post/wgrib2-compatible non-E Arakawa grib2 grids by setting 'ncep_post_arakawa=.false.
+'. This subroutine should be called prior to init_grib2().
+ +Definition at line 195 of file ip_grid_mod.F90.
+ +References ncep_post_arakawa.
+ +subroutine, public ip_grid_mod::use_ncep_post_arakawa | +
Enables ncep_post/wgrib2-compatible non-E Arakawa grib2 grids by setting 'ncep_post_arakawa=.true.
+'. This subroutine should be called prior to init_grib2().
+ +Definition at line 185 of file ip_grid_mod.F90.
+ +References ncep_post_arakawa.
logical, save, public ip_grid_mod::ncep_post_arakawa =.false. | +
Use ncep_post/wgrib2-compatible version of init_grib2() for non-E Arakawa grids (enable with use_ncep_post_arakawa())
+ +Definition at line 31 of file ip_grid_mod.F90.
+ +Referenced by unuse_ncep_post_arakawa(), and use_ncep_post_arakawa().
+integer, parameter, public ip_grid_mod::rot_equid_cylind_b_grid_id_grib2 = 32769 | +
Integer grid number for rotated equidistant cylindrical B-stagger grid (grib2)
+ +Definition at line 29 of file ip_grid_mod.F90.
+ +Referenced by ip_grid_factory_mod::init_grid_grib2().
+integer, parameter, public ip_grid_mod::rot_equid_cylind_e_grid_id_grib2 = 32768 | +
Integer grid number for rotated equidistant cylindrical E-stagger grid (grib2)
+ +Definition at line 28 of file ip_grid_mod.F90.
+ +Referenced by ip_grid_factory_mod::init_grid_grib2().
+Definition at line 256 of file ip_rot_equid_cylind_grid_mod.F90.
+Definition at line 362 of file ip_rot_equid_cylind_grid_mod.F90.
-References clat0, dlats, dlons, irot, rerth, rlon0, rot_equid_cylind_error(), rot_equid_cylind_grid_area(), rot_equid_cylind_map_jacob(), rot_equid_cylind_vect_rot(), and slat0.
+References clat0, dlats, dlons, irot, rerth, rlon0, rot_equid_cylind_error(), rot_equid_cylind_grid_area(), rot_equid_cylind_map_jacob(), rot_equid_cylind_vect_rot(), and slat0.
@@ -419,6 +425,59 @@Initializes a Rotated equidistant cylindrical grid given a grib2_descriptor object.
+Call 'use_ncep_post_arakawa()' before using this subroutine to use ncep_post-compatible grid definition.
+[in,out] | self | The grid to initialize |
[in] | g2_desc | A grib2_descriptor |
Definition at line 140 of file ip_rot_equid_cylind_grid_mod.F90.
+ +References init_grib2_default(), and init_grib2_ncep_post().
+ + + + +
+
|
+ +private | +
Initializes a Rotated equidistant cylindrical grid given a grib2_descriptor object.
+Uses template definitions consistent with WMO standards.
[in,out] | self | The grid to initialize |
+
|
+ +private | +
Initializes a Rotated equidistant cylindrical grid given a grib2_descriptor object.
+Uses template number definitions in a manner compatible with wgrib2 and ncep_post, which is based on grib1.
+[in,out] | self | The grid to initialize |
[in] | g2_desc | A grib2_descriptor |
Definition at line 227 of file ip_rot_equid_cylind_grid_mod.F90.
+ +Referenced by init_grib2().
Definition at line 462 of file ip_rot_equid_cylind_grid_mod.F90.
+Definition at line 568 of file ip_rot_equid_cylind_grid_mod.F90.
-Referenced by gdswzd_rot_equid_cylind().
+Referenced by gdswzd_rot_equid_cylind().
@@ -589,11 +702,11 @@Definition at line 603 of file ip_rot_equid_cylind_grid_mod.F90.
+Definition at line 709 of file ip_rot_equid_cylind_grid_mod.F90.
References dlats, dlons, and rerth.
-Referenced by gdswzd_rot_equid_cylind().
+Referenced by gdswzd_rot_equid_cylind().
@@ -711,11 +824,11 @@Definition at line 558 of file ip_rot_equid_cylind_grid_mod.F90.
+Definition at line 664 of file ip_rot_equid_cylind_grid_mod.F90.
References clat0, dlats, dlons, rlon0, and slat0.
-Referenced by gdswzd_rot_equid_cylind().
+Referenced by gdswzd_rot_equid_cylind().
@@ -819,11 +932,11 @@Definition at line 507 of file ip_rot_equid_cylind_grid_mod.F90.
+Definition at line 613 of file ip_rot_equid_cylind_grid_mod.F90.
References clat0, irot, rlon0, and slat0.
-Referenced by gdswzd_rot_equid_cylind().
+Referenced by gdswzd_rot_equid_cylind().
@@ -852,7 +965,7 @@Referenced by gdswzd_rot_equid_cylind(), rot_equid_cylind_map_jacob(), and rot_equid_cylind_vect_rot().
+Referenced by gdswzd_rot_equid_cylind(), rot_equid_cylind_map_jacob(), and rot_equid_cylind_vect_rot().
@@ -880,7 +993,7 @@Referenced by gdswzd_rot_equid_cylind(), rot_equid_cylind_grid_area(), and rot_equid_cylind_map_jacob().
+Referenced by gdswzd_rot_equid_cylind(), rot_equid_cylind_grid_area(), and rot_equid_cylind_map_jacob().
@@ -908,7 +1021,7 @@Referenced by gdswzd_rot_equid_cylind(), rot_equid_cylind_grid_area(), and rot_equid_cylind_map_jacob().
+Referenced by gdswzd_rot_equid_cylind(), rot_equid_cylind_grid_area(), and rot_equid_cylind_map_jacob().
@@ -936,7 +1049,7 @@Referenced by gdswzd_rot_equid_cylind(), and rot_equid_cylind_vect_rot().
+Referenced by gdswzd_rot_equid_cylind(), and rot_equid_cylind_vect_rot().
@@ -990,7 +1103,7 @@Referenced by gdswzd_rot_equid_cylind(), and rot_equid_cylind_grid_area().
+Referenced by gdswzd_rot_equid_cylind(), and rot_equid_cylind_grid_area().
@@ -1018,7 +1131,7 @@Referenced by gdswzd_rot_equid_cylind(), rot_equid_cylind_map_jacob(), and rot_equid_cylind_vect_rot().
+Referenced by gdswzd_rot_equid_cylind(), rot_equid_cylind_map_jacob(), and rot_equid_cylind_vect_rot().
@@ -1046,7 +1159,7 @@Referenced by gdswzd_rot_equid_cylind(), rot_equid_cylind_map_jacob(), and rot_equid_cylind_vect_rot().
+Referenced by gdswzd_rot_equid_cylind(), rot_equid_cylind_map_jacob(), and rot_equid_cylind_vect_rot().
diff --git a/namespaceip__rot__equid__cylind__grid__mod.js b/namespaceip__rot__equid__cylind__grid__mod.js index a86a9373..8d250b58 100644 --- a/namespaceip__rot__equid__cylind__grid__mod.js +++ b/namespaceip__rot__equid__cylind__grid__mod.js @@ -4,6 +4,8 @@ var namespaceip__rot__equid__cylind__grid__mod = [ "gdswzd_rot_equid_cylind", "namespaceip__rot__equid__cylind__grid__mod.html#a55c153201e15205d3f75e4ffb717cc0b", null ], [ "init_grib1", "namespaceip__rot__equid__cylind__grid__mod.html#acb27dfdc6f03dea897d509910365afee", null ], [ "init_grib2", "namespaceip__rot__equid__cylind__grid__mod.html#add3c6c1dad5748b452d291df6619867d", null ], + [ "init_grib2_default", "namespaceip__rot__equid__cylind__grid__mod.html#a9ade5de892a935c3b62c1860b719ce74", null ], + [ "init_grib2_ncep_post", "namespaceip__rot__equid__cylind__grid__mod.html#a74abf723e815f9ff196e6d0174fd449b", null ], [ "rot_equid_cylind_error", "namespaceip__rot__equid__cylind__grid__mod.html#a1cc09c83f9a3815d8c5f8ed2f239f53f", null ], [ "rot_equid_cylind_grid_area", "namespaceip__rot__equid__cylind__grid__mod.html#ad8f1133eb6809705c15337134eafe9fd", null ], [ "rot_equid_cylind_map_jacob", "namespaceip__rot__equid__cylind__grid__mod.html#a985f1dc1a20444cef706d4bb20e0841b", null ], diff --git a/namespaceip__station__points__grid__mod.html b/namespaceip__station__points__grid__mod.html index 23293523..d419adeb 100644 --- a/namespaceip__station__points__grid__mod.html +++ b/namespaceip__station__points__grid__mod.html @@ -26,7 +26,7 @@
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Interpolate scalar fields (neighbor).
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Set number of cpus.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
+ NCEPLIBS-ip
+ 5.1.0
+
+ |
+
Analyze spectral from Fourier.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Perform multiple fast Fourier transforms.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|||||||||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Computes cosines of colatitude and Gaussian weights for sets of latitudes.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
|||||
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Synthesize Fourier coefficients from spectral coefficients.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
- | + | real, dimension(*) | GRIDMN, |
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Transform spectral scalar to Mercator.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Transform spectral vector to Mercator.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Transform spectral scalar to polar stereo.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Transform spectral to polar stereographic gradients.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Transform spectral vector to polar stereo.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Transform spectral scalar to station points.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Transform spectral to station point gradients.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Transform spectral vector to station points.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Transform spectral vector to station points.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Perform a scalar spherical transform.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Perform a gradient spherical transform.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Perform a scalar spherical transform.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Perform a vector spherical transform.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Perform a vector spherical transform.
-
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
- | + | real, dimension(*) | GRIDMN, |
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
NCEPLIBS-ip
- 5.0.0
+ 5.1.0
|
Definition at line 24 of file ip_gaussian_grid_mod.F90.
+Definition at line 25 of file ip_gaussian_grid_mod.F90.
Definition at line 82 of file ip_grid_mod.F90.
+Definition at line 88 of file ip_grid_mod.F90.
Definition at line 40 of file ip_gaussian_grid_mod.F90.
+Definition at line 41 of file ip_gaussian_grid_mod.F90.
Definition at line 84 of file ip_grid_mod.F90.
+Definition at line 90 of file ip_grid_mod.F90.
Definition at line 35 of file ip_gaussian_grid_mod.F90.
+Definition at line 36 of file ip_gaussian_grid_mod.F90.
Definition at line 37 of file ip_gaussian_grid_mod.F90.
+Definition at line 38 of file ip_gaussian_grid_mod.F90.
@@ -341,7 +341,7 @@Definition at line 59 of file ip_grid_mod.F90.
@@ -368,7 +368,7 @@GRIB2 Section 3, octets 64-67.
-Definition at line 26 of file ip_gaussian_grid_mod.F90.
+Definition at line 27 of file ip_gaussian_grid_mod.F90.
@@ -394,7 +394,7 @@Definition at line 78 of file ip_grid_mod.F90.
@@ -421,7 +421,7 @@Definition at line 30 of file ip_gaussian_grid_mod.F90.
+Definition at line 31 of file ip_gaussian_grid_mod.F90.
@@ -447,7 +447,7 @@Definition at line 61 of file ip_grid_mod.F90.
@@ -473,7 +473,7 @@Definition at line 74 of file ip_grid_mod.F90.
@@ -500,7 +500,7 @@Definition at line 32 of file ip_gaussian_grid_mod.F90.
@@ -527,7 +527,7 @@Definition at line 25 of file ip_gaussian_grid_mod.F90.
+Definition at line 26 of file ip_gaussian_grid_mod.F90.
@@ -553,7 +553,7 @@Definition at line 62 of file ip_grid_mod.F90.
@@ -580,7 +580,7 @@Definition at line 33 of file ip_gaussian_grid_mod.F90.
@@ -606,7 +606,7 @@Definition at line 75 of file ip_grid_mod.F90.
@@ -632,7 +632,7 @@Definition at line 76 of file ip_grid_mod.F90.
@@ -658,7 +658,7 @@Definition at line 70 of file ip_grid_mod.F90.
@@ -684,7 +684,7 @@Definition at line 63 of file ip_grid_mod.F90.
@@ -719,7 +719,7 @@Definition at line 69 of file ip_grid_mod.F90.
@@ -746,7 +746,7 @@Definition at line 72 of file ip_grid_mod.F90.
@@ -772,7 +772,7 @@Definition at line 77 of file ip_grid_mod.F90.
@@ -799,7 +799,7 @@Definition at line 28 of file ip_gaussian_grid_mod.F90.
@@ -826,7 +826,7 @@Definition at line 29 of file ip_gaussian_grid_mod.F90.
@@ -853,7 +853,7 @@Definition at line 30 of file ip_gaussian_grid_mod.F90.
diff --git a/structip__grid__descriptor__mod_1_1grib1__descriptor.html b/structip__grid__descriptor__mod_1_1grib1__descriptor.html index 54b0689e..e440e729 100644 --- a/structip__grid__descriptor__mod_1_1grib1__descriptor.html +++ b/structip__grid__descriptor__mod_1_1grib1__descriptor.html @@ -26,7 +26,7 @@Definition at line 52 of file ip_grid_mod.F90.
+Definition at line 58 of file ip_grid_mod.F90.
Definition at line 82 of file ip_grid_mod.F90.
+Definition at line 88 of file ip_grid_mod.F90.
@@ -231,7 +231,7 @@Definition at line 79 of file ip_grid_mod.F90.
+Definition at line 85 of file ip_grid_mod.F90.
@@ -258,7 +258,7 @@Definition at line 84 of file ip_grid_mod.F90.
+Definition at line 90 of file ip_grid_mod.F90.
@@ -285,7 +285,7 @@Definition at line 75 of file ip_grid_mod.F90.
+Definition at line 81 of file ip_grid_mod.F90.
@@ -312,7 +312,7 @@Definition at line 77 of file ip_grid_mod.F90.
+Definition at line 83 of file ip_grid_mod.F90.
@@ -339,7 +339,7 @@Definition at line 59 of file ip_grid_mod.F90.
@@ -365,7 +365,7 @@Definition at line 78 of file ip_grid_mod.F90.
@@ -391,7 +391,7 @@Definition at line 61 of file ip_grid_mod.F90.
@@ -417,7 +417,7 @@Definition at line 74 of file ip_grid_mod.F90.
@@ -443,7 +443,7 @@Definition at line 62 of file ip_grid_mod.F90.
@@ -469,7 +469,7 @@Definition at line 75 of file ip_grid_mod.F90.
@@ -495,7 +495,7 @@Definition at line 76 of file ip_grid_mod.F90.
@@ -521,7 +521,7 @@Definition at line 70 of file ip_grid_mod.F90.
@@ -547,7 +547,7 @@Definition at line 63 of file ip_grid_mod.F90.
@@ -582,7 +582,7 @@Definition at line 69 of file ip_grid_mod.F90.
@@ -609,7 +609,7 @@Definition at line 72 of file ip_grid_mod.F90.
@@ -635,7 +635,7 @@Definition at line 77 of file ip_grid_mod.F90.
diff --git a/structip__lambert__conf__grid__mod_1_1ip__lambert__conf__grid.html b/structip__lambert__conf__grid__mod_1_1ip__lambert__conf__grid.html index 50329453..d99f1331 100644 --- a/structip__lambert__conf__grid__mod_1_1ip__lambert__conf__grid.html +++ b/structip__lambert__conf__grid__mod_1_1ip__lambert__conf__grid.html @@ -26,7 +26,7 @@Definition at line 82 of file ip_grid_mod.F90.
+Definition at line 88 of file ip_grid_mod.F90.
@@ -263,7 +263,7 @@Definition at line 84 of file ip_grid_mod.F90.
+Definition at line 90 of file ip_grid_mod.F90.
@@ -344,7 +344,7 @@Definition at line 59 of file ip_grid_mod.F90.
@@ -424,7 +424,7 @@Definition at line 78 of file ip_grid_mod.F90.
@@ -477,7 +477,7 @@Definition at line 61 of file ip_grid_mod.F90.
@@ -530,7 +530,7 @@Definition at line 74 of file ip_grid_mod.F90.
@@ -556,7 +556,7 @@Definition at line 62 of file ip_grid_mod.F90.
@@ -582,7 +582,7 @@Definition at line 75 of file ip_grid_mod.F90.
@@ -608,7 +608,7 @@Definition at line 76 of file ip_grid_mod.F90.
@@ -634,7 +634,7 @@Definition at line 70 of file ip_grid_mod.F90.
@@ -660,7 +660,7 @@Definition at line 63 of file ip_grid_mod.F90.
@@ -695,7 +695,7 @@Definition at line 69 of file ip_grid_mod.F90.
@@ -722,7 +722,7 @@Definition at line 72 of file ip_grid_mod.F90.
@@ -775,7 +775,7 @@Definition at line 77 of file ip_grid_mod.F90.
diff --git a/structip__mercator__grid__mod_1_1ip__mercator__grid.html b/structip__mercator__grid__mod_1_1ip__mercator__grid.html index 9fee703e..f210f13e 100644 --- a/structip__mercator__grid__mod_1_1ip__mercator__grid.html +++ b/structip__mercator__grid__mod_1_1ip__mercator__grid.html @@ -26,7 +26,7 @@Definition at line 82 of file ip_grid_mod.F90.
+Definition at line 88 of file ip_grid_mod.F90.
@@ -259,7 +259,7 @@Definition at line 84 of file ip_grid_mod.F90.
+Definition at line 90 of file ip_grid_mod.F90.
@@ -340,7 +340,7 @@Definition at line 59 of file ip_grid_mod.F90.
@@ -420,7 +420,7 @@Definition at line 78 of file ip_grid_mod.F90.
@@ -473,7 +473,7 @@Definition at line 61 of file ip_grid_mod.F90.
@@ -499,7 +499,7 @@Definition at line 74 of file ip_grid_mod.F90.
@@ -525,7 +525,7 @@Definition at line