Skip to content

Commit

Permalink
change name his to hind
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaweh2 committed Dec 9, 2024
1 parent ae265bc commit 1997e03
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 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.
22 changes: 11 additions & 11 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h4 class="panel-title">
<p>
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),
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 2100) will be made for several regions, including:
<ol>
<li>the Northwest Atlantic (US east coast, Gulf of Mexico and the Caribbean)</li>
Expand Down Expand Up @@ -182,29 +182,29 @@ <h4 class="panel-title">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse6">
<i class="fas fa-plus-circle"></i> What are differences between historical run, forecast, and projection?</a>
<i class="fas fa-plus-circle"></i> What are differences between hindcast, forecast, and projection?</a>
</h4>
</div>
<div id="collapse6" class="panel-collapse collapse">
<div class="panel-body">
<p>
Different types of regional simulations can be run by pairing a regional MOM6 domain with different types of parent
models/datasets for its atmospheric and boundary condition forcing. The terminology for these different simulation
types -- historical, forecast, projection, etc. -- is not standardized across the field and can be confusing.
types -- hindcast, forecast, projection, etc. -- is not standardized across the field and can be confusing.
Here's a brief summary of the CEFI simulations and our chosen terminology:
</p>
<ul>
<li>
<p>
<strong>Historical simulations</strong>: CEFI's historical simulations attempt to simulate real-world conditions in the recent past.
<strong>Hindcast simulations</strong>: CEFI's hindcast simulations attempt to simulate real-world conditions in the recent past.
They derive their input forcing from a global reanalysis. Reanalyses combine model dynamics and observations using
a process known as data assimilation. Regional historical runs can be used to measure the skill of the model compared
a process known as data assimilation. Regional hindcast runs can be used to measure the skill of the model compared
to observations. They also play many roles in research and ecosystem management: to fill in spatiotemporal gaps in
observations, provide a physical basis to drive fisheries and other ecosystem models, initialize forecasts, and many more.
Note that our historical simulations do not themselves assimilate observations; they are simply forced by a data-assimilative
parent model. Sometimes historical simulations are referred to as “hindcasts”.
Note that our hindcast simulations do not themselves assimilate observations; they are simply forced by a data-assimilative
parent model.
</p>
<p>
<!-- <p>
Note on terminology: In some contexts, "historical" ESM or climate model simulations can refer the historical experiment
output of an earth system model intercomparison project (e.g., [CMIP6](https://doi.org/10.5194/gmd-9-1937-2016)).
Unlike a reanalysis model, these ESMs are not directly tied to observations on initialization. They usually start from
Expand All @@ -214,7 +214,7 @@ <h4 class="panel-title">
across interannual and decadal scales, but will not have a year-to-year match to the real world. For example, they will produce
warm or cold events like ENSO, but not specific heat waves when they occur in the real world. The CEFI suite does not currently
include this type of CMIP historical experiment simulation.
</p>
</p> -->
</li>
<li>
<strong>Short-term forecasts</strong>: Regional forecast simulations derive their atmospheric and boundary forcing from a global seasonal forecast model.
Expand All @@ -235,10 +235,10 @@ <h4 class="panel-title">
<p>
Note on terminology: Forecasts are usually run starting from near-present conditions to predict the future.
But they can also be initialized from past conditions. This type of forecast is sometimes referred to as a
retrospective forecast/reforecast. These differ from the historical simulations because they are not tied
retrospective forecast/reforecast. These differ from the hindcast simulations because they are not tied
to real-world data during the simulation period, only at their initialization time. The primary purpose of
these simulations is to assess the skill of a forecast model by comparing the forecasts to real-world data
(or to a reanalysis or historical simulation).
(or to a reanalysis or hindcast simulation).
</p>
</li>
<li>
Expand Down
8 changes: 4 additions & 4 deletions forecast_mhw.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ tValueFcastMHW.text(leadFoliumFcastMHW);
// screen size specific adjustment (using forecast.js function)
window.tickSpaceChangeFcast(leadMonthListMHW)

// Initial stat options (using historical.js function)
// Initial stat options (using hindcast.js function)
window.createMomCobaltOpt_singleID('statMOMCobaltFcastMHW',momCobaltStatsFcastMHW)

// setup colorbar option (using historical.js function)
// setup colorbar option (using hindcast.js function)
window.createMomCobaltCbarOpt('cbarOptsFcastMHW','inferno');

// initialize the plotly
Expand Down Expand Up @@ -159,7 +159,7 @@ $("#"+dashDropDownID).on("change", function(){
$("#"+dashNavPillID+" > ul.nav-pills > li.nav-item > .nav-link").on('click',function(){
let hrefID = $(this).attr('href')
let hrefIDText = hrefID.slice(1)
// reuse changeDashSelect (historical.js)
// reuse changeDashSelect (hindcast.js)
window.changeDashSelect(dashDropDownID,hrefIDText+'Val')

// Manually trigger a resize event for triggering plotly resizing
Expand All @@ -170,7 +170,7 @@ $("#"+dashNavPillID+" > ul.nav-pills > li.nav-item > .nav-link").on('click',func
$("#"+dashNavPillID+" > ul.nav-tabs > li.nav-item > .nav-link").on('click',function(){
let hrefID = $(this).attr('href')
let hrefIDText = hrefID.slice(1)
// reuse changeDashSelect (historical.js)
// reuse changeDashSelect (hindcast.js)
window.changeDashSelect(dashDropDownID,hrefIDText+'Val')

// Manually trigger a resize event for triggering plotly resizing
Expand Down
8 changes: 4 additions & 4 deletions hindcast.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- <link rel="stylesheet" type="text/css" href="historical.css" /> -->
<!-- <link rel="stylesheet" type="text/css" href="hindcast.css" /> -->
<div class = "row">
<h2>Regional MOM6 COBALT - Historical Run</h2>
<h2>Regional MOM6 COBALT - Hindcast</h2>
</div>
<!-- html body start -->

Expand Down Expand Up @@ -125,7 +125,7 @@ <h1 class="userInputTitle"><em>Figure options</em></h1>
<div class="col-md-12">
<div class="row">
<div class="col-md-12">
<p class="sliderTitle"> Historical simulation : <span class="timeValue"></span></p>
<p class="sliderTitle"> Hindcast time : <span class="timeValue"></span></p>
</div>
</div>
<div class="row">
Expand Down Expand Up @@ -307,6 +307,6 @@ <h3 class="modal-title" id="Model_cbar_title">What are the available colormaps?<
<!-- <script src="https://cdn.plot.ly/plotly-2.12.1.min.js"></script> -->

<!-- link Javascript -->
<!-- <script type="text/javascript" src="historical.js"></script> -->
<!-- <script type="text/javascript" src="hindcast.js"></script> -->
<!-- <script type="text/javascript" src="hindcast_mom.js"></script> -->
<!-- <script type="text/javascript" src="lmesPlotlyMapbox.js"></script> -->
2 changes: 1 addition & 1 deletion hindcast.js
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ function createMomCobaltVarOpt(dataCobaltID,selectID) {
let elm = document.getElementById(selectID);
let varlist = momCobaltVars();
if (dataCobaltID == "MOMCobalt") {
// for historical run var
// for hindcast run var
varlist = momCobaltVars();
} else if (dataCobaltID == "MOMCobalt+Index") {
// for second time series comp
Expand Down
2 changes: 1 addition & 1 deletion overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h2 class="headingCenter">1 minute CEFI</h2>
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,
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:
Expand Down

0 comments on commit 1997e03

Please sign in to comment.