--- trunk/libf/dyn3d/gcm.f90 2012/04/20 14:58:43 61 +++ trunk/libf/dyn3d/gcm.f90 2012/11/14 16:59:30 68 @@ -118,7 +118,6 @@ ENDIF CALL iniconst - close(unit_nml) CALL inigeom ! initialisation de la géometrie CALL inifilr ! initialisation du filtre CALL inidissip @@ -169,6 +168,7 @@ ! Intégration temporelle du modèle : CALL leapfrog(ucov, vcov, teta, ps, masse, phis, q, time_0) + close(unit_nml) call histclo print *, 'Simulation finished' print *, 'Everything is cool'