
C
C Tell CONPACK that the SET call has been done, force it to generate X
C coordinates that are longitudes and Y coordinates that are latitudes,
C turn on mapping to an EZMAP background. Define the out-of-range value
C (returned by MAPTRN for an unprojectable point).
C
      CALL CPSETI ('SET - Do SET-CALL Flag',0)     
      CALL CPSETR ('XC1 - X Coordinate at I = 1',PLIM2(1))
      CALL CPSETR ('XCM - X Coordinate at I = M',PLIM4(1))
      CALL CPSETR ('YC1 - Y Coordinate at J = 1',PLIM1(1))
      CALL CPSETR ('YCN - Y Coordinate at J = N',PLIM3(1))
      CALL CPSETI ('MAP - Mapping Flag',1)
      CALL CPSETR ('ORV - Out-of-Range Value',1.E12)
C
C Properties of the labels
C
      CALL CPSETC ('CFT - Constant Field label Text',
     +             'No concentration')
      CALL CPSETC ('HIT - HIGH LABEL TEXT','')
      CALL CPSETI ('LLP - Line Label Position', 0)
      CALL CPSETI ('LLO - LINE LABLE ORIENTATION', 1)
c     CALL CPSETR ('HLS - High/Low Label Size', 0.008)
c     CALL CPSETR ('ILS - Information Label Size', .01)
c     CALL CPSETR ('CFS - Constant Field Size', .03)
      CALL CPSETI ('CFB - Constant Field Label Box', 1)
      CALL CPSETI ('HLB - High/Low Label Box', 1)
      CALL CPSETI ('ILB - Information Label Box', 1)
      CALL CPSETI ('LLB - Line Label Box', 0)
      CALL CPSETI ('HLO - HIGH/LOW LABEL OVERLAP FLAG', 0)



