10 integer,
parameter :: kcipl=32, latscip=192, lonscip=288
13 real (kind=kind_phys):: ci_lat(latscip), ci_lon(lonscip)
15 real (kind=4), allocatable,
dimension(:,:,:,:):: ciplin, ccnin
16 real (kind=kind_phys),
allocatable,
dimension(:,:,:,:):: ci_pres
17 data ci_time/15.5,45.,74.5,105.,135.5,166.,196.5,
18 & 227.5,258.,288.5,319.,349.5,380.5/
This module defines IN and CCN arrays.