CFMIP / COSPv2.0

COSP - The CFMIP (Cloud Feedbacks Model Intercomparison Project) Observation Simulator Package
41 stars 38 forks source link

Delete unused variables in quickbeam #81

Closed alejandrobodas closed 10 months ago

alejandrobodas commented 10 months ago

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 commented 10 months ago

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

alejandrobodas commented 10 months ago

@dustinswales thanks for the review, merging the changes.