-
Notifications
You must be signed in to change notification settings - Fork 13
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
202411 Release of SHiELD_physics #58
Merged
Merged
Changes from 10 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
e2efc0c
release of FV3Team development of phsyics for SHiELD
laurenchilutti 16a337b
revert changes on atmos_shared
laurenchilutti 373f6c6
update RELEASE and README.
laurenchilutti 191539e
rearrange vpert to avoid multiple scaling divisions
JosephMouallem 91d6ecd
enforce DP parameters
JosephMouallem 174f695
remove unnecessary temp arrays
JosephMouallem 8c5cdda
ensure DP cutoff values
JosephMouallem b2804a6
Merge remote-tracking branch 'joseph/repro_fix' into 2024release
laurenchilutti f4b02f6
enforcing DP in the pbl coefficients
laurenchilutti 8fe3638
Merge remote-tracking branch 'origin/main' into 2024release
laurenchilutti 614748b
optimize PBL entrainment/detrainment rate calculations (#2)
gaokun227 6816b01
Add notes and stdout related to co2 scaling (#3)
kaiyuan-cheng f6fc323
Update GFS_layer/GFS_radiation_driver.F90 per Spencer Clark's suggest…
laurenchilutti 890b4ae
Update GFS_layer/GFS_typedefs.F90 removing duplicate allocate
laurenchilutti File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure this works when non-uniform blocks are created (e.g. [mod (nx, blocksize) != 0]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not work with nonuniform blocksizes, to the best of my knowledge. This was a quick 'hack' I put in to get COSP to work in X-SHiELD without running out of memory. This is a limitation of the method at this time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My original code requires the block size to be the same as the layout size, making it much less efficient. Lucas's simple fix resolves this issue, although I haven't tested it in non-uniform blocks.