-
Notifications
You must be signed in to change notification settings - Fork 118
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
Remove Fortran 2018 warnings #79
Closed
thomas-robinson
wants to merge
57
commits into
NOAA-GFDL:master
from
thomas-robinson:remove_fortran18_warnings
Closed
Remove Fortran 2018 warnings #79
thomas-robinson
wants to merge
57
commits into
NOAA-GFDL:master
from
thomas-robinson:remove_fortran18_warnings
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
added ifdef to gate a one line change in sw_core.F90
Conflicts fixed in: model/fv_arrays.F90 model/fv_control.F90 model/fv_update_phys.F90 (used dev/master version)
…S include file for git version reporting
These are priority 2 variables in table Emon. The fields are: u2, v2, t2, wap2, uv, ut, vt, uwap, vwap, twap.
Fixes for guilding with gfortran
* revisions to agree with gitlab atmos_cubed_sphere * modified to include all diagnostic variables. no math edits * modified to include all missing subroutines and 'math edits' * removed temporary files * removed extra & in fv_diagonstics line 2277. * Delete DIFF_DEC30 * Delete DIFF_JAN02 * Delete get_diff.sh~ * reverts model/fv_cmp.F90 to null version; removes extraneous files ; removes commented lines after fixed lines
* Updates needed for fms2_io * Updating variable naming
* Add LICENSE.md * Renamed driver directories and removed the null version of the nh extensions for the public release * Update license header for FV3 * Added a README.md file * Replace GPL header with LGPL header * fixed license header in every file and added it to those without it * commit of new version of dycore from Weather and Climate Dynamics Group at GFDL * updated README.md with current release information * updated message for gfdl version of FV3 * fixed merge issues with fv_diagnostics.F90 * remove trailing spaces from sources * remove extra file * changes necessary for updated FMS diag_manager * Master test (NOAA-GFDL#17) * commit of new version of dycore from Weather and Climate Dynamics Group at GFDL * updated versions of GFDL-specific files from dev/gfdl * updated README.md with current release information * cleaned up a few lines in fv_dynamics * new file RELEASE.md with release notes documenting differences between this and the last release * updated RELEASE.md message * hand merge of diagnostic updates * remove trailing spaces from sources * updates to merge some GFDL specific updates into this public release * Master test (NOAA-GFDL#18) * commit of new version of dycore from Weather and Climate Dynamics Group at GFDL * updated versions of GFDL-specific files from dev/gfdl * updated README.md with current release information * cleaned up a few lines in fv_dynamics * new file RELEASE.md with release notes documenting differences between this and the last release * updated RELEASE.md message * hand merge of diagnostic updates * remove trailing spaces from sources * updates to merge some GFDL specific updates into this public release * updated README.md * updated GFDL_tools/fv_cmip_diag to be consistent with dev/gfdl branch * remove tab characters from source files * fixed comment in the README Co-authored-by: Seth Underwood <[email protected]>
* Add LICENSE.md * Renamed driver directories and removed the null version of the nh extensions for the public release * Update license header for FV3 * Added a README.md file * Replace GPL header with LGPL header * fixed license header in every file and added it to those without it * Master test (NOAA-GFDL#17) * commit of new version of dycore from Weather and Climate Dynamics Group at GFDL * updated versions of GFDL-specific files from dev/gfdl * updated README.md with current release information * cleaned up a few lines in fv_dynamics * new file RELEASE.md with release notes documenting differences between this and the last release * updated RELEASE.md message * hand merge of diagnostic updates * remove trailing spaces from sources * updates to merge some GFDL specific updates into this public release * Master test (NOAA-GFDL#18) * commit of new version of dycore from Weather and Climate Dynamics Group at GFDL * updated versions of GFDL-specific files from dev/gfdl * updated README.md with current release information * cleaned up a few lines in fv_dynamics * new file RELEASE.md with release notes documenting differences between this and the last release * updated RELEASE.md message * hand merge of diagnostic updates * remove trailing spaces from sources * updates to merge some GFDL specific updates into this public release * updated README.md * updated GFDL_tools/fv_cmip_diag to be consistent with dev/gfdl branch * Bug fix for two-way nest updating (NOAA-GFDL#21) * remove trailing whitespace and any tabs * update the RELEASE.md with the FV3 technical memorandum * semantic fix in RELEASE.md * adds default values for nest_*offsets in fv_control breaks up a too long line in fv_nesting.F90 * change default value of nestupdate to 7 Co-authored-by: Seth Underwood <[email protected]> Co-authored-by: lharris4 <[email protected]>
Fixes gnu compile issues with fv_diagnostics.F90
updated RELEASE.md for the 2020.02 release (issue NOAA-GFDL#25)
merges master updates into dev/gfdl
pull latest master updates (PR NOAA-GFDL#35) into dev/gfdl
These diagnostics need to be output for high time frequency (4xdaily) so outputting the full PV field (>=33 levels) would consume too much disk space for longer runs.
Default values should reproduce previous (non-ECDA) answers For ECDA add the following to fv_nwp_nudge_nml p_relax=10.e2 using_merra2 = .true. climate_nudging=.true.
Moved climate_nudging from private to shared declaration.
User/wfc/climate nudging
I'm trashing this because there are apparently issues with where I started |
binli2337
pushed a commit
to binli2337/GFDL_atmos_cubed_sphere
that referenced
this pull request
Dec 4, 2022
Update to dev/emc 20221017
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.
Resolves #78