HYCOM Model Development, Validation, and Documentation. Alan J. Wallcraft Naval Research Laboratory. 8th Hybrid Coordinate Ocean Model Workshop

Size: px
Start display at page:

Download "HYCOM Model Development, Validation, and Documentation. Alan J. Wallcraft Naval Research Laboratory. 8th Hybrid Coordinate Ocean Model Workshop"

Transcription

1 HYCOM Model Development, Validation, and Documentation Alan J. Wallcraft Naval Research Laboratory 8th Hybrid Coordinate Ocean Model Workshop August 21, 2003

2 HYCOM (I) ffl First public release of HYCOM 2.1 ffi September, 2002 ffl Maintain all features of HYCOM 2.0 ffi Requires Fortran 90 ffi Can use HYCOM for pure iso-pycnal cases ffi KPP or Kraus-Turner mixed-layer ffi Energy-Loan (passive) ice model ffi High frequency atmospheric forcing ffi New I/O scheme (.a and.b files) ffi Scalability via OpenMP or MPI or both Λ Bit-for-bit multi-cpu reproducibility

3 HYCOM (II) ffl Orthogonal curvilinear grids ffl Fully global domains ffi Near-global Mercator already in HYCOM 2.0 ffi Pan-Am grid with closed Bering Strait Λ Open Bering Strait requires a special halo exchange (still not available) ffl Multiple tracers ffi Passive ffi Simple biology (NPZ or NPZD) Λ Most of infrastructure in place Λ More work needed on biology and boundary conditions ffl Rivers as bogused surface precipitation ffi Annual or monthly climatology

4 HYCOM (III) ffl Off-line one-way nesting ffi Similar to MICOM Λ Exact b.c. for depth averaged component Λ Relaxation for 3-D T/S/pressure/velocity Based on relaxation to climatology But with addition of velocity relaxation ffi Interpolate to target domain off-line Λ Source domain to target domain archive files Λ Nested model does not know about enclosing domain Λ Can discard deep iso-pycnal layers Λ Can remap to new vertical coordinate ffi Get boundary data from input archive files Λ Simplifies scalability Λ At the cost of more I/O and bigger files ffl Same resolution nesting unexpectedly useful ffi No need to rerun large domain ffi Change atmospheric forcing (e.g. use MM5) ffi Change vertical structure ffi Tracer studies (e.g. add biology)

5 HYCOM (IV) ffl More general fixed (sigma/z) vertical coordinate ffi Emulate Z or Sigma or Sigma-Z models ffi HYCOM has partial cells Λ Emulate full cell Z models with the appropriate bathymetry ffl Alternative mixed-layer models ffi Mellor-Yamada 2.5 ffi Price-Weller-Pinkel ffl Explicit support for 1-D and 2-D domains ffi Tiling allows periodic domains ffi 1-D is 2x2 doubly periodic domain Λ Only read/write.b files ffi 2-D is Nx2 periodic domain Λ Infinite f-plane

6 HYCOM 2.1 (V) ffl Region-independent setup and diagnostics ffi Dynamic memory allocation ffi Compile once for all domains ffi Actual model code still domain-dependent ffl Restart processing ffi HYCOM from MICOM ffi HYCOM from archive file ffi HYCOM from coarser resolution HYCOM ffi Change land/sea boundary ffl Archive processing ffi Add/subtract/merge layers ffi Remap to new vertical coordinate ffi Mean and variability ffi Off-line sampling Λ Vertical profiles Λ Transport sections ffi To netcdf and other file formats Λ All x-y hycomproc fields Λ Interpolated to z-space

7 HYCOM FILE FORMAT ffl MICOM s PAKK I/O not efficient or accurate ffl HYCOM 2.1 reads/writes.a and.b files ffi.a is a raw IEEE REAL*4 array file (Fortran direct access) ffi.b is a plain-text header file (Fortran formatted) ffl This I/O is simple and portable ffl It can easily be parallelized ffi Have the N-th processor read/write every N-th 2-D array record ffl Convert to netcdf off-line ffi Climate and Forecast (CF) conventions Λ Extension of COARDS conventions Supports curvilinear grids Λ Most existing software is for COARDS only ffi Unlimited time dimension Λ Simplifies time concatenation ffi Safest to have single field per file Λ Avoids all 2GB limits

8 EQUAL AREA DOMAIN DECOMPOSITION ffl Simplest domain decomposition is equal-sized rectangular tiles ffi Each tile has four neighbors Λ Eight neighbors including halo corners ffl Overall speed controlled by slowest tile ffi Probably have an all ocean tile Λ no advantage to avoiding land within a tile ffl Discard tiles that are entirely over land ffi Simple to implement ffi Does not discard all land ffi P-MICOM probably first ocean model to do this ffi Should be in all MPI-based OGCM s

9 IMPROVED DOMAIN DECOMPOSITION ffl HYCOM 2.0 and 2.1 allows: ffi Discarded tiles ffi Variable tile size ffi Many North-South neighbors ffl Equal-ocean tiling ffi First distribute one axis, then the other ffi Near perfect load balance ffi Some tiles require more memory than others ffi Aspect ratio of rectangle can be large ffi More expensive halo exchange ffl Modified equal-area tiling ffi Discard all-land tiles ffi Shift tiles to fit coastline ffi Double-up tiles if less than half ocean ffi Compared to equal-area tiling: Λ Up to 2x the memory requirement Λ More expensive halo exchange Λ Often significantly fewer tiles

10

11

12 MODIFIED EQUAL AREA TILING 16x16 = 256 Tiles but only 143 Active 12% fewer than equal area tiling

13 Improvements since ffl Vertical remapping uses PLM for fixed coordinate layers ffl Thin deep iso-pycnal layers ffl Stability from locally referenced potential density ffl GISS mixed layer model ffl Black-body correction to longwave flux ffl Option to relax to observed SST ffl Spatially varying iso-pycnal layer target densities ffl Nesting no longer requires co-located grids ffi General archive to archive horizontal interpolation ffl Hybrid to fixed vertical grid remapper ffi Allows fixed-coordinate nests inside hybrid coordinate outer domains Λ HYCOM to (fixed-grid) HYCOM Λ HYCOM to NCOM

