ADVERTISEMENT

Cloud seeding starts in Davao del Sur

Published Apr 14, 2019 02:51 pm
By Antonio Colina IV DAVAO CITY – Cloud seeding operations have already started in the province of Davao del Sur and North Cotabato, Soccsksargen since April 9 to cushion the effect of the dry spell on high-value crops, Jose D. Pascua, focal person for the Disaster Risk Reduction and Management of the Department of Agriculture (DA)-11, said on Saturday. Department of Agriculture (MANILA BULLETIN) Department of Agriculture (MANILA BULLETIN) Pascua said that an aircraft from the Philippines Airforce (PAF) had been deployed to undertake the cloud seeding activities at the request of the local government units from April 9 to 11, to save the remaining high-value crops from El Niño. He said the cloud seeding covered areas in Matanao, Magsaysay, and Digos City in Davao del Sur, and his agency has also coordinated with DA-Soccsksargen to cover portions of North Cotabato. He said the cloud seeding targeted rice and corn fields, and other high value crops such as corn, cacao, coffee, and mango could be found. The aircraft from PAF had five sorties since the start of the cloud seeding before it left for Mactan, Cebu on Friday for periodic maintenance, according to Pascua. He claimed rain was reported by the LGUs shortly after the cloud seeding activities. After spotting a seedable cloud, he said rain normally occurs 30 minutes after every activity. He said cloud seeding would resume on Monday in Digos City, but the agency is still waiting for confirmation from the provincial agriculturist of the Compostela Valley province for similar activities. “Hinihingi ko pa ang location. Hopefully by Monday meron ng coordination (I’m still asking for the location. Hopefully, by Monday, there will be coordination),” Pascua said. At least 17 provinces in Mindanao will be hit by a dry spell while 11 provinces by drought beginning end of April 2019, Philippine Atmospheric, Geophysical, and Astronomical Services Administration (PAGASA) reported on March 22. The dry spell would hit Bukidnon, Camiguin, Lanao del Norte, Misamis Oriental, Compostela Valley, Davao City, Davao del Norte, Davao del Sur, Davao Occidental, Davao Oriental, North Cotabato, Saranga Agusan Del Norte, Agusan del Sur, Surigao del Sur, Basilan, and Lanao del Sur. The provinces that would be affected by drought are Zamboanga del Norte, Zamboanga del Sur, Zamboanga Sibugay, Misamis Occidental, South Cotabato, Sultan Kudarat, Dinagat Islands, Surigao del Norte, Maguindanao, Sulu, and Tawi-Tawi. According to PAGASA, dry spell occurs when there are three consecutive months of below normal (21 percent-60 percent reduction from average) rainfall conditions or two consecutive months of way below normal (more than 60 percent reduction from average) rainfall conditions while drought when there are three consecutive months of way below normal (60 percent reduction from average) or five consecutive months of below normal (21 percent-60 percent reduction from average) rainfall condition. PAGASA also reported that the Mindanao provinces would be under normal rainfall condition this month and, except for Misamis Occidental and Dinagat Island provinces, the Mindanao regions would receive near-normal rainfall conditions by May.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.