--- trunk/IOIPSL/Histcom/histend.f 2014/03/26 17:18:58 91 +++ trunk/IOIPSL/Histcom/histend.f 2014/03/26 18:16:05 92 @@ -9,7 +9,6 @@ ! This subroutine ends the declaration of variables, sets the time ! axes in the NetCDF file and puts it into write mode. - USE calendar, ONLY: ju2ymds USE errioipsl, ONLY: histerr USE histcom_var, ONLY: date0, freq_opp, freq_wrt, fullop, & missing_val, name, nb_tax, nb_var, ncdf_ids, ncvar_ids, regular, & @@ -17,6 +16,7 @@ xid, yid, zax_ids, zax_name USE ioget_calendar_m, ONLY: ioget_calendar USE ioipslmpp, ONLY: ioipslmpp_addatt + USE ju2ymds_m, ONLY: ju2ymds USE netcdf, ONLY: nf90_float, nf90_unlimited use netcdf95, only: nf95_def_dim, nf95_def_var, nf95_put_att, nf95_enddef