Revert "release/public-v1: bugfixes for no_nsst suites"#122
Merged
junwang-noaa merged 1 commit intoMay 11, 2020
Conversation
This reverts commit a3769c7.
LarissaReames
pushed a commit
to LarissaReames/ufs-weather-model
that referenced
this pull request
Oct 22, 2021
LarissaReames
pushed a commit
to LarissaReames/ufs-weather-model
that referenced
this pull request
Oct 22, 2021
* Removing use of mpp_io_mod and fms_io_mod from the dycore code. Replacing the necessary functions with fms2_io_mod functions
* Adding a call to set_filename_appendix so that nest is added to filename when needed and removing unneccessary code in fv_io_mod
* FV3 Documentation - formatted PDF and source files for FV3 documentation.
* Documentation and defaults changes
- Updated defaults for hord options to use 8 and 10, and removal of mention of hord = 9 (experimental, unsupported) scheme.
* Initialize {sw,se,nw,ne}_corner to .false in model/fv_arrays.F90
(cherry picked from commit bf0630f)
* merge of latest dev work from GFDL Weather and Climate Dynamics Division (ufs-community#114)
* read ak/bk from user specified files (ufs-community#115)
* add input.nml parameter fv_eta_file for user specified ak/bk; change ks calculation when npz_type=input; use newunit to replace fixed file unit for npz_type=input
(cherry picked from commit 3a0d35a)
* FV3 Example Notebooks and cleanup of docs directory (ufs-community#117)
* removed module use of INPUT_STR_LENGTH in fv_control.F90 (ufs-community#122)
* add check on eta levels to ensure their monotonicity
* update Jili Dong's ak/bk external input to
- use the FMS ascii_read (single read/broadcast)
- error check input to ensure the proper number of levels present
* added a format description for the external eta file and ensured a correct the file length check for FMS 2021.03 and greater
* merge of minor updates from GFDL Weather and Climate Dynamics Division (20210804) (ufs-community#127)
Co-authored-by: Lauren Chilutti <Lauren.Chilutti@noaa.gov>
Co-authored-by: laurenchilutti <60401591+laurenchilutti@users.noreply.github.com>
Co-authored-by: lharris4 <53020884+lharris4@users.noreply.github.com>
Co-authored-by: Dusan Jovic <dusan.jovic@noaa.gov>
Co-authored-by: Jili Dong <jili.dong@noaa.gov>
11 tasks
SamuelTrahanNOAA
referenced
this pull request
in SamuelTrahanNOAA/ufs-weather-model
Mar 14, 2022
* Modified physics/drag_suite.F90 to remove topographic limitations on small-scale GWD and TOFD -- updated submodule pointer * Updated submodule pointer for modifying physics/drag_suite.F90 to remove topographic limitations on small-scale GWD and TOFD and two regression tests results * Updated submodule pointer for modifying physics/drag_suite.F90 to remove topographic limitations on small-scale GWD and TOFD and two regression tests results * Point to new baseline date and RRFS_dev directory * Hera gnu regression tests passed * hera intel tests passed * jet tests passed * Point to NOAA-GSL RRFS_dev for FV3 Co-authored-by: samuel.trahan <Samuel.Trahan@noaa.gov>
This file contains hidden or 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
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.
Reverts #118