Constants update from NCAR main 2021/08/05#4
Merged
XiaSun-Atmos merged 25 commits intoAug 5, 2021
Merged
Conversation
…the CICE6 component. Follow discussions/suggestions among Jun, Moorthi, Chunxi, Bin, etc.
*Add dkt as a diagnostic variable for satmedmfvdifq.F. Contributors: Andrew Hazelton, Chunxi Zhang, Bin Liu
…ATM-HYCOM coupling without an active sea ice (e.g., CICE6) component. By default, the cplice is true when cplflx is true (e.g., for the S2S application). However, for the current HAFS FV3ATM-HYCOM coupling, cplice should set as false. Currently, this cplice option is only used in physics/GFS_surface_composites.F90. In the future, it needs to be generalized/implemented to separate cplflx into cplocn and cplice options. (ChunxiZhang-NOAA and BinLiu-NOAA)
… length and dissipation mixing length in the GFS scale-aware TKE EDMF PBL scheme) into namelist options. The default value for rlmx/elmx is 300.0 (unchanged). But this allows developers to easily test rlmx/elmx with other values (e.g., using 100.0 in HAFS). These changes were made by ChunxiZhang-NOAA and BinLiu-NOAA based on the rlmx/elmx value of 100.0 used by AndrewHazelton-NOAA.
…re/hafs_coupleww3
…GFS sa-TKE EDMF PBL scheme. A new namelist option of sfc_rlm was added to control this change, default value is 0 corresponding no change. The value of 1 will use zk for elm within the near-surface layer. Contributors: WeiguoWang-NOAA, ChunxiZhang-NOAA, ZhanZhang-NOAA, BinLiu-NOAA
…re/hafs_coupleww3
…re/hafs_coupleww3
…re/hafs_coupleww3
HAFS related modifications for GFS sa-TKE EDMF PBL scheme and for coupling without a sea ice component
This file contains hidden or 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
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.
@XiaSun-Atmos please merge the latest update from NCAR main, thanks!