Merge tag 'RELEASE-3-4' into mergewps-merge-3.4
commit203e5dc481cf4b26ac0854f6600764a8bd0b5c25
authorJan Mandel <jan.mandel@gmail.com>
Tue, 7 May 2019 21:03:34 +0000 (7 15:03 -0600)
committerJan Mandel <jan.mandel@gmail.com>
Wed, 8 May 2019 02:22:45 +0000 (7 20:22 -0600)
treeff4cd89d97f45b08cd5716bd3ff2f9a6a3d132fb
parentdaf242f8e7d78615efc35272d6f8ff268f28ca83
parent3b123e471d66daac442c09fa097e0f97362a3f01
Merge tag 'RELEASE-3-4' into merge

Making as close to RELEASE-3-4 as possible, replacing by release files when feasible.
Keeping only changes related to GEOTIFF.

$ git diff --stat --cached RELEASE-3-4
 arch/Config.pl                                                 |  43 ++++
 arch/postamble                                                 |   4 +-
 arch/preamble                                                  |   4 +
 geogrid/GEOGRID.TBL                                            |   2 +-
 geogrid/GEOGRID.TBL.FIRE                                       |  13 +-
 geogrid/GEOGRID.TBL.FIRE.colibri                               | 359 ++++++++++++++++++++++++++++++++
 geogrid/GEOGRID.TBL.FIRE.kingspeak                             | 364 ++++++++++++++++++++++++++++++++
 geogrid/src/Makefile                                           |   9 +-
 geogrid/src/geotiff_module.F                                   | 899 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 geogrid/src/geotiff_stubs.c                                    | 444 ++++++++++++++++++++++++++++++++++++++++
 geogrid/src/geotiff_stubs.h                                    |  85 ++++++++
 geogrid/src/gridinfo_module.F                                  |   9 +
 geogrid/src/proc_point_module.F                                |  35 ++--
 geogrid/src/source_data_module.F                               | 198 ++++++++++++++++--
 metgrid/src/datatype_module.F                                  |   1 +
 namelist.wps                                                   |  38 +---
 namelist.wps.fire                                              |   6 +-
 ungrib/Variable_Tables/Vtable.ARW                              |  53 ++---
 ungrib/Variable_Tables/{Vtable.CFSR_sfc_flxf06 => Vtable.CFSR} |   6 +
 ungrib/Variable_Tables/Vtable.CFSR_press_pgbh06                |  10 -
 ungrib/src/Makefile                                            |   6 +-
 22 files changed, 2857 insertions(+), 169 deletions(-)
arch/Config.pl
arch/preamble
geogrid/GEOGRID.TBL.FIRE
geogrid/src/source_data_module.F