-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #65 - updates from v15.3.0 and v15.3.1 operations into develop #89
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- AWIPS data card updates (RFC 6963) - ACCOUNT change on WCOSS in config.base.nco.static - obsproc_prep path adjustment to OT tag install in config.base.emc.dyn - add dictionaries version export to config.prep - RDHPCS gdas transfer list update - fix to link_fv3gfs.sh to harden fix folder symlinking - bug fix to syndat_qctropcy.fd/qctropcy.f
lgannoaa
pushed a commit
to lgannoaa/global-workflow
that referenced
this pull request
Feb 9, 2022
* Initial spack/cmake version * updated for umbrella build * tweak to findnetcdf * added include directory * updated cmake * changed to https for cmake submodule * updated cmake submodule * updated install directory * added build for libnceppost.a * modifications for macOS clang/gfortran build * updated for gnu build * udpated cmake submodule * Add RST file for UPP v4.0 * Modifying introduction * merged develop in and separated library from executable in build * Update CMakeLists.txt files to support GNU compilers * applied patch from Dusan * Add conf.py for upp documentation * Add index.rst for upp documentation * Add readthedocs config file * Modify name of main rst doc in index for readthedocs build test * Change master file to index * Edits for UFS documentation to remove WRF and grib1 references * Add a readthedocs config file * Mods to config and index files for use in readthedocs * Update submodule pointer for cmake * Remove old GNU makefiles with problematic names (only differing in case from existing files) * Add files for GRIB2 table of fields * Update .gitmodules, add branch = ufs_release_1.0 for cmake * Update .gitmodules for testing, code review and merging * Update include/lib flags for sigio, sfcio, nemsio * Add REQUIRED attribute to find_package calls in CMakeLists.txt * Comment out LAPACK dependency in CMakeLists.txt * Revert change to .gitmodules, update submodule pointer for cmake * sorc/ncep_post.fd/CMakeLists.txt: change GFSIO_INC to GFSIO_INC4 * Add capacity of detecting scaning mode north2south vs south2north in gaussian grid from Dusan. * Re-factor CMake * Fix library linking * small fix to kyles refactor * Add capacity of detecting scaning mode north2south vs south2north in gaussian grid from Dusan. * Fix typo in sorc/ncep_post.fd/CMakeLists.txt * Fix how Intel compile options with spaces in them are handled * Update branch name for cmake submodule, update submodule pointer * Update submodule pointer for cmake * Update .gitmodules and submodule pointer for cmake, bugfixes for CMakeLists.txt * Update submodule pointer for cmake * fixes problem linking ncep_post with gnu/openmpi * Update submodule pointer for cmake * Revert .gitmodules change * Bugfix: comment out debug print statement that can lead to out-of-bounds access; update submodule pointer for cmake * Update submodule pointer for cmake * OpenMP bugfix, use lowercase in find_package(CRTM) * Fix post crash on macOS: use allocatable array * Update submodule pointer for cmake * Add UFS UPP rst documentation * Update submodule pointer for cmake * Rename g2tmpl_d to g2tmpl (NOAA-EMC#89) * Update submodule pointer for cmake * cleanup post Change-Id: Ie52af5ff79ac4122e79d7a46e89ee2077188b0a4 * we dont depend on C HDF5 library. remove. Change-Id: I26aa7c0bf7ed2783de1a9967d961d0260dee8b54 * use transitive properties. apply OpenMP flags if OpenMP is found. Formatting using cmake-format Change-Id: Ic08ce6bc85a7d949c779ec597241c8cb4c20db86 * add debug gnu flags. compile_definitions does not like the quotes around long long, remove Change-Id: Iccd5bb496944f75a79500729051dd571303cb50f * Update CMakeLists.txt * Update submodule pointer for cmake * Update submodule pointer for cmake * Add LGPL license to repository * EMC_post is a Fortran only project. blockIO.c is not used, so do not include in building * Update submodule pointer for cmake * Bug fix for unary operator in INITPOST_GFS_NEMS_MPIIO.f. (NOAA-EMC#92) * Remove old unused makefiles * CMakeLists.txt: install postxconfig-NT-GFS-F00.txt and postxconfig-NT-GFS.txt in share directory * Update version @fossell says post is at version 8.0.0 * Update submodule pointer for cmake * Fix Out of Bound Exception in GFSPOST.F (NOAA-EMC#100) * Fix out-of-bound error in tpause routine in GFSPOST.F * Fix use of undefined variables. * Feature/cleanup (NOAA-EMC#95) * cleanup post Change-Id: Ie52af5ff79ac4122e79d7a46e89ee2077188b0a4 * we dont depend on C HDF5 library. remove. Change-Id: I26aa7c0bf7ed2783de1a9967d961d0260dee8b54 * use transitive properties. apply OpenMP flags if OpenMP is found. Formatting using cmake-format Change-Id: Ic08ce6bc85a7d949c779ec597241c8cb4c20db86 * add debug gnu flags. compile_definitions does not like the quotes around long long, remove Change-Id: Iccd5bb496944f75a79500729051dd571303cb50f * Update CMakeLists.txt * EMC_post is a Fortran only project. blockIO.c is not used, so do not include in building * Update version @fossell says post is at version 8.0.0 * Revert "Feature/cleanup (NOAA-EMC#95)" This reverts commit 7e9797b355d2b86ea9e274534f86adc42e866b95. * remove unused compile definitions and update cmake pointer Change-Id: Ie47cf16ebc25928bf30bfd05d4f25678219571a6 * Fix ID index in WRF-CHEM SMOKE block, which currently causes failed build in debug mode * remove unnecessary commented line * NetCDF static fix (#1) * CMakeLists.txt: add MODULE to find_package calls * Cleanup of NetCDF in CMakeLists.txt * update cmake submodule pointer Change-Id: I763882fd6ecc4b8cc64a60eddabccfdb7046040d * Add MODULE to find_package(NetCDF) call (NOAA-EMC#3) * update cmake submodule pointer Change-Id: I69015efa425658645567e9d9f22d5e51301c1a0b * Change version from 8.0.0 to 1.0.0 * fix the install path of compiled Fortran module files Co-authored-by: Mark A Potts <mark.potts@noaa.gov> Co-authored-by: Dom Heinzeller <climbfuji@ymail.com> Co-authored-by: Mark Potts <33099090+mark-a-potts@users.noreply.github.com> Co-authored-by: Tracy <hertneky@ucar.edu> Co-authored-by: Kate Fossell <fossell@ucar.edu> Co-authored-by: Dusan Jovic <dusan.jovic@noaa.gov> Co-authored-by: Wen Meng <wen.meng@noaa.gov> Co-authored-by: Dom Heinzeller <dom.heinzeller@icloud.com> Co-authored-by: Kyle Gerheiser <kgerheiser@icloud.com> Co-authored-by: Mark Potts <mpotts@redlineperf.com> Co-authored-by: Kyle Gerheiser <3209794+kgerheiser@users.noreply.github.com> Co-authored-by: Dom Heinzeller <dom.heinzeller@noaa.gov> Co-authored-by: Tracy <tracy.hertneky@noaa.gov> Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com> Co-authored-by: WenMeng-NOAA <48260754+WenMeng-NOAA@users.noreply.github.com> Co-authored-by: Dusan Jovic <48258889+DusanJovic-NOAA@users.noreply.github.com>
zhanglikate
pushed a commit
to zhanglikate/global-workflow
that referenced
this pull request
Oct 6, 2022
…OAA-EMC#89) Fix the bug for diag. emission and add rain_cplchm and snow_cplchm for chemical model, and will not share the rain_cpl and snow_cpl with Ocean model (kate.zhang@noaa.gov)
TerrenceMcGuinness-NOAA
added a commit
that referenced
this pull request
Jun 8, 2023
Update testhera.yaml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Close #65