HWRF Nesting. Xuejin Zhang AOML/HRD & UM/CIMAS

Size: px
Start display at page:

Download "HWRF Nesting. Xuejin Zhang AOML/HRD & UM/CIMAS"

Transcription

1 HWRF Nesting Xuejin Zhang AOML/HRD & UM/CIMAS Acknoedgements Coaborators: EMC Hurricane Project (Lead: M. Avicha); DTC (Lead: K. Neman); HRD Modeing Group (Lead: Gopaakrishnan) Computer resource: Jet supercomputer HFIP support

2 HFIP Vision and Goas ( ) VISION Organize the hurricane community to dramaticay improve numerica forecast guidance to NHC in 5-10 years. GOALS Reduce numerica forecast errors in track and intensity by 20% in 5 years, 50% in 10 years Extend forecast guidance to 7 days ith ski comparabe to 5 days at project inception Increase probabiity of predicting rapid intensification (RI) at day 1 to 90% and 60% at day 5 Improve products on storm surge prediction 1

3 Horizonta-Tempora Scaes of Time 1 mo Micro γ scae Atmospheric Processes Micro β scae Micro α scae Meso γ scae Meso β scae Meso α scae Macro β scae Barocinic aves Macro α scae Standing aves Utra ong aves 1 day 1 hour 1 min 1 sec Horizonta Length Pumes Roughness Turbuence Dust devis Thermas Wakes Tornados Deep convection Short gravity aves Fronts (from cross front to aong front) Nocturna o eve jet Squa ines Inertia aves Thunderstorms Coud custers I.G.W. Lake & Mtn Cear air disturbances turbuence Urban effects Tropica cycone (vortex to convective scae) Topography disturbance Tida aves 20 m 200 m 2 km 20 km 200 km 2000 km km Adopted from Oranski (1975) 2

4 Scientific Objectives Preserve across-scae processes on TC genesis, intensifying, decaying, and andfa processes ithin an integrated modeing system to represent the fu-scae spectrum of atmospheric aves and study on muti-scae interactions e.g. TC-terrain interaction, and andfa processes and QPF etc. Enhance resoved resoution that can represent TC inner core physics and can predict TC dynamics ( 3 km or ess) Non-hydrostatic mode becomes required Physics schemes shoud be suitabe to the high-resoution mode 3

5 Mode Deveopment Objectives Taior a too that is operationay feasibe and transferabe ithin the operationa resource capabiity Address the vision and goas of HFIP Meet the NHC operationa requirements Deveop mode capabiities required by the advancements on observing and data assimiation technoogy 4

6 HWRF Grid System Horizonta: Rotated Latitude-Longitude E-Grid Vertica: σ-p hybrid Nesting ØCoincident grid points at start and end points ØFixed nest ratio: 1:3 ØMoving one grid each time 5

7 Rotated Latitude-Longitude Domain Reguar Latitude-Longitude map background Rotated Latitude-Longitude map background Credit: Zavisa Janjic 6

8 Mass points Veocity points E-GRID Structure i = IMS IMS+1 IME-1 i = IME j = JME JME - 1 JME - 2 JMS+2 JMS+1 j = JMS 7

9 Sigma-Pressure Hybrid Coordinate Credit: Zavisa Janjic 8

10 Idea of Moving Nest Moving Nest Setup Domain starting point at mass point Grids aigning at mass points Fine grids adjusting mass Leading edge initiaization Feedback to coarse grids Domain movement Innermost domain fooing the intermediate domain in the current operationa HWRF Mass points (H) Wind points (V) 9

11 Nesting Scheme and Feedback 1 TC one TC to 1 Parae TC one Parae TC to To-ay interaction To-ay interaction The operationa HWRF 10

12 Nest Motion Soution MSLP or vorticity aone is not enough Ne method is neary 100% successfu Ony probems are hen nest movement interva is too sma for storm speed. Rare: decaying extra-tropica systems 11

13 Vortex Tracking Nests Track nine smoothed fieds: Vorticity 10 m, 850 mb, 700 mb Wind minimum 10 m, 850 mb, 700 mb Height 850 mb, 700 mb Membrane MSLP (deveoped by Hui-Ya Chuang at EMC) Discard fieds that are far from the average Fina average is a ne ocation 12

14 Membrane MSLP Project atmosphere on pressure eves Extrapoate virtua temperature on pressure surfaces Smooth atmosphere Integrate to get P(z=0) 13

15 Mass Adjustment Coarse-res Domain Fine-res Domain Hybrid p-σ Coordinate og(p) space Interpoation Hybrid p-σ Coordinate Directy interpoated from parent hybrid to nested hybrid (sigma eves don t match!) Ø The height, temperature and moisture fieds from the parent domain eves are interpoated horizontay onto nested grids on the same hybrid eves in the parent domain. Ø The refined meteoroogica fieds from the parent domain are verticay interpoated onto hybrid eves in the nested domain by using the high-resoution topography pseudo hydrostatic mass baancing. 14

16 HWRF NESTED BOUNDARY CONDITIONS j=jme j=jme-1 j=jme-2 i=1 i=2 i=ime-1 j=1 i=ime Ø Externa Data: Prescribed from the parent after mass adjustment of hydrostatic variabes/direct interpoation of other variabes Ø Bending Zone: Simpe 4 point averaging Ø Dynamic Interface: Mode integration starts from 3 rd ro/coumn Ø Leading edge: fooing same procedure of initia condition j=3 j=2 15

17 Feedback 9 point average Weighted equay beteen the parent and nest average Same vertica mass adjustment procedure 16

18 HWRF nameist.input: nest specific! &domains max_dom = 3, grid_id = 1, 2, 3, parent_id = 0, 1, 2, &time_contro start_year = 2008, 2008, 2008, start_month = 09, 09, 09, start_day = 09, 09, 09, start_hour = 00, 00, 00, start_minute = 00, 00, 00, start_second = 00, 00, 00, end_year = 2008, 2008, 2008, end_month = 09, 09, 09, end_day = 09, 09, 09, end_hour = 06, 06, 06, end_minute = 00, 00, 00, end_second = 00, 00, 00,./frame/LOGICAL FUNCTION nests_to_open CALL n_get_max_dom ( 1, max_dom ) DO nestid = 2, max_dom IF (.NOT. active_domain( nestid ) ) THEN CALL n_get_parent_id ( nestid, parent_id ) IF ( parent_id.eq. parent%id ) THEN CALL n_get_start_year (nestid,s_yr) CALL n_get_end_year (nestid,e_yr) CALL n_get_start_month (nestid,s_mm) CALL n_get_end_month (nestid,e_mm) CALL n_get_start_day (nestid,s_dd) CALL n_get_end_day (nestid,e_dd) CALL n_get_start_hour (nestid,s_h) CALL n_get_end_hour (nestid,e_h) CALL n_get_start_minute (nestid,s_m) CALL n_get_end_minute (nestid,e_m) CALL n_get_start_second (nestid,s_s) CALL n_get_end_second (nestid,e_s). ENDDO 17

19 &domains time_step = 54, time_step_fract_num = 0, time_step_fract_den = 1, max_dom = 3, s_e = 1, 1, 1, e_e = 216, 60, 60, s_sn = 1, 1, 1, e_sn = 432, 100, 100, s_vert = 1, 1, 1 e_vert = 43, 43, 43, parent_grid_ratio = 1, 3, 3, parent_time_step_ratio = 1, 3, 3, dx =.18, 0.06, 0.02, dy =.18, 0.06, 0.02, Domain configuration for the nest./frame/module modue_integrate RECURSIVE SUBROUTINE integrate DO WHILE ( nests_to_open( grid, nestid, kid ) )! nestid is index into mode_config_rec (modue_configure) of the grid! to be opened; kid is index into an open sot in grid's ist of chidren a_nest_as_opened =.true. CALL med_pre_nest_initia ( grid, nestid, config_fags ) CALL aoc_and_configure_domain ( domain_id = nestid, & #ifdef DM_PARALLEL active_this_task = domain_active_this_task( nestid ), & #endif grid = ne_nest, & parent = grid, & kid = kid ) CALL Setup_Timekeeping (ne_nest) CALL med_nest_initia ( grid, ne_nest, config_fags ) IF ( grid%active_this_task ) THEN IF ( grid%dfi_stage == DFI_STARTFWD ) THEN CALL rf_dfi_startfd_init(ne_nest) ENDIF IF (couper_on) CALL cp_defdomain( ne_nest ) ENDIF! active_this_task END DO 18

20 HWRF: ISTART, JSTART AND GRID MOTION &domains grid_id = 1, 2, 3, i_parent_start = 0, ISTART1, ISTART2, j_parent_start = 0, JSTART1, JSTART2, num_moves = -99, scorner_dynamic.f can automaticay determine the southest corner index: istart?, jstart?, ithin the parent domain (coarseresoution) for the chid domain (fine-resoution). Option: num_moves = -99 for automatic grid motion, specificay for Hurricanes; For ocating the initia grid based on storm center, e are providing a utiity../hrfutiities/vortex_init/hrf_set_ijstart/scorner_dynamic.f. This code is compied as part of the hrf-utiities component of HWRF. 19

21 Registry/Registry.NMM Interpoation Routines share/interp_fcn.f Three cases: upscae(up/u), donscae(don/d), boundary forcing(bdy/f) Four methods: nearest neighbor (Near), binary copy (Copy), mass adjustment (Mass), veocity (Ve) state rea u ijkb dyn_nmm 1 v i01rh02u=(upve)d=(donve)f=(bdyve) state rea v ijkb dyn_nmm 1 v i01rh02u=(upve)d=(donve)f=(bdyve) State rea f_ice ikj dyn_nmm 1 rhd=(donmassikj:@eextrap,0.0)u=(upmassikj:@eextrap,0.0) state rea qv ijkfbt moist 1 m rhu=(upmass:@ecopy,0.0), = extrapoation method (beo ground): copy oest mode = extrapoate using constant 5.5 beo = ineary extrapoate to constant at 1030 mb 20

22 Summary The HWRF nesting as deveoped for hurricane forecast appication. The saient features are: Mode configuration is easiy controed through nameist.input Teescopic nests foo the moving system Mutipe nest moving options are avaiabe Mass baance beteen coarse grids to fine grids (donscae and feedback) are directy adjusted on σ eves Mutipe up- and don-scae and forcing agorithms are avaiabe Reference Zhang, X., S.G. Gopaakrishnan, S. Trahan, T.S. Quirino, Q. Liu, Z. Zhang, G. Aaka, and and V. Taapragada. Representing mutipe scaes in the Hurricane Weather Research and Forecasting modeing system: Design of mutipe sets of movabe mutieve nesting and the basin-scae HWRF forecast verification. Weather and Forecasting, 31(6): , doi: /waf-d

WRF Nesting: Set Up and Run

WRF Nesting: Set Up and Run WRF Nesting: Set Up and Run Wei Wang NCAR/NESL/MMM January 2013 Mesoscale & Microscale Meteorological Division / NCAR 1 Outline General comments Nest namelist options Running WRF with nests NMM case: one-way,

More information

Basic namelist Options

Basic namelist Options Basic namelist Options Dave Gill Wei Wang Mesoscale & Microscale Meteorological Division / NCAR 1 What is a namelist? A Fortran namelist contains a list of runtime options for the code to read in during

More information

Wei Wang NCAR/ESSL/MMM. Mesoscale & Microscale Meteorological Division / NCAR 1

Wei Wang NCAR/ESSL/MMM. Mesoscale & Microscale Meteorological Division / NCAR 1 Set Up and Run WRF Wei Wang NCAR/ESSL/MMM Mesoscale & Microscale Meteorological Division / NCAR 1 WRF System Flowchart WRFV3 WPS ideal.exe real.exe wrf.exe e Mesoscale & Microscale Meteorological Division

More information

Development of the Basin-scale HWRF Modeling System

Development of the Basin-scale HWRF Modeling System Development of the Basin-scale HWRF Modeling System Xuejin Zhang and Ghassan Alaka, Jr. (AOML/HRD) HFIP Annual Meeting, 11 January 2017 Team AOML/HRD (Team Lead: S. Gopalakrishnan) G. Alaka R. Black H.

More information

High Spectral Resolution Infrared Radiance Modeling Using Optimal Spectral Sampling (OSS) Method

High Spectral Resolution Infrared Radiance Modeling Using Optimal Spectral Sampling (OSS) Method High Spectra Resoution Infrared Radiance Modeing Using Optima Spectra Samping (OSS) Method J.-L. Moncet and G. Uymin Background Optima Spectra Samping (OSS) method is a fast and accurate monochromatic

More information

BASIN-SCALE HWRF: Evaluation of 2017 Real-Time Forecasts

BASIN-SCALE HWRF: Evaluation of 2017 Real-Time Forecasts BASIN-SCALE HWRF: Evaluation of 2017 Real-Time Forecasts HARVEY IRMA MARIA Ghassan Alaka1,2, Xuejin Zhang1,2, Gopal2, Frank Marks2, Mu-Chieh Ko1,2, Russell St. Fleur1,2 Acknowledgements: NOAA/NWS/EMC,

More information

NOAA s Hurricane Forecast Improvement Project: Framework for Addressing the Weather Research Forecasting Innovation Act of 2017

NOAA s Hurricane Forecast Improvement Project: Framework for Addressing the Weather Research Forecasting Innovation Act of 2017 NOAA s Hurricane Forecast Improvement Project: Framework for Addressing the Weather Research Forecasting Innovation Act of 2017 Frank Marks (NOAA/AOML/HRD) November 7, 2018 NOAA Hurricane Forecast Improvement

More information

WRF Derecho case. (Experiment 4 at end)

WRF Derecho case. (Experiment 4 at end) WRF Derecho case (Experiment 4 at end) 1 Set up WRF environment mkdir DERECHO! cd DERECHO! cp /home/c115-test/derecho/make_all_links.csh.! cp /home/c115-test/derecho/namelist.*.! cp /home/c115-test/derecho/control_file.*.!

More information

WRF Pre-Processing (WPS)

WRF Pre-Processing (WPS) NCAR Earth System Laboratory National Center for Atmospheric Research NCAR is Sponsored by NSF and this work is partially supported by the Willis Research Network and the Research Partnership to Secure

More information

Advancements in Operations and Research on Hurricane Modeling and Ensemble Prediction System at EMC/NOAA

Advancements in Operations and Research on Hurricane Modeling and Ensemble Prediction System at EMC/NOAA Advancements in Operations and Research on Hurricane Modeling and Ensemble Prediction System at EMC/NOAA Zhan Zhang and Vijay Tallapragada EMC/NCEP/NOAA/DOC Acknowledgements: HWRF Team Members at EMC,

More information

Set Up and Run WRF ( real data) Mesoscale & Microscale Meteorological Division / NCAR 1

Set Up and Run WRF ( real data) Mesoscale & Microscale Meteorological Division / NCAR 1 Set Up and Run WRF ( real data) Mesoscale & Microscale Meteorological Division / NCAR 1 WRF System Flowchart WRFV3 WPS ideal.exe real.exe wrf.exe Mesoscale & Microscale Meteorological Division / NCAR 2

More information

Performance of the 2013 Operational HWRF

Performance of the 2013 Operational HWRF Performance of the 2013 Operational HWRF Vijay Tallapragada & HWRF Team Environmental Modeling Center, NCEP/NOAA/NWS, NCWCP, College Park, MD 20740. HFIP Annual Review Meeting, February 19, 2014 1 Outline

More information

HWRF Surface Layer Thermodynamics Evaluation. Eric W. Uhlhorn and Joseph J. Cione HFIP Hurricane Modeling Workshop September 2012

HWRF Surface Layer Thermodynamics Evaluation. Eric W. Uhlhorn and Joseph J. Cione HFIP Hurricane Modeling Workshop September 2012 HWRF Surface Layer Thermodynamics Evaluation Eric W. Uhlhorn and Joseph J. Cione HFIP Hurricane Modeling Workshop 17-18 September 2012 Special thanks. HRD HWRF modeling team Gopal, Xuejin Zhang, Thiago

More information

HFIP Annual Review Meeting November 5-7, 2018 Embassy Suites by Hilton Miami International Airport 3974 NW S River Dr, Miami, FL 33142

HFIP Annual Review Meeting November 5-7, 2018 Embassy Suites by Hilton Miami International Airport 3974 NW S River Dr, Miami, FL 33142 HFIP Annual Review Meeting November 5-7, 2018 Embassy Suites by Hilton Miami International Airport 3974 NW S River Dr, Miami, FL 33142 Overall Objectives The new HFIP Strategic Plan detailing the specific

More information

Testing and Evaluation of GSI Hybrid Data Assimilation for Basin-scale HWRF: Lessons We Learned

Testing and Evaluation of GSI Hybrid Data Assimilation for Basin-scale HWRF: Lessons We Learned 4th NOAA Testbeds & Proving Ground Workshop, College Park, MD, April 2-4, 2013 Testing and Evaluation of GSI Hybrid Data Assimilation for Basin-scale HWRF: Lessons We Learned Hui Shao1, Chunhua Zhou1,

More information

Motivation & Goal. We investigate a way to generate PDFs from a single deterministic run

Motivation & Goal. We investigate a way to generate PDFs from a single deterministic run Motivation & Goal Numerical weather prediction is limited by errors in initial conditions, model imperfections, and nonlinearity. Ensembles of an NWP model provide forecast probability density functions

More information

HMON (HNMMB): Development of a new Hurricane model for NWS/NCEP operations

HMON (HNMMB): Development of a new Hurricane model for NWS/NCEP operations 1 HMON (HNMMB): Development of a new Hurricane model for NWS/NCEP operations Avichal Mehra, EMC Hurricane and Mesoscale Teams Environmental Modeling Center NOAA / NWS / NCEP HMON: A New Operational Hurricane

More information

Discussion on HFIP RDITT Experiments. Proposal for extending the life of RDITT for one more year: Future Plans from Individual Groups

Discussion on HFIP RDITT Experiments. Proposal for extending the life of RDITT for one more year: Future Plans from Individual Groups Discussion on HFIP RDITT Experiments Proposal for extending the life of RDITT for one more year: Future Plans from Individual Groups 1 EMC: Modifications to one-way hybrid ensemble-variational data assimilation

More information

The Use of GPS Radio Occultation Data for Tropical Cyclone Prediction. Bill Kuo and Hui Liu UCAR

The Use of GPS Radio Occultation Data for Tropical Cyclone Prediction. Bill Kuo and Hui Liu UCAR The Use of GPS Radio Occultation Data for Tropical Cyclone Prediction Bill Kuo and Hui Liu UCAR Current capability of the National Hurricane Center Good track forecast improvements. Errors cut in half

More information

Developmental Testbed Center (DTC) Project for the Air Force Weather Agency (AFWA) Final Report of Annual Baseline GSI Experiments (Appendix Task)

Developmental Testbed Center (DTC) Project for the Air Force Weather Agency (AFWA) Final Report of Annual Baseline GSI Experiments (Appendix Task) Developmental Testbed Center (DTC) Project for the Air Force Weather Agency (AFWA) Final Report of Annual Baseline GSI Experiments (Appendix Task) February 2013 Index 1. Introduction 2. Configurations

More information

Nesting in WRF. Dave Gill Super Cell QSS. 2-domain run CG FG. Feedback: on. Split storm

Nesting in WRF. Dave Gill Super Cell QSS. 2-domain run CG FG. Feedback: on. Split storm Nesting in WRF Dave Gill Super Cell QSS 2-domain run CG FG Feedback: on Split storm Overview Nesting: Journalism 101: Who, what, why, when, where Domains OK vs semi-ok vs not OK at all Variable staggering

More information

The Bending of Rectangular Deep Beams with Fixed at Both Ends under Uniform Load

The Bending of Rectangular Deep Beams with Fixed at Both Ends under Uniform Load Engineering,,, 8-9 doi:.6/eng..7 Pubised Onine December (ttp://.scirp.org/journa/eng) Te Bending of Rectanguar Deep Beams it Fied at Bot Ends under Uniform Load Abstract Ying-Jie Cen, Bao-Lian Fu, Gang

More information

INTERIM MESOSCALE WIND MODELLING REPORT

INTERIM MESOSCALE WIND MODELLING REPORT Public Disclosure Authorized Public Disclosure Authorized Wind Resource Mapping in Nepal INTERIM MESOSCALE WIND MODELLING REPORT May 2016 Public Disclosure Authorized Public Disclosure Authorized This

More information

Developmental Testbed Center (DTC) Project for the Hurricane Forecast Improvement Program (HFIP)

Developmental Testbed Center (DTC) Project for the Hurricane Forecast Improvement Program (HFIP) Developmental Testbed Center (DTC) Project for the Hurricane Forecast Improvement Program (HFIP) Final report documenting: Regional Application of the GSI- Hybrid Data Assimilation for Tropical Storm forecasts

More information

Use of the GFDL Vortex Tracker

Use of the GFDL Vortex Tracker Use of the GFDL Vortex Tracker Tim Marchok NOAA / Geophysical Fluid Dynamics Laboratory WRF Tutorial for Hurricanes January 24, 2018 Outline History & description of the GFDL vortex tracker Inputs & Outputs

More information

Objectives for meeting

Objectives for meeting Objectives for meeting 1) Summarize planned experiments 2) Discuss resource availability Aircraft Instrumentation Expendables 3) Assign working groups to complete each experiment plan Flight planning and

More information

Tropical Cyclone Genesis: What we know, and what we don t!

Tropical Cyclone Genesis: What we know, and what we don t! Tropical Cyclone Genesis: What we know, and what we don t! Allison Wing! NSF Postdoctoral Research Fellow! Lamont-Doherty Earth Observatory! Columbia University! Overview! Climatology! What We Know! Theories!

More information

Set Up and Run WRF (ARW-real)

Set Up and Run WRF (ARW-real) Set Up and Run WRF (ARW-real) Wei Wang Dave Gill NCAR/ESSL/MMM Mesoscale & Microscale Meteorological Division / NCAR 1 WRF System Flowchart WRFV3 WPS real.exe wrf.exe e Mesoscale & Microscale Meteorological

More information

THE DIRECT KINEMATICS OF REDUNDANT PARALLEL ROBOT FOR PREDICTIVE CONTROL

THE DIRECT KINEMATICS OF REDUNDANT PARALLEL ROBOT FOR PREDICTIVE CONTROL HE DIREC KINEMAICS OF REDUNDAN PARALLEL ROBO FOR PREDICIVE CONROL BELDA KVĚOSLAV, BÖHM JOSEF, VALÁŠEK MICHAEL Department of Adaptive Systems, Institute of Information heory and Automation, Academy of Sciences

More information

HILBERT? What is HILBERT? Matlab Implementation of Adaptive 2D BEM. Dirk Praetorius. Features of HILBERT

HILBERT? What is HILBERT? Matlab Implementation of Adaptive 2D BEM. Dirk Praetorius. Features of HILBERT Söerhaus-Workshop 2009 October 16, 2009 What is HILBERT? HILBERT Matab Impementation of Adaptive 2D BEM joint work with M. Aurada, M. Ebner, S. Ferraz-Leite, P. Godenits, M. Karkuik, M. Mayr Hibert Is

More information

International Journal of Mass Spectrometry

International Journal of Mass Spectrometry Internationa Journa of Mass Spectrometry 280 (2009) 179 183 Contents ists avaiabe at ScienceDirect Internationa Journa of Mass Spectrometry journa homepage: www.esevier.com/ocate/ijms Stark mixing by ion-rydberg

More information

Assimilation of Airborne Doppler Radar Observations Using the Unified GSI based Hybrid Ensemble Variational Data Assimilation System for HWRF

Assimilation of Airborne Doppler Radar Observations Using the Unified GSI based Hybrid Ensemble Variational Data Assimilation System for HWRF Assimilation of Airborne Doppler Radar Observations Using the Unified GSI based Hybrid Ensemble Variational Data Assimilation System for HWRF Xuguang Wang xuguang.wang@ou.edu University of Oklahoma, Norman,

More information

Set Up and Run WRF. Wei Wang NCAR/NESL/MMM May Mesoscale & Microscale Meteorological Division / NCAR 1

Set Up and Run WRF. Wei Wang NCAR/NESL/MMM May Mesoscale & Microscale Meteorological Division / NCAR 1 Set Up and Run WRF Wei Wang NCAR/NESL/MMM May 2011 Mesoscale & Microscale Meteorological Division / NCAR 1 WRF System Flowchart WRFV3 WPS ideal.exe real.exe wrf.exe Mesoscale & Microscale Meteorological

More information

Transitioning Physics Advancements into the Operational Hurricane WRF Model

Transitioning Physics Advancements into the Operational Hurricane WRF Model Transitioning Physics Advancements into the Operational Hurricane WRF Model KATHRYN NEWMAN, MRINAL BISWAS, LAURIE CARSON N OA A / ESR L T EA M M E M B E RS: E. K ALINA, J. F RIMEL, E. GRELL, AND L. B ERNARDET

More information

IMPROVEMENT OF THE SHAPE FUNCTION IN THE STOCHASTIC SIMULATION METHOD AND REPRODUCTION OF HIGH-FREQUENCY MOTION RECORDINGS OF THE KOBE EARTHQUAKE

IMPROVEMENT OF THE SHAPE FUNCTION IN THE STOCHASTIC SIMULATION METHOD AND REPRODUCTION OF HIGH-FREQUENCY MOTION RECORDINGS OF THE KOBE EARTHQUAKE IMPROVEMENT OF THE SHAPE FUNCTION IN THE STOCHASTIC SIMULATION METHOD AND REPRODUCTION OF HIGH-FREQUENCY MOTION RECORDINGS OF THE KOBE EARTHQUAKE ABSTRACT: Masanori Horike 1 and Yoshihiro Onishi 1 Professor,

More information

NCEP Operational Hurricane Modeling System. HWRF Performance Verification in 2016

NCEP Operational Hurricane Modeling System. HWRF Performance Verification in 2016 1 NCEP Operational Hurricane Modeling System HWRF Performance Verification in 2016 The HWRF Team Environmental Modeling Center, NCEP NOAA/NCWCP, College Park, MD 20740, USA. Zhan Zhang, Avicha Mehra, Samuel

More information

NCEP Hurricane Modeling: HWRF 2016 Upgrade Plans. Sam Trahan Hurricane Team NOAA NCEP EMC and collaborators around the world

NCEP Hurricane Modeling: HWRF 2016 Upgrade Plans. Sam Trahan Hurricane Team NOAA NCEP EMC and collaborators around the world NCEP Hurricane Modeling: HWRF 2016 Upgrade Plans Sam Trahan Hurricane Team NOAA NCEP EMC and collaborators around the world Overview Upgrades Test Plan 2016 HWRF Upgrades Overview Blue Upgrades are Mandatory

More information

Microwave Integrated Retrieval System (MIRS)

Microwave Integrated Retrieval System (MIRS) Microwave Integrated Retrieva System (MIRS) Fuzhong Weng, Mitch Godberg, Mark Liu, Sid Boukabara, Raph Ferraro and Tony Reae Office of Research Appications NOAA/NESDIS The 14 th Internationa TOVS Study

More information

The WRF NMM Core. Zavisa Janjic Talk modified and presented by Matthew Pyle

The WRF NMM Core. Zavisa Janjic Talk modified and presented by Matthew Pyle The WRF NMM Core Zavisa Janjic (Zavisa.Janjic@noaa.gov) Talk modified and presented by Matthew Pyle (Matthew.Pyle@noaa.gov) NMM Dynamic Solver Basic Principles Equations / Variables Model Integration Horizontal

More information

Forces of Friction. through a viscous medium, there will be a resistance to the motion. and its environment

Forces of Friction. through a viscous medium, there will be a resistance to the motion. and its environment Forces of Friction When an object is in motion on a surface or through a viscous medium, there wi be a resistance to the motion This is due to the interactions between the object and its environment This

More information

A pseudo-ensemble hybrid data assimilation system for HWRF

A pseudo-ensemble hybrid data assimilation system for HWRF A pseudo-ensemble hybrid data assimilation system for HWRF Xuyang Ge UCAR visiting postdoctoral scientist at PSU/NCEP Contributors: Fuqing Zhang and Yonghui Weng (PSU) Mingjing Tong and Vijay Tallapragada

More information

A comparative study on the genesis of North Indian Ocean cyclone Madi (2013) and Atlantic Ocean cyclone Florence (2006)

A comparative study on the genesis of North Indian Ocean cyclone Madi (2013) and Atlantic Ocean cyclone Florence (2006) A comparative study on the genesis of North Indian Ocean cyclone Madi (2013) and Atlantic Ocean cyclone Florence (2006) VPM Rajasree 1, Amit P Kesarkar 1, Jyoti N Bhate 1, U Umakanth 1 Vikas Singh 1 and

More information

NCEP s UNIFIED POST PROCESSOR (UPP) 2018 HWRF Tutorial

NCEP s UNIFIED POST PROCESSOR (UPP) 2018 HWRF Tutorial NCEP s UNIFIED POST PROCESSOR (UPP) Hui-Ya Chuang NOAA/NCEP/EMC 2018 HWRF Tutorial 1 Outline Overview Components and Functions Sample fields generated Running unipost Controlling output generation Running

More information

Hurricane Forecast Improvement Project (HFIP) Bob Gall HFIP Development Manager

Hurricane Forecast Improvement Project (HFIP) Bob Gall HFIP Development Manager Hurricane Forecast Improvement Project (HFIP) Bob Gall HFIP Development Manager Boulder, Colorado June 26, 2012 2 The HFIP Project Vision/Goals Vision o Organize the hurricane community to dramatically

More information

Tropical Storm List

Tropical Storm  List Tropical Storm Email List http://tstorms.org/ tropical-storms@tstorms.org Tropical-Storms is a mailing list only for those who are professionally active in either the research or forecasting of tropical

More information

Numerical solution of one dimensional contaminant transport equation with variable coefficient (temporal) by using Haar wavelet

Numerical solution of one dimensional contaminant transport equation with variable coefficient (temporal) by using Haar wavelet Goba Journa of Pure and Appied Mathematics. ISSN 973-1768 Voume 1, Number (16), pp. 183-19 Research India Pubications http://www.ripubication.com Numerica soution of one dimensiona contaminant transport

More information

1) For a block of mass m to slide without friction up a rise of height h, the minimum initial speed of the block must be

1) For a block of mass m to slide without friction up a rise of height h, the minimum initial speed of the block must be v m 1) For a bock of mass m to side without friction up a rise of height h, the minimum initia speed of the bock must be a ) gh b ) gh d ) gh e ) gh c ) gh P h b 3 15 ft 3) A man pus a pound crate up a

More information

NCEP Operational Hurricane Modeling System. HWRF Performance Verification in 2015

NCEP Operational Hurricane Modeling System. HWRF Performance Verification in 2015 1 NCEP Operational Hurricane Modeling System HWRF Performance Verification in 2015 The HWRF Team Environmental Modeling Center, NCEP NOAA/NCWCP, College Park, MD 20740, USA. Zhan Zhang, Samuel Trahan,

More information

Enabling Multi-Scale Simulations in WRF Through Vertical Grid Nesting

Enabling Multi-Scale Simulations in WRF Through Vertical Grid Nesting 2 1 S T S Y M P O S I U M O N B O U N D A R Y L A Y E R S A N D T U R B U L E N C E Enabling Multi-Scale Simulations in WRF Through Vertical Grid Nesting DAVID J. WIERSEMA University of California, Berkeley

More information

Migration of Ground Penetrating Radar data in heterogeneous and dispersive media

Migration of Ground Penetrating Radar data in heterogeneous and dispersive media New Strategies for European Remote Sensing, Oui (ed.) 25 Mipress, Rotterdam, ISBN 9 5966 3 X Migration of Ground Penetrating Radar data in heterogeneous and dispersive media Armando R. Sena, Pau L. Stoffa

More information

Introduction to Mesoscale Meteorology

Introduction to Mesoscale Meteorology Introduction to Mesoscale Meteorology Overview Scale Definitions Synoptic Synoptic derived from Greek synoptikos meaning general view of the whole. Also has grown to imply at the same time or simultaneous.

More information

COAMPS-TC 2015 Version, Performance, and Future Plans

COAMPS-TC 2015 Version, Performance, and Future Plans COAMPS-TC 2015 Version, Performance, and Future Plans James D. Doyle, R. Hodur 1, J. Moskaitis, S. Chen, E. Hendricks 2, H. Jin, Y. Jin, A. Reinecke, S. Wang Naval Research Laboratory, Monterey, CA 1 IES/SAIC,

More information

Ensemble Prediction Systems

Ensemble Prediction Systems Ensemble Prediction Systems Eric Blake National Hurricane Center 7 March 2017 Acknowledgements to Michael Brennan 1 Question 1 What are some current advantages of using single-model ensembles? A. Estimates

More information

DA/Initialization/Ensemble Development Team Milestones and Priorities

DA/Initialization/Ensemble Development Team Milestones and Priorities DA/Initialization/Ensemble Development Team Milestones and Priorities Presented by Xuguang Wang HFIP annual review meeting Jan. 11-12, 2017, Miami, FL Fully cycled, self-consistent, dual-resolution, GSI

More information

Performance and Verification of HWRF/HMON Ensemble Prediction System in 2017 Real time Parallel Experiment. Zhan Zhang, Weiguo Wang

Performance and Verification of HWRF/HMON Ensemble Prediction System in 2017 Real time Parallel Experiment. Zhan Zhang, Weiguo Wang 1 Performance and Verification of HWRF/HMON Ensemble Prediction System in 2017 Real time Parallel Experiment Zhan Zhang, Weiguo Wang and the EMC Hurricane Team Environmental Modeling Center, NOAA/NWS/NCEP,

More information

Lecture Notes for Math 251: ODE and PDE. Lecture 34: 10.7 Wave Equation and Vibrations of an Elastic String

Lecture Notes for Math 251: ODE and PDE. Lecture 34: 10.7 Wave Equation and Vibrations of an Elastic String ecture Notes for Math 251: ODE and PDE. ecture 3: 1.7 Wave Equation and Vibrations of an Eastic String Shawn D. Ryan Spring 212 ast Time: We studied other Heat Equation probems with various other boundary

More information

Measurement of acceleration due to gravity (g) by a compound pendulum

Measurement of acceleration due to gravity (g) by a compound pendulum Measurement of acceeration due to gravity (g) by a compound penduum Aim: (i) To determine the acceeration due to gravity (g) by means of a compound penduum. (ii) To determine radius of gyration about an

More information

NHC Ensemble/Probabilistic Guidance Products

NHC Ensemble/Probabilistic Guidance Products NHC Ensemble/Probabilistic Guidance Products Michael Brennan NOAA/NWS/NCEP/NHC Mark DeMaria NESDIS/STAR HFIP Ensemble Product Development Workshop 21 April 2010 Boulder, CO 1 Current Ensemble/Probability

More information

Hurricanes are intense vortical (rotational) storms that develop over the tropical oceans in regions of very warm surface water.

Hurricanes are intense vortical (rotational) storms that develop over the tropical oceans in regions of very warm surface water. Hurricanes: Observations and Dynamics Houze Section 10.1. Holton Section 9.7. Emanuel, K. A., 1988: Toward a general theory of hurricanes. American Scientist, 76, 371-379 (web link). http://ww2010.atmos.uiuc.edu/(gh)/guides/mtr/hurr/home.rxml

More information

AHW Ensemble Data Assimilation and Forecasting System

AHW Ensemble Data Assimilation and Forecasting System AHW Ensemble Data Assimilation and Forecasting System Ryan D. Torn, Univ. Albany, SUNY Chris Davis, Wei Wang, Jimy Dudhia, Tom Galarneau, Chris Snyder, James Done, NCAR/MMM Overview Since participation

More information

Set Up and Run WRF (Ideal and real data)

Set Up and Run WRF (Ideal and real data) Set Up and Run WRF (Ideal and real data) Wei Wang NCAR/MMM January 2017 Mesoscale & Microscale Meteorological Division / NCAR 1 WRF System Flowchart WRFV3 WPS ideal.exe real.exe wrf.exe Programs to create

More information

https://doi.org/ /epjconf/

https://doi.org/ /epjconf/ HOW TO APPLY THE OPTIMAL ESTIMATION METHOD TO YOUR LIDAR MEASUREMENTS FOR IMPROVED RETRIEVALS OF TEMPERATURE AND COMPOSITION R. J. Sica 1,2,*, A. Haefee 2,1, A. Jaai 1, S. Gamage 1 and G. Farhani 1 1 Department

More information

OPERATIONAL CONSIDERATIONS FOR HURRICANE MODEL DIAGNOSTICS / VERIFICATION

OPERATIONAL CONSIDERATIONS FOR HURRICANE MODEL DIAGNOSTICS / VERIFICATION OPERATIONAL CONSIDERATIONS FOR HURRICANE MODEL DIAGNOSTICS / VERIFICATION Richard J. Pasch National Hurricane Center Hurricane Diagnostics and Verification Workshop Miami, Florida 4 May 2009 NOAA/NESDIS

More information

The Evolution and Use of Objective Forecast Guidance at NHC

The Evolution and Use of Objective Forecast Guidance at NHC The Evolution and Use of Objective Forecast Guidance at NHC James L. Franklin Branch Chief, Hurricane Specialist Unit National Hurricane Center 2010 EMC/MMM/DTC Workshop 1 Hierarchy of TC Track Models

More information

8 Digifl'.11 Cth:uits and devices

8 Digifl'.11 Cth:uits and devices 8 Digif'. Cth:uits and devices 8. Introduction In anaog eectronics, votage is a continuous variabe. This is usefu because most physica quantities we encounter are continuous: sound eves, ight intensity,

More information

Brine Discharge Plumes on a Sloping Beach

Brine Discharge Plumes on a Sloping Beach Brine Discharge Pumes on a Soping Beach H.H. AL-BARWANI, Anton PURNAMA Department of Mathematics and Statistics, Coege of Science Sutan Qaboos Universit, PO Bo 6, A-Khod 1, Muscat, Sutanate of Oman E-mai:

More information

Copyright information to be inserted by the Publishers. Unsplitting BGK-type Schemes for the Shallow. Water Equations KUN XU

Copyright information to be inserted by the Publishers. Unsplitting BGK-type Schemes for the Shallow. Water Equations KUN XU Copyright information to be inserted by the Pubishers Unspitting BGK-type Schemes for the Shaow Water Equations KUN XU Mathematics Department, Hong Kong University of Science and Technoogy, Cear Water

More information

Non-linear robust control for inverted-pendulum 2D walking

Non-linear robust control for inverted-pendulum 2D walking Non-inear robust contro for inverted-penduum 2D waking Matthew Key and Andy Ruina 2 Abstract We present an approach to high-eve contro for bipeda waking exempified with a 2D point-mass inextensibeegs inverted-penduum

More information

Weather Systems III: Thunderstorms and Twisters

Weather Systems III: Thunderstorms and Twisters Weather Systems III: Thunderstorms and Twisters Review 1. Definition of airmasses? Bergeron classification of air masses 2. Surface weather analysis: Station model, wind speed code, present weather 3.

More information

Solution Set Seven. 1 Goldstein Components of Torque Along Principal Axes Components of Torque Along Cartesian Axes...

Solution Set Seven. 1 Goldstein Components of Torque Along Principal Axes Components of Torque Along Cartesian Axes... : Soution Set Seven Northwestern University, Cassica Mechanics Cassica Mechanics, Third Ed.- Godstein November 8, 25 Contents Godstein 5.8. 2. Components of Torque Aong Principa Axes.......................

More information

University of Miami/RSMAS

University of Miami/RSMAS Observing System Simulation Experiments to Evaluate the Potential Impact of Proposed Observing Systems on Hurricane Prediction: R. Atlas, T. Vukicevic, L.Bucci, B. Annane, A. Aksoy, NOAA Atlantic Oceanographic

More information

Introduction. Figure 1 W8LC Line Array, box and horn element. Highlighted section modelled.

Introduction. Figure 1 W8LC Line Array, box and horn element. Highlighted section modelled. imuation of the acoustic fied produced by cavities using the Boundary Eement Rayeigh Integra Method () and its appication to a horn oudspeaer. tephen Kirup East Lancashire Institute, Due treet, Bacburn,

More information

Tracking Control of Multiple Mobile Robots

Tracking Control of Multiple Mobile Robots Proceedings of the 2001 IEEE Internationa Conference on Robotics & Automation Seou, Korea May 21-26, 2001 Tracking Contro of Mutipe Mobie Robots A Case Study of Inter-Robot Coision-Free Probem Jurachart

More information

PHYSICS LOCUS / / d dt. ( vi) mass, m moment of inertia, I. ( ix) linear momentum, p Angular momentum, l p mv l I

PHYSICS LOCUS / / d dt. ( vi) mass, m moment of inertia, I. ( ix) linear momentum, p Angular momentum, l p mv l I 6 n terms of moment of inertia, equation (7.8) can be written as The vector form of the above equation is...(7.9 a)...(7.9 b) The anguar acceeration produced is aong the direction of appied externa torque.

More information

12.2. Maxima and Minima. Introduction. Prerequisites. Learning Outcomes

12.2. Maxima and Minima. Introduction. Prerequisites. Learning Outcomes Maima and Minima 1. Introduction In this Section we anayse curves in the oca neighbourhood of a stationary point and, from this anaysis, deduce necessary conditions satisfied by oca maima and oca minima.

More information

Multiphasic equations for a NWP system

Multiphasic equations for a NWP system Mutiphasic equations for a NWP system CNRM/GMME/Méso-NH 21 novembre 2005 1 / 37 Contents 1 2 3 4 5 6 Individua mass species equations Momentum equation Thermodynamics equations Mutiphasics systems in practice

More information

Logistics. Goof up P? R? Can you log in? Requests for: Teragrid yes? NCSA no? Anders Colberg Syrowski Curtis Rastogi Yang Chiu

Logistics. Goof up P? R? Can you log in? Requests for: Teragrid yes? NCSA no? Anders Colberg Syrowski Curtis Rastogi Yang Chiu Logistics Goof up P? R? Can you log in? Teragrid yes? NCSA no? Requests for: Anders Colberg Syrowski Curtis Rastogi Yang Chiu Introduction to Numerical Weather Prediction Thanks: Tom Warner, NCAR A bit

More information

Numerical simulation of javelin best throwing angle based on biomechanical model

Numerical simulation of javelin best throwing angle based on biomechanical model ISSN : 0974-7435 Voume 8 Issue 8 Numerica simuation of javein best throwing ange based on biomechanica mode Xia Zeng*, Xiongwei Zuo Department of Physica Education, Changsha Medica University, Changsha

More information

A mass-conservative version of the semi-implicit semi-lagrangian HIRLAM

A mass-conservative version of the semi-implicit semi-lagrangian HIRLAM Pubished onine in Wiey InterScience (www.interscience.wiey.com.000 A mass-conservative version of the semi-impicit semi-lagrangian HIRLAM P. H. Lauritzen a, E. Kaas b, B. Machenhauer c and K. Lindberg

More information

STABILITY OF A PARAMETRICALLY EXCITED DAMPED INVERTED PENDULUM 1. INTRODUCTION

STABILITY OF A PARAMETRICALLY EXCITED DAMPED INVERTED PENDULUM 1. INTRODUCTION Journa of Sound and Vibration (996) 98(5), 643 65 STABILITY OF A PARAMETRICALLY EXCITED DAMPED INVERTED PENDULUM G. ERDOS AND T. SINGH Department of Mechanica and Aerospace Engineering, SUNY at Buffao,

More information

Evaluation and Improvement of HWRF PBL Physics using Aircraft Observations

Evaluation and Improvement of HWRF PBL Physics using Aircraft Observations Evaluation and Improvement of HWRF PBL Physics using Aircraft Observations Jun Zhang NOAA/AOML/HRD with University of Miami/CIMAS HFIP Regional Modeling Team Workshop, 09/18/2012 Many thanks to my collaborators:

More information

Asynchronous Control for Coupled Markov Decision Systems

Asynchronous Control for Coupled Markov Decision Systems INFORMATION THEORY WORKSHOP (ITW) 22 Asynchronous Contro for Couped Marov Decision Systems Michae J. Neey University of Southern Caifornia Abstract This paper considers optima contro for a coection of

More information

16D.4 Evaluating HWRF Forecasts of Tropical Cyclone Intensity and Structure in the North Atlantic Basin

16D.4 Evaluating HWRF Forecasts of Tropical Cyclone Intensity and Structure in the North Atlantic Basin 16D.4 Evaluating HWRF Forecasts of Tropical Cyclone Intensity and Structure in the North Atlantic Basin Dany Tran* and Sen Chiao Meteorology and Climate Science San Jose State University, San Jose, California

More information

1D Heat Propagation Problems

1D Heat Propagation Problems Chapter 1 1D Heat Propagation Probems If the ambient space of the heat conduction has ony one dimension, the Fourier equation reduces to the foowing for an homogeneous body cρ T t = T λ 2 + Q, 1.1) x2

More information

Application of PCRTM to Hyperspectral Data

Application of PCRTM to Hyperspectral Data Appication of PCTM to Hyperspectra Data Xu Liu NASA Langey esearch Center, Hampton, VA 23681 Xu.Liu-1@nasa.gov W. L. Smith, D. K. Zhou, A. M. Larar, P. Schuesser, M. Godberg,. Sauders, P. D. Giroamo, A.

More information

Challenges and Opportunities in Modeling of the Global Atmosphere

Challenges and Opportunities in Modeling of the Global Atmosphere Challenges and Opportunities in Modeling of the Global Atmosphere Zavisa Janjic, Vladimir Djurdjevic, Ratko Vasic, and Tom Black NOAA/NCEP/EMC, College Park, MD 20740, U.S.A. (Email: zavisa.janjic@noaa.gov)

More information

On the observed and modeled development of Hurricane Earl (2010) during rapid intensification

On the observed and modeled development of Hurricane Earl (2010) during rapid intensification On the observed and modeled development of Hurricane Earl (2010) during rapid intensification JOSHUA ALLAND AND TSING-CHANG CHEN Department of Geological and Atmospheric Sciences, Iowa State University,

More information

Candidate Number. General Certificate of Education Advanced Level Examination June 2010

Candidate Number. General Certificate of Education Advanced Level Examination June 2010 Centre Number Surname Candidate Number For Examiner s Use Other Names Candidate Signature Examiner s Initias Genera Certificate of Education Advanced Leve Examination June 2010 Question 1 2 Mark Physics

More information

Some Thoughts on HFIP. Bob Gall

Some Thoughts on HFIP. Bob Gall Some Thoughts on HFIP Bob Gall Thanks! For putting up with me for the last six years, For helping to create a Hurricane Project that I believe has been very successful I will be mostly retiring at the

More information

Reliability Improvement with Optimal Placement of Distributed Generation in Distribution System

Reliability Improvement with Optimal Placement of Distributed Generation in Distribution System Reiabiity Improvement with Optima Pacement of Distributed Generation in Distribution System N. Rugthaicharoencheep, T. Langtharthong Abstract This paper presents the optima pacement and sizing of distributed

More information

Tropical cyclone simulations and predictions with GFDL s prototype global cloud resolving model

Tropical cyclone simulations and predictions with GFDL s prototype global cloud resolving model Tropical cyclone simulations and predictions with GFDL s prototype global cloud resolving model S.-J. Lin and GFDL model development teams NOAA/Geophysical Fluid Dynamics Laboratory Workshop on High-Resolution

More information

General background on storm surge. Pat Fitzpatrick and Yee Lau Mississippi State University

General background on storm surge. Pat Fitzpatrick and Yee Lau Mississippi State University General background on storm surge Pat Fitzpatrick and Yee Lau Mississippi State University Storm surge is an abnormal rise of water associated with a cyclone, not including tidal influences Low pressure

More information

Forecast Challenges of the 2017 Hurricane Season and NHC Priorities for 2018

Forecast Challenges of the 2017 Hurricane Season and NHC Priorities for 2018 Forecast Challenges of the 2017 Hurricane Season and NHC Priorities for 2018 Michael J. Brennan, Mark DeMaria, Eric S. Blake, Richard J. Pasch, Andrew Penny Annual HFIP Meeting 8 November 2017 Outline

More information

Traffic data collection

Traffic data collection Chapter 32 Traffic data coection 32.1 Overview Unike many other discipines of the engineering, the situations that are interesting to a traffic engineer cannot be reproduced in a aboratory. Even if road

More information

Numerical Solution of Weather and Climate Systems

Numerical Solution of Weather and Climate Systems Numerica Soution of Weather and Cimate Systems submitted by Sean Buckeridge for the degree of Doctor of Phiosophy of the University of Bath Department of Mathematica Sciences November 010 COPYRIGHT Attention

More information

On a geometrical approach in contact mechanics

On a geometrical approach in contact mechanics Institut für Mechanik On a geometrica approach in contact mechanics Aexander Konyukhov, Kar Schweizerhof Universität Karsruhe, Institut für Mechanik Institut für Mechanik Kaiserstr. 12, Geb. 20.30 76128

More information

Methods for Ordinary Differential Equations. Jacob White

Methods for Ordinary Differential Equations. Jacob White Introduction to Simuation - Lecture 12 for Ordinary Differentia Equations Jacob White Thanks to Deepak Ramaswamy, Jaime Peraire, Micha Rewienski, and Karen Veroy Outine Initia Vaue probem exampes Signa

More information

Graduate Courses Meteorology / Atmospheric Science UNC Charlotte

Graduate Courses Meteorology / Atmospheric Science UNC Charlotte Graduate Courses Meteorology / Atmospheric Science UNC Charlotte In order to inform prospective M.S. Earth Science students as to what graduate-level courses are offered across the broad disciplines of

More information

Expansion of NCEP Operational Hurricane Weather Research and Forecast (HWRF) Model Forecast Guidance to all Global Tropical Cyclones

Expansion of NCEP Operational Hurricane Weather Research and Forecast (HWRF) Model Forecast Guidance to all Global Tropical Cyclones Expansion of NCEP Operational Hurricane Weather Research and Forecast (HWRF) Model Forecast Guidance to all Global Tropical Cyclones Dr. Vijay Tallapragada, Hurricane Team Leader & HFIP Development Manager,

More information

Reflectometry in DANSE

Reflectometry in DANSE Refectometry in DANSE Pau Kienze 1 and John F. Ankner 2 1 NIST Center for Neutron Research 2 Spaation Neutron Source, ORNL Refectometry M2 M1 apertures θ 2θ detector Refectometry in DANSE Beam Image 3

More information