HK 2011: Difference between revisions
From WikiROMS
Jump to navigationJump to search
No edit summary (change visibility) |
|||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<div class="title">2011 Hong Kong Workshop | <div class="title">2011 Hong Kong Workshop</div> | ||
Links to the [http://oceandynamics.ust.hk/index.html|2011 Hong Kong Workshop] lectures are provided below. This was a ten-day workshop on how to set up and run ROMS, offered by Dale Haidvogel, Jian-ping Gan, and Kate Hedstrom, with the able assistance of Rob Cermak in the lab. Equations were shown in the mornings in a classroom situation while more practical topics were covered in the afternoons in a computer lab. | |||
<section begin=lab_lectures /> | <section begin=lab_lectures /> | ||
==Download Laboratory Lectures and Exercises== | ==Download Laboratory Lectures and Exercises== | ||
Week 1: | |||
*'''Lecture 1:''' <span style="font-size: 75%">[http://www.myroms.org/wiki/index.php/File:Intro_Linux.pdf PDF]</span> <span class="twilightBlue">Introduction to Linux/Unix</span> | *'''Lecture 1:''' <span style="font-size: 75%">[http://www.myroms.org/wiki/index.php/File:Intro_Linux.pdf PDF]</span> <span class="twilightBlue">Introduction to Linux/Unix</span> | ||
*'''Lecture 2:''' <span style="font-size: 75%">[http://www.myroms.org/wiki/index.php/File:Extra_linux.pdf PDF]</span> <span class="twilightBlue">Diff, grep, and patch</span> | *'''Lecture 2:''' <span style="font-size: 75%">[http://www.myroms.org/wiki/index.php/File:Extra_linux.pdf PDF]</span> <span class="twilightBlue">Diff, grep, and patch</span> | ||
Line 22: | Line 14: | ||
*'''Lecture 5:''' <span style="font-size: 75%">[http://www.myroms.org/wiki/index.php/File:Git2.pdf PDF]</span> <span class="twilightBlue">Hands-on git, making three branches</span> | *'''Lecture 5:''' <span style="font-size: 75%">[http://www.myroms.org/wiki/index.php/File:Git2.pdf PDF]</span> <span class="twilightBlue">Hands-on git, making three branches</span> | ||
*'''Lecture 6:''' <span style="font-size: 75%">[http://www.myroms.org/wiki/index.php/File:Code_intro.pdf PDF]</span> <span class="twilightBlue">Overview of the ROMS code structure</span> | *'''Lecture 6:''' <span style="font-size: 75%">[http://www.myroms.org/wiki/index.php/File:Code_intro.pdf PDF]</span> <span class="twilightBlue">Overview of the ROMS code structure</span> | ||
*'''Lecture 7:''' <span style="font-size: 75%">[http://www.myroms.org/wiki/index.php/File:Intro_plotting.pdf PDF]</span> <span class="twilightBlue">Intro to running ROMS and plotting output</span> | |||
*'''Lecture 8:''' <span style="font-size: 75%">[http://www.myroms.org/wiki/index.php/File:Netcdf.pdf PDF]</span> <span class="twilightBlue">Overview of the NetCDF library</span> | |||
Week 2: | |||
*'''Lecture 9:''' <span style="font-size: 75%">[http://www.myroms.org/wiki/index.php/File:Roms_bering.pdf PDF]</span> <span class="twilightBlue">Bering Sea - a more complex application</span> | |||
*'''Lecture 10:''' <span style="font-size: 75%">[http://www.myroms.org/wiki/index.php/File:Add_vars.pdf PDF]</span> <span class="twilightBlue">Some examples of adding variables to ROMS (not for the faint of heart)</span> | |||
*'''Lecture 11:''' <span style="font-size: 75%">[http://www.myroms.org/wiki/index.php/File:Intro_python.pdf PDF]</span> <span class="twilightBlue">Very quick intro to Python</span> | |||
*'''Lecture 12:''' <span style="font-size: 75%">[http://www.myroms.org/wiki/index.php/File:Gridgen.pdf PDF]</span> <span class="twilightBlue">Overview of grid generation</span> | |||
*'''Lecture 13:''' <span style="font-size: 75%">[http://www.myroms.org/wiki/index.php/File:Intro_pyroms.pdf PDF]</span> <span class="twilightBlue">Introduction to python tools for ROMS</span> | |||
*'''Lecture 14:''' <span style="font-size: 75%">[http://www.myroms.org/wiki/index.php/File:ROMS_MPI.pdf PDF]</span> <span class="twilightBlue">MPI parallel programming in ROMS</span> | |||
*'''Lecture 15:''' <span style="font-size: 75%">[http://www.myroms.org/wiki/index.php/File:Ecosystem.pdf PDF]</span> <span class="twilightBlue">ROMS ecosystem modeling - with fish!</span> | |||
*'''Lecture 16:''' <span style="font-size: 75%">[http://www.myroms.org/wiki/index.php/File:Thursday.pdf PDF]</span> <span class="twilightBlue">Some random last tips</span> | |||
We also went through a Yellow Sea example, for which the files are online at [http://www.people.arsc.edu/~kate/ROMS/HK/Yellow_Sea] and [http://www.people.arsc.edu/~kate/ROMS/HK/Python]. | |||
Latest revision as of 15:45, 5 August 2015
2011 Hong Kong Workshop
Links to the Hong Kong Workshop lectures are provided below. This was a ten-day workshop on how to set up and run ROMS, offered by Dale Haidvogel, Jian-ping Gan, and Kate Hedstrom, with the able assistance of Rob Cermak in the lab. Equations were shown in the mornings in a classroom situation while more practical topics were covered in the afternoons in a computer lab.
Download Laboratory Lectures and Exercises
Week 1:
- Lecture 1: PDF Introduction to Linux/Unix
- Lecture 2: PDF Diff, grep, and patch
- Lecture 3: PDF Tour of online ROMS resources
- Lecture 4: PDF Overview of git for ROMS users
- Lecture 5: PDF Hands-on git, making three branches
- Lecture 6: PDF Overview of the ROMS code structure
- Lecture 7: PDF Intro to running ROMS and plotting output
- Lecture 8: PDF Overview of the NetCDF library
Week 2:
- Lecture 9: PDF Bering Sea - a more complex application
- Lecture 10: PDF Some examples of adding variables to ROMS (not for the faint of heart)
- Lecture 11: PDF Very quick intro to Python
- Lecture 12: PDF Overview of grid generation
- Lecture 13: PDF Introduction to python tools for ROMS
- Lecture 14: PDF MPI parallel programming in ROMS
- Lecture 15: PDF ROMS ecosystem modeling - with fish!
- Lecture 16: PDF Some random last tips
We also went through a Yellow Sea example, for which the files are online at [1] and [2].