production/GFS.v16: gfsv16 physics updates#127
Merged
junwang-noaa merged 5 commits intoMay 21, 2020
Merged
Conversation
yangfanglin
reviewed
May 19, 2020
Collaborator
yangfanglin
left a comment
There was a problem hiding this comment.
need to add hd-parallel module to Hera.intel/fv3
WenMeng-NOAA
approved these changes
May 20, 2020
Contributor
WenMeng-NOAA
left a comment
There was a problem hiding this comment.
post part looks good for me.
Collaborator
Author
|
Fanglin,
Code is updated, would you please review again? Thanks
…On Tue, May 19, 2020 at 7:54 PM Fanglin Yang ***@***.***> wrote:
***@***.**** commented on this pull request.
need to add hd-parallel module to Hera.intel/fv3
------------------------------
In modulefiles/hera.intel/fv3
<#127 (comment)>
:
>
##
## load ESMF library for above compiler / MPI combination
## use pre-compiled EMSF library for above compiler / MPI combination
##
-module use -a /scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles
-module load hdf5_parallel/1.10.6
-module load netcdf_parallel/4.7.4
-module load esmf/8.0.1bs08
+#module use -a /scratch1/NCEPDEV/nems/emc.nemspara/soft/modulefiles
+#module load hdf5_parallel/1.10.6
still need HDF module
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#127 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI7D6TLUF37ECGK4E4ZKZVDRSML2JANCNFSM4NFNXFEA>
.
|
yangfanglin
reviewed
May 20, 2020
Collaborator
yangfanglin
left a comment
There was a problem hiding this comment.
The changes look fine.
Please hold on creating a tag. There might be an extra change in physics. I am working with the developer to review it.
yangfanglin
approved these changes
May 21, 2020
Collaborator
yangfanglin
left a comment
There was a problem hiding this comment.
The changes look fine for me. Need to update to official netcdf and esmf modules when they become available
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>
SamuelTrahanNOAA
referenced
this pull request
in SamuelTrahanNOAA/ufs-weather-model
Apr 9, 2022
* Update .gitmodules and submodule pointer for fv3atm for code review and testing * Disable cpld_debug_p8 and update baseline date * Hera gnu tests passed * Hera intel tests passed. * Jet intel tests passed. * Point FV3 to top of RRFS_dev * Add comment explaining why one test is disabled' Co-authored-by: Samuel Trahan <Samuel.Trahan@noaa.gov>
epic-cicd-jenkins
pushed a commit
that referenced
this pull request
Apr 17, 2023
[Community develop] Build orog and fre-nctools using source code from UFS_UTILS_develop
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.
update gfsphysics update, postlib and parallel netcdf on hera