Skip to content

Commit

Permalink
Merge pull request #32 from NOAA-CEFI-Portal/develop
Browse files Browse the repository at this point in the history
Data stucture update and hindcast name change
  • Loading branch information
chiaweh2 authored Dec 23, 2024
2 parents 573ed24 + ffb0b5e commit 0f47fbb
Show file tree
Hide file tree
Showing 41 changed files with 44,334 additions and 13,569 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
The NOAA Climate, Ecosystems, and Fisheries Initiative (CEFI) portal provides data access, visualization tools, and climate science tutorials to assist stakeholders and decision-makers in understanding climate-related information. It emphasizes the use of regional ocean models (regional MOM6) to support ecosystem and fisheries management decisions. The source code in this repository represents the developing and public version of the [portal](https://psl.noaa.gov/cefi_portal/), offering transparency into its progress. External contributions are encouraged, including technical development, feature suggestions, and bug reports. You can submit issues or open pull requests to contribute. Additionally, a [Google Form](https://forms.gle/w5y3Q6DAJaKWCbkU8) is available for those unfamiliar with the GitHub interface.

## 1 min CEFI
The goal of the Climate Ecosystem and Fisheries Initiative (CEFI) is to provide information about past and future conditions for US coastal regions 🌎🌊🐟. Models need to be at a sufficient resolution to represent general coastal processes (on the order of 8-10 km horizontal resolution, although the grid may be of finer scale in the near future). In addition to historical simulation, seasonal forecasts (out to 1 year), decadal forecasts (out to 10 years) and long term projections (out to year 2100) will be made for several regions in the near future, including: (i) the Northwest Atlantic (US east coast, Gulf of Mexico and the Caribbean), (ii) the Northeast Pacific (from Baja California to the Chukchi Sea in the Arctic), (iii) the Arctic, (iv) Pacific Islands including Hawaii, and (v) the Great Lakes.
The goal of the Climate Ecosystem and Fisheries Initiative (CEFI) is to provide information about past and future conditions for US coastal regions 🌎🌊🐟. Models need to be at a sufficient resolution to represent general coastal processes (on the order of 8-10 km horizontal resolution, although the grid may be of finer scale in the near future). In addition to hindcast simulation, seasonal forecasts (out to 1 year), decadal forecasts (out to 10 years) and long term projections (out to year 2100) will be made for several regions in the near future, including: (i) the Northwest Atlantic (US east coast, Gulf of Mexico and the Caribbean), (ii) the Northeast Pacific (from Baja California to the Chukchi Sea in the Arctic), (iii) the Arctic, (iv) Pacific Islands including Hawaii, and (v) the Great Lakes.
7 changes: 6 additions & 1 deletion data_access.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
code.codeBlockScroll {
white-space: nowrap; /* Prevents the text from wrapping to the next line */
overflow-x: auto; /* Enables horizontal scrolling */
}
}

code.attr {
overflow-x: auto; /* Enables horizontal scrolling */
white-space: pre;
}
510 changes: 407 additions & 103 deletions data_access.html

Large diffs are not rendered by default.

Loading

0 comments on commit 0f47fbb

Please sign in to comment.