-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
202411 Release of SHiELD_physics (#58)
* release of FV3Team development of phsyics for SHiELD
- Loading branch information
1 parent
b68d4c0
commit 7ea294b
Showing
30 changed files
with
1,918 additions
and
953 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,59 @@ | ||
# RELEASE NOTES for FV3 202411: Summary | ||
FV3-202411-public --- November 2024 | ||
Lucas Harris, GFDL [email protected] | ||
|
||
This version has been tested with: | ||
FV3 Dynamical Core release FV3-202411-public from https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere | ||
FMS release 2024.03 from https://github.com/NOAA-GFDL/FMS | ||
FMS Coupler release 2024.03.01 from https://github.com/NOAA-GFDL/FMScoupler | ||
Atmos Drivers release FV3-202411-public from https://github.com/NOAA-GFDL/atmos_drivers | ||
|
||
This release includes the following: | ||
- Support for running SHiELD in the full FMSCoupler (Joseph) | ||
- GFDL Microphysics (Linjiong) | ||
- Replaced the hardcoded qa with aerosol data | ||
- Replaced the hardcoded hydrostatic with the input hydrostatic variable | ||
- Added two namelist options (fast_fr_mlt and fast_dep_sub) to control freezing/melting and deposition/sublimation in the fast microphysics. | ||
- Included a missing term in the energy conservation formula (credit: Tristan Abbott). May affect prediction of processes depending strongly on microphysics. Compile the model with -DENG_CNV_OLD to revert this change. | ||
- Added diagnostic cloud content and cloud effective radii of all cloud hydrometeors (qc*, re*). | ||
- Added diagnostic microphysical process rate (mpp*). | ||
- Removed unused Keihl et al. (1994) cloud water effective radius diagnosis. | ||
- A new COSP output variable named clisccp was added. | ||
- Surface processes and PBL (Kun, Linjiong, Kai, Spencer) | ||
- Brought EMC updates from dev/emc branch related to TKE-EDMF, deep and shallow convection schemes | ||
- Added a constraint to the PBL bottom layer to prevent negative water vapor. | ||
- Revise the surface process to prevent excessive downward latent heat transfer | ||
- Exposed additional tunable parameters in TKE-EDMF PBL scheme | ||
- Fix miscalculated albedo over the ocean when ialb = 2 | ||
- Slab ocean bug fixes and enhancements | ||
- Upgraded land-ice related processes in Noah-MP based on version 4.5 of the official Noah-MP repository and some updates from NCAR/ccpp-physics, mostly from EMC. | ||
- Computing the snow height within the snowwater_glacier and snowwater subroutines | ||
- Limiting the compaction of snow in various places | ||
- Calculating the equilibrium state of snow only if snow exists. The maximum water depth becomes a tunable parameter and its default value remains 5 m. | ||
- Prescribed soil color capability | ||
- Prescribed snow albedo capability | ||
- Convection schemes (Kun, Linjiong) | ||
- Brought EMC updates from dev/emc branch | ||
- Merged samfshalcnv_gfdl.f and samfshalcnv.f. Use gfs_physics_nml::limit_shal_conv = .true. to recover samfshalcnv_gfdl. | ||
- Created the shallow convection option 5 based on option 3, to turn off the shallow convection scheme if the diagnosed cloud depth or cloud top exceeds certain critical values (set by cthk_shal and top_shal, respectively) | ||
- Added a parameter dxcrtas to the deep convection; for grid-spacing less than this (default 8000 m) the AS's quasi-equilibrium assumption is considered invalid. | ||
- Radiation (Kai) | ||
- Added a namelist option, gfs_physics_nml::fco2_scaling to uniformly scale CO2 | ||
- Diagnostics (Spencer) | ||
- Added pressure_level_extrapolate, blended-area-weighted, and simplest model_level_area_weighted coarse-graining strategies. | ||
- Implemented area-weighted mean over the dominant surface type for the snoalb, shdmin, and shdmax surface fields. | ||
- Fixed a bug that affected coarse-graining the soil type field and some other soil properties downstream. | ||
- Additional CO2 and surface-type fraction diagnostics. | ||
- Software updates (Spencer, Lucas, Joseph) | ||
- Updates for running SHiELD in the FV3net Python wrapper | ||
- Bugfix in ozphys.F for ldiag3d = .true.. | ||
- Cleaned up obscure diagnostics in radiation_astronomy.f. | ||
- Namelist option gfs_physics_nml::landseaprt to allow turning off land/sea partitioned global intervals in stdout. | ||
- Added variable-by-variable defined missing_value to gfdl_diag_type. | ||
- Add additional atmos driver files to run SHiELD and SHiEMOM with the full FMScoupler, mimicking the structure of AM4 atmos_phys. | ||
- Several diagnostic bug fixes. | ||
|
||
|
||
# RELEASE NOTES for FV3 202305: Summary | ||
FV3-202305-public --- May 2023 | ||
Lucas Harris, GFDL [email protected] | ||
|
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
Oops, something went wrong.