--- trunk/Sources/phylmd/ini_histins.f 2018/01/22 15:02:56 252 +++ trunk/phylmd/ini_histins.f 2018/07/20 14:30:23 279 @@ -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 @@ -132,6 +132,8 @@ "inst(X)", zsto, zout) CALL histdef(nid_ins, "msnow", "surface snow amount", "kg/m2", & iim, jjm + 1, nhori, 1, 1, 1, -99, "inst(X)", zsto, zout) + CALL histdef(nid_ins, "zxfqcalving", "ice calving", "kg m-2 s-1", & + iim, jjm + 1, nhori, 1, 1, 1, -99, "inst(X)", zsto, zout) DO nsrf = 1, nbsrf call histdef(nid_ins, "pourc_"//clnsurf(nsrf), & @@ -196,8 +198,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, &