An introduction to HYCOM

Size: px
Start display at page:

Download "An introduction to HYCOM"

Transcription

1 CCS workshop, April 2013 An introduction to HYCOM Matthieu Le Hénaff (1) (1) RSMAS/CIMAS, Miami, FL

2 Why HYCOM? HYCOM stands for HYbrid Coordinate Ocean Model; it merges various approaches for the representation of the vertical coordinate in the model: - in the ocean interior: isopycnal coordinates, i.e. defined by the density of the ocean layer (MICOM model). - at the surface: pressure, or z- levels, for adequate representation of the mixed layer, also for highly stratified layers. - along steep bathymetry: sigma layers, which are terrain-following. model adapted for any type of study area; in particular, it is welldesigned for studying transition between the continental shelf and the ocean interior. (adapted from Schiller et al., 2011, JGR)

3 What do you need to run HYCOM? Grid: based on the horizontal resolution chosen (1/12, 1/25 etc.) Bathymetry: ETOPO, GEBCO etc Initial conditions: climatology, or output from another simulation. Forcing: atmospheric conditions from climatology, or atmospheric model; river outflow from climatology or observations; photosynthetically available radiation coefficient, from satellite measurements (used for shortwave flux penetration). Boundary conditions: relaxation to climatology, or nesting into another simulation. But also Parameters for the model simulation and the multi-processing, and a compiled model executable. All these files are organized rationally on the computer.

4 Set-up of hycom directory Main subdirectories: ALL: toolbox to pre-process, or post-process files used for, or generated during the simulation various domains where one the model is run. Examples: - ATLb GOMl GLBa etc. In these names: - ATL means Atlantic, GOM means Gulf of Mexico, GLB mean global etc. - the small letter is the version of the grid on the domain. - the number following the root name is the horizontal resolution in degree: 2.00 is 2 resolution, 0.04 is 1/25 resolution etc.

5 Set-up of hycom directory Within the domain subdirectories: src: source directory for hycom code. Specific to a domain because the code needs information about the grid (and its decomposition for parallel computing) prior to compilation. Name typically extended to show version of the Hycom code used; example: src_2.2.18_20_mpi. config: contains files with compilation options, depending on the type of machine. topo: contains the grid and bathymetry information. relax: contains files for relaxation, at the boundaries or at the surface; usually based on climatology. nest: contains files for boundary conditions, in case of nesting. Based on another model simulation over a domain encompassing the study area. NB: Files in relax and nest have to be consistent with the grid configuration (spatial resolution, definition of vertical layers)

6 Set-up of hycom directory force: contains forcing fields. Typical subdirectories: - flux: fields used to calculate air-sea fluxes. - pcip: precipitation. - wind: wind speed and wind stress vectors. - rivers: river outflow. - seawifs: photosynthetically available radiation coefficient. experiment directories: expt_01.0, ext_01.1, etc. topo directory: grid and bathymetry files regional.grid.a + regional.grid.b : grid regional.depth.a + regional.depth.b : bathymetry NB: HYCOM files in a specific format, by pair: full data file *.a (binary), and header file *.b (in ascii). regional.depth files usually have more specific name related to the grid: - depth_goml0.04_71.[a,b] - depth_atlb2.00_01.[a,b] - etc.

7 relax directory relaxation fields used for: - initial and/or boundary conditions in case of simulations based on climatology. - surface relaxation in case of temperature or salinity relaxation needed. files relax.temp.[a,b], relax.saln.[a,b] and nest_rmu.[a,b] Typically use of monthly GDEM3 climatology + executables z_gdem3 and relax_sig0 or relax_sig2, in ~/hycom/all/relax/src/ to project fields on the specific HYCOM grid (horizontal and vertical interpolation). nest_rmu.[a,b] contains information on the buffer zone at the boundary (width and time-dependence). Created by rmu, in ~/hycom/all/relax/src nest directory contains archive fields with the same format, and on the same grid, as the specific HYCOM grid for the specified experiment: the fields are typically projected from a lower resolution, greater domain simulation. In case this outer simulation is HYCOM, the executable isubregion in ~/ hycom/all/subregion/src/, to extract fields from the outer domain on the desired area, and project fields on the higher resolution grid.

8 force directory atmospheric forcing: fields projected from an atmospheric model on the HYCOM horizontal grid. It includes: in flux subdirectory, created with ap in ~/hycom/all/force/src/ : - airtmp.[a,b]: air temperature at the surface of the sea. - radflx.[a,b]: radiative flux. - shwflx.[a,b]: shortwave flux. - vapmix.[a,b]: evaporation in pcip, created with ap in ~/hycom/all/force/src/ : - pcip.[a,b]: precipition. in wind, created with wi in ~/hycom/all/force/src/ : - wndspd.[a,b]: wind speed. - tauewd.[a,b]: zonal wind stress. - taunwd.[a,b]: meridional wind stress. Variety of atmospheric models: NOGAPS, COAMPS, GFS etc.

9 force directory river forcing: based on observations; climatology or actual data: - monthly values: pcip_riv_mon in ~/hycom/all/force/src/ - daily values: pcip_riv_hf in ~/hycom/all/force/src/ radiation coefficient: kpar.[a,b], based on monthly Seawifs observations, using kp in ~/hycom/all/force/src/

10 src directory: compilation of the HYCOM code file dimensions.h : - contains information about the grid: itdm, jtdm, kdm. These must be consistent with regional.grid.[a,b]. - contains information on the grid decomposition used for parallel computing, depending on the number of processors used: - iqr, jqr: number of tiles in the x- and y-directions. - idm, jdm: size of each subdomain. - these numbers are determined by the executable partit, in ~/hycom/ ALL/topo/src/, together with the file patch.input, necessary for running HYCOM. file Makefile : procedure and files needed for compiling HYCOM. It shouldn t be modified. in../config/ : configuration files to use with the Makefile, depending on your system. This allows the Makefile to use the appropriate compiler, and find all the necessary libraries. compilation: type make ARCH=ARCH_type

