Fix incorrect detection of [Lowercase or CamelCase variable names only](https://metoffice.github.io/simulation-systems/FurtherDetails/coding_style.html#s7-argument-and-variable-declaration) ```f95 LOGICAL :: flag_precip_sym = .FALSE. ! due to the presence of .FALSE. ```