-
Notifications
You must be signed in to change notification settings - Fork 1
/
resources.html
32 lines (27 loc) · 2.03 KB
/
resources.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<h2>CEFI related links</h2>
<h3>Data Access</h3>
<ul>
<li><a href="https://psl.noaa.gov/thredds/catalog/Projects/CEFI/regional_mom6/catalog.html">Regional MOM6 Data</a>: NOAA PSL THREDDS server provides OPeNDAP access and direct download.</li>
<li>AWS access is coming soon...</li>
</ul>
<h3>CEFI Tutorial</h3>
<ul>
<li><a href="https://noaa-cefi-portal.github.io/cefi-cookbook/content/intro.html">CEFI resources tutorial</a>: Code snippet and tutorial on how to use the data and preprocessing.</li>
</ul>
<h3>Be a Contributor</h3>
<ul>
<li><a href="https://github.com/NOAA-GFDL/CEFI-regional-MOM6">Regional MOM6 Model Source Code</a>: A GitHub repository that hosts the regional MOM6 source code.</li>
<li><a href="https://github.com/NOAA-CEFI-Portal/cefi-portal">CEFI Portal</a>: A GitHub repository that hosts the source code of the entire portal framework.</li>
<li><a href="https://github.com/NOAA-CEFI-Portal/CEFI-info-hub-list">CEFI Information Hub</a>: A GitHub repository that hosts the information hub resources in source code and data format.</li>
<li><a href="https://github.com/NOAA-CEFI-Portal/cefi-cookbook">CEFI Cookbook</a>: A GitHub repository that hosts the CEFI tutorail and CEFI related resources.</li>
<li><a href="https://github.com/NOAA-CEFI-Portal/regional_mom6">CEFI regional MOM6 Processing Package</a>: A GitHub repository that hosts the code that generate and process the regional MOM6 output.</li>
</ul>
<h3>Related Publication</h3>
<ul>
<li>Ross et al. (2023): A high-resolution physical-biogeochemical model for marine resource applications in the northwest Atlantic (MOM6-COBALT-NWA12 v1.0), Geoscientific Model Development, <a href="https://doi.org/10.5194/gmd-16-6943-2023">https://doi.org/10.5194/gmd-16-6943-2023</a>.</li>
<li>More to come...</li>
</ul>
<br>
<div class="alert alert-info" role="alert">
✨ If you have any questions or feedback, please feel free to contact us via <a href="#" class="alert-link" data-toggle="modal" data-target="#Modalfeedback">google form</a>! ✨
</div>