Skip to content
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

bug fix for the Thompson parameterization of the cloud fraction #1153

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

ldfowler58
Copy link
Contributor

This PR is a bug fix when calling the Thompson parameterization of the cloud fraction. This bug was first brought to our attention by Brett Wilt back in February 2022 but never corrected in subsequent bug fix releases.

The input to the Thompson scheme is expecting the grid scale to be in units of km, but in mpas_atmphys_driver_cloudiness.F source, dx_p is in units of meters. The unit of dx_p has been corrected to be kilometers.

@mgduda mgduda changed the base branch from develop to hotfix-v8.0.2 March 23, 2024 18:56
@mgduda mgduda self-requested a review March 25, 2024 18:45
…corrected the units of

  the variable dx_p from meters to kilometers (dx_p is used in the Thompson parameterization
  of the cloud fraction).
@mgduda mgduda force-pushed the mp_thompson_cldfra branch from e758cc7 to 9e1e1b4 Compare March 25, 2024 19:57
@ldfowler58
Copy link
Contributor Author

I approve the PR.

@mgduda mgduda merged commit 3f6d870 into MPAS-Dev:hotfix-v8.0.2 Mar 26, 2024
byoung-joo added a commit to JCSDA-internal/MPAS-Model that referenced this pull request Apr 23, 2024
DESCRIPTION OF CHANGES:
This bugfix is from MPAS-Dev#1153 , which fixes the unit of dx_p variable as kilometers. The Thompson cloud fraction scheme is only activated when setting config_radt_cld_scheme = 'cld_fraction_thompson' in the MPAS namelist.

LIST OF MODIFIED FILES:
src/core_atmosphere/physics/mpas_atmphys_driver_cloudiness.F
ibanos90 pushed a commit to JCSDA-internal/MPAS-Model that referenced this pull request May 10, 2024
DESCRIPTION OF CHANGES:
This bugfix is from MPAS-Dev#1153 , which fixes the unit of dx_p variable as kilometers. The Thompson cloud fraction scheme is only activated when setting config_radt_cld_scheme = 'cld_fraction_thompson' in the MPAS namelist.

LIST OF MODIFIED FILES:
src/core_atmosphere/physics/mpas_atmphys_driver_cloudiness.F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants