/[lmdze]/trunk/dyn3d/conf_dat2d.f
ViewVC logotype

Diff of /trunk/dyn3d/conf_dat2d.f

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 82 by guez, Wed Mar 5 14:57:53 2014 UTC revision 97 by guez, Fri Apr 25 14:58:31 2014 UTC
# Line 36  contains Line 36  contains
36      ! (latitudes, in degrees or radians, in increasing or decreasing      ! (latitudes, in degrees or radians, in increasing or decreasing
37      ! order, from pole to pole)      ! order, from pole to pole)
38    
     LOGICAL, intent(in), optional:: interbar  
39      REAL, intent(out):: xf(:), yf(:) ! longitudes and latitudes, in rad      REAL, intent(out):: xf(:), yf(:) ! longitudes and latitudes, in rad
40      REAL, intent(inout):: champd(:, :)      REAL, intent(inout):: champd(:, :)
41        LOGICAL, intent(in), optional:: interbar
42    
43      ! Variables locales:      ! Local:
   
44      INTEGER  lons, lats      INTEGER  lons, lats
45      LOGICAL radianlon ! "xd" is in degrees      LOGICAL radianlon ! "xd" is in degrees
46      logical invlon ! "xd" contains longitudes between 0 and 2 pi      logical invlon ! "xd" contains longitudes between 0 and 2 pi

Legend:
Removed from v.82  
changed lines
  Added in v.97

  ViewVC Help
Powered by ViewVC 1.1.21