27 logical :: forecast_mode = .false.
28 logical :: use_ncep_sst = .false.
29 real,
allocatable,
dimension(:,:) :: sst_ncep, sst_anom
31 use amip_interp_mod
, only: i_sst, j_sst, sst_ncep, sst_anom, &
32 forecast_mode, use_ncep_sst
35 public i_sst, j_sst, sst_ncep, sst_anom, forecast_mode, use_ncep_sst