public Agent_Climate(int sppCount, int ecoCount)
     : base(sppCount, ecoCount)
 {
     Climate.GetPDSI(1980);
 }