--- trunk/dyn3d/conf_dat2d.f 2014/03/05 14:57:53 82 +++ trunk/dyn3d/conf_dat2d.f 2015/02/03 19:30:48 122 @@ -36,12 +36,11 @@ ! (latitudes, in degrees or radians, in increasing or decreasing ! order, from pole to pole) - LOGICAL, intent(in), optional:: interbar REAL, intent(out):: xf(:), yf(:) ! longitudes and latitudes, in rad REAL, intent(inout):: champd(:, :) + LOGICAL, intent(in), optional:: interbar - ! Variables locales: - + ! Local: INTEGER lons, lats LOGICAL radianlon ! "xd" is in degrees logical invlon ! "xd" contains longitudes between 0 and 2 pi @@ -104,8 +103,8 @@ end do xf(i:) = xf(i:) - 2 * pi - xf(:) = cshift(xf, shift=i - 1) - champd(:, :) = cshift(champd, shift=i - 1) + xf(:) = cshift(xf, shift = i - 1) + champd(:, :) = cshift(champd, shift = i - 1) ENDIF IF (yd(1) < yd(lats)) THEN