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

Size: px
Start display at page:

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

Transcription

1 MEA 716 WRF Homework, Data Case Spring 2016 Assigned: Tuesday 2/2/16 Due: Tuesday, 2/9/16 WRF Real-Data Case Study Simulation This assignment takes students through the process of obtaining initial and lateral boundary condition data, running the WRF Preprocessor System (WPS), then running real and wrf.exe, and post-processing the output using the Unified Postprocessor (UPP) software. A recent highimpact event that affected the US East Coast was the snow and ice event that took place on 22 and 23 January Let s run that case with WRF as an example with which to gain experience setting up and running the model. Finally, we will examine some of the output to evaluate physics sensitivity and test out analysis and plotting routines. Part A: Running the WRF Pre-Processing System (WPS) Step a1: Download grib data You could complete the following set of instructions to run WRF on any case study, using a wide variety of initial and lateral boundary condition data sets; I ve added some links to data sources on the MEA 716 web page. For the winter storm case, I will use the Global Forecast System (GFS) forecast from 00 UTC 21 January as the initial condition, and we will run an 84-hour forecast. Note that this will be a true forecast, and not a simulation, because we will be using forecast lateral boundary conditions in the run. If we were using analyzed lateral boundary conditions, then we would refer to the run as a simulation. A forecast could be run in advance of a weather event, whereas the same could not be said of a simulation. The data I obtained for this case can be found at (or just Google NCDC NOMADS). At the top of the page, click Access (you may wish to look through the inventory information first). I selected the GFS ½-degree dataset, and I went with the HTTP download method rather than others, although for large data sets, the FTP method or FTP4u methods are faster. I could say much more about the different analyses, and their strengths and weaknesses, but for now let s move ahead with our WRF forecast. You don t need to re-download the data, I have placed it in /gpfs_share/mea716/class/data/winterstorm16/gfs_grib.

2 Step a2: Untar and unzip WRF and WPS Make a directory either in your class space, or on one of the /share partitions (/share2/yourid, or /share3/yourid tend to have a lot of space, but you will need to create the directories the first time). In whatever location you choose, create a winterstorm16 directory, and in it, cp, untar, and unzip WRF, and also WPS. Note that WPS uses WRF libraries, so it must be located properly (in the same directory tree) for WPS to work. cp /gpfs_share/mea716/class/model/wrf/wpsv371_c7_compiled.tar.gz. cp /gpfs_share/mea716/class/model/wrf/wrfv371_compiled.tar.gz. then, tar zxvf to extract the codes. Step a3: Run WRF Domain Wizard to set up your grid For this part, use a PC, laptop, Mac, or any other computer that you like, but NOT the HPC system. It is not a good idea to run this type of GUI on the head node of the HPC system. We could perhaps try running it on a VCL node I ll look into this, but for now, just use another computer. I find that my PC works better than Linux computers for this task for some reason. The Domain Wizard is a neat java application that makes setting up grids very easy. However, because it runs applications on the head node of the computer to which it is connected, we won t use it to the full extent, but only as a graphical interface for setting up our model domain and linking our raw data files. Basically, the Domain Wizard is a graphical user interface (GUI) with which we can run the WRF Preprocessing System (WPS) software. The main functions of WPS are to: 1) Set up the horizontal and vertical dimensions of the domain(s); 2) Processes initial condition and lateral boundary condition files in grib format; 3) Interpolate the initial and boundary conditions onto the WRF domain. Launch a web browser, and go to (this is also linked from the MEA 716 web page). Download the application, extract the files, and run the application (instructions will differ on a PC vs Mac vs Linux system). Once you have downloaded and extracted the files for the DomainWizard, open the folder containing the files, and (for a PC), click on run_domainwizard.bat to launch the java application. When this runs, enter login01.hpc.ncsu.edu (or 02, 03, etc.) for computer, and your username and password. Next, click the boxes to specify the path to your WPS and WRF from step a2:

3 Of course, your paths will differ from what I ve shown above except for the geography location. For WPS, enter the path where you located these files on HPC, something like /gpfs_share/mea716/yourid/project/wps, Or wherever you untarred and unzipped WPS. For domains, I always create a subdirectory within the WPS directory, and then point to that. Once you create this directory, use: /gpfs_share/mea716/yourid/project/wps/domains Choose a new domain, and click next. Use the mouse to drag out a reasonable domain, and let s go with a Lambert Conformal map projection (see below right). Then update the map, and select 18 km grid spacing. You will need to adjust the grid dimensions afterwards to keep the domain area consistent. Put some thought into the domain area. We want a relatively coarse resolution run for this first case. To familiarize you with some of the synoptic weather features, note that we need to include the Gulf of Mexico and Western Atlantic, knowing the track of the low-pressure center in question. And, the upper-level shortwave trough that led to the cyclone came from the west. So, our domain is offset slightly west of the location of interest, and features enough upstream space to capture the important meteorological features. If I was doing a research run, I would make the outermost domain even larger, but since all 10 of us will be running this forecast, we want to keep it modest to save system resources. Note that you can spawn inner (higher resolution) nests at a later stage, by clicking on the nests tab. Let s add a 6-km nest just over the region most impacted by the storm, something like what is shown below. Then, click next at the lower right.

4 The next step takes you through the namelist editor, which is a handy way to modify the namelist as needed for a given case. You only need to change the times and dates at this point, because other settings are relevant only to running the WRF model, and can be modified later. I prefer to use the text editor tab for this. Alter run_hours and the start_ and end_ dates and times. For our forecast, we initialize at 00 UTC 21 January, and run out 84 hours to 12 UTC 24 January. We could, at this point, add vertical levels if we wished by clicking on the add or Edit ETA Levels tab, or change the model top pressure level (default is 50 hpa). Feel free to do these things if you want, but it is not necessary. Finally, once you ve set up the namelist to match the dates, times, and run length, the last step that we ll do within the Domain Wizard is to link our grib data files. At the top of this page, select the correct Variable Table (Vtable) so that WPS knows what fields and characteristics accompany the grib files you downloaded earlier. We are using GFS data, so the Vtable.GFS is the right one for this case. Change the Grib interval to 3 hours, and set the Grib start and end dates. Select the directory containing your grib files, and select the files that correspond to your model run. Then add these files. If this step doesn t work, no worries, we can easily run a script back on the HPC system to do this part. At this point, exit the Domain Wizard, and return to the HPC Linux environment. Step a4: Run WPS from batch scripts on HPC system The next steps are computationally intensive, so leave the Domain Wizard, and ssh to the HPC system. CD to the directory where you had WPS located, and cd to the domains subdirectory, then to the subdirectory containing the name you gave to this model run in the Domain Wizard. Magically, you should see some things there, such as symbolically linked GRIBFILE.AAA, etc. Next, symbolically link the WPS executable files into this directory: ln s../../*.exe. Then, you can run the three main programs (or submit batch scripts that will run them): a.) geogrid.exe This program interpolates the geographical data, including terrain, land use, soil characteristics,

5 land-sea mask, albedo, vegetation fraction, etc. onto the grid you defined in the Domain Wizard. In the domains directory, have a look in the GEOGRID.TBL file, and you should recognize some of the parameters we ve been discussing recently in the context of land-surface models (LSMs). You will need to copy the batch scripts from the /gpfs_share/mea716/class/model/wrf directory into the present working directory where your data are located. There are 3 such scripts, as will be evident below. The three scripts are run_geogrid.csh, run_ungrib.csh, and run_metgrid.csh. After copying and modifying if needed: bsub < run_geogrid.csh If it works you should see files such as: geo_em.d01.nc - you can use ncview or ncdump on these files too in order to check. b.) ungrib.exe This program unpacks the grib files, and makes sure that the needed variables are found, and are named according to what WRF expects. The files are put into an intermediate format. This involves the Vtable you had selected earlier from within the Domain Wizard, which should be seen in this same directory. At this point, edit the important file namelist.wps. At the top, change the dates and times to those corresponding to our model run (for some reason, it likes to default to today s date). In this file, locate the variable max_dom, and set it to 1 (to save disk space, let s just run the outer, 18- km domain at this point, even though we have the information needed to run the inner 6-km domain later if we wish). When you ve finished editing the namelist.wps file: bsub < run_ungrib.csh Generally, this program may take a while, depending on the length of your model run. Once it is done, look for files in the intermediate file format: FILE. First, you will see files like PFILE, and later, FILE We can change the names of the ungribbed files according to our tasks, for example, we could merge multiple datasets into a single model initial condition, such as we would do in order to import a different SST dataset, for example. c.) metgrid.exe This is the most important step in WPS, because here the main data interpolation onto your horizontal (Arakawa C) grid takes place. To submit this job, use bsub < run_metgrid.csh If it runs successfully, you will have a series of met_em.d01 files. These files as well are in NetCDF format, and can be viewed using standard software such as ncview. Note that for many applications, there are additional steps in the metgrid process, but for our purposes here, we will keep it simple the first time through. Once complete, we are now ready to use WRF software.

6 Part B: Running real.exe and WRF Step b1: In WRF directory, run real.exe to create input and boundary condition files Before we run WRF itself, we must perform a vertical coordinate interpolation, and a few other adjustments (such as making sure that the initial atmospheric state is in hydrostatic balance). For this step, change directories to your WRFV3/test/em_real directory, where a compiled version of WRF is waiting for your data. Once you re there, symbolically link your met_em.d01 files from WPS into the local directory: ln s /pathtoyourwps/wps/domains/casename/met_em*. Note that handy namelist.wps and namelist.input files have also been created by WPS, but you should not generally use these straight up in WRF. Instead, copy the original namelist.input file into a backup name, and then copy these WPS-created namelists from the same place where the met_em files are, into the WRFV3/test/em_real directory (where you are). You should use the WRF-distribution namelist.input file to set up your model run, but you can get the characteristics you need from the WPS-generated one, including grid spacing, grid dimensions, times, etc. Take the time to carefully examine and edit the namelist.input file in this directory. I estimate that 90% of model run errors are due to careless namelist editing. Here, increase the number of vertical eta levels in the namelist, by adjusting the value of e_vert from 28 to 35, and copying the block for 35 eta levels from the README.namelist file. This block should be pasted into the namelist.input file at the beginning of the &domains section. Once you ve set up the namelist.input file correctly, using the details from the WPS-derived namelists, you are set to run real.exe. bsub < run_real.csh If this works, it should produce wrfinput_d01 and wrfbdy_d01 files, and then you ll be ready to run WRF. Note that the wrfbdy_d01 file contains the information (as its name implies) for the lateral boundary conditions, derived from our GFS forecasts in this case. If we had multiple nests, we would also have wrfinput_d02, etc. files, but lateral boundary conditions (wrfbdy) are only needed for the outermost domain. Note: If you change the number of soil layers when altering the LSM specification, you have to make this change before running real.exe, or else rerun real.exe after changing the LSM. Step b2: Edit namelist.input, run WRF Once you have the needed wrfinput_d01 and wrfbdy_d01, then you can run WRF, but before doing so, you should think carefully about what namelist options you want, concerning physics choices, etc. I usually like to change the frequency of calls to the radiation scheme to 10 minutes, rather than the default 30 minutes. That helps keep sunrise and sunset at the proper time. In order gain more information about the sensitivity of the representation of this storm to LSM and PBL representations, we will run a class ensemble using the designations as follows. Note again that if you are assigned a different LSM and have to change the number of soil layers, you will need to re-run real.exe.

7 Lackmann: Noah LSM, YSU PBL, adaptive time step, Kain-Fritsch convection Blank: RUC LSM, YSU PBL, Kain-Fritsch convection Eghdami: Pleim-Xiu LSM, ACM2 PBL, Kain-Fritsch convection Hawbecker: Noah-MP LSM, MYJ PBL, BMJ convection McGee: CLM4 LSM, MYJ PBL, BMJ convection Russell: Noah LSM, TEMF PBL, Kain-Fritsch convection Sherburn: Noah-MP with T2m < 0 for snow designation, MYJ PBL, BMJ convection Sun: Noah LSM, MYJ PBL, BMJ convection Taylor: Noah LSM, QNSE PBL, Kain-Fritsch convection White: Noah LSM, MYNN 2.5 PBL, Kain-Fritsch convection You will need to reduce the time step to less than the default. You are welcome to set it to 6*dx, or else to use the adaptive time step options I presented in class on 2/2. Another namelist change is to set the history interval (output frequency) to 180 minutes (3 hours should suffice for this run). Remember, a lot of information is found in the README.namelist file in the WRFV3/test/em_real directory be sure to consult that if you are unsure about the settings of a given variable. Several of the namelist choices above require additional variables to be specified (e.g., number of soil layers, Noah-MP options). Finally, to submit the WRF run: bsub < run_wrf.csh Once WRF has started running, you should see wrfout files (or, one wrfout file, if you set frames_per_outfile to 1000). Our final step is post-processing the output to facilitate analysis and display. Data inventory is critical when running models. Edit a file called README_thisrun, and type a few sentences describing this model run. Later, when you move the wrfout file, you should keep this file with it, along with the namelist.input, wrfinput, and wrfbdy files. That way, you can easily reproduce the model run if need be. Part C: Running the WRF Unified Post Processor (UPP) There are several different post-processing and visualization options for WRF, but generally, it is best to run a post-processor so that the output data are de-staggered in the vertical and horizontal, and interpolated to user-friendly vertical coordinates (e.g., isobaric this can actually also be specified in the namelist now). There is the WRFPOST software, and the Unified Post Processor (UPP), which we will use here. This versatile code includes the ability to convert the model output to a variety of formats, including GRIB, GEMPAK, and GrADs. cd /gpfs_share/mea716/yourdir cp /gpfs_share/mea716/class/model/upp/uppv2.2_compiled.tar.gz. tar zxvf UPPV2.2*.tar.gz

8 Step c1: Link WRF output into appropriate UPP directory You should now have a UPPV2.2 directory in your main class directory. CD to this directory, and then to the wrfprd subdirectory. This is the location where the wrfout files from your model run will be located (symbolically linked) for post-processing. It is inefficient to copy the files here, as it would tie up a lot of disk space needlessly. Alternatively, you could move the wrfout files there, but it is important to keep the wrfout files together with the namelist and input/bdy files from which they originated. Use the symbolic link command (ln s ) to link your wrfout file(s) to this location: ln s /pathtoyourwrfrun/wrfv3/test/em_real/wrfout*. Note: The period at the end of the previous line is crucial the command format is link [ path from file to be linked ] [ path to where link is to be located ] and in Linux, the. corresponds to your present working directory in other words, link the file to where you are, in this example. Step c2: Modify and submit batch scripts Now, cd to the /UPPV2.2/scripts subdirectory, and modify the script called run_wrfpostandgempak_1file (it should mostly be set up to work for the blizzard case, but you will notice in the definition of the environmental variable TOP_DIR, you will need to replace YOURID with the appropriate name of your directory. Also, find the variable startdate, lastfhr, domain, and so forth in case you need to modify these in later applications. Finally, examine the run_unipost.csh script. This should submit a batch job to either the MEA 716 queue or the College of Sciences queue (cos). Just submit this with the bsub command as before: bsub < run_unipost.csh If it works properly, the UPPV2.2/scripts directory should began filling up with GRIB and GEMPAK (or whatever other format you specified) files. I ve set up the script to generate a few basic GEMPAK plots, showing simulated radar reflectivity and sea level pressure, just to give an overview. These plots should automatically appear in the /scripts directory as well. Note that if you wish to obtain a format other than GEMPAK, you will need to modify the script that we bsubbed to run a different one of the UPPV2.2/scripts files. There is one set up for GrADs for example. I ve not played with these much, but they should be easy to modify following the GEMPAK example. Step c3: Plotting As mentioned before, you may wish to move the output to a different machine to plot it. Or, if you leave it on the HPC system, you can explore use of the VCL capability to avoid running on a

9 head node. I have provided a simple plotting script that displays sea level pressure and model simulated radar, set up to display output from the blizzard case in GEMPAK format. If you wish to generate GEMPAK plots for the case, copy this file and run it in the directory where your GEMPAK-format files are located: cp /gpfs_share/mea716/class/software/gem_slp_rad.csh. cp /gpfs_share/mea716/class/software/coltbl.xwp. Note that there is much room for modification and improvement for this script! The color table file makes it so that the plot has a white background. Also, you may wish to move the GEMPAK (or other format files) to a PC or mac and run the Integrated Data Viewer (IDV) on these files for 3-d visualization. The IDV is freely available from the Unidata web page, as linked on the class web page: Once you have completed the postprocessing of your model run, place the GEMPAK-format files in a directory called /gpfs_share/mea716/yourid/winterstorm16 Later, we will undertake some additional analysis on these output files, and compute some ensemble-based statistics.

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

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

More information

NESTING IN WRF. Kelly Werner & Wei Wang November 2017

NESTING IN WRF. Kelly Werner & Wei Wang November 2017 NESTING IN WRF Kelly Werner & Wei Wang November 2017 What is a nest? A finer-resolution domain embedded in a coarser resolution domain, and run together with the coarser resolution domain Enables running

More information

User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3. Chapter 3: WRF Preprocessing System (WPS)

User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3. Chapter 3: WRF Preprocessing System (WPS) User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3 Chapter 3: WRF Preprocessing System (WPS) Table of Contents Introduction Function of Each WPS Program

More information

User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3. Chapter 3: WRF Preprocessing System (WPS)

User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3. Chapter 3: WRF Preprocessing System (WPS) User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3 Chapter 3: WRF Preprocessing System (WPS) Table of Contents Introduction Function of Each WPS Program

More information

NMM WEATHER RESEARCH & FORECASTING. Version 3 Modeling System User s Guide. October 2017

NMM WEATHER RESEARCH & FORECASTING. Version 3 Modeling System User s Guide. October 2017 WEATHER RESEARCH & FORECASTING NMM Version 3 Modeling System User s Guide Model Data: NAM (Eta), GFS, NNRP,... Terrestrial Data WRF-NMM FLOW CHART WPS met_nmm.d01 real_nmm.exe (Real data initialization)

More information

VI-SEEM NAT-GR CL: National training event in Greece

VI-SEEM NAT-GR CL: National training event in Greece 11-12 December 2017 Aristotle University, Research Dissemination Center (KEDEA) VI-SEEM NAT-GR CL: National training event in Greece WRF Weather Research and Forecast Model Meteorological applications

More information

HWRF: Setup and Run. Shaowu Bao CIRES/CU and NOAA/ESRL/GSD. WRF For Hurricanes Tutorial Boulder, CO April

HWRF: Setup and Run. Shaowu Bao CIRES/CU and NOAA/ESRL/GSD. WRF For Hurricanes Tutorial Boulder, CO April HWRF: Setup and Run Shaowu Bao CIRES/CU and NOAA/ESRL/GSD WRF For Hurricanes Tutorial Boulder, CO April 28 2011 Source structure and executables ${HOME}/HWRF/src comgsi_ v2.5 pomtc WRFV3 WPS WPPV3 gfdlvortextracker

More information

User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3. Chapter 2: Software Installation

User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3. Chapter 2: Software Installation User's Guide for the NMM Core of the Weather Research and Forecast (WRF) Modeling System Version 3 Chapter 2: Software Installation Table of Contents Introduction Required Compilers and Scripting Languauges

More information

Advanced Features of the WRF Preprocessing System

Advanced Features of the WRF Preprocessing System * Advanced Features of the WRF Preprocessing System Michael Duda *NCAR is sponsored by the National Science Foundation Outline The GEOGRID.TBL file - What is the GEOGRID.TBL file? - Ingesting new static

More information

WRF Utilities. Cindy Bruyère

WRF Utilities. Cindy Bruyère WRF Utilities Cindy Bruyère Overview Graphical Tools WRF Model Domain Design Intermediate Files netcdf GRIB1 / GRIB2 Verification Tools Domain Wizard Graphics Graphics NCL Graphical package WRF-ARW Only

More information

Step 3: Access the HPC machine you will be using to run WRF: ocelote. Step 4: transfer downloaded WRF tar files to your home directory

Step 3: Access the HPC machine you will be using to run WRF: ocelote. Step 4: transfer downloaded WRF tar files to your home directory Step 1: download WRF packages Get WRF tar file from WRF users page, Version 3.8.1. Also get WPS Version 3.8.1 (preprocessor) Store on your local machine Step 2: Login to UA HPC system ssh (UAnetid)@hpc.arizona.edu

More information

Advanced Features of the WRF Preprocessing System

Advanced Features of the WRF Preprocessing System * Advanced Features of the WRF Preprocessing System Michael Duda WRF Users Tutorial, 23 27 January 2012 *NCAR is sponsored by the National Science Foundation Outline The GEOGRID.TBL file What is the GEOGRID.TBL

More information

Foreword. For the latest version of this document, please visit the ARW User s Web site at

Foreword. For the latest version of this document, please visit the ARW User s Web site at Foreword This User s Guide describes the Advanced Research WRF (ARW) Version 2.2 modeling system, released in December 2006. As the ARW is developed further, this document will be continuously enhanced

More information

Moving Weather Model Ensembles To A Geospatial Database For The Aviation Weather Center

Moving Weather Model Ensembles To A Geospatial Database For The Aviation Weather Center Moving Weather Model Ensembles To A Geospatial Database For The Aviation Weather Center Presented by Jeff Smith April 2, 2013 NOAA's Earth System Research Lab in Boulder, CO Background -1 NCEP is NOAA

More information

Version 3 Modeling Systems User s Guide January 2009

Version 3 Modeling Systems User s Guide January 2009 Version 3 Modeling Systems User s Guide January 2009 Mesoscale & Microscale Meteorology Division National Center for Atmospheric Research Foreword This User s Guide describes the Advanced Research WRF

More information

REQUEST FOR A SPECIAL PROJECT

REQUEST FOR A SPECIAL PROJECT REQUEST FOR A SPECIAL PROJECT 2018 2020 MEMBER STATE: Germany, Greece, Italy This form needs to be submitted via the relevant National Meteorological Service. Principal Investigator 1 Amalia Iriza (NMA,Romania)

More information

Using the WRF-ARW on the UWM mortimer HPC Guide for WRF-ARW Version October 15, 2017

Using the WRF-ARW on the UWM mortimer HPC Guide for WRF-ARW Version October 15, 2017 Using the WRF-ARW on the UWM mortimer HPC Guide for WRF-ARW Version 3.9.1 October 15, 2017 Introduction This guide is designed to facilitate basic compilation and execution of the WRF-ARW v3.9.1 model

More information

RDAV Tutorial: Hands-on with VisIt on Nautilus If you want to work hands-on, you will need to install VisIt and

RDAV Tutorial: Hands-on with VisIt on Nautilus  If you want to work hands-on, you will need to install VisIt and RDAV Tutorial: Hands-on with VisIt on Nautilus http://rdav.nics.tennessee.edu/ If you want to work hands-on, you will need to install VisIt and register a password token. The data that we are using today

More information

Installing Steps. WRF & WPS: Compilation Process. System Requirements. Check System Requirements

Installing Steps. WRF & WPS: Compilation Process. System Requirements. Check System Requirements WRF & WPS: Compilation Process Kelly Werner NCAR/MMM January 2018 Installing Steps 1 2 System Requirements On what kinds of systems will WRF run? Generally any 32- or 64-bit hardware, running a UNIX-like

More information

This document will go through the steps to run a wrf model for South Idaho for a 3 day forecast. Other wrf runs will be similar, but not the same.

This document will go through the steps to run a wrf model for South Idaho for a 3 day forecast. Other wrf runs will be similar, but not the same. Running WRF on R1 Introduction Web Docs This document will go through the steps to run a wrf model for South Idaho for a 3 day forecast. Other wrf runs will be similar, but not the same. Runtime Notes

More information

WEATHER RESEARCH AND FORECASTING (WRF) MODELING SYSTEM (ASL 410)

WEATHER RESEARCH AND FORECASTING (WRF) MODELING SYSTEM (ASL 410) WEATHER RESEARCH AND FORECASTING (WRF) MODELING SYSTEM (ASL 410) Steps to be done Download the meteorological data Install WRF model and initialize for model run WRF Pre-processing (WPS) WRF model run

More information

About the SPEEDY model (from Miyoshi PhD Thesis):

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

More information

WRF Post-Processing and Visualization

WRF Post-Processing and Visualization 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

Installing WRF & WPS. Kelly Keene NCAR/MMM January 2015

Installing WRF & WPS. Kelly Keene NCAR/MMM January 2015 Installing WRF & WPS Kelly Keene NCAR/MMM January 2015 1 Installing Steps Check system requirements Installing Libraries Download source data Download datasets Compile WRFV3 Compile WPS 2 System Requirements

More information

Oracle on Linux Installation Guide

Oracle on Linux Installation Guide Oracle on Linux Installation Guide Version 01 For Oracle 12c January 2018 Authored by Andrew Wolfe and Warren Mansur. Contributions were made by Robert Schudy, Adam Arakelian, Dhananjay Kulkarni, Jack

More information

Installing WRF- Sfire

Installing WRF- Sfire Installing WRF- Sfire Workshop on Modeling of Wildfires and their Environmental Impacts, Trieste, IT June 2015 Adam Kochanski Installing Steps Check system requirements Download required libraries Install

More information

Modeling Training Workshop on WRF, SMOKE and CMAQ Asia Center for Air Pollution Research (ACAP) January 2011

Modeling Training Workshop on WRF, SMOKE and CMAQ Asia Center for Air Pollution Research (ACAP) January 2011 Modeling Training Workshop on WRF, SMOKE and CMAQ Asia Center for Air Pollution Research (ACAP) 24-29 January 2011 Prepared by Dr. Joshua Fu 1, Dr. Yun-Fat Lam 1 and Dr. Tatsuya Sakurai 2 1 University

More information

RegCM-ROMS Tutorial: Introduction to ROMS Ocean Model

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

More information

WELCOME to the PRACTICAL EXERCISES

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

More information

PowerPoint Basics: Create a Photo Slide Show

PowerPoint Basics: Create a Photo Slide Show PowerPoint Basics: Create a Photo Slide Show P 570 / 1 Here s an Enjoyable Way to Learn How to Use Microsoft PowerPoint Microsoft PowerPoint is a program included with all versions of Microsoft Office.

More information

A Nearly Complete Guide to the UEMS V15 Appendix A-1

A Nearly Complete Guide to the UEMS V15 Appendix A-1 Appendix A: Adding or Modifying Initialization Data Sets in the EMS Appendix Contents: A.1 Welcome to the gribinfo.conf files! A.2 Anatomy of a gribinfo.conf file A.2.1 A.2.2 A.2.3 A.2.4 A.2.5 A.2.6 A.2.7

More information

CSCI 201 Lab 1 Environment Setup

CSCI 201 Lab 1 Environment Setup CSCI 201 Lab 1 Environment Setup "The journey of a thousand miles begins with one step." - Lao Tzu Introduction This lab document will go over the steps to install and set up Eclipse, which is a Java integrated

More information

Getting Started Guide. Installation and Setup Instructions. For version Copyright 2009 Code 42 Software, Inc. All rights reserved

Getting Started Guide. Installation and Setup Instructions. For version Copyright 2009 Code 42 Software, Inc. All rights reserved Installation and Setup Instructions For version 06.11.2009 Copyright 2009 Code 42 Software, Inc. All rights reserved About This Guide This guide shows you how to install, activate and back up with CrashPlan

More information

Using the Zoo Workstations

Using the Zoo Workstations Using the Zoo Workstations Version 1.86: January 16, 2014 If you ve used Linux before, you can probably skip many of these instructions, but skim just in case. Please direct corrections and suggestions

More information

Running Java Programs

Running Java Programs Running Java Programs Written by: Keith Fenske, http://www.psc-consulting.ca/fenske/ First version: Thursday, 10 January 2008 Document revised: Saturday, 13 February 2010 Copyright 2008, 2010 by Keith

More information

Eclipse Environment Setup

Eclipse Environment Setup Eclipse Environment Setup Adapted from a document from Jeffrey Miller and the CS201 team by Shiyuan Sheng. Introduction This lab document will go over the steps to install and set up Eclipse, which is

More information

Prototyping WCS 2.0 extension for meteorological grid handling

Prototyping WCS 2.0 extension for meteorological grid handling www.iblsoft.com Prototyping WCS 2.0 extension for meteorological grid handling Michal Weis IBL Pavol Novotný, PhD Prototype developer, IBL Jozef Matula IBL 5 th Workshop on the use of GIS/OGC standards

More information

Computational Steering

Computational Steering Computational Steering Nate Woody 10/13/2009 www.cac.cornell.edu 1 Lab Materials I ve placed some sample code in ~train100 that performs the operations that I ll demonstrate during this talk. We ll walk

More information

An introduction to HYCOM

An introduction to HYCOM CCS workshop, April 2013 An introduction to HYCOM Matthieu Le Hénaff (1) (1) RSMAS/CIMAS, Miami, FL mlehenaff@rsmas.miami.edu Why HYCOM? HYCOM stands for HYbrid Coordinate Ocean Model; it merges various

More information

Geology 554 Environmental and Exploration Geophysics II Final Exam

Geology 554 Environmental and Exploration Geophysics II Final Exam Geology 554 Environmental and Exploration Geophysics II Final Exam In this exam, you are asked to apply some of the seismic interpretation skills you ve learned during the semester to the analysis of another

More information

XP: Backup Your Important Files for Safety

XP: Backup Your Important Files for Safety XP: Backup Your Important Files for Safety X 380 / 1 Protect Your Personal Files Against Accidental Loss with XP s Backup Wizard Your computer contains a great many important files, but when it comes to

More information

Table of Contents. WPS does not allow any form of unsecured FTP.

Table of Contents. WPS does not allow any form of unsecured FTP. The Medicare EDI Gateway allows for secure transfer of information for EDI trading partners via a Network Service Vendor (NSV) or over the secure AGNS network directly to WPS. All transfers via this network

More information

Lab 1 Introduction to R

Lab 1 Introduction to R Lab 1 Introduction to R Date: August 23, 2011 Assignment and Report Due Date: August 30, 2011 Goal: The purpose of this lab is to get R running on your machines and to get you familiar with the basics

More information

OpsCenter Basics Why Aren t You Using It?

OpsCenter Basics Why Aren t You Using It? OpsCenter Basics Why Aren t You Using It? This is a SELF-GUIDED LAB if you prefer. You are welcome to get started and leave when you are finished, or you can play with the OC instance to gain more knowledge.

More information

ECMWF New Users Metview Tutorial

ECMWF New Users Metview Tutorial ECMWF New Users Metview Tutorial Author: Date: URL: Iain Russell 06-Mar-2014 08:43 https://software.ecmwf.int/wiki/display/metv/ecmwf+new+users+metview+tutorial 1 of 12 Table of Contents 1 Preparation

More information

Running the model in production mode: using the queue.

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

More information

Customizing DAZ Studio

Customizing DAZ Studio Customizing DAZ Studio This tutorial covers from the beginning customization options such as setting tabs to the more advanced options such as setting hot keys and altering the menu layout. Introduction:

More information

An Introduction to Cluster Computing Using Newton

An Introduction to Cluster Computing Using Newton An Introduction to Cluster Computing Using Newton Jason Harris and Dylan Storey March 25th, 2014 Jason Harris and Dylan Storey Introduction to Cluster Computing March 25th, 2014 1 / 26 Workshop design.

More information

Dynamical Downscaling Tutorial

Dynamical Downscaling Tutorial The International Workshop on Agromet and GIS Applications for Agricultural Decision Making Dynamical Downscaling Tutorial Date : December 5(Mon)~9(Fri), 2016 Place : MSTAY Hotel JEJU Hosted by : Korea

More information

Getting Started with Visual Basic 2005 Express Edition

Getting Started with Visual Basic 2005 Express Edition 4398book.fm Page 1 Tuesday, February 14, 2006 1:53 PM Part 1 Getting Started with Visual Basic 2005 Express Edition In this section: Chapter 1: Welcome to Visual Basic 2005 Express Edition Chapter 2: Using

More information

15 Answers to Frequently-

15 Answers to Frequently- 15 Answers to Frequently- Asked Questions In this chapter, we provide answers to some commonly asked questions about ARPS. Most of the questions are collected from the users. We will continue to collect

More information

TourMaker Reference Manual. Intro

TourMaker Reference Manual. Intro TourMaker Reference Manual Intro Getting Started Tutorial: Edit An Existing Tour Key Features & Tips Tutorial: Create A New Tour Posting A Tour Run Tours From Your Hard Drive Intro The World Wide Web is

More information

Accuterm 7 Usage Guide

Accuterm 7 Usage Guide P a g e 1 Accuterm 7 Usage Guide Most if not all computers on our campus have Accuterm 7 already installed on them. To log in, you will double click the icon on your desktop that looks like the one shown

More information

C152 Laboratory Exercise 1

C152 Laboratory Exercise 1 C152 Laboratory Exercise 1 Professor: Krste Asanovic TA: Christopher Celio Department of Electrical Engineering & Computer Science University of California, Berkeley January 26, 2011 1 Introduction and

More information

Image Sharpening. Practical Introduction to HPC Exercise. Instructions for Cirrus Tier-2 System

Image Sharpening. Practical Introduction to HPC Exercise. Instructions for Cirrus Tier-2 System Image Sharpening Practical Introduction to HPC Exercise Instructions for Cirrus Tier-2 System 2 1. Aims The aim of this exercise is to get you used to logging into an HPC resource, using the command line

More information

WRF-Hydro hydro.namelist File with Description of Options for use with WRF-Hydro V5

WRF-Hydro hydro.namelist File with Description of Options for use with WRF-Hydro V5 WRF-Hydro hydro.namelist File with Description of Options for use with WRF-Hydro V5 Below is an annotated hydro.namelist file. Annotations follow what is being described, indicated with

More information

This will be a paragraph about me. It might include my hobbies, where I grew up, etc.

This will be a paragraph about me. It might include my hobbies, where I grew up, etc. Module 3 In-Class Exercise: Creating a Simple HTML Page Name: Overview We are going to develop our web-pages the old-fashioned way. We will build them by hand. Even if you eventually decide to use WYSIWYG

More information

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

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

More information

AutoForm plus R6.0.3 Release Notes

AutoForm plus R6.0.3 Release Notes 0 Release Notes AutoForm plus R6.0.3 Release Notes AutoForm plus R6.0.3 Release Notes...1 1 General Information...2 2 Installation Instructions...3 Front-End and Back-End Windows...3 Prerequisites...3

More information

USING CCCR S AERIAL PHOTOGRAPHY IN YOUR OWN GIS

USING CCCR S AERIAL PHOTOGRAPHY IN YOUR OWN GIS USING CCCR S AERIAL PHOTOGRAPHY IN YOUR OWN GIS Background: In 2006, the Centre for Catchment and Coastal Research purchased 40 cm resolution aerial photography for the whole of Wales. This product was

More information

143a, Spring 2018 Discussion Week 4 Programming Assignment. Jia Chen 27 Apr 2018

143a, Spring 2018 Discussion Week 4 Programming Assignment. Jia Chen 27 Apr 2018 143a, Spring 2018 Discussion Week 4 Programming Assignment Jia Chen 27 Apr 2018 Setting up Linux environment Setting up Linux environment For Ubuntu or other Linux distribution users sudo apt-get update

More information

Your . A setup guide. Last updated March 7, Kingsford Avenue, Glasgow G44 3EU

Your  . A setup guide. Last updated March 7, Kingsford Avenue, Glasgow G44 3EU fuzzylime WE KNOW DESIGN WEB DESIGN AND CONTENT MANAGEMENT 19 Kingsford Avenue, Glasgow G44 3EU 0141 416 1040 hello@fuzzylime.co.uk www.fuzzylime.co.uk Your email A setup guide Last updated March 7, 2017

More information

FILE ORGANIZATION. GETTING STARTED PAGE 02 Prerequisites What You Will Learn

FILE ORGANIZATION. GETTING STARTED PAGE 02 Prerequisites What You Will Learn FILE ORGANIZATION GETTING STARTED PAGE 02 Prerequisites What You Will Learn PRINCIPLES OF FILE ORGANIZATION PAGE 03 Organization Trees Creating Categories FILES AND FOLDERS PAGE 05 Creating Folders Saving

More information

Archivists Toolkit Internal Database

Archivists Toolkit Internal Database Archivists Toolkit Internal Database The Archivists Toolkit now includes (AT 2.0, update 9 and later), support for an internal database based on HyperSQL 2.0 (HSQLDB). HyperSQL is a small, reliable, high

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Distributed Memory Programming With MPI Computer Lab Exercises

Distributed Memory Programming With MPI Computer Lab Exercises Distributed Memory Programming With MPI Computer Lab Exercises Advanced Computational Science II John Burkardt Department of Scientific Computing Florida State University http://people.sc.fsu.edu/ jburkardt/classes/acs2

More information

Using CLC Genomics Workbench on Turing

Using CLC Genomics Workbench on Turing Using CLC Genomics Workbench on Turing Table of Contents Introduction...2 Accessing CLC Genomics Workbench...2 Launching CLC Genomics Workbench from your workstation...2 Launching CLC Genomics Workbench

More information

Lab 1: Getting Started with Linux The Extremely Illustrated Version. Graham Northup

Lab 1: Getting Started with Linux The Extremely Illustrated Version. Graham Northup Lab 1: Getting Started with Linux The Extremely Illustrated Version Graham Northup In today s lab, we ll be getting started with Linux and, perhaps more importantly, it s terminal. As we will be using

More information

VERSION GROUPWISE WEBACCESS USER'S GUIDE

VERSION GROUPWISE WEBACCESS USER'S GUIDE VERSION GROUPWISE WEBACCESS USER'S GUIDE TM Novell, Inc. makes no representations or warranties with respect to the contents or use of this manual, and specifically disclaims any express or implied warranties

More information

Network Administration/System Administration (NTU CSIE, Spring 2018) Homework #1. Homework #1

Network Administration/System Administration (NTU CSIE, Spring 2018) Homework #1. Homework #1 Submission Homework #1 Due Time: 2018/3/11 (Sun.) 22:00 Contact TAs: vegetable@csie.ntu.edu.tw Compress all your files into a file named HW1_[studentID].zip (e.g. HW1_bxx902xxx.zip), which contains two

More information

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Created by Simon Monk Last updated on 2016-12-03 03:20:15 AM UTC Guide Contents Guide Contents Overview You Will Need Downloading

More information

This is a combination of a programming assignment and ungraded exercises

This is a combination of a programming assignment and ungraded exercises CSE 11 Winter 2017 Programming Assignment #1 Covers Chapters: ZY 1-3 START EARLY! 100 Pts Due: 25 JAN 2017 at 11:59pm (2359) This is a combination of a programming assignment and ungraded exercises Exercises

More information

McIDAS-V Tutorial Installation and Introduction updated September 2015 (software version 1.5)

McIDAS-V Tutorial Installation and Introduction updated September 2015 (software version 1.5) McIDAS-V Tutorial Installation and Introduction updated September 2015 (software version 1.5) McIDAS-V is a free, open source, visualization and data analysis software package that is the next generation

More information

ENCM 339 Fall 2017: Editing and Running Programs in the Lab

ENCM 339 Fall 2017: Editing and Running Programs in the Lab page 1 of 8 ENCM 339 Fall 2017: Editing and Running Programs in the Lab Steve Norman Department of Electrical & Computer Engineering University of Calgary September 2017 Introduction This document is a

More information

Computer Essentials Session 1 Step-by-Step Guide

Computer Essentials Session 1 Step-by-Step Guide Note: Completing the Mouse Tutorial and Mousercise exercise which are available on the Class Resources webpage constitutes the first part of this lesson. ABOUT PROGRAMS AND OPERATING SYSTEMS Any time a

More information

v. 9.0 GMS 9.0 Tutorial UTEXAS Dam with Seepage Use SEEP2D and UTEXAS to model seepage and slope stability of a earth dam Prerequisite Tutorials None

v. 9.0 GMS 9.0 Tutorial UTEXAS Dam with Seepage Use SEEP2D and UTEXAS to model seepage and slope stability of a earth dam Prerequisite Tutorials None v. 9.0 GMS 9.0 Tutorial Use SEEP2D and UTEXAS to model seepage and slope stability of a earth dam Objectives Learn how to build an integrated SEEP2D/UTEXAS model in GMS. Prerequisite Tutorials None Required

More information

1. Remove any previously installed versions of the Offline Image Viewer by dragging and dropping the Offline Image Viewer icon into the Trash.

1. Remove any previously installed versions of the Offline Image Viewer by dragging and dropping the Offline Image Viewer icon into the Trash. Installing OIV 2.6 for Macs 1. Remove any previously installed versions of the Offline Image Viewer by dragging and dropping the Offline Image Viewer icon into the Trash. 2. Download the new version of

More information

DOWNLOAD PDF COMPILERS 1/E PLUS SELECTED ONLINE CHAPTERS FROM COMPILERS 2/E UPDATE PACKAGE

DOWNLOAD PDF COMPILERS 1/E PLUS SELECTED ONLINE CHAPTERS FROM COMPILERS 2/E UPDATE PACKAGE Chapter 1 : C++ Programming - Chapter 2 - Wikibooks, open books for an open world Compilers 1/e plus Selected Online Chapters from Compilers 2/e Update Package [Alfred V. Aho, Monica S. Lam, Ravi Sethi,

More information

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software.

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software. Welcome to Basic Excel, presented by STEM Gateway as part of the Essential Academic Skills Enhancement, or EASE, workshop series. Before we begin, I want to make sure we are clear that this is by no means

More information

WinTR-55 for Plan Reviewers Small Watershed Hydrology

WinTR-55 for Plan Reviewers Small Watershed Hydrology WinTR-55 for Plan Reviewers Small Watershed Hydrology Modeling Single Sub-area Watersheds (Part 1) 1 Course Outline Overview Review of Hydrology Terms Modeling Single Sub-area Watersheds Modeling Single

More information

Meteorology 5344, Fall 2017 Computational Fluid Dynamics Dr. M. Xue. Computer Problem #l: Optimization Exercises

Meteorology 5344, Fall 2017 Computational Fluid Dynamics Dr. M. Xue. Computer Problem #l: Optimization Exercises Meteorology 5344, Fall 2017 Computational Fluid Dynamics Dr. M. Xue Computer Problem #l: Optimization Exercises Due Thursday, September 19 Updated in evening of Sept 6 th. Exercise 1. This exercise is

More information

Web-enable a 5250 application with the IBM WebFacing Tool

Web-enable a 5250 application with the IBM WebFacing Tool Web-enable a 5250 application with the IBM WebFacing Tool ii Web-enable a 5250 application with the IBM WebFacing Tool Contents Web-enable a 5250 application using the IBM WebFacing Tool......... 1 Introduction..............1

More information

PowerPoint for Art History Presentations

PowerPoint for Art History Presentations PowerPoint for Art History Presentations For PC computers running Microsoft Office 2007+ Adapted by The University of California, Berkeley from the Institute of Fine Arts document by Elizabeth S. Funk

More information

Burning CDs in Windows XP

Burning CDs in Windows XP B 770 / 1 Make CD Burning a Breeze with Windows XP's Built-in Tools If your PC is equipped with a rewritable CD drive you ve almost certainly got some specialised software for copying files to CDs. If

More information

Astronomy 15 - Homework 1

Astronomy 15 - Homework 1 Astronomy 15 - Homework 1 Here are some exercises to get you used to celestial coordinates and calculations. 1) For an observer at latitude l, the altitude a of an object at hour angle H and declination

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 22.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

I1850Clm50SpG is the short name for 1850_DATM%GSWP3v1_CLM50%SP_SICE_SOCN_MOSART_CISM2%EVOLVE_SWAV.

I1850Clm50SpG is the short name for 1850_DATM%GSWP3v1_CLM50%SP_SICE_SOCN_MOSART_CISM2%EVOLVE_SWAV. In this exercise, you will use CESM to compute the surface mass balance of the Greenland ice sheet. You will make a simple code modification to perform a crude global warming or cooling experiment. Create

More information

Quick Web Development using JDeveloper 10g

Quick Web Development using JDeveloper 10g Have you ever experienced doing something the long way and then learned about a new shortcut that saved you a lot of time and energy? I can remember this happening in chemistry, calculus and computer science

More information

A Quick-Reference Guide. To access reddot: https://cms.hampshire.edu/cms

A Quick-Reference Guide. To access reddot: https://cms.hampshire.edu/cms Using RedDot A Quick-Reference Guide To access reddot: https://cms.hampshire.edu/cms For help: email reddot@hampshire.edu or visit http://www.hampshire.edu/computing/6433.htm Where is... Page 6 Page 8

More information

CSE 332: Data Structures and Parallelism Winter 2019 Setting Up Your CSE 332 Environment

CSE 332: Data Structures and Parallelism Winter 2019 Setting Up Your CSE 332 Environment CSE 332: Data Structures and Parallelism Winter 2019 Setting Up Your CSE 332 Environment This document guides you through setting up Eclipse for CSE 332. The first section covers using gitlab to access

More information

McIDAS-V - A powerful data analysis and visualization tool for multi and hyperspectral environmental satellite data *

McIDAS-V - A powerful data analysis and visualization tool for multi and hyperspectral environmental satellite data * McIDAS-V - A powerful data analysis and visualization tool for multi and hyperspectral environmental satellite data * Thomas Achtor, Thomas Rink, Thomas Whittaker, David Parker and David Santek Space Science

More information

Introduction to Git and GitHub for Writers Workbook February 23, 2019 Peter Gruenbaum

Introduction to Git and GitHub for Writers Workbook February 23, 2019 Peter Gruenbaum Introduction to Git and GitHub for Writers Workbook February 23, 2019 Peter Gruenbaum Table of Contents Preparation... 3 Exercise 1: Create a repository. Use the command line.... 4 Create a repository...

More information

Welcome to the world of .

Welcome to the world of  . Welcome to the world of e-mail. E-mail, short for electronic mail, allows computer users to easily send messages back and forth between acquaintances around the world. There are a variety of ways to do

More information

CSCI 161: Introduction to Programming I Lab 1a: Programming Environment: Linux and Eclipse

CSCI 161: Introduction to Programming I Lab 1a: Programming Environment: Linux and Eclipse CSCI 161: Introduction to Programming I Lab 1a: Programming Environment: Linux and Eclipse Goals - to become acquainted with the Linux/Gnome environment Overview For this lab, you will login to a workstation

More information

FTP Frequently Asked Questions

FTP Frequently Asked Questions Guide to FTP Introduction This manual will guide you through understanding the basics of FTP and file management. Within this manual are step-by-step instructions detailing how to connect to your server,

More information

INTERNET ORDERING YOU ARE NOW READY TO START YOUR ORDER SETTING UP YOUR COMPUTER IT S AS EASY AS NOTE: WHEN LOADING

INTERNET ORDERING YOU ARE NOW READY TO START YOUR ORDER SETTING UP YOUR COMPUTER IT S AS EASY AS NOTE: WHEN LOADING SETTING UP YOUR COMPUTER IT S AS EASY AS 1-2 - 3 NOTE: WHEN LOADING THE WEB ORDER TOOLS: 1. When you first load from the our link provided to you, it will load JAVA 1.4.1.02 and the web ordering application.

More information

Introduction to SPSS

Introduction to SPSS Introduction to SPSS Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data file and calculate

More information

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu USING DRUPAL Hampshire College Website Editors Guide 2014 https://drupal.hampshire.edu Asha Kinney Hampshire College Information Technology - 2014 HOW TO GET HELP Your best bet is ALWAYS going to be to

More information

IMPORTING A STUDENT LIST FROM SYNERGY INTO A GOOGLE CONTACT LIST

IMPORTING A STUDENT  LIST FROM SYNERGY INTO A GOOGLE CONTACT LIST IMPORTING A STUDENT EMAIL LIST FROM SYNERGY INTO A GOOGLE CONTACT LIST In Synergy create a report for each class. 1. Log in to Synergy. 2. Open the list of available reports; select the Reports icon from

More information