-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2020.02 candidate into NOAA-GFDL/dev/gfdl (#19)
* 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 (#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 (#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]>
- Loading branch information
Showing
47 changed files
with
31,708 additions
and
13,155 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# RELEASE NOTES for FV3: Summary | ||
|
||
FV3-201912-public --- 10 January 2020 | ||
Lucas Harris, GFDL <[email protected]> | ||
|
||
This version has been tested against the current GFDL AM4 phsyics | ||
and with release candidate 2020.02 of the FMS code at https://github.com/NOAA-GFDL/FMS | ||
|
||
Includes all of the features of the GFDL Release to EMC, as well as: | ||
|
||
- Updated 2017 GFDL Microphysics (from S-J Lin and L Zhou included in GFSv15) | ||
- Updates for GFSv15 ICs (from T Black/J Abeles, EMC) | ||
- Updates to support new nesting capabilities in FMS (from Z Liang) | ||
- Re-written grid nesting code for efficiency and parallelization | ||
- Re-organized fv_eta for improved vertical level selection | ||
- 2018 Stand-alone regional capabilities (from T Black/J Abeles, EMC) | ||
- Refactored model front-end (fv_control, fv_restart) | ||
- Support for point soundings | ||
- And other updates | ||
|
||
# Interface changes | ||
|
||
drivers: renamed 'fvGFS' directory to SHiELD | ||
|
||
atmosphere.F90: 'mytile' is renamed 'mygrid' | ||
|
||
The non-functional gfdl_cloud_microphys.F90 has been removed and replaced with the 2017 public release given to EMC. Also added a proper initialization routine, that includes the use of INTERNAL_FILE_NML and thereby requires the input_nml_file argument. If you do not define the compiler flag INTERNAL_FILE_NML then you can delete this argument. | ||
|
||
The namelist nggps_diag_nml has been eliminated. 'fdiag' is no longer handled by the dynamical core, and should be handled by the physics driver. | ||
|
||
For a complete technical description see the [forthcoming] GFDL Technical Memorandum. |
Oops, something went wrong.