*/======================================================================= */ Correction set for LEM version 2.3.2 */ Created: 6th May 2005 */ Author: Ben Shipway */ Last Modified: 1st August 2005 */ Modification history: */ 6/5/2005 - Added Chris's modification to the time filter (FORSCAL) */ 6/5/2005 - Added Adrian's correction to microphysics (MICFIX) */ 1/8/2005 - Added Ben's array bounds modification (PUDCORR) */======================================================================= *IDENT FORSCAL */ LEM Version 2.3.2 Modset */ ======================== */ */ Purpose: */ ------- */ Allows forward stepping of scalars to be combined with */ leapfrog stepping of wind. */ */ Method: */ ------- */ Only apply time filter to scalars when they are integrated */ with the leapfrog scheme, irrespective of what timestepping */ scheme is used for wind components. */ */ Chris Smith (APP) 25th April 2005 */======================================================================= *IDENT MICFIX *// Fix to stop overflows if QL has tiny values. *// On the SX6 I've seen QL=1.E-150 which when raised to a power gives *// silly answers (eg. -1E+212) *// */======================================================================= *ID PUDCORR *//Prevents array bounds problems when compiling with ifc *// Ben Shipway 6/7/2005