work_dir /glade/work/jwittig/repos1/mpas-bundle-cron-src/mpas-bundle sync_file /glade/u/home/jwittig/my_cron_logs//files_changed.lock crtm/ No updates found for https://github.com/JCSDA/CRTMv3.git in branch develop, sha f3e4fa2. ioda/ No updates found for https://github.com/jcsda-internal/ioda.git in branch develop, sha 0f02aadc. ioda-data/ No updates found for https://github.com/jcsda-internal/ioda-data.git in branch develop, sha 2fdc67a. jedicmake/ No updates found for https://github.com/jcsda-internal/jedi-cmake.git in branch develop, sha 40d521f. MPAS/ No updates found for https://github.com/MPAS-Dev/MPAS-Model in branch develop, sha 447de92d4. mpas-jedi/ No updates found for https://github.com/JCSDA-internal/mpas-jedi in branch develop, sha 904e161. mpas-jedi-data/ No updates found for https://github.com/jcsda-internal/mpas-jedi-data.git in branch develop, sha 3fff9f5. oops/ https://github.com/JCSDA-internal/oops.git in branch develop has been updated to sha 272184d2. ropp-ufo/ No updates found for https://github.com/JCSDA-internal/ropp-test.git in branch develop, sha 96a0397. saber/ https://github.com/JCSDA-internal/saber.git in branch develop has been updated to sha 62fada40a. ufo/ https://github.com/jcsda-internal/ufo.git in branch develop has been updated to sha 171870d80. ufo-data/ https://github.com/jcsda-internal/ufo-data.git in branch develop has been updated to sha bd38806. vader/ https://github.com/jcsda-internal/vader.git in branch develop has been updated to sha 0c46ca6. | 5 +- src/CMakeLists.txt | 3 - src/oops/base/AnalyticInit.h | 84 ---------------------- src/oops/generic/AnalyticInitBase.h | 132 ---------------------------------- src/oops/interface/AnalyticInitBase.h | 56 --------------- src/oops/interface/GeoVaLs.h | 15 ++-- src/test/interface/GetValues.h | 22 +++--- 16 files changed, 48 insertions(+), 454 deletions(-) delete mode 100644 l95/src/lorenz95/AnalyticInit.cc delete mode 100644 l95/src/lorenz95/AnalyticInit.h delete mode 100644 qg/model/AnalyticInit.cc delete mode 100644 qg/model/AnalyticInit.h delete mode 100644 src/oops/base/AnalyticInit.h delete mode 100644 src/oops/generic/AnalyticInitBase.h delete mode 100644 src/oops/interface/AnalyticInitBase.h updating https://github.com/JCSDA-internal/saber.git in branch develop to sha 62fada40a. Updating 39399adfc..62fada40a Fast-forward src/saber/oops/Utilities.h | 2 -- 1 file changed, 2 deletions(-) updating https://github.com/jcsda-internal/ufo.git in branch develop to sha 171870d80. Updating 2a5fa3cf3..171870d80 Fast-forward src/ufo/AnalyticInit.cc | 10 +-- src/ufo/AnalyticInit.h | 5 +- src/ufo/AnalyticInitBase.cc | 48 ++++++++++++ src/ufo/AnalyticInitBase.h | 91 ++++++++++++++++++++++ src/ufo/CMakeLists.txt | 2 + src/ufo/GeoVaLs.cc | 20 +++-- src/ufo/GeoVaLs.h | 7 +- src/ufo/GeoVaLs.interface.F90 | 14 +++- src/ufo/GeoVaLs.interface.h | 4 +- .../marine/seaicethickness/ObsSeaIceThickness.cc | 6 +- .../seaicethickness/ObsSeaIceThicknessTLAD.cc | 4 +- src/ufo/ufo_geovals_mod.F90 | 24 ++++-- src/ufo/ufo_variables_mod.F90 | 6 +- 13 files changed, 204 insertions(+), 37 deletions(-) create mode 100644 src/ufo/AnalyticInitBase.cc create mode 100644 src/ufo/AnalyticInitBase.h updating https://github.com/jcsda-internal/ufo-data.git in branch develop to sha bd38806. Updating ac680ef..bd38806 Fast-forward testinput_tier_1/cryosat2-2018-04-15_geovals.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) updating https://github.com/jcsda-internal/vader.git in branch develop to sha 0c46ca6. Updating 5c5970d..0c46ca6 Fast-forward test/testinput/vader_vwind_at_10m_A.yaml | 2 ++ test/vader/Vader.h | 5 +++++ 2 files changed, 7 insertions(+)