11 Set-up of the experiment directory: expt_01.0, expt_01.1 etc. contains: - the executable hycom - the partition file patch.input - the topo files (regional.grid and regional.depth) - a file named limits with the initial and final days of the simulation, expressed in days since January 1 st, symbolic links to: - a /nest directory that contains the boundary conditions and nesting configuration (file nest_rmu.[a,b]). - all the files used for forcing (atmospheric and rivers). NB: symbolic links point toward files that are not present in the local directory, without copying them. Procedure: ln -s remote_file local_file!!! Caution!!! : any action that alters the file locally will equally affect the remote file (since there is no duplication). E.g., copying a file with the same name into the local directory will affect the original, remote file. Use rm to break the link (this command won t affect the original file).

12 Set-up of the experiment directory: contains also: - the initial conditions: restart_in.[a,b]. This restart file is generated from a HYCOM archive file, with archv2restart, in ~/hycom/all/archive/src/. This executable creates a restart file from an archive file, which usually comes from another simulation. - the parameter file for the HYCOM simulation, named blkdat.input. This file contains all the internal parameters for the model. Some of these parameters are: - the grid size: idm, jdm, kdm - the definition of the vertical layers target densities: sigma - frequency of outputs writing (snapshot, or time averaged): diagfq, meanfq - barotropic/baroclinic time steps: baclin, batrop. Must be reduced when going to a finer grid. Parameters to reduce also when code blows up (negative layer thickness during the vertical grid calculation). - many, many more (parameters for the z-levels, mixing, friction, diffusion etc ) - a parameter file for localizing the open boundaries, ports.input.

13 Example of running a HYCOM experiment: on Pegasus: - go to, or create a personal directory on /scratch - create a hycom directory - copy /scratch/miskand/workshop2/hycom/all into your local hycom/ - create a directory /hycom/goml copy /scratch/miskand/workshop2/hycom/goml0.04/ src_2.2.18_20_mpi and /scratch/miskand/workshop2/hycom/ GOMl0.04/config onto your local hycom/goml0.04/ - go to your local hycom/goml0.04/src_2.2.18_20_mpi - type make ARCH=intelIFC to compile the hycom executable (here on 8 procs). Needs to load module intel, then openmpi/intel. - create a directory hycom/goml0.04/expt_ copy the script /scratch/miskand/workshop2/hycom/goml0.04/ expt_01.1/script_build_link into your local hycom/goml0.04/ expt_01.1/

14 Example of running a HYCOM experiment:

15 Example of running a HYCOM experiment: - go to your local hycom/goml0.04/expt_01.1/ - run the script./script_build_link : this copies or links to the necessary files. - the file run_hycom.job contains the information for submitting a job to Pegasus. - to run hycom, type bsub x < run_hycom.job. The option -x forces the code to run on 8 processors on a single node (optimizes the communication between nodes). - check the running simulation: - bjobs - bpeek JOBID - the simulation is designed to generate 7 days of outputs. Each is in the form of archm.2009_???_12.[a,b], where??? is the number of days in the year represents the mean hours between 0 and 24 hours during which the average output (archm) is calculated. Daily snapshot would have the form archv.2009_???_00.[a,b].

16 Post-processing HYCOM outputs: visualization tools: see hycom/all/plot directory transfer of [a,b] HYCOM outputs into netcdf format: hycom/all/ archive/src/archv2ncdf3z use of other programs (Matlab, ferret ) HYCOM resources: HYCOM consortium webpage: hycom.org HYCOM manual and user guide: 63-hycom-users-manual-and-guide HYCOM for dummies: 349_HYCOM_for_Dummies.pdf

RegCM-ROMS Tutorial: Introduction to ROMS Ocean Model

RegCM-ROMS Tutorial: Introduction to ROMS Ocean Model RegCM-ROMS Tutorial: Introduction to ROMS Ocean Model Ufuk Utku Turuncoglu ICTP (International Center for Theoretical Physics) Earth System Physics Section - Outline Outline Introduction Grid generation

More information

OPeNDAP: Accessing HYCOM (and other data) remotely

OPeNDAP: Accessing HYCOM (and other data) remotely OPeNDAP: Accessing HYCOM (and other data) remotely Presented at The HYCOM NOPP GODAE Meeting By Peter Cornillon OPeNDAP Inc., Narragansett, RI 02882 7 December 2005 8/25/05 HYCOM NOPP GODAE 1 Acknowledgements

More information

New Features of HYCOM. Alan J. Wallcraft Naval Research Laboratory. 15th Layered Ocean Model Workshop

New Features of HYCOM. Alan J. Wallcraft Naval Research Laboratory. 15th Layered Ocean Model Workshop New Features of HYCOM Alan J. Wallcraft Naval Research Laboratory 15th Layered Ocean Model Workshop February 9, 2011 HYCOM 2.2 (I) Maintain all features of HYCOM 2.1 Orthogonal curvilinear grids Can emulate

More information

BODY / SYSTEM Specifically, the website consists of the following pages:

BODY / SYSTEM Specifically, the website consists of the following pages: GULF OF MEXICO MODELING SYSTEM WEBSITE http://www7330.nrlssc.navy.mil/gomms/index.html R. Holladay*, S. Holladay*, S. derada Naval Research Laboratory, Stennis Space Center, MS, USA *Student Intern SUMMARY

More information

Ocean Simulations using MPAS-Ocean

Ocean Simulations using MPAS-Ocean Ocean Simulations using MPAS-Ocean Mark Petersen and the MPAS-Ocean development team Los Alamos National Laboratory U N C L A S S I F I E D Slide 1 Progress on MPAS-Ocean in 2010 MPAS-Ocean is a functioning

More information

New Features of HYCOM. Alan J. Wallcraft Naval Research Laboratory. 10th HYCOM Consortium Meeting

New Features of HYCOM. Alan J. Wallcraft Naval Research Laboratory. 10th HYCOM Consortium Meeting New Features of HYCOM Alan J. Wallcraft Naval Research Laboratory 10th HYCOM Consortium Meeting November 7-9, 2006 Report Documentation Page Form Approved OMB No. 0704-0188 Public reporting burden for

More information

New Features of HYCOM. Alan J. Wallcraft Naval Research Laboratory. 14th Layered Ocean Model Workshop

New Features of HYCOM. Alan J. Wallcraft Naval Research Laboratory. 14th Layered Ocean Model Workshop New Features of HYCOM Alan J. Wallcraft Naval Research Laboratory 14th Layered Ocean Model Workshop August 22, 2007 HYCOM 2.2 (I) Maintain all features of HYCOM 2.1 Orthogonal curvilinear grids Can emulate

More information

New Datasets, Functionality and Future Development. Ashwanth Srinivasan, (FSU) Steve Hankin (NOAA/PMEL) Major contributors: Jon Callahan (Mazama(

New Datasets, Functionality and Future Development. Ashwanth Srinivasan, (FSU) Steve Hankin (NOAA/PMEL) Major contributors: Jon Callahan (Mazama( HYCOM Data Service New Datasets, Functionality and Future Development Ashwanth Srinivasan, (FSU) Steve Hankin (NOAA/PMEL) Major contributors: Jon Callahan (Mazama( Consulting) Roland Schweitzer (Weathertop

More information

A simple OASIS interface for CESM E. Maisonnave TR/CMGC/11/63

A simple OASIS interface for CESM E. Maisonnave TR/CMGC/11/63 A simple OASIS interface for CESM E. Maisonnave TR/CMGC/11/63 Index Strategy... 4 Implementation... 6 Advantages... 6 Current limitations... 7 Annex 1: OASIS3 interface implementation on CESM... 9 Annex

More information

Coastal Ocean Modeling & Dynamics

Coastal Ocean Modeling & Dynamics DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Coastal Ocean Modeling & Dynamics Roger M. Samelson College of Oceanic and Atmospheric Sciences Oregon State University

More information

Running the model in production mode: using the queue.

Running the model in production mode: using the queue. Running the model in production mode: using the queue. 1) Codes are executed with run scripts. These are shell script text files that set up the individual runs and execute the code. The scripts will seem

More information

EcoGEnIE: A practical course in global ocean ecosystem modelling

EcoGEnIE: A practical course in global ocean ecosystem modelling EcoGEnIE: A practical course in global ocean ecosystem modelling Lesson zero.c: Ocean circulation and Atlantic overturning stability Stuff to keep in mind: Nothing at all keep your mind completely empty

More information

Quantifying the Dynamic Ocean Surface Using Underwater Radiometric Measurement

Quantifying the Dynamic Ocean Surface Using Underwater Radiometric Measurement DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Quantifying the Dynamic Ocean Surface Using Underwater Radiometric Measurement Lian Shen Department of Mechanical Engineering

More information

About the SPEEDY model (from Miyoshi PhD Thesis):

About the SPEEDY model (from Miyoshi PhD Thesis): SPEEDY EXPERIMENTS. About the SPEEDY model (from Miyoshi PhD Thesis): The SPEEDY model (Molteni 2003) is a recently developed atmospheric general circulation model (AGCM) with a spectral primitive-equation

More information

The Ventilated Ocean: What controls ocean stratification and overturning circulation and Lagrangian ocean modeling. Alexey Fedorov

The Ventilated Ocean: What controls ocean stratification and overturning circulation and Lagrangian ocean modeling. Alexey Fedorov The Ventilated Ocean: What controls ocean stratification and overturning circulation and Lagrangian ocean modeling Alexey Fedorov Many thanks to Patrick Haertel Yale University July 2011 1 What controls

More information

The most recent CMS-Wave code developed is Version 3.2. Several new capabilities and advanced features in this version include:

The most recent CMS-Wave code developed is Version 3.2. Several new capabilities and advanced features in this version include: B8. Using CMS-Wave The most recent CMS-Wave code developed is Version 3.2. Several new capabilities and advanced features in this version include: Full-plane wind-generation of waves Automatic wave run-up

More information

New Features of HYCOM. Alan J. Wallcraft Naval Research Laboratory. 16th Layered Ocean Model Workshop

New Features of HYCOM. Alan J. Wallcraft Naval Research Laboratory. 16th Layered Ocean Model Workshop New Features of HYCOM Alan J. Wallcraft Naval Research Laboratory 16th Layered Ocean Model Workshop May 23, 2013 Mass Conservation - I Mass conservation is important for climate studies It is a powerfull

More information

MIKE 3 Flow Model FM. MIKE ECO Lab Module. Step-by-step training guide

MIKE 3 Flow Model FM. MIKE ECO Lab Module. Step-by-step training guide MIKE 3 Flow Model FM MIKE ECO Lab Module Step-by-step training guide MIKE 2017 DHI headquarters Agern Allé 5 DK-2970 Hørsholm Denmark +45 4516 9200 Telephone +45 4516 9333 Support +45 4516 9292 Telefax

More information

Getting the code to work: Proof of concept in an interactive shell.

Getting the code to work: Proof of concept in an interactive shell. Getting the code to work: Proof of concept in an interactive shell. 1) Codes are executed with run scripts. These are shell script text files that set up the individual runs and execute the code. The scripts

More information

usrdef 1dsur spec: specifies the setup of boundary forcing for water column applications (1-D mode)

usrdef 1dsur spec: specifies the setup of boundary forcing for water column applications (1-D mode) Chapter 17 Surface forcing and nesting This chapter discusses the setup of the surface forcing needed for the application of surface boundary conditions and the procedures for defining nesting. The following

More information

Boundary conditions. 1 Introduction

Boundary conditions. 1 Introduction 7 Boundary conditions 1 Introduction To carry out an integration of the atmosphere equations, the model needs to know the values of a certain number of variables (named historical or prognostic) at time

More information

Multigrid ocean data assimilation: SESAM with AGRIF

Multigrid ocean data assimilation: SESAM with AGRIF Multigrid ocean data assimilation: SESAM with AGRIF Jean-Michel Brankart and Angélique Melet LEGI/MEOM technical report April 2010 The purpose of this report is to explain how the SESAM 1 data assimilation

More information

Instruction with Hands-on Practice: Grid Generation and Forcing

Instruction with Hands-on Practice: Grid Generation and Forcing Instruction with Hands-on Practice: Grid Generation and Forcing Introduction For this section of the hands-on tutorial, we will be using a merged dataset of bathymetry points. You will need the following

More information

CDFTOOLS.

CDFTOOLS. CDFTOOLS http://servforge.legi.grenoble-inp.fr/projects/cdftools http://www-meom.hmg.inpg.fr/cdftools/cdftools-2.1.html Xianmin Hu University of Alberta CDFTOOLS on knossos path local server: /mnt/storage0/xhu/program/cdftools/

More information

Version 3 Updated: 10 March Distributed Oceanographic Match-up Service (DOMS) User Interface Design

Version 3 Updated: 10 March Distributed Oceanographic Match-up Service (DOMS) User Interface Design Distributed Oceanographic Match-up Service (DOMS) User Interface Design Shawn R. Smith 1, Jocelyn Elya 1, Adam Stallard 1, Thomas Huang 2, Vardis Tsontos 2, Benjamin Holt 2, Steven Worley 3, Zaihua Ji

More information

Use of isopycnic-coordinate ocean models in long-term global simulations

Use of isopycnic-coordinate ocean models in long-term global simulations Use of isopycnic-coordinate ocean models in long-term global simulations Rainer Bleck NASA Goddard Institute for Space Studies New York June 2015 Subtitle, slightly more to the point: Relaxing the incompressibility

More information

BMGTOOLS: A COMMUNITY TOOL TO HANDLE MODEL GRID AND BATHYMETRY

BMGTOOLS: A COMMUNITY TOOL TO HANDLE MODEL GRID AND BATHYMETRY #49-April 2014-94 BMGTOOLS: A COMMUNITY TOOL TO HANDLE MODEL GRID AND BATHYMETRY By S. Theetten (1), B. Thiébault (2), F. Dumas (1), J. Paul (3) 1 2 ARTENUM, Toulouse, France 3 MERCATOR OCEAN, Toulouse,

More information

Supplement of Sea-surface dimethylsulfide (DMS) concentration from satellite data at global and regional scales

Supplement of Sea-surface dimethylsulfide (DMS) concentration from satellite data at global and regional scales Supplement of Biogeosciences, 15, 3497 3519, 2018 https://doi.org/10.5194/bg-15-3497-2018-supplement Author(s) 2018. This work is distributed under the Creative Commons Attribution 4.0 License. Supplement

More information

Delft3d-FLOW Quick Start Manual

Delft3d-FLOW Quick Start Manual Delft3d-FLOW Quick Start Manual Michael Kliphuis April 2, 2018 1. Introduction Delft3D-FLOW is a multi-dimensional (2D or 3D) hydrodynamic (and transport) simulation program which calculates non-steady

More information

WELCOME to the PRACTICAL EXERCISES

WELCOME to the PRACTICAL EXERCISES WELCOME to the PRACTICAL EXERCISES Overview For the practical exercises you have got a TUTORIAL, with which you can work most of the time on your own. There are 6 lessons, in which you will learn about

More information

LMDZ tutorial. Configurations, input files, forcing data. Formation LMDZ 2014 Lionel GUEZ LMD

LMDZ tutorial. Configurations, input files, forcing data. Formation LMDZ 2014 Lionel GUEZ LMD LMDZ tutorial Configurations, input files, forcing data Formation LMDZ 2014 Lionel GUEZ LMD Contents Configurations LMDZ with realistic physics Aqua-planet or all-land planet Relaxation to a 3D-temperature

More information

RegCM-ROMS Tutorial: Coupling RegCM-ROMS

RegCM-ROMS Tutorial: Coupling RegCM-ROMS RegCM-ROMS Tutorial: Coupling RegCM-ROMS Ufuk Utku Turuncoglu ICTP (International Center for Theoretical Physics) Earth System Physics Section - Outline Outline Information about coupling and ESMF Installation

More information

PyCordexer. A RegCM output format converter according to CORDEX archive specifications

PyCordexer. A RegCM output format converter according to CORDEX archive specifications PyCordexer A RegCM output format converter according to CORDEX archive specifications December 2014 2 PyCordexer The PyCordexer scripts have been developed to ease the RegCM Model User in converting variables

More information

Projections for use in the Merced River basin

Projections for use in the Merced River basin Instructions to download Downscaled CMIP3 and CMIP5 Climate and Hydrology Projections for use in the Merced River basin Go to the Downscaled CMIP3 and CMIP5 Climate and Hydrology Projections website. 1.

More information

LMDZ tutorial. Configurations, input files, forcing data. Lionel GUEZ Olivier BOUCHER (part on aerosols) LMD

LMDZ tutorial. Configurations, input files, forcing data. Lionel GUEZ Olivier BOUCHER (part on aerosols) LMD LMDZ tutorial Configurations, input files, forcing data Lionel GUEZ Olivier BOUCHER (part on aerosols) LMD Contents Configurations LMDZ with realistic physics Aqua-planet or all-land planet Relaxation

More information

Finite-Element Ocean circulation Model (FEOM)

Finite-Element Ocean circulation Model (FEOM) AWI Finite-Element Ocean circulation Model (FEOM) Sergey Danilov, Sven Harig, Gennady Kivman, and Jens Schröter Alfred Wegener Institute for Polar and Marine Research, Bremerhaven Motivation: Complexity

More information

MEA 716 WRF Homework, Data Case Spring WRF Real-Data Case Study Simulation

MEA 716 WRF Homework, Data Case Spring WRF Real-Data Case Study Simulation MEA 716 WRF Homework, Data Case Spring 2016 Assigned: Tuesday 2/2/16 Due: Tuesday, 2/9/16 WRF Real-Data Case Study Simulation This assignment takes students through the process of obtaining initial and

More information

WRF-NMM Standard Initialization (SI) Matthew Pyle 8 August 2006

WRF-NMM Standard Initialization (SI) Matthew Pyle 8 August 2006 WRF-NMM Standard Initialization (SI) Matthew Pyle 8 August 2006 1 Outline Overview of the WRF-NMM Standard Initialization (SI) package. More detailed look at individual SI program components. SI software

More information

Quantifying the Dynamic Ocean Surface Using Underwater Radiometric Measurements

Quantifying the Dynamic Ocean Surface Using Underwater Radiometric Measurements DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Quantifying the Dynamic Ocean Surface Using Underwater Radiometric Measurements Dick K.P. Yue Center for Ocean Engineering

More information

Alexander Barth, Aida Alvera-Azcárate, Mohamed Ouberdous, Charles Troupin, Sylvain Watelet & Jean-Marie Beckers

Alexander Barth, Aida Alvera-Azcárate, Mohamed Ouberdous, Charles Troupin, Sylvain Watelet & Jean-Marie Beckers Diva workshop 2014 Diva in 4 dimensions (GODIVA) Alexander Barth, Aida Alvera-Azcárate, Mohamed Ouberdous, Charles Troupin, Sylvain Watelet & Jean-Marie Beckers Acknowledgements: SeaDataNet, EMODnet Chemistry,

More information

The NEMO Ocean Modelling Code: A Case Study

The NEMO Ocean Modelling Code: A Case Study The NEMO Ocean Modelling Code: A Case Study CUG 24 th 27 th May 2010 Dr Fiona J. L. Reid Applications Consultant, EPCC f.reid@epcc.ed.ac.uk +44 (0)131 651 3394 Acknowledgements Cray Centre of Excellence

More information

MIKE 21 Flow Model FM. Sand Transport Module. Step-by-step training guide: Coastal application

MIKE 21 Flow Model FM. Sand Transport Module. Step-by-step training guide: Coastal application MIKE 21 Flow Model FM Sand Transport Module Step-by-step training guide: Coastal application MIKE 2017 DHI headquarters Agern Allé 5 DK-2970 Hørsholm Denmark +45 4516 9200 Telephone +45 4516 9333 Support

More information

Quantifying the Dynamic Ocean Surface Using Underwater Radiometric Measurement

Quantifying the Dynamic Ocean Surface Using Underwater Radiometric Measurement DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Quantifying the Dynamic Ocean Surface Using Underwater Radiometric Measurement Lian Shen Department of Mechanical Engineering

More information

ALE and AMR Mesh Refinement Techniques for Multi-material Hydrodynamics Problems

ALE and AMR Mesh Refinement Techniques for Multi-material Hydrodynamics Problems ALE and AMR Mesh Refinement Techniques for Multi-material Hydrodynamics Problems A. J. Barlow, AWE. ICFD Workshop on Mesh Refinement Techniques 7th December 2005 Acknowledgements Thanks to Chris Powell,

More information

MIKE 21 FLOW MODEL FM

MIKE 21 FLOW MODEL FM MIKE 21 FLOW MODEL FM Hydrodynamic Module User Guide DHI Software 2005 Software development by : xxx Written by: AJS C:\MIKEZero\Dev\source\Manuals\MIKE_FM\HD\MIKE_FM_HD_Cover.fm 29 July 2005 10:43 am

More information

MIKE 21 & MIKE 3 FLOW MODEL FM. Hydrodynamic Module. Short Description

MIKE 21 & MIKE 3 FLOW MODEL FM. Hydrodynamic Module. Short Description MIKE 21 & MIKE 3 FLOW MODEL FM Short Description MIKE213_HD_FM_Short_Description.docx/ AJS/EBR/2011Short_Descriptions.lsm/2011-06-10 MIKE 21 & MIKE 3 FLOW MODEL FM Agern Allé 5 DK-2970 Hørsholm Denmark

More information

Artificial diffusivity/viscosity in Eulerian models. Models in intrinsic coordinate?

Artificial diffusivity/viscosity in Eulerian models. Models in intrinsic coordinate? Energetics of mixing Artificial diffusivity/viscosity in Eulerian models Models in intrinsic coordinate? Rui Xin Huang Woods Hole Oceanographic Institution Woods Hole, USA Ocean circulation is maintained

More information

Platt and Sathyendranath DRAFT avgc 1. Depth-Averaged Concentration

Platt and Sathyendranath DRAFT avgc 1. Depth-Averaged Concentration Platt and Sathyendranath DRAFT avgc 1 Depth-Averaged Concentration NAME avgc average concentration for a layer SYNOPSIS avgc [filename] The program has two operating modes, depending on whether a filename

More information

Implementation of a Mesh Movement Scheme in a Multiply Nested Ocean Model and Its Application to Air Sea Interaction Studies

Implementation of a Mesh Movement Scheme in a Multiply Nested Ocean Model and Its Application to Air Sea Interaction Studies AUGUST 999 ROWLEY AND GINIS 879 Implementation of a Mesh Movement Scheme in a Multiply Nested Ocean Model and Its Application to Air Sea Interaction Studies C. ROWLEY AND I. GINIS Graduate School of Oceanography,

More information

MPAS-O: Plan for 2013

MPAS-O: Plan for 2013 MPAS-O: Plan for 2013 Todd Ringler Theoretical Division Los Alamos National Laboratory Climate, Ocean and Sea-Ice Modeling Project http://public.lanl.gov/ringler/ringler.html Staffing, Effort and Focus

More information

A Multiscale Nested Modeling Framework to Simulate the Interaction of Surface Gravity Waves with Nonlinear Internal Gravity Waves

A Multiscale Nested Modeling Framework to Simulate the Interaction of Surface Gravity Waves with Nonlinear Internal Gravity Waves DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. A Multiscale Nested Modeling Framework to Simulate the Interaction of Surface Gravity Waves with Nonlinear Internal Gravity

More information

HYBRID COORDINATE OCEAN MODEL

HYBRID COORDINATE OCEAN MODEL HYBRID COORDINATE OCEAN MODEL HYCOM for Dummies How to create a double gyre configuration with HYCOM from scratch? June 2013 Alexandra Bozec abozec@coapsfsuedu 1 Foreword 3 1 BB86_PACKAGE and what s in

More information

Gravity Data Correction in QCTool

Gravity Data Correction in QCTool Gravity Data Correction in QCTool January 20, 2017 info@qc-tool.com 2 1. Importing Data You must import to QCTool measured gravity data from ASCII files. Then you need to import the data from CSV files

More information

Volume Rendering with Animation of Gulf Stream Currents

Volume Rendering with Animation of Gulf Stream Currents Volume Rendering with Animation of Gulf Stream Currents David Ehrens Computer and Information Systems Univ. of Massachusetts, Dartmouth Amit Tandon Physics Department Univ. of Massachusetts, Dartmouth

More information

REMOTE SENSING OF VERTICAL IOP STRUCTURE

REMOTE SENSING OF VERTICAL IOP STRUCTURE REMOTE SENSING OF VERTICAL IOP STRUCTURE W. Scott Pegau College of Oceanic and Atmospheric Sciences Ocean. Admin. Bldg. 104 Oregon State University Corvallis, OR 97331-5503 Phone: (541) 737-5229 fax: (541)

More information

MATERHORN The immersed boundary method for flow over complex terrain

MATERHORN The immersed boundary method for flow over complex terrain MATERHORN The immersed boundary method for flow over complex terrain Tina Katopodes Chow, Jingyi Bao, Jason Simon Civil and Environmental Engineering University of California, Berkeley Overview p Field

More information

Handling a 3D oceanographic simulation program

Handling a 3D oceanographic simulation program Polytech Nice-Sophia Final Term Project Handling a 3D oceanographic simulation program Authors: Denis Brun Aymeric Loche Supervisor: Dr. Pierre Dreyfuss February 3, 2011 Contents 1 Code installation 4

More information

A Direct Simulation-Based Study of Radiance in a Dynamic Ocean

A Direct Simulation-Based Study of Radiance in a Dynamic Ocean A Direct Simulation-Based Study of Radiance in a Dynamic Ocean Lian Shen Department of Civil Engineering Johns Hopkins University Baltimore, MD 21218 phone: (410) 516-5033 fax: (410) 516-7473 email: LianShen@jhu.edu

More information

User Guide for the WegenerNet Data Portal

User Guide for the WegenerNet Data Portal User Guide for the WegenerNet Data Portal (v9/18feb2010) The WegenerNet Data Portal provides access to measurement data from the climate stations as well as detailed information about the project. Quality-checked

More information

Numerical calculation of the wind action on buildings using Eurocode 1 atmospheric boundary layer velocity profiles

Numerical calculation of the wind action on buildings using Eurocode 1 atmospheric boundary layer velocity profiles Numerical calculation of the wind action on buildings using Eurocode 1 atmospheric boundary layer velocity profiles M. F. P. Lopes IDMEC, Instituto Superior Técnico, Av. Rovisco Pais 149-1, Lisboa, Portugal

More information

Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders

Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders Lab 9: FLUENT: Transient Natural Convection Between Concentric Cylinders Objective: The objective of this laboratory is to introduce how to use FLUENT to solve both transient and natural convection problems.

More information

Online Trajectory Module in COSMO - A short user guide

Online Trajectory Module in COSMO - A short user guide Online Trajectory Module in COSMO - A short user guide Document version: 1.0 (as of June 2014) Annette K. Miltenberger, Stephan Pfahl, Anne Roches, Heini Wernli IAC and C2SM, ETH Zurich Contact: stephan.pfahl@env.ethz.ch

More information

McIDAS-V Tutorial Displaying Gridded Data updated January 2016 (software version 1.5)

McIDAS-V Tutorial Displaying Gridded Data updated January 2016 (software version 1.5) McIDAS-V Tutorial Displaying Gridded Data updated January 2016 (software version 1.5) McIDAS-V is a free, open source, visualization and data analysis software package that is the next generation in SSEC's

More information

ANSYS FLUENT. Lecture 3. Basic Overview of Using the FLUENT User Interface L3-1. Customer Training Material

ANSYS FLUENT. Lecture 3. Basic Overview of Using the FLUENT User Interface L3-1. Customer Training Material Lecture 3 Basic Overview of Using the FLUENT User Interface Introduction to ANSYS FLUENT L3-1 Parallel Processing FLUENT can readily be run across many processors in parallel. This will greatly speed up

More information

Programming Standards: You must conform to good programming/documentation standards. Some specifics:

Programming Standards: You must conform to good programming/documentation standards. Some specifics: CS3114 (Spring 2011) PROGRAMMING ASSIGNMENT #3 Due Thursday, April 7 @ 11:00 PM for 100 points Early bonus date: Wednesday, April 6 @ 11:00 PM for a 10 point bonus Initial Schedule due Thursday, March

More information

Ecography. Supplementary material

Ecography. Supplementary material Ecography E6012 Kool, J., Paris-Limouzy, C. B., Andréfouët, S. and Cowen, R. K. 2010. Complex migration and the development of genetic structure in subdivided populations: an example from Caribbean coral

More information

Running CCSM at CCS. Created: Patrick Kelly 8/26/11 Modifications: Sarah Larson & Hosmay Lopez 4/30/13

Running CCSM at CCS. Created: Patrick Kelly 8/26/11 Modifications: Sarah Larson & Hosmay Lopez 4/30/13 Running CCSM at CCS Created: Patrick Kelly 8/26/11 Modifications: Sarah Larson & Hosmay Lopez 4/30/13 Running CCSM / CAM First Time Only Set up CCS account Install model code and input data from NCAR Port

More information

Introduction to Regional Earth System Model (RegESM)

Introduction to Regional Earth System Model (RegESM) Introduction to Regional Earth System Model (RegESM) Ufuk Turuncoglu Istanbul Technical University Informatics Institute 14/05/2014, 7th ICTP Workshop on the Theory and Use of Regional Climate Models Outline

More information

A Direct Simulation-Based Study of Radiance in a Dynamic Ocean

A Direct Simulation-Based Study of Radiance in a Dynamic Ocean 1 DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. A Direct Simulation-Based Study of Radiance in a Dynamic Ocean LONG-TERM GOALS Dick K.P. Yue Center for Ocean Engineering

More information

Porting and Optimizing the COSMOS coupled model on Power6

Porting and Optimizing the COSMOS coupled model on Power6 Porting and Optimizing the COSMOS coupled model on Power6 Luis Kornblueh Max Planck Institute for Meteorology November 5, 2008 L. Kornblueh, MPIM () echam5 November 5, 2008 1 / 21 Outline 1 Introduction

More information

Continued Investigation of Small-Scale Air-Sea Coupled Dynamics Using CBLAST Data

Continued Investigation of Small-Scale Air-Sea Coupled Dynamics Using CBLAST Data Continued Investigation of Small-Scale Air-Sea Coupled Dynamics Using CBLAST Data Dick K.P. Yue Center for Ocean Engineering Department of Mechanical Engineering Massachusetts Institute of Technology Cambridge,

More information

How to set up an MPP configuration with NEMO OPA9?

How to set up an MPP configuration with NEMO OPA9? How to set up an MPP configuration with NEMO OPA9? J.M. Molines update for netcdf files: May 26, 2005 This document quickly describes a set of tools that were developped to facilitate the setting up of

More information

MOHID Studio Quick Start Guide for SWAN

MOHID Studio Quick Start Guide for SWAN MOHID Studio Quick Start Guide for SWAN User Guide for setting up SWAN Projects with MOHID Studio Professional Edition David Brito Frank Braunschweig Luis Fernandes May 2016 This document is the MOHID

More information

Free Convection in a Water Glass

Free Convection in a Water Glass Solved with COMSOL Multiphysics 4.1. Free Convection in a Water Glass Introduction This model treats free convection in a glass of water. Free convection is a phenomenon that is often disregarded in chemical

More information

CFD Post-Processing of Rampressor Rotor Compressor

CFD Post-Processing of Rampressor Rotor Compressor Gas Turbine Industrial Fellowship Program 2006 CFD Post-Processing of Rampressor Rotor Compressor Curtis Memory, Brigham Young niversity Ramgen Power Systems Mentor: Rob Steele I. Introduction Recent movements

More information

Global couplled ocean-atmosphere reanalysis and forecast with pelagic ecosystem

Global couplled ocean-atmosphere reanalysis and forecast with pelagic ecosystem Global couplled oceanatmosphere reanalysis and forecast with pelagic ecosystem 1. IDENTIFICATION INFORMATION Abbreviation Metadata Identifier Global couplled ocean-atmosphere reanalysis and forecast with

More information

Exercise: Calling LAPACK

Exercise: Calling LAPACK Exercise: Calling LAPACK In this exercise, we ll use the same conventions and commands as in the batch computing exercise. You should refer back to the batch computing exercise description for detai on

More information

THE USE OF TERRESTRIAL LASER SCANNING FOR MEASUREMENTS IN SHALLOW-WATER: CORRECTION OF THE 3D COORDINATES OF THE POINT CLOUD

THE USE OF TERRESTRIAL LASER SCANNING FOR MEASUREMENTS IN SHALLOW-WATER: CORRECTION OF THE 3D COORDINATES OF THE POINT CLOUD Photogrammetry and Remote Sensing Published as: Deruyter, G., Vanhaelst, M., Stal, C., Glas, H., De Wulf, A. (2015). The use of terrestrial laser scanning for measurements in shallow-water: correction

More information

Marshall Ward National Computational Infrastructure

Marshall Ward National Computational Infrastructure SCALABILITY OF MOM 5, NEMO, AND MOM 6 ON NCI'S RAIJIN SUPERCOMPUTER Marshall Ward National Computational Infrastructure nci.org.au @NCInews http://marshallward.org/talks/ecmwf2016.html ATMOSPHERIC SCALES

More information

This document will cover some of the key features available only in SMS Advanced, including:

This document will cover some of the key features available only in SMS Advanced, including: Key Differences between SMS Basic and SMS Advanced SMS Advanced includes all of the same functionality as the SMS Basic Software as well as adding numerous tools that provide management solutions for multiple

More information

New Features Winter-Release 2018/2019

New Features Winter-Release 2018/2019 New Features Winter-Release 2018/2019 1NEW GREEN FAÇADE MODULE Content Feature-List Winter-Release 2018/19 Page 4 5 2 INTRODUCTION OF FULL FORCING Page 6 7 ITS ALL ABOUT A GREEN FUTURE 3 INTRODUCTION OF

More information

Getting Started with GCHP v11-02c

Getting Started with GCHP v11-02c Getting Started with GCHP v11-02c Lizzie Lundgren GEOS-Chem Support Team geos-chem-support@as.harvard.edu September 2017 Overview 1) What is GCHP and why use it? 2) Common Misconceptions 3) Useful Tips

More information

Micrometeorology and Ecology

Micrometeorology and Ecology Monique Y. Leclerc Thomas Foken Footprints in Micrometeorology and Ecology With Contributions by M. J. Savage and M. Gockede 4^1 Springer 1 History and Definition 1 1.1 Micrometeorological Measurements

More information

MIKE 21 & MIKE 3 Flow Model FM. Hydrodynamic Module. Step-by-step training guide

MIKE 21 & MIKE 3 Flow Model FM. Hydrodynamic Module. Step-by-step training guide MIKE 21 & MIKE 3 Flow Model FM Hydrodynamic Module Step-by-step training guide MIKE 2017 DHI headquarters Agern Allé 5 DK-2970 Hørsholm Denmark +45 4516 9200 Telephone +45 4516 9333 Support +45 4516 9292

More information

Overview of the SMS Interface for the CMS and New CIRP Additions: CIRP Wiki and CMS Discussion List

Overview of the SMS Interface for the CMS and New CIRP Additions: CIRP Wiki and CMS Discussion List Overview of the SMS Interface for the CMS and New Additions: Wiki and CMS Discussion List Mitch Brown Coastal and Hydraulics Laboratory Engineer Research and Development Center May 20, 2010 US Army Corps

More information

FMS: the Flexible Modeling System

FMS: the Flexible Modeling System FMS: the Flexible Modeling System Coupling Technologies for Earth System Modeling Toulouse FRANCE V. Balaji balaji@princeton.edu Princeton University 15 December 2010 Balaji (Princeton University) Flexible

More information

Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow

Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow Introduction This tutorial illustrates the setup and solution of the two-dimensional turbulent fluid flow and heat

More information

A hybrid object-based/pixel-based classification approach to detect geophysical phenomena

A hybrid object-based/pixel-based classification approach to detect geophysical phenomena A hybrid object-based/pixel-based classification approach to detect geophysical phenomena Xiang Li, Rahul Ramachandran*, Sara Graves, Sunil Movva Information Technology and Systems Center University of

More information

HPC Performance Advances for Existing US Navy NWP Systems

HPC Performance Advances for Existing US Navy NWP Systems HPC Performance Advances for Existing US Navy NWP Systems Timothy Whitcomb, Kevin Viner Naval Research Laboratory Marine Meteorology Division Monterey, CA Matthew Turner DeVine Consulting, Monterey, CA

More information

QUALITY CONTROL FOR UNMANNED METEOROLOGICAL STATIONS IN MALAYSIAN METEOROLOGICAL DEPARTMENT

QUALITY CONTROL FOR UNMANNED METEOROLOGICAL STATIONS IN MALAYSIAN METEOROLOGICAL DEPARTMENT QUALITY CONTROL FOR UNMANNED METEOROLOGICAL STATIONS IN MALAYSIAN METEOROLOGICAL DEPARTMENT By Wan Mohd. Nazri Wan Daud Malaysian Meteorological Department, Jalan Sultan, 46667 Petaling Jaya, Selangor,

More information

Gridded Data Speedwell Derived Gridded Products

Gridded Data Speedwell Derived Gridded Products Gridded Data Speedwell Derived Gridded Products Introduction Speedwell Weather offers access to a wide choice of gridded data series. These datasets are sourced from the originating agencies in their native

More information

Using the Discrete Ordinates Radiation Model

Using the Discrete Ordinates Radiation Model Tutorial 6. Using the Discrete Ordinates Radiation Model Introduction This tutorial illustrates the set up and solution of flow and thermal modelling of a headlamp. The discrete ordinates (DO) radiation

More information

ALADIN-2007-Oslo (Norway) April 2007

ALADIN-2007-Oslo (Norway) April 2007 Improving the SURFEX/TEB scheme: 1 D validation in a street canyon R. Hamdi and V. Masson SURFEX coupled off line to ALADIN: preliminary results over Belgium R. Hamdi and A. Deckmyn ALADIN-2007-Oslo (Norway)

More information

State Water Survey Division

State Water Survey Division THE CLIMATE OF ILLINOIS Lying midway between the Continental Divide and the Atlantic Ocean, and 500 miles north of the Gulf of Mexico, Illinois has a climate labeled as continental. Cold winters, and warm,

More information

Bottom friction estimation in the context of regional barotropic tide modelling

Bottom friction estimation in the context of regional barotropic tide modelling Bottom friction estimation in the context of regional barotropic tide modelling Martial Boutet1, Cyril Lathuilière1, Rémy Baraille2, Hong Son Hoang2, Yves Morel3 1 SHOM, Brest, France; 2SHOM, Toulouse,

More information

Hands on tutorial #1: First steps with the model

Hands on tutorial #1: First steps with the model Hands on tutorial #1: First steps with the model The LMDZ team December 11, 2017 This first tutorial focuses on installing and making basic first runs using the LMDZ model. This document can be downloaded

More information

Tutorial 17. Using the Mixture and Eulerian Multiphase Models

Tutorial 17. Using the Mixture and Eulerian Multiphase Models Tutorial 17. Using the Mixture and Eulerian Multiphase Models Introduction: This tutorial examines the flow of water and air in a tee junction. First you will solve the problem using the less computationally-intensive

More information

User Interface: Simple Model of Atmospheric Radiative Transfer of Sunshine

User Interface: Simple Model of Atmospheric Radiative Transfer of Sunshine User Interface: Simple Model of Atmospheric Radiative Transfer of Sunshine April 2003 WINDOWS Version Introduction This document provides instructions for installing and running the User Interface for

More information

MIKE 21/3 Coupled Model FM. Step-by-step training guide: Coastal application

MIKE 21/3 Coupled Model FM. Step-by-step training guide: Coastal application MIKE 21/3 Coupled Model FM Step-by-step training guide: Coastal application MIKE 2017 DHI headquarters Agern Allé 5 DK-2970 Hørsholm Denmark +45 4516 9200 Telephone +45 4516 9333 Support +45 4516 9292

More information

Introduction to Discovery.

Introduction to Discovery. Introduction to Discovery http://discovery.dartmouth.edu The Discovery Cluster 2 Agenda What is a cluster and why use it Overview of computer hardware in cluster Help Available to Discovery Users Logging

More information