From de9d934f51ec039058b612dd55388da1770f349a Mon Sep 17 00:00:00 2001 From: Quentin Rodier <quentin.rodier@meteo.fr> Date: Tue, 29 Nov 2022 13:51:10 +0100 Subject: [PATCH] Quentin 29/11/2022: reduce line size for mesonh compilation --- src/common/micro/mode_ice4_slow.F90 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/micro/mode_ice4_slow.F90 b/src/common/micro/mode_ice4_slow.F90 index 1b0c6525e..1ff26442a 100644 --- a/src/common/micro/mode_ice4_slow.F90 +++ b/src/common/micro/mode_ice4_slow.F90 @@ -139,7 +139,8 @@ DO JL=1, KSIZE * PLBDAS(JL)**ICEP%XEXIAGGS & * PRHODREF(JL)**(-ICED%XCEXVT) #else - * PRST(JL) * (1+(ICED%XFVELOS/PLBDAS(JL))**ICED%XALPHAS)**(-ICED%XNUS+ICEP%XEXIAGGS/ICED%XALPHAS) & + * PRST(JL) * (1+(ICED%XFVELOS/PLBDAS(JL))**ICED%XALPHAS)**& + (-ICED%XNUS+ICEP%XEXIAGGS/ICED%XALPHAS) & * PRHODREF(JL)**(-ICED%XCEXVT+1.) & * ((PLBDAS(JL))**(ICED%XBS+ICEP%XEXIAGGS)) #endif -- GitLab