--- trunk/libf/phylmd/initphysto.f90 2011/01/25 15:11:05 39 +++ trunk/phylmd/initphysto.f 2014/03/26 18:16:05 92 @@ -25,19 +25,23 @@ ! 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 USE ener USE nr_util, ONLY : pi + USE ymds2ju_m IMPLICIT NONE @@ -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