Skip to content

TEMPO v3 with Prognostic Cloud Fraction#212

Open
AndersJensen-NOAA wants to merge 54 commits intoufs-community:gsl/developfrom
AndersJensen-NOAA:feature/cloud_fraction
Open

TEMPO v3 with Prognostic Cloud Fraction#212
AndersJensen-NOAA wants to merge 54 commits intoufs-community:gsl/developfrom
AndersJensen-NOAA:feature/cloud_fraction

Conversation

@AndersJensen-NOAA
Copy link
Collaborator

The title above should be a 1 line short summary of the pull request (i.e. what the project the PR represents is intended to do).

Enter a description of this PR. This should include why this PR was created, and what it does.

Testing and relations to other Pull Requests should be added as subsequent comments.

See the below examples for more information.
MPAS-Dev/MPAS#930
MPAS-Dev/MPAS#931

Priority Reviewers

  • Please list the developers/collaborators you'd like to prioritize for review
  • Example:

- added graupel volume to init_atmosphere registry
- formatted code
cldfrabl_p(i,k,j) = cldfrac_bl(k,i)
! cldfrabl_p(i,k,j) = cldfrac_bl(k,i)
cldfrabl_p(i,k,j) = max(qal(k,i), qai(k,i))
qcbl_p(i,k,j) = qc_bl(k,i)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll add a comment here as a reminder to look into this further.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if qal and qai are always present, this shouldn't be a problem, but they are tied to the new package, so I think we need a conditional here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed on line 819, where I overwrite cloud fraction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments