--- trunk/libf/phylmd/initphysto.f90 2011/01/25 15:11:05 39 +++ trunk/libf/phylmd/initphysto.f90 2012/10/02 15:50:56 67 @@ -26,13 +26,17 @@ ! L. Fairhead, 03/99 USE calendar - USE histcom + USE histbeg_totreg_m, ONLY : histbeg_totreg + USE histdef_m, ONLY : histdef + USE histend_m, ONLY : histend + use histsync_m, only: histsync + USE histvert_m, ONLY : histvert USE dimens_m USE paramet_m USE comconst USE indicesol USE dimphy - USE logic + use conf_gcm_m USE comgeom USE serre USE temps @@ -97,7 +101,7 @@ nivsigs(l) = float(l) END DO - CALL histvert(fileid,'sig_s','Niveaux sigma','sigma_level',llm,nivsigs, & + CALL histvert(fileid,'sig_s','Niveaux sigma','sigma_level',nivsigs, & zvertiid) ! Appels a histdef pour la definition des variables a sauvegarder