14 Vertical Remapping ffl Vertical remapping has two phases ffi Locating the (new, iso-pycnal) layers ffi Interpolating from old to new layers ffl These are not completely separable ffi Can t locate layers without allowing for interpolation scheme ffl Finite Volume approach allows partial separation ffi Define a profile across original layers ffi Use profile in deciding where to put layers ffi Integrate this profile to get new layer averages ffl In HYCOM (hybgen) ffi Highly non-uniform layer thicknesses ffi Same number of layers ffi Most (iso-pycnal) layers don t change ffi Layers don t move more than one grid length(?) ffi Use PCM (Donor Cell) advection Λ Profile is constant across each layer Λ May be only practical scheme for hybgen

15 Off-line Vertical Remapping ffl Off-line remapping is harder ffi Highly non-uniform layer thicknesses ffi Different number of layers ffi Many layers change location ffi Layers can move a long way ffl Desirable properties ffi Simple to compute ffi Overall conservation ffi No change if layer is the same Λ Excludes linear between cell centers ffi No new extrema ffl PCM ffi Too diffusive ffi Lowest order of a family (PLM/PQM) ffl Piecewise Quadratic Method ffi Quadratic across cell ffi Very popular advection scheme ffi Tested it, but probably overkill

16 Off-line Vertical Remapping (II) ffl Piecewise Linear Method (Van Leer) ffi Linear profile, mean at cell center ffi Discontinuous at cell interfaces ffi Several choices for the slope ffi Tim Campbell developed interpolation variant Λ Non-uniform layer thickness Λ Maximize smoothness across interfaces Local optimum, global too much work ffl Archive to archive remapper ffi Only for fixed target coordinate Λ Hybrid to sigma-z ffl Archive to data3z ffi Returns fields at fixed depths ffi PCM or linear between cell centers ffl Single profile remapper ffi fixed depth version (data3z) ffi fixed cell version (PCM or PLM)

17 0 Salinity Profile, Year 2000, Day 03, i=251, j=092 PLM with Eq(21) PPM (mono, no steep) 50 depth (m) psu

18 0 V-Velocity Profile, Year 2000, Day 03, i=251, j= depth (m) PLM with Eq(21) PPM (mono, no steep) cm/s

19 PLM Remapping of Fixed Coordinate Layers ffl In HYCOM , hybgen uses PCM ffl Perfect for iso-pycnal layers ffi Most (iso-pycnal) layers don t change Λ No remapping, no diffusion ffi Detrainment (thinning) does not change density Λ Unique to PCM Λ HYCOM might otherwise be impractical ffl Not optimal for fixed coordinates ffi Fixed layers always move ffi PCM is very diffusive ffl PCM is a special case of PLM ffi PLM with zero slope ffl Use PLM for fixed layers and PCM for iso-pycnals ffi Currently using same scheme for all variables ffi Could use PCM+PLM for density only, or density and salinity only

20 UP/DOWN-WELLING TEST - SIGMA-Z PCM (top) vs PLM

21 UP/DOWN-WELLING TEST - HYBRID PCM (top) vs PLM+PCM

22 BLACK SEA SST STATISTICS: PCM 09.1 vs Pathfinder : SST Mean Error (deg C) 09.1 vs Pathfinder : SST RMS Error (deg C) BLKa N BLKa N ci to 5.13 ci to N 45N 44N 44N 43N 43N 42N 42N 41N 41N 28E 29E 30E 31E 32E 33E 34E 35E 36E 37E 38E 39E 40E 41E vs Pathfinder : SST Correlation Coeff. BLKa N vs Pathfinder : SST Skill Score 28E 29E 30E 31E 32E 33E 34E 35E 36E 37E 38E 39E 40E 41E BLKa N ci to ci to N 45N 44N 44N 43N 43N 42N 42N 41N 41N E 29E 30E 31E 32E 33E 34E 35E 36E 37E 38E 39E 40E 41E E 29E 30E 31E 32E 33E 34E 35E 36E 37E 38E 39E 40E 41E

23 BLACK SEA SST STATISTICS: PLM+PCM 09.5 vs Pathfinder : SST Mean Error (deg C) 09.5 vs Pathfinder : SST RMS Error (deg C) BLKa N BLKa N ci to 4.52 ci to N 45N 44N 44N 43N 43N 42N 42N 41N 41N 28E 29E 30E 31E 32E 33E 34E 35E 36E 37E 38E 39E 40E 41E vs Pathfinder : SST Correlation Coeff. BLKa N vs Pathfinder : SST Skill Score 28E 29E 30E 31E 32E 33E 34E 35E 36E 37E 38E 39E 40E 41E BLKa N ci to ci to N 45N 44N 44N 43N 43N 42N 42N 41N 41N E 29E 30E 31E 32E 33E 34E 35E 36E 37E 38E 39E 40E 41E E 29E 30E 31E 32E 33E 34E 35E 36E 37E 38E 39E 40E 41E

24 UP/DOWN-WELLING TEST THIN DEEP ISO-PYCNAL LAYERS

25 OTHER NEW FEATURES OF NEXT RELEASE (SEPTEMBER?) ffl Arctic bi-polar patch with open Bering Strait ffi For 0.24 degree global domain ffl Bottom boundary layer in KPP ffl Diagnostics within HYCOM: ffi Time-averaged fields (archive files) ffi Drifters ffi Moored buoy sampling(?) ffi Transport section sampling(?) ffl Is anything else needed immediately?

26 WISHLIST FOR HYCOM (I) ffl Fully region-independent ffi Compile once, run on any region and any number of processors ffl Tidal forcing ffl Even more mixed-layer models ffl Support for data assimilation ffl Comprehensive tracer support ffi Within HYCOM and off-line ffi In z-space? ffl NCAR s CCSM Coupler ffi CICE sea-ice model ffi Coupled air-ocean-ice ffl ESMF compatibility ffi Earth System Modeling Framework ffi Alternative to CCSM ffi Much broader support ffi Might allow asynchronous I/O ffi Use ESMF for parallelization(?)

27 WISHLIST FOR HYCOM (II) ffl Improved/Alternative hybrid remapping (hybgen)? ffl Improved/Alternative advection (tsadvc)? ffl Improved/Alternative split-explicit time scheme? ffl Alternative free surface formulation? ffi Currently assume free surface is a small fraction of the total depth Λ Does this work for coastal domains? Λ Includes steric effects, but does not exactly conserve either mass or volume ffl Atmospheric pressure forcing? ffl Rivers (and surface E-P) as mass exchange? ffl Balance E-P via land precip runoff?

HYCOM code development. Alan J. Wallcraft Naval Research Laboratory Layered Ocean Model Users Workshop

HYCOM code development. Alan J. Wallcraft Naval Research Laboratory Layered Ocean Model Users Workshop HYCOM code development Alan J. Wallcraft Naval Research Laboratory 2003 Layered Ocean Model Users Workshop February 10, 2003 HYCOM 2.1.03 (I) ffl First public release of HYCOM 2.1 ffi September, 2001 ffl

More information

Tuning and Validating HYCOM s KPP Mixed-Layer. Alan J. Wallcraft and E. Joseph Metzger Naval Research Laboratory

Tuning and Validating HYCOM s KPP Mixed-Layer. Alan J. Wallcraft and E. Joseph Metzger Naval Research Laboratory Tuning and Validating HYCOM s KPP Mixed-Layer Alan J. Wallcraft and E. Joseph Metzger Naval Research Laboratory A. Birol Kara COAPS, Florida State University 2003 Layered Ocean Model Users Workshop February

More information

Tuning and Validating HYCOM s KPP Mixed-Layer. Alan J. Wallcraft and E. Joseph Metzger Naval Research Laboratory

Tuning and Validating HYCOM s KPP Mixed-Layer. Alan J. Wallcraft and E. Joseph Metzger Naval Research Laboratory Tuning and Validating HYCOM s KPP Mixed-Layer Alan J. Wallcraft and E. Joseph Metzger Naval Research Laboratory A. Birol Kara COAPS, Florida State University 2003 Layered Ocean Model Users Workshop February

More information

Update of NOAA (NCEP, Climate Test Bed) Seasonal Forecast Activities

Update of NOAA (NCEP, Climate Test Bed) Seasonal Forecast Activities Update of NOAA (NCEP, Climate Test Bed) Seasonal Forecast Activities Stephen J. Lord Director NCEP Environmental Modeling Center NCEP: where America s climate, weather, and ocean services begin 1 Overview

More information

The Context of Detection and Attribution

The Context of Detection and Attribution 10.2.1 The Context of Detection and Attribution In IPCC Assessments, detection and attribution involve quantifying the evidence for a causal link between external drivers of climate change and observed

More information

RVTEC 2010 UHDAS/ADCP

RVTEC 2010 UHDAS/ADCP RVTEC 2010 UHDAS/ADCP Part I: ADCP Getting Ocean Velocity What can go wrong ADCP Processing with CODAS Part II: UHDAS 1: Outline What it does Where things are written Monitoring, Interpretation What can

More information

Multisensor approaches for understanding connections between aerosols, shallow clouds and precipitation. Robert Wood University of Washington

Multisensor approaches for understanding connections between aerosols, shallow clouds and precipitation. Robert Wood University of Washington Multisensor approaches for understanding connections between aerosols, shallow clouds and precipitation Robert Wood University of Washington Themes Multi-sensor constraints on the CCN budget in the marine

More information

1D Verification Freezing and Thawing

1D Verification Freezing and Thawing 1 Introduction 1D Verification Freezing and Thawing An important class of problems in geotechnical engineering involves phase change. Typical examples include ground freezing for the construction of mine

More information

Introduction. The goal of TRUS QA is to ensure your system can do all of this accurately.

Introduction. The goal of TRUS QA is to ensure your system can do all of this accurately. TRUS QA Workshop Introduction The goals of using TRUS in prostate brachytherapy Visualize the prostate Need the US to penetrate deeply enough Need sufficient grey scale resolution to be able to visualize

More information

Patchiness of the Plankton

Patchiness of the Plankton Patchiness of the Plankton Within the geographical boundaries inhabited by any species, the individuals of that species are not distributed uniformly or randomly, but are usually aggregated into discrete

More information

Institute of Marine Research

Institute of Marine Research Institute of Marine Research Dr. Julia M. Hummon Bergen, Norway Oct 7, 2016 CODAS+UHDAS: ADCP Acquisition, Processing, and Monitoring on Oceanographic Research Vessels 1: Outline UHDAS + CODAS Documentation

More information

SEEPAGE ANALYSIS OF TWO CASE HISTORIES OF PIPING INDUCED BY EXCAVATIONS IN COHESIONLESS SOILS

SEEPAGE ANALYSIS OF TWO CASE HISTORIES OF PIPING INDUCED BY EXCAVATIONS IN COHESIONLESS SOILS ICCI2004, The First International Conference on Construction IT, Beijing, CHINA, August 12 th - 14 th SEEPAGE ANALYSIS OF TWO CASE HISTORIES OF PIPING INDUCED BY EXCAVATIONS IN COHESIONLESS SOILS Cai,

More information

Development and Application of PM2.5 Interpollutant Trading Ratios to Account for PM2.5 Secondary Formation in Georgia

Development and Application of PM2.5 Interpollutant Trading Ratios to Account for PM2.5 Secondary Formation in Georgia Development and Application of PM2.5 Interpollutant Trading Ratios to Account for PM2.5 Secondary Formation in Georgia Jim Boylan and Byeong-Uk Kim Georgia EPD Air Protection Branch 2014 Midwest and Central

More information

AQRP Monthly Technical Report

AQRP Monthly Technical Report AQRP Monthly Technical Report PROJECT TITLE PROJECT PARTICIPANTS REPORTING PERIOD Improved Land Cover and Emission Factor Inputs for Estimating Biogenic Isoprene and Monoterpene Emissions for Texas Air

More information

Unified Padring Design Flow

Unified Padring Design Flow 2013 First International Conference on Artificial Intelligence, Modelling & Simulation Unified Padring Design Flow Ang Boon Chong, Ho Kah Chun PMC-Sierra, Design Service, Penang,Malaysia Boonchong.ang@pmcs.com,

More information

CS-E Deep Learning Session 4: Convolutional Networks

CS-E Deep Learning Session 4: Convolutional Networks CS-E4050 - Deep Learning Session 4: Convolutional Networks Jyri Kivinen Aalto University 23 September 2015 Credits: Thanks to Tapani Raiko for slides material. CS-E4050 - Deep Learning Session 4: Convolutional

More information

ULTRASOUND QA SOLUTIONS. Ensure Accurate Screening, Diagnosis & Monitoring DOPPLER FLOW PHANTOMS MULTI-PURPOSE PHANTOMS TRANSDUCER TEST PHANTOMS

ULTRASOUND QA SOLUTIONS. Ensure Accurate Screening, Diagnosis & Monitoring DOPPLER FLOW PHANTOMS MULTI-PURPOSE PHANTOMS TRANSDUCER TEST PHANTOMS ULTRASOUND QA SOLUTIONS Ensure Accurate Screening, Diagnosis & Monitoring DOPPLER FLOW PHANTOMS MULTI-PURPOSE PHANTOMS TRANSDUCER TEST PHANTOMS INNOVATORS IN ADVANCED ULTRASOUND TECHNIQUES Gammex is the

More information

IAT 355 Perception 1. Or What You See is Maybe Not What You Were Supposed to Get

IAT 355 Perception 1. Or What You See is Maybe Not What You Were Supposed to Get IAT 355 Perception 1 Or What You See is Maybe Not What You Were Supposed to Get Why we need to understand perception The ability of viewers to interpret visual (graphical) encodings of information and

More information

Coupled physical biological modelling study of the East Australian Current with idealised wind forcing: Part II. Biological dynamical analysis

Coupled physical biological modelling study of the East Australian Current with idealised wind forcing: Part II. Biological dynamical analysis Journal of Marine Systems 59 (2006) 271 291 www.elsevier.com/locate/jmarsys Coupled physical biological modelling study of the East Australian Current with idealised wind forcing: Part II. Biological dynamical

More information

Changing expectations about speed alters perceived motion direction

Changing expectations about speed alters perceived motion direction Current Biology, in press Supplemental Information: Changing expectations about speed alters perceived motion direction Grigorios Sotiropoulos, Aaron R. Seitz, and Peggy Seriès Supplemental Data Detailed

More information

Bouncing Ball Lab. Name

Bouncing Ball Lab. Name Bouncing Ball Lab Name Scientists use an organized set of steps when they solve problems or perform investigations. This organized set of steps is called the Scientific Method. There are many versions

More information

Modeling climate change effects on air quality: Studies of allergenic tree pollen emission and transport

Modeling climate change effects on air quality: Studies of allergenic tree pollen emission and transport Modeling climate change effects on air quality: Studies of allergenic tree pollen emission and transport Yong Zhang, Leonard Bielory, Lai-yung Ruby Leung and Panos G. Georgopoulos Presented at the ORC

More information

Enhancement of Application Software for Examination of Differential Magnification Methods and Magnification Interface Factors

Enhancement of Application Software for Examination of Differential Magnification Methods and Magnification Interface Factors Enhancement of Application Software for Examination of Differential Magnification Methods and Magnification Interface Factors Fion C. H. Lee and Alan H. S. Chan Abstract The variable visual acuity nature

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION Supplementary Figure S1. Environmental variables used in the SLM and GLM analyses. 1 Supplementary Figure S2. Diversity patterns for species groups without partitioning into coastal and oceanic species.

More information

Coupling of Coastal Zone Color Scanner Data to a Physical-Biological Model

Coupling of Coastal Zone Color Scanner Data to a Physical-Biological Model JOURNAL OF GEOPHYSICAL RESEARCH, VOL. 95, NO. C11, PAGES 20,201-20,212, NOVEMBER 15, 1990 Coupling of Coastal Zone Color Scanner Data to a Physical-Biological Model of the Southeastern U.S. Continental

More information

UHDAS ADCP data Acquisition and CODAS processing

UHDAS ADCP data Acquisition and CODAS processing Shipboard ADCP processing workshop Feb 18, 2018 University of Alaska, Fairbanks UHDAS ADCP data Acquisition and CODAS processing UHDAS + CODAS Documentation http://currents.soest.hawaii.edu/docs/adcp_doc/index.html

More information

Tanimoto et al., http ://www.jcb.org /cgi /content /full /jcb /DC1

Tanimoto et al., http ://www.jcb.org /cgi /content /full /jcb /DC1 Supplemental material JCB Tanimoto et al., http ://www.jcb.org /cgi /content /full /jcb.201510064 /DC1 THE JOURNAL OF CELL BIOLOGY Figure S1. Method for aster 3D tracking, extended characterization of

More information

7 Grip aperture and target shape

7 Grip aperture and target shape 7 Grip aperture and target shape Based on: Verheij R, Brenner E, Smeets JBJ. The influence of target object shape on maximum grip aperture in human grasping movements. Exp Brain Res, In revision 103 Introduction

More information

Spatiotemporal Regime of Climate & Streamflow in the US Great Lakes Basin

Spatiotemporal Regime of Climate & Streamflow in the US Great Lakes Basin Spatiotemporal Regime of Climate & Streamflow in the US Great Lakes Basin Boris Shmagin & Carol Johnston, South Dakota State University, Nir Y. Krakauer, City College of New York Introduction http://precedings.nature.com/documents/7/version/

More information

Application of Phased Array Radar Theory to Ultrasonic Linear Array Medical Imaging System

Application of Phased Array Radar Theory to Ultrasonic Linear Array Medical Imaging System Application of Phased Array Radar Theory to Ultrasonic Linear Array Medical Imaging System R. K. Saha, S. Karmakar, S. Saha, M. Roy, S. Sarkar and S.K. Sen Microelectronics Division, Saha Institute of

More information

Feature Stamping SURFACE WATER MODELING SYSTEM. 1 Introduction. 2 Opening a Background Image

Feature Stamping SURFACE WATER MODELING SYSTEM. 1 Introduction. 2 Opening a Background Image SURFACE WATER MODELING SYSTEM Feature Stamping 1 Introduction In this lesson you will learn how to use conceptual modeling techniques to create numerical models that incorporate flow control structures

More information

Numerical Integration of Bivariate Gaussian Distribution

Numerical Integration of Bivariate Gaussian Distribution Numerical Integration of Bivariate Gaussian Distribution S. H. Derakhshan and C. V. Deutsch The bivariate normal distribution arises in many geostatistical applications as most geostatistical techniques

More information

ULTRASOUND QA SOLUTIONS. Ensure Accurate Screening, Diagnosis & Monitoring DOPPLER FLOW PHANTOMS MULTI-PURPOSE PHANTOMS TRANSDUCER TEST PHANTOMS

ULTRASOUND QA SOLUTIONS. Ensure Accurate Screening, Diagnosis & Monitoring DOPPLER FLOW PHANTOMS MULTI-PURPOSE PHANTOMS TRANSDUCER TEST PHANTOMS ULTRASOUND QA SOLUTIONS Ensure Accurate Screening, Diagnosis & Monitoring DOPPLER FLOW PHANTOMS MULTI-PURPOSE PHANTOMS TRANSDUCER TEST PHANTOMS INNOVATORS IN ADVANCED ULTRASOUND TECHNIQUES Gammex is the

More information

Studies of columnar observations and model outputs. Brian Mapes University of Miami with thanks to many data producers and sharers

Studies of columnar observations and model outputs. Brian Mapes University of Miami with thanks to many data producers and sharers Studies of columnar observations and model outputs Brian Mapes University of Miami with thanks to many data producers and sharers Looking under the hood of monthly mean data points Time sections: f(submonthly

More information

Ultrasound. Principles of Medical Imaging. Contents. Prof. Dr. Philippe Cattin. MIAC, University of Basel. Oct 17th, 2016

Ultrasound. Principles of Medical Imaging. Contents. Prof. Dr. Philippe Cattin. MIAC, University of Basel. Oct 17th, 2016 Ultrasound Principles of Medical Imaging Prof. Dr. Philippe Cattin MIAC, University of Basel Contents Abstract 1 Image Generation Echography A-Mode B-Mode M-Mode 2.5D Ultrasound 3D Ultrasound 4D Ultrasound

More information

TG-128: Quality Assurance for Prostate Brachytherapy Ultrasound

TG-128: Quality Assurance for Prostate Brachytherapy Ultrasound TG-128: Quality Assurance for Prostate Brachytherapy Ultrasound STEVEN SUTLIEF DOUG PFEIFFER (HEATHER PIERCE, WENGZHENG FENG, JIM KOFLER) AAPM ANNUAL MEETING 2010 Educational Objectives To describe the

More information

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Midterm, 2016

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Midterm, 2016 UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Midterm, 2016 Exam policy: This exam allows one one-page, two-sided cheat sheet; No other materials. Time: 80 minutes. Be sure to write your name and

More information

CFD ANALYSIS OF THE PERFORMANCE OF A FAST CATAMARAN WITH ROUGH SEA

CFD ANALYSIS OF THE PERFORMANCE OF A FAST CATAMARAN WITH ROUGH SEA STAR EUROPEAN CONFERENCE 2011 Amsterdam, 22 23 March CFD ANALYSIS OF THE PERFORMANCE OF A FAST CATAMARAN WITH ROUGH SEA G. Lombardi, M. Maganzi Dept. of Aerospace Engineering of Pisa Italy The Problem

More information

HCS 7367 Speech Perception

HCS 7367 Speech Perception Long-term spectrum of speech HCS 7367 Speech Perception Connected speech Absolute threshold Males Dr. Peter Assmann Fall 212 Females Long-term spectrum of speech Vowels Males Females 2) Absolute threshold

More information

Ultrasonic Transducer for the Hydrothermal Method

Ultrasonic Transducer for the Hydrothermal Method Journal of the Korean Physical Society, Vol. 57, No. 4, October 2010, pp. 1122 1126 Ultrasonic Transducer for the Hydrothermal Method Peter Bornmann and Tobias Hemsel Mechatronics and Dynamics, University

More information

v Feature Stamping SMS 13.0 Tutorial Prerequisites Requirements Map Module Mesh Module Scatter Module Time minutes

v Feature Stamping SMS 13.0 Tutorial Prerequisites Requirements Map Module Mesh Module Scatter Module Time minutes v. 13.0 SMS 13.0 Tutorial Objectives Learn how to use conceptual modeling techniques to create numerical models which incorporate flow control structures into existing bathymetry. The flow control structures

More information

Ensemble based probabilistic forecasting of meteorology and air quality in Oslo, Norway

Ensemble based probabilistic forecasting of meteorology and air quality in Oslo, Norway Ensemble based probabilistic forecasting of meteorology and air quality in Oslo, Norway Sam Erik Walker, Bruce Rolstad Denby, Núria Castell NILU Norwegian Institute for Air Research 21 August 2014 World

More information

M. S. Raleigh et al. C6748

M. S. Raleigh et al. C6748 Hydrol. Earth Syst. Sci. Discuss., 11, C6748 C6760, 2015 www.hydrol-earth-syst-sci-discuss.net/11/c6748/2015/ Author(s) 2015. This work is distributed under the Creative Commons Attribute 3.0 License.

More information

Revit 2017 Architecture Certification Exam Study Guide

Revit 2017 Architecture Certification Exam Study Guide ELISE MOSS Autodesk Autodesk Certified Instructor Revit 2017 Architecture Certification Exam Study Guide Certified User and Certified Professional SDC P U B L I C AT I O N S Better Textbooks. Lower Prices.

More information

Using Perceptual Grouping for Object Group Selection

Using Perceptual Grouping for Object Group Selection Using Perceptual Grouping for Object Group Selection Hoda Dehmeshki Department of Computer Science and Engineering, York University, 4700 Keele Street Toronto, Ontario, M3J 1P3 Canada hoda@cs.yorku.ca

More information

Estimation of the Upper Limb Lifting Movement Under Varying Weight and Movement Speed

Estimation of the Upper Limb Lifting Movement Under Varying Weight and Movement Speed 1 Sungyoon Lee, 1 Jaesung Oh, 1 Youngwon Kim, 1 Minsuk Kwon * Jaehyo Kim 1 Department of mechanical & control engineering, Handong University, qlfhlxhl@nate.com * Department of mechanical & control engineering,

More information

Simulation of Chemotractant Gradients in Microfluidic Channels to Study Cell Migration Mechanism in silico

Simulation of Chemotractant Gradients in Microfluidic Channels to Study Cell Migration Mechanism in silico Simulation of Chemotractant Gradients in Microfluidic Channels to Study Cell Migration Mechanism in silico P. Wallin 1*, E. Bernson 1, and J. Gold 1 1 Chalmers University of Technology, Applied Physics,

More information

Centre for Fisheries. Arnault Le Bris, Jonathan Fisher, Dominique Robert, Peter Galbraith, Tim Loher, Hannah murphy

Centre for Fisheries. Arnault Le Bris, Jonathan Fisher, Dominique Robert, Peter Galbraith, Tim Loher, Hannah murphy case study of the Gulf of St. Lawrence Atlantic halibut Arnault Le Bris, Jonathan Fisher, Dominique Robert, Peter Galbraith, Tim Loher, Hannah murphy 10 th International Flatfish Symposium Saint-Malo,

More information

GridMAT-MD: A Grid-based Membrane Analysis Tool for use with Molecular Dynamics

GridMAT-MD: A Grid-based Membrane Analysis Tool for use with Molecular Dynamics GridMAT-MD: A Grid-based Membrane Analysis Tool for use with Molecular Dynamics William J. Allen, Justin A. Lemkul, and David R. Bevan Department of Biochemistry, Virginia Tech User s Guide Version 1.0.2

More information

RiGO801 Laboratory Requirements

RiGO801 Laboratory Requirements RiGO801 Laboratory Requirements 2015-11-25 Air Conditioning According to EN 13032 1 and LM-79-08 the temperature in the environment of the DUT needs to be 25 C +/- 1 C during the measurement. EN 13032-4

More information

THE DEVELOPMENT AND MANUFACTURE OF FIXED- ULTRASONIC INSPECTION REFERENCE REFLECTORS AND TRANSDUCERS FOR COMPRESSOR BLADE DOVETAILS

THE DEVELOPMENT AND MANUFACTURE OF FIXED- ULTRASONIC INSPECTION REFERENCE REFLECTORS AND TRANSDUCERS FOR COMPRESSOR BLADE DOVETAILS International Workshop SMART MATERIALS, STRUCTURES & NDT in AEROSPACE Conference NDT in Canada 2011 2-4 November 2011, Montreal, Quebec, Canada THE DEVELOPMENT AND MANUFACTURE OF FIXED- ULTRASONIC INSPECTION

More information

CS148 - Building Intelligent Robots Lecture 5: Autonomus Control Architectures. Instructor: Chad Jenkins (cjenkins)

CS148 - Building Intelligent Robots Lecture 5: Autonomus Control Architectures. Instructor: Chad Jenkins (cjenkins) Lecture 5 Control Architectures Slide 1 CS148 - Building Intelligent Robots Lecture 5: Autonomus Control Architectures Instructor: Chad Jenkins (cjenkins) Lecture 5 Control Architectures Slide 2 Administrivia

More information

UHDAS and CODAS: Raising the Profile of Ocean Currents

UHDAS and CODAS: Raising the Profile of Ocean Currents UHDAS and CODAS: Raising the Profile of Ocean Currents Dr. Julia Hummon, University of Hawaii INMARTECH meeting, Bergen Norway, Oct. 2016 ADCP: Acoustic Doppler Current Profiler CODAS: (refers to ADCP

More information

Evidence for high biogenic isoprene emissions in the North-Western Indo-Gangetic plain

Evidence for high biogenic isoprene emissions in the North-Western Indo-Gangetic plain THE THIRD WORKSHOP ON ATMOSPHERIC COMPOSITION AND THE ASIAN SUMMER MONSOON (ACAM) Evidence for high biogenic isoprene emissions in the North-Western Indo-Gangetic plain A. K Mishra, B. P Chandra, V. Sinha

More information

International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research)

International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational

More information

ADVANCED PHASED ARRAY TECHNOLOGIES

ADVANCED PHASED ARRAY TECHNOLOGIES IRNDT 2016 3rd Iranian International NDT Conference ADVANCED PHASED ARRAY TECHNOLOGIES Wolfram A. Karl Deutsch Karl Deutsch Pruef- und Messgeraetebau GmbH + Co KG, Wuppertal, Germany, E-Mail: info@karldeutsch.de

More information

Theta sequences are essential for internally generated hippocampal firing fields.

Theta sequences are essential for internally generated hippocampal firing fields. Theta sequences are essential for internally generated hippocampal firing fields. Yingxue Wang, Sandro Romani, Brian Lustig, Anthony Leonardo, Eva Pastalkova Supplementary Materials Supplementary Modeling

More information

Can You Hear Me Now?

Can You Hear Me Now? An Introduction to the Mathematics of Hearing Department of Applied Mathematics University of Washington April 26, 2007 Some Questions How does hearing work? What are the important structures and mechanisms

More information

Gene Selection for Tumor Classification Using Microarray Gene Expression Data

Gene Selection for Tumor Classification Using Microarray Gene Expression Data Gene Selection for Tumor Classification Using Microarray Gene Expression Data K. Yendrapalli, R. Basnet, S. Mukkamala, A. H. Sung Department of Computer Science New Mexico Institute of Mining and Technology

More information

Modern Technology of Internet

Modern Technology of Internet Modern Technology of Internet Jiří Navrátil, Josef Vojtěch, Jan Furman, Tomáš Košnar, Sven Ubik, Milan Šárek, Jan Růžička, Martin Pustka, Laban Mwansa, Rudolf Blažek Katedra počítačových systémů FIT České

More information

Block-upscaling of transport in heterogeneous aquifers

Block-upscaling of transport in heterogeneous aquifers 158 Calibration and Reliability in Groundwater Modelling: From Uncertainty to Decision Making (Proceedings of ModelCARE 2005, The Hague, The Netherlands, June 2005). IAHS Publ. 304, 2006. Block-upscaling

More information

Nature Methods: doi: /nmeth Supplementary Figure 1. Activity in turtle dorsal cortex is sparse.

Nature Methods: doi: /nmeth Supplementary Figure 1. Activity in turtle dorsal cortex is sparse. Supplementary Figure 1 Activity in turtle dorsal cortex is sparse. a. Probability distribution of firing rates across the population (notice log scale) in our data. The range of firing rates is wide but

More information

COLLOIDAL SILVER: WHERE DOES IT GO WHEN YOU DRINK IT? HOW LONG DOES IT STAY THERE?

COLLOIDAL SILVER: WHERE DOES IT GO WHEN YOU DRINK IT? HOW LONG DOES IT STAY THERE? COLLOIDAL SILVER: WHERE DOES IT GO WHEN YOU DRINK IT? HOW LONG DOES IT STAY THERE? Disclaimer This report is for informational purposes only. It is not meant to be a personal guide for colloidal silver

More information

Bayesian modeling of human concept learning

Bayesian modeling of human concept learning To appear in Advances in Neural Information Processing Systems, M. S. Kearns, S. A. Solla, & D. A. Cohn (eds.). Cambridge, MA: MIT Press, 999. Bayesian modeling of human concept learning Joshua B. Tenenbaum

More information

v Feature Stamping SMS 12.0 Tutorial Prerequisites Requirements TABS model Map Module Mesh Module Scatter Module Time minutes

v Feature Stamping SMS 12.0 Tutorial Prerequisites Requirements TABS model Map Module Mesh Module Scatter Module Time minutes v. 12.0 SMS 12.0 Tutorial Objectives In this lesson will teach how to use conceptual modeling techniques to create numerical models that incorporate flow control structures into existing bathymetry. The

More information

Permanent deformation of bridge abutment on liquefiable soils

Permanent deformation of bridge abutment on liquefiable soils Permanent deformation of bridge abutment on liquefiable soils Akihiro TAKAHASHI 1, Hideki SUGITA 1 & Shunsuke TANIMOTO 1 ABSTRACT Seismic response of a bridge abutment located near a river dyke is the

More information

Edge detection. Gradient-based edge operators

Edge detection. Gradient-based edge operators Edge detection Gradient-based edge operators Prewitt Sobel Roberts Laplacian zero-crossings Canny edge detector Hough transform for detection of straight lines Circle Hough Transform Digital Image Processing:

More information

Feng Xiujuan National Institute of Metrology (NIM),China

Feng Xiujuan National Institute of Metrology (NIM),China The acoustic calibration service in transportation at NIM Feng Xiujuan National Institute of Metrology (NIM),China 1. Calibration requirements 2. Calibration service at NIM 2.1 Microphone 2.2 Ultrasonic

More information

Manual Ultrasonic Inspection of Thin Metal Welds

Manual Ultrasonic Inspection of Thin Metal Welds 11th European Conference on Non-Destructive Testing (ECNDT 2014), October 6-10, 2014, Prague, Czech Republic Manual Ultrasonic Inspection of Thin Metal Welds More Info at Open Access Database www.ndt.net/?id=16364

More information

Principles of Ultrasound. Cara C. Prideaux, M.D. University of Utah PM&R Sports Medicine Fellow March 14, 2012

Principles of Ultrasound. Cara C. Prideaux, M.D. University of Utah PM&R Sports Medicine Fellow March 14, 2012 Principles of Ultrasound Cara C. Prideaux, M.D. University of Utah PM&R Sports Medicine Fellow March 14, 2012 None Disclosures Outline Introduction Benefits and Limitations of US Ultrasound (US) Physics

More information

Shadi Aslebagh Master s Thesis Defense Nov. 28, 2012 University of Central Florida

Shadi Aslebagh Master s Thesis Defense Nov. 28, 2012 University of Central Florida Shadi Aslebagh Master s Thesis Defense Nov. 28, 2012 University of Central Florida To develop an oceanic Rain Accumulation (RA) data product in support of NASA s Aquarius (AQ) Sea Surface Salinity (SSS)

More information

ULTRASOUND QA SOLUTIONS. Ensure Accurate Screening, Diagnosis and Monitoring DOPPLER FLOW PHANTOMS MULTI-PURPOSE PHANTOMS TRAINING PHANTOMS

ULTRASOUND QA SOLUTIONS. Ensure Accurate Screening, Diagnosis and Monitoring DOPPLER FLOW PHANTOMS MULTI-PURPOSE PHANTOMS TRAINING PHANTOMS ULTRASOUND QA SOLUTIONS Ensure Accurate Screening, Diagnosis and Monitoring DOPPLER FLOW PHANTOMS MULTI-PURPOSE PHANTOMS TRAINING PHANTOMS INNOVATORS IN ADVANCED ULTRASOUND TECHNIQUES Gammex is the only

More information

Revit 2018 Architecture Certification Exam Study Guide

Revit 2018 Architecture Certification Exam Study Guide ELISE MOSS Autodesk Autodesk Certified Instructor Revit 2018 Architecture Certification Exam Study Guide Certified User and Certified Professional SDC P U B L I C AT I O N S Better Textbooks. Lower Prices.

More information

M Cells. Why parallel pathways? P Cells. Where from the retina? Cortical visual processing. Announcements. Main visual pathway from retina to V1

M Cells. Why parallel pathways? P Cells. Where from the retina? Cortical visual processing. Announcements. Main visual pathway from retina to V1 Announcements exam 1 this Thursday! review session: Wednesday, 5:00-6:30pm, Meliora 203 Bryce s office hours: Wednesday, 3:30-5:30pm, Gleason https://www.youtube.com/watch?v=zdw7pvgz0um M Cells M cells

More information

Classification. Methods Course: Gene Expression Data Analysis -Day Five. Rainer Spang

Classification. Methods Course: Gene Expression Data Analysis -Day Five. Rainer Spang Classification Methods Course: Gene Expression Data Analysis -Day Five Rainer Spang Ms. Smith DNA Chip of Ms. Smith Expression profile of Ms. Smith Ms. Smith 30.000 properties of Ms. Smith The expression

More information

Muscle-Tendon Mechanics Dr. Ted Milner (KIN 416)

Muscle-Tendon Mechanics Dr. Ted Milner (KIN 416) Muscle-Tendon Mechanics Dr. Ted Milner (KIN 416) Muscle Fiber Geometry Muscle fibers are linked together by collagenous connective tissue. Endomysium surrounds individual fibers, perimysium collects bundles

More information

WHITE PAPER. Efficient Measurement of Large Light Source Near-Field Color and Luminance Distributions for Optical Design and Simulation

WHITE PAPER. Efficient Measurement of Large Light Source Near-Field Color and Luminance Distributions for Optical Design and Simulation Efficient Measurement of Large Light Source Near-Field Color and Luminance Distributions for Optical Design and Simulation Efficient Measurement of Large Light Source Near-Field Color and Luminance Distributions

More information

ULTRASOUND IMAGING EE 472 F2018. Prof. Yasser Mostafa Kadah

ULTRASOUND IMAGING EE 472 F2018. Prof. Yasser Mostafa Kadah ULTRASOUND IMAGING EE 472 F2018 Prof. Yasser Mostafa Kadah www.k-space.org Recommended Textbook Diagnostic Ultrasound: Physics and Equipment, 2nd ed., by Peter R. Hoskins (Editor), Kevin Martin (Editor),

More information

Calories per oz. Price per oz Corn Wheat

Calories per oz. Price per oz Corn Wheat Donald Wittman Lecture 1 Diet Problem Consider the following problem: Corn costs.6 cents an ounce and wheat costs 1 cent an ounce. Each ounce of corn has 10 units of vitamin A, 5 calories and 2 units of

More information

SAFETY & DISPOSAL onpg is a potential irritant. Be sure to wash your hands after the lab.

SAFETY & DISPOSAL onpg is a potential irritant. Be sure to wash your hands after the lab. OVERVIEW In this lab we will explore the reaction between the enzyme lactase and its substrate lactose (i.e. its target molecule). Lactase hydrolyzes lactose to form the monosaccharides glucose and galactose.

More information

Robert Arnone, Hubert Loisel, Kendall Carder, Emmanuel Boss, Stephane Maritorena and ZhongPing Lee

Robert Arnone, Hubert Loisel, Kendall Carder, Emmanuel Boss, Stephane Maritorena and ZhongPing Lee Chapter 13 Examples of IOP Applications Robert Arnone, Hubert Loisel, Kendall Carder, Emmanuel Boss, Stephane Maritorena and ZhongPing Lee The IOPs retrieved from ocean colour provide innovative tools

More information

Supplementary Figure 1. Sample preparation schematic. First (Stage I), square islands of MoO 3 are prepared by either photolithography followed by

Supplementary Figure 1. Sample preparation schematic. First (Stage I), square islands of MoO 3 are prepared by either photolithography followed by Supplementary Figure 1. Sample preparation schematic. First (Stage I), square islands of MoO 3 are prepared by either photolithography followed by thermal evaporation and liftoff or by a process where

More information

Lesson 07: Ultrasound Transducers. This lesson contains 73 slides plus 16 multiple-choice questions.

Lesson 07: Ultrasound Transducers. This lesson contains 73 slides plus 16 multiple-choice questions. Lesson 07: Ultrasound Transducers This lesson contains 73 slides plus 16 multiple-choice questions. This lesson was derived from pages 33 through 42 in the textbook: Ultrasound Transducers Ultrasound Transducers

More information

Linear Ultrasonic Wave Propagation in Biological Tissues

Linear Ultrasonic Wave Propagation in Biological Tissues Indian Journal of Biomechanics: Special Issue (NCBM 7-8 March 29) Linear Ultrasonic Wave Propagation in Biological Tissues Narendra D Londhe R. S. Anand 2, 2 Electrical Engineering Department, IIT Roorkee,

More information

Numerical analysis of the embedded abutments of integral bridges

Numerical analysis of the embedded abutments of integral bridges Numerical analysis of the embedded abutments of integral bridges Ming XU Researcher, Dept. of Civil & Env. Engrg., University of Southampton, UK Summary Alan G. BLOODWORTH Lecturer, Dept. of Civil & Env.

More information

2D-Sigmoid Enhancement Prior to Segment MRI Glioma Tumour

2D-Sigmoid Enhancement Prior to Segment MRI Glioma Tumour 2D-Sigmoid Enhancement Prior to Segment MRI Glioma Tumour Pre Image-Processing Setyawan Widyarto, Siti Rafidah Binti Kassim 2,2 Department of Computing, Faculty of Communication, Visual Art and Computing,

More information

EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE

EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE EARLY STAGE DIAGNOSIS OF LUNG CANCER USING CT-SCAN IMAGES BASED ON CELLULAR LEARNING AUTOMATE SAKTHI NEELA.P.K Department of M.E (Medical electronics) Sengunthar College of engineering Namakkal, Tamilnadu,

More information

Model calibration and Bayesian methods for probabilistic projections

Model calibration and Bayesian methods for probabilistic projections ETH Zurich Reto Knutti Model calibration and Bayesian methods for probabilistic projections Reto Knutti, IAC ETH Toy model Model: obs = linear trend + noise(variance, spectrum) 1) Short term predictability,

More information

Mechanotransduction in Ischemic Cardiac Tissue: A Mechanical Bidomain Approach under Plane Stress

Mechanotransduction in Ischemic Cardiac Tissue: A Mechanical Bidomain Approach under Plane Stress Mechanotransduction in Ischemic Cardiac Tissue: A Mechanical Bidomain Approach under Plane Stress Austin Fee* & Bradley J. Roth *Department of Physics, Oakland University, Rochester, Michigan https://doi.org/10.33697/ajur.2019.001

More information

Making charts in Excel

Making charts in Excel Making charts in Excel Use Excel file MakingChartsInExcel_data We ll start with the worksheet called treatment This shows the number of admissions (not necessarily people) to Twin Cities treatment programs

More information

Calculating volume scotomas for patients with central scotomas

Calculating volume scotomas for patients with central scotomas APPENDIX Calculating volume scotomas for patients with central scotomas This appendix provides formulas to derive the shape and extent of volume scotomas for some simple examples of bilateral central field

More information

Is the straddle effect in contrast perception limited to secondorder spatial vision?

Is the straddle effect in contrast perception limited to secondorder spatial vision? Journal of Vision (2018) 18(5):15, 1 43 1 Is the straddle effect in contrast perception limited to secondorder spatial vision? Norma V. Graham Department of Psychology, Columbia University, New York, NY,

More information

A CONVENTIONAL STUDY OF EDGE DETECTION TECHNIQUE IN DIGITAL IMAGE PROCESSING

A CONVENTIONAL STUDY OF EDGE DETECTION TECHNIQUE IN DIGITAL IMAGE PROCESSING Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

More information

Nutrient- vs. Energy-Limitation in the Sea:

Nutrient- vs. Energy-Limitation in the Sea: Nutrient- vs. Energy-Limitation in the Sea: The Red Sea and the Antarctic Ocean as Extreme Case Studies Max M. Tilzer University of Constance, Germany ISEEQS-Meeting, 29 May 1 June 2005 Katsushika Hokusai:

More information

MISR: A Prototype New Product

MISR: A Prototype New Product MISR: A Prototype New Product Michael J. Garay Jet Propulsion Laboratory, California Institute of Technology, Pasadena, CA, USA Nine view angles at Earth surface: 70.5º forward to 70.5º backward Nine 14-bit

More information