--- trunk/Sources/phylmd/ini_histins.f 2018/01/22 15:02:56 252 +++ trunk/phylmd/ini_histins.f 2018/03/20 09:35:59 265 @@ -12,7 +12,7 @@ use clesphys, only: ecrit_ins, ok_instan use clesphys2, only: conv_emanuel - use dimens_m, only: iim, jjm, llm, nqmx + use dimensions, only: iim, jjm, llm, nqmx use disvert_m, only: presnivs use dynetat0_m, only: day_ref, annee_ref, rlatu, rlonv USE histbeg_totreg_m, ONLY : histbeg_totreg @@ -196,8 +196,9 @@ CALL histdef(nid_ins, "s_lcl", "Condensation level", "m", & iim, (jjm + 1), nhori, 1, 1, 1, -99, & "inst(X)", zsto, zout) - CALL histdef(nid_ins, "s_capCL", "Conv avlbl pot ener for ABL", "J/m2", & - iim, (jjm + 1), nhori, 1, 1, 1, -99, & + CALL histdef(nid_ins, "s_capCL", & + "Convective available potential energy for atmospheric boundary " & + // "layer", "J/m2", iim, (jjm + 1), nhori, 1, 1, 1, -99, & "inst(X)", zsto, zout) CALL histdef(nid_ins, "s_oliqCL", "Liq Water in BL", "kg/m2", & iim, (jjm + 1), nhori, 1, 1, 1, -99, &