ADVERTISEMENT
970x220

Marcos orders gov't support to provinces less vulnerable to El Niño

Published Nov 7, 2023 09:10 am

Provinces that are expected to be less vulnerable to El Niño must also be provided with government interventions as the country will bank on them for agriculture production, President Marcos said.

FARMERS HARVEST MB FILE PHOTO
(MB FILE PHOTO)

National Economic and Development Authority (NEDA) Undersecretary Rosemarie Edillon said the President ordered that the less vulnerable provinces must be supported for stable food supply amid the dry spell phenomenon.

"[I]n December, there will be a number of provinces that will be less likely to be hit by El Niño. And so, in the briefing this morning – that was actually the instruction of the President – to make sure that we target the production support to these provinces," Edillon said in a Palace briefing on Tuesday, Nov. 7, following a sectoral meeting with Marcos.

Production support will be given to the less vulnerable provinces that will still experience normal rainfall, Edillon said.

Some of these provinces are in Mindanao, Visayas, and eastern part of Luzon.

During the meeting, Edillon said it was reported to the President that the country is experiencing moderate El Niño which is expected to strengthen until the first quarter of 2024 according to the Philippine Atmospheric, Geophysical and Astronomical Services Administration (PAGASA).

It is expected to bring below-normal rainfall across the country and may adversely impact agricultural production and energy generation, prompting the President to order agencies to also support the less vulnerable provinces.

While the government intends to also protect the less vulnerable provinces, Edillon stressed that the most vulnerable areas must be protected to ensure that they are able to meet their needs.

"At the same time, it is important to ensure that the most vulnerable sectors of the society are protected and provided assistance especially while food prices remain high amid the expected El Niño," Edillon said.

"So in line with this, the DSWD is currently implementing the pilot run of the food stamp program which will be scaled up by mid-2024. And the Economic Development Group is also recommending the extension of the reduced tariff rates for the most favored nation under Executive Order No. 10, Series of 2022 until the end of 2024 subject to a mid-year review," she added.

Managing the effects of El Niño, the NEDA official stressed, are among the measures that must be taken to address the effects of inflation.

"While we are providing short term measures to address these effects of inflation through subsidies and importation, we also need to address the longstanding challenges in agriculture and food production, and help our local farmers boost their productivity and resilience through investment in irrigation, RND, post-harvest facilities and others," she said.

Related Tags

agriculture National Economic Development Authority (NEDA) El Niño President Marcos
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.