You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* updated fv_regional_bc.F90 to read levsp from GFS_ctl file (#152)
* Updating a continue statement in fv_nudge (#153)
* update in fv_nudge to fix 666 label logic
* fix logic errors (#138)
* update to external_ic::remap_scale to skip remapping non-existent IC tracers (#159)
* Fix nudge logic (#157)
* fix logic errors
* fix answer changes
* adding back a line that was mistakenly deleted in a previous commit (#166)
* Release 042022 (#184)
* Merge of updates from GFDL Weather and Climate Dynamics Division (202204):
*add license header to missing files and fix typo in header
*updates needed for fv3_gfsphysics to have access to bounded_domain
*remove obsoleted driver/SHiELD files
*updating to fix bug where long_name and units attributes were not being captured in the RESTARTS
*remove unused function fv_diagnostics::max_vorticity_hy1
*remove avec timer remnants
*adding ability to specify prefix and directory when reading and writing restarts
*remove old style namelist read in favor of read from internal character variable
*Added option for a mean wind
*The planetary radius and rotation rate are now re-scalable by a namelist parameter (small_earth_scale) instead of using exclusively the hard-coded FMS constant.
*fv_mapz: Cleanup and added helpful annotations to avoid getting lost so easily
* remove duplicate code and fix lstatus on all grids depending on gfs_data and gfs_data.tile1
* New idealized tests
*Makes the non-hydrostatic restart variables optional for reads to allow hydrostatic ICs
*Fix the hydrostatic TE remapping; Add GMAO cubic for TE remapping, which is used if kord_tm=0 and remap_te=.true.
*Add a TE remapping option (kord_tm=0)
*Addressing GNU Warnings
*Add the L75 vertical config from HAFS
* clean up fms_mp_mod and remove mp_bcst
* cherry pick 5193c6b from dev/emc
* Attempt at integrating fixes on top of dev/emc branch. (#173)
* remove outdated GFDL_tools/fv_diag_column.F90 which exists as the result of an improper merge. The correct file is tools/fv_diag_column.F90 (#191)
* various io fixes (#192)
* fixes io performance issues by making everyone a reader when io_layout=1,1
adds capability to use FMS feature to ignore data integrity checksums in restarts
* rename enforce_rst_cksum to ignore_rst_cksum and change the default value for compatibility
* fix index error (#196)
* New notebooks (#190)
* Moving source files into source directory
* Added advection notebook
* Fixed subplot spacing
* New 3D case notebooks
* New idealized tests
Updated mtn_wave_tests_1km to restore missing graphics.
* first try at held-suarez
* Updated H-S superrotation notebook
* New level placement tool in an interactive note
* Minor updates to notebooks; deleted fv_eta binary.
* Regional decomposition test fix (when nrows_blend > 0) (#194) (#200)
* Regional bc blend changes to extend into interior halos and overlap on corners. Still not working for u and v.
dyn_core.F90 : Fix from Jun Wang to correct sync of u,v
fv_regional_bc.F90 : add check for nrows_blend > tile size; fix error when nrows_blend=1
Conflicts (not taken during chery-pick):
driver/SHiELD/atmosphere.F90
model/fv_sg.F90
Co-authored-by: Ted Mansell <37668594+MicroTed@users.noreply.github.com>
* Implementing CI (#207)
* CI Parallelworks update (#211)
* Update call to read_input_nml and remove unnecessary code. (#161)
* Removing use of INTERNAL_FILE_NML and cleaning up read_namelist_test_cases to remove unused argument
* deleting duplicate call to read_namelist_test_case_nml in fv_control
* removing commented code in fv_control
Co-authored-by: Rusty Benson <6594772+bensonr@users.noreply.github.com>
Co-authored-by: menzel-gfdl <43218622+menzel-gfdl@users.noreply.github.com>
Co-authored-by: Rusty Benson <Rusty.Benson@noaa.gov>
Co-authored-by: MatthewPyle-NOAA <48285220+MatthewPyle-NOAA@users.noreply.github.com>
Co-authored-by: lharris4 <53020884+lharris4@users.noreply.github.com>
Co-authored-by: Ted Mansell <37668594+MicroTed@users.noreply.github.com>
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# GFDL_atmos_cubed_sphere
2
2
3
-
The source contained herein merges in the [2021 January Release](https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere/releases/tag/FV3-202101-public) of the Finite Volume Cubed-Sphere Dynamical Core (FV3) for use in the current GFDL models (AM4/CM4/ESM4/SPEAR).
3
+
The source contained herein merges in the [2022 April Release](https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere/releases/tag/FV3-202204-public) of the Finite Volume Cubed-Sphere Dynamical Core (FV3) for use in the current GFDL models (AM4/CM4/ESM4/SPEAR).
Copy file name to clipboardexpand all lines: RELEASE.md
+22
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,26 @@
1
1
# RELEASE NOTES for GFDL FV3: Summary
2
+
GFDL_2022.XX.YY --- July 2022
3
+
4
+
This version has been tested against the current SHiELD physics
5
+
and with FMS release 2022.01 from https://github.com/NOAA-GFDL/FMS
6
+
7
+
This release includes the following:
8
+
- Release of stand-alone solo_core functionality with simple physics.
9
+
- Updated GFDL Microphysics, used for real-time 2021 C-SHiELD and T-SHiELD. (L Zhou)
10
+
- Merges numerous updates from dev/emc.
11
+
- Leverage DA functionality from UFS with additional changes (M Tong).
12
+
- Updates to use the latest FMS release, including fms2_io.
13
+
- Adds license header to missing files and fixes typo in header.
14
+
- Fixes a bug where long_name and units attributes were not being captured in restart files.
15
+
- Adds the ability to specify prefix and directory when reading and writing restarts.
16
+
- The planetary radius and rotation rate are now re-scalable by a namelist parameter (small_earth_scale) instead of using exclusively the hard-coded FMS constant.
17
+
- Removes obsolete driver/SHiELD files.
18
+
- Removes unused function fv_diagnostics::max_vorticity_hy1.
19
+
- Removes avec timer remnants.
20
+
- Removes old style namelist read in favor of read from internal character variable.
0 commit comments