CCPP regional suites, bugfix for GNU compiler, bugfix in CCPP_typedefs.F90, ...#115
Merged
DusanJovic-NOAA merged 7 commits intoMay 13, 2020
Conversation
….xml and suite_FV3_GFS_2017_gfdlmp_regional_c768.xml
…p-framework, ccpp-physics
This was referenced May 11, 2020
96f5544 to
7696951
Compare
7696951 to
3b10293
Compare
…tmos_cubed_sphere, ccpp-framework, ccpp-physics
junwang-noaa
approved these changes
May 13, 2020
climbfuji
pushed a commit
to climbfuji/fv3atm
that referenced
this pull request
Nov 17, 2021
CCPP: Bug fixes in MYNN surface layer scheme
SamuelTrahanNOAA
referenced
this pull request
in SamuelTrahanNOAA/fv3atm
Jun 13, 2022
…ics (NCAR#115) * update submodule pointer for fv3atm * Point to new baselines * hera gnu tests passed * Hera regression tests passed * Point to Jet baseline area * Jet regression tests passed. * Point to NOAA-GSL gsl/develop for FV3 and ccpp/physics Co-authored-by: samuel.trahan <Samuel.Trahan@noaa.gov>
LarissaReames
pushed a commit
to LarissaReames/fv3atm
that referenced
this pull request
Nov 17, 2023
* read ak/bk from user specified files * 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
LarissaReames
pushed a commit
to LarissaReames/fv3atm
that referenced
this pull request
Nov 17, 2023
* read ak/bk from user specified files * 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) Conflicts: model/fv_control.F90 tools/fv_eta.F90
LarissaReames
pushed a commit
to LarissaReames/fv3atm
that referenced
this pull request
Nov 17, 2023
* 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 (NOAA-EMC#114)
* read ak/bk from user specified files (NOAA-EMC#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 (NOAA-EMC#117)
* removed module use of INPUT_STR_LENGTH in fv_control.F90 (NOAA-EMC#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) (NOAA-EMC#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>
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.
This PR:
atmos_model.F90: bugfix for GNU compilersuite_FV3_GFS_2017_gfdlmp_regional.xmlandsuite_FV3_GFS_2017_gfdlmp_regional_c768.xml; addresses Update regression tests (suite definition file) for regional tests ufs-community/ufs-weather-model#121gfsphysics/CCPP_layer/CCPP_typedefs.F90: set pointers to hydrometeors only if validnamphysicsfrom makefilesAssociated PRs:
NOAA-EMC/GFDL_atmos_cubed_sphere#20
NCAR/ccpp-framework#292
NCAR/ccpp-physics#451
#115
NOAA-EMC/NEMS#62
ufs-community/ufs-weather-model#126
For regression testing information, see ufs-community/ufs-weather-model#126.