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

Delete unused variables in quickbeam #81

Merged
merged 1 commit into from
Sep 13, 2023
Merged

Conversation

alejandrobodas
Copy link
Collaborator

Builds of COSP in LFRic with the Cray compiler emit the following warning (promoted to error):
ftn-7212 crayftn: ERROR QUICKBEAM_SUBCOLUMN, File = science/src/socrates/src/cosp_github/src/simulator/quickbeam/quickbeam.F90, Line = 212
Variable "z_ray" is used before it is defined.

This PR deletes unused variables (Rayleigh reflectivity is not calculated).

@alejandrobodas
Copy link
Collaborator Author

Hi @dustinswales . A small change to tidy up unused variables, please could you review this change? Thanks!

Copy link
Contributor

@dustinswales dustinswales left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks for the cleanup

@alejandrobodas
Copy link
Collaborator Author

@dustinswales thanks for the review, merging the changes.

@alejandrobodas alejandrobodas merged commit 4ed5907 into master Sep 13, 2023
8 checks passed
@alejandrobodas alejandrobodas deleted the unused_z_ray branch September 13, 2023 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants