USER GUIDE. ICHTHYOP Lagrangian tool for modelling ichthyoplankton dynamics. Version: 3.1

Size: px
Start display at page:

Download "USER GUIDE. ICHTHYOP Lagrangian tool for modelling ichthyoplankton dynamics. Version: 3.1"

Transcription

1 C O A S T A L O B S E R V A T I O N S & F O R E C A S T S ICHTHYOP Lagrangian tool for modelling ichthyoplankton dynamics USER GUIDE Version: 3.1 Contact: info@previmer.org Web site: Octobre 2012

2 TABLE DES MATIÈRES 1) Introduction...4 2) Changes from previous versions ) 3.0b to ) Version 2. to 3.0b...6 3) Installation ) Content of the distributed package ) First run ) Java heap space...7 4) Step 1 : configure ) New configuration file ) Content of the configuration file...8 5) Step 2 : run simulation ) From the GUI ) Batch mode ) Step 3 : visualize results ) Results ) Set particle color ) Default color ) Particle size ) Color bar ) Make maps using Web Map Service ) Export trajectories to KMZ format ) Step 4 : animation ) Appendix ) Install / update the Java Runtime Environment ) Required libraries ) Get the source code ) Acknowledgments...15 Historique du document Auteur Date Descriptif des modifications P.Verley 15/12/2009 Création du document P.Verley 17/06/2010 Rédaction du document P.Verley 30/10/2012 Mise à jour du document v3.1 Ichthyop User guide Page 2 / 15

3 1) Introduction The ICHTHYOP tool simulates the Lagrangian transport of particles using oceanographic fields produced by models such as ROMS, MARS 1 or OPA-NEMO, for applications in physical oceanography and in marine ecology. Possible applications include: Studying transport processes and their effect on fish ichthyoplankton recruitment variability (by defining release zones, recruitment zones and a recruitment criterion). Simulating egg buoyancy and larvae growth (using salinity and temperature fields). Tracking virtual drifters and recording their positions in NetCDF files and visualizing the result with GoogleEarth. Simulating vertical migration (transport at iso-depth layers or diel vertical migration) Simulating horizontal and vertical dispersion. The tool offers two functioning modes: GUI and BATCH. The first one is a "click and run" mode. It uses a user-friendly graphic interface for configuring and running the simulation and provides some tools for plotting the transport of virtual eggs and larvae, creating some animations or exporting the trajectories in KMZ format for visualizing them with Google Earth. The second mode is batch processing. It enables to run series of simulations based on different pre-defined sets of parameters from a command line, without any UI for granting full power to computation. The tool is an open source program, developed with the Java language. The source code is available (info@previmer.org) and can be modified to suit better one's needs. There are two levels of utilization of this program. At a first level, it can be run as an executable. With this approach there is no need to know anything about Java or programming to successfully run a simulation. Parameters and options can be easily set up in the GUI (Graphical User Interface) or using any text editor. On a second level, some users might want to make some changes in the source code, in order to customize the model. To do so a Java Development Environment is required. A standard development kit (JDK), like the one distributed by Sun, might be sufficient, but we recommend the use of Java development tools with a graphical interface like Netbeans (section #). The ICHTHYOP tool has been developed in the frame of PREVIMER project. PREVIMER is a pre-operational system aiming to provide a wide range of users, from private individuals to professionals, with short-term forecasts about the coastal environment along the French coastlines bordering the English Channel, the Atlantic Ocean, and the Mediterranean Sea. Working in partnership with the French Naval Hydrographic and Oceanographic Service (Service Hydrographique et Océanographique de la Marine, SHOM), the French National Weather Service (Météo France), the French public science and technology research institute (Institut de Recherche pour le Développement, IRD), the European Institute of Marine Studies (Institut Universitaire Européen de la Mer, IUEM) and Brest- 1 Model Applications at Regional Scale developed by Ifremer Ichthyop User guide Page 3 / 15

4 Iroise Science and Technology Park (Technopôle Brest Iroise), IFREMER (the French Research Institute for Exploitation of the Sea) is supplying the technologies needed to ensure this pertinent information, available daily on Internet, and stored at the Operational Coastal Oceanographic Data Centre. PREVIMER provides researchers and R&D departments with modeling tools (such as ICHTHYOP) and access to the database, in which the observation data and the modeling results are stored, to undertake environmental studies on new sites. 2) Changes from previous versions 2.1) 3.0b to 3.1 Bug fixes: Configuration panel - Crashed at displaying a block with no visible parameter. Backtracking - Used to crash for particles reaching the edge of the domain. Backtracking - Did not work in batch neither SERIAL mode. Backtracking - Time spans were incorrectly defined for KMZ export. Backtracking - Multiple release events was not supported. Zone editor - Ensured all floating numbers are dot-separated. Bathymetric mask was always enabled even though the checkbox was not selected. Release particles - Application did not warn the user when attempting to release particles under the bottom or above the surface. Dataset - Application used to throw an 'IOException, two many files opened' when working with many NetCDF input files. OPA NEMO - computation of the vertical velocity was not correct. Now requires fields e3u_ps & e3v_ps. OPA NEMO - Handles different formats for the gdept, gdeptw, e3t, etc. grid variables since it can vary from one configuration to an other. Configuration menu - Save as button did not work. Gregorian calendar - The time converter generated a 24h offset on leap years only. ROMS Dataset - Wrong calculation of the NEW type of vertical coordinate. New features: Coastline behavior - Now there is a parameter to control coastal behavior. Particle might beach, bounce on the coastline as a billiard ball or just standstill. Mars - Handles generalized sigma level (Mars V8). Mars - Handles rotated domains (lon & lat as two dimensional fields). WMS - Broaden the zoom range. Recruitment stain - Look for recruited particles within an area defined by a central point and a radius. NetCDF library updated to last version (4.2 April 2011). It handles NetCDF4. Ichthyop User guide Page 4 / 15

5 Dataset - Added an option to deactivate a thorough and expensive sorting of the NetCDF input files when the files are already chronologically sorted. GETM - Added a new module for integrating GETM hydrodynamics model outputs in Ichthyop. Not validated yet. To be considered as Beta development. ROMS - Accepts separated grid file. Buoyancy - Set particle density as an age function provided in an external CSV file. 2.2) Version 2. to 3.0b The 3.0b version of Ichthyop is a brand new application. Most parts of the program have been re-coded : new user interface ; new modular architecture ; new input / output management ; thorough error management, etc. There is no compatibility between configuration files from version 2 and 3. Configuration files are now XML files. Nonetheless, all the scenarii of simulation handled by the second version can be reproduced using the third version. Version 2 used to distinguish SINGLE & SERIAL simulations, with SINGLE simulation that could be configured and run with the GUI and the SERIAL simulation that has to be configured with text editor and run without GUI. The distinction does not exist anymore in version 3. Each configuration can be either SINGLE or SERIAL : it just depends on whether you defined parameters with single values or with series of values. The configuration editor supports series of values for the SERIAL parameters. Moreover, in version 2, calculation and plotting occurred at same time, whereas in version 3, the application computes trajectories (for a single simulation or series of simulation) first and then draws the trajectories by reading particle positions in the NetCDF output file. Release and recruitment zones are now defined in independent XML files whereas in version 2, they had to be defined in each configuration file. Third version of the tool also proposed new features : read OPA NEMO output files ; pre-filled configuration files that connect Ichthyop to some MARS dataset servers (OpenDAP technology) for simulations around the Mediterranean sea or the Bay of Biscay. exportation of the results to KMZ format for visualizing trajectories with GoogleEarth. visualization of the results with several types of maps retrieved with Web Map Services. drift due to sea surface wind 3) Installation 3.1) Content of the distributed package Download the ichthyop-3.#.zip file. Extract the archive anywhere on your hard disk. You should get the following folders and files within a folder named ichthyop: ichthyop-3.#.jar - Ichthyop executable file Ichthyop User guide Page 5 / 15

6 lib/ - Necessary librairies to run the program input/ - Basic input file used for the examples readme.txt - information about the application 3.2) First run Two ways: Open a command line, go to the ichthyop directory and type java -jar ichthyop-3.#.jar Browse to the ichthyop directory and double click on ichthyop-3.#.jar The main frame should show up. Let's create a new configuration file. Click on Menu > Configuration > New Select one of the templates in the tree. All of them generate preset configuration files that are ready to run. Beware that for running the MARS OpenDAP simulations (MANGA or MENOR) you must have a decent internet connection in order to retrieve MARS hydrodynamic datasets form OpenDAP servers. Save the configuration file. Since the configuration is ready to run, so you do not need to change any parameter in the configuration editor. Go straight to "Step 2 : simulation" and click on the "Preview" button for visualizing the simulated area, then on the "Run simulation" button. As soon as the run is completed, Ichthyop automatically goes to "Step 3 : mapping". Depending on whether your computer is connected to Internet, the application will try to retrieve some background maps from Web Map Services or, on the contrary will leave a grey background. In the first case, click on button "Make maps" for generating the pictures. When the maps creation is over, the application takes you to "Step 4 : animation" where you visualize the trajectories of the particles. In the second case you can export the results to KMZ format for visualizing with GoogleEarth. Click on "Export to KMZ" button, then browse to the ichthyop/output/ folder and open the kmz file with GoogleEarth (it has to be installed on your computer). 3.3) Java heap space The command "java -jar ichthyop-3.#.jar" or the double click calls the JVM with default Java settings. Quite often, for big simulations (a lot of particles, long runs, etc.) the application might crash and be quite rude with you: "Exception in thread "main" java.lang.outofmemoryerror: Java heap space". It means Java did not allocate enough heap memory to the JVM. You should be able to avoid this problem with the command: java -Xms512m -Xmx1024m -jar ichthyop-3.#.jar It means the initial heap size is 512 MB and the maximum heap size is 1024 MB. 4) Step 1 : configure Ichthyop User guide Page 6 / 15

7 Figure 1: Step 1, configure Here you will find the usual "File menu" functions : create a new configuration file, open an existing one, close it or save and save as the configuration file. 4.1) New configuration file Figure 2: Step 1, create a new configuration file The application comes with some preset examples of configuration files (the templates). Select one of the templates, change the name of the configuration if the suggested name does not suit you and click on the Create button. 4.2) Content of the configuration file Ichthyop User guide Page 7 / 15

8 Figure 3: Step 1, edit the configuration file The configuration file is organized in several categories and each category contains several blocks of parameters. When the configuration file is created out of a template, it is ready to use and you do not need to change any parameter for running the simulation. Little by little you can explore the configuration file, starting with the "Main" blocks and change some parameters to see what is happening. On a second time you can start playing with the advanced parameters that activate and control the behaviors of the particles. Main blocks: Time - Set the simulation time options, such as the beginning of the simulation, the duration of transport, the time step, etc. Output - Options that control the record of the particle tracks in a NetCDF output file. Dataset - Management of the hydrodynamic dataset. Release - Determine how and where the particles should be released. Advanced blocks: Transport - Parameters for controlling the advection process, the dispersion, the vertical migration, the wind drift, etc. Ichthyop User guide Page 8 / 15

9 Release - Additional ways for releasing particles, from zones, with position recorded in a text file or in a NetDCF file, etc. Biology - Control the biological processes such as growth or cold water sensitivity, etc. Each block is fully described and commented in the block information area. As well, you will find a description and the necessary explanations for each parameter in the parameter information area. Do not forget to save the configuration file before going to the next step. 5) Step 2 : run simulation 5.1) From the GUI Figure 4: Step 2, simulation You may want to preview the simulated area. Click on the "Preview" button. The main interest in previewing the area is that the application will check if the simulation is correctly set up. Here "correctly" does not mean you made a relevant parametrization in terms of physics or biology, but at least the application had found all the parameters required for starting the simulation. More specifically, Ichthyop will attempt to read the geographical variables (longitude, latitude and depth) from the dataset in order to draw the area. It should also display the release and the recruitment zones if they have been defined and activated in the configuration file. Make sure what you see is what you expect, and go back to "Step 1: configure" in case not. When the preview is satisfactory, click on "Run simulation" for starting the simulation. The progress bar will give an estimation of the remaining time for the simulation to complete. You can interrupt (but not pause) the simulation anytime by a click on "Stop simulation". Depending the capabilities of your computer, the number of released particles, how many actions are implemented, etc. the simulation might requires a large amount of the available dynamic memory and the application might look like it is frozen. Wait until the simulation run to completion. Refer to section "Java Heap Space" if the application crashes because of memory problem. 5.2) Batch mode You may want to run a simulation without any GUI at all to give full power to Ichthyop User guide Page 9 / 15

10 computation. First, set up the configuration as usual with the configuration editor. Then save the file, close the application, open a command line, browse to the ichthyop/ directory and type: java -jar ichthyop-3.#.jar /path/to/your/configuration/file.xml Application messages are reported back to the command line and in the ichthyop-log.txt file. Refer to section "Java Heap Space" if the application crashes because of memory problem. 6) Step 3 : visualize results Figure 5: Step 3, mapping When the simulation is completed, the application automatically opens the current Ichthyop output file for visualizing the results. If your computer is connected to Internet, you should see the map being centered above the simulated area. Otherwise, it only displays a Grey background. You may want to skip that step or keep it for later. In that case, just click on "Close NetCDF" and go to any other steps or exit the application. Any time, you can go back to this step: click on "Open NetCDF" and select the Ichthyop output file you wish to visualize. Ichthyop User guide Page 10 / 15

11 When the NetCDF file is opened, the application brings you back to the exact point where it was when the simulation just completed. The application offers two ways for visualizing the results : draw the particle trajectories with a Web Map Service or export the particle trajectories in a KMZ file that can be opened with Google Earth. Both functions are completely independent one from another. 6.1) Results Ichthyop archives the particle trajectories in NetCDF format, a machine-independent data formats for sharing array-oriented scientific data. The NetDCF file is recorded in the output folder (set in the Output section of the configuration file) and the file name contains the date and time of creation of the file. Default contents of the NetCDF output file: time of the simulation, longitude, latitude, and depth at particle position, and mortality status. 6.2) Set particle color 6.2.1) Default color The "Default color" button determines the particle color for visualizing the trajectories ) Particle size Particles are plotted as small circles. Particle size determines the diameter of the circle in pixel ) Color bar Select in the Combo box a variable archived in the Ichthyop output file you wish to visualize as a tri-color range. The "Auto range" button will scan the values of the variable and suggest the following range : [mean - 2 * standard deviation; mean + 2 * standard deviation]. Do not forget to click on "Apply settings" for validating the changes of the color bar. For taking off the color bar, select the "None" item in the Combo box and click on "Apply settings". A click on "Default color" button should also deactivate the color bar. 6.3) Make maps using Web Map Service According to Wikipedia, a Web Map Service (WMS) is a standard protocol for serving georeferenced map images over the Internet. Ichthyop provides three different WMS for displaying the ocean bathymetry and the cost line as a background of the particle trajectories. Maps can be intuitively zoomed in and out with the mouse wheel and re-centered doing a mere drag and drop. Depending on the quality of the Internet connection and how busy is the Web Map Server, the display of the background tiles might take a while or even not work at all. In Ichthyop User guide Page 11 / 15

12 that case, try again with a distinct WMS and change the zoom scale. When the settings of the map looks satisfactory, click on "Make maps" button. Ichthyop will create a folder that has exactly the same name than the simulation NetCDF output file (without the.nc extension) in the output directory. Then maps are recorded in this folder as PNG pictures. Again, depending on the computer capabilities and the number of particles, the map creation might require a large amount of the available dynamic memory and the application looks like it is frozen. Wait for the application to complete this step. Refer to section "Java Heap Space" if the application crashes because of memory problem. 6.4) Export trajectories to KMZ format By default, Ichthyop records the particle trajectories in NetCDF format. It is perfectly adapted for archiving and sharing scientific data since it is a machine independent and array-oriented format. But it is not much handy for visualizing results. Click on "Export to KMZ" button for recording the particle trajectories into a KMZ file. The file is recorded in the same directory than the Ichthyop output file, with the same name and the ".kmz" extension. KMZ format is the standard file format for visualizing georeferenced information with GoogleEarth. Color settings (default color or color bar) and particle size will also be stored in the KMZ file. When the export has performed, browse to the output folder and click on the KMZ file for launching GoogleEarth (assuming the program is installed on your computer). 7) Step 4 : animation Figure 6: Step 4, animation When the maps creation is completed, the application automatically opens the current simulation output folder for animating the maps (PNG pictures). Ichthyop User guide Page 12 / 15

13 You may want to skip that step or keep it for later. In that case, just go to any other steps or exit the application. Any time, you can go back to this step, click on "Open maps" and select the simulation output folder that contains the PNG pictures you wish to visualize. When the folder is opened, the application brings you back to the exact point where it was when the map creation just completed. Set the number of frames per second of the animation with the spinner. You can also create an animated GIF. The file is recorded in the same directory than the Ichthyop output file, with the same name and the ".gif" extension. 8) Appendix 8.1) Install / update the Java Runtime Environment The program has been developed with the Java language. Java is an object-oriented language developed by Sun Microsystems. The compilation of the source code provides byte code. The portability of the byte code might be the main advantage of Java. An interpreter of the byte code is necessary to run the program: the Java Virtual Machine (JVM). Let us clarify some of the acronyms regarding the Java technologies: JVM: Java Virtual Machine. It is a set of software programs that interprets the Java byte code. JRE: Java Runtime Environment. It is a kit distributed by Sun to execute Java programs. A JRE provides a JVM and some basic Java libraries. SDK: Software Development Kit bound to the programmer. It provides a JRE, a compiler, useful programs, examples and the source of the API (Application Programming Interface: some standard libraries). JDK: Java Development Kit. Former name for the SDK. In order to run the program, a JRE has to be installed on the local machine. A complete SDK is not necessary unless you want to modify the source code and get a new byte code (see section 8.3 the source code). The byte code has been generated with JDK 1.6_u37. The program has been tested with the corresponding JRE 1.6_u37. To check if Java is installed on your computer, and to get its version, Open a shell terminal (Linux and Mac users) or a command-line interpreter (Windows user. Menu Start > Execute > CMD.exe) and type: java -version. As an example, this is what the shell should return for Java version 1.6.0_37. [user@local-host ~]$ java -version java version "1.6.0_37" Java(TM) SE Runtime Environment (build 1.6.0_37-b06) Java HotSpot(TM) 64-Bit Server VM (build b01, mixed mode) The latest JRE can be downloaded here. Follow the installation instructions. For Linux users, once the JRE installation is completed, you might have to update the PATH variable. Open a new shell. For a Bash shell. Edit.bashrc with any text editor and add the following lines at the Ichthyop User guide Page 13 / 15

14 end of the file. if [ -z "${PATH}" ] then PATH="/usr/java/jre1.6.0/bin 2 ; export PATH else PATH="/usr/java/jre1.6.0/bin 1 :$PATH"; export PATH fi For a csh shell. Edit.cshrc with any text editor and add the following lines at the end of the file. set PATH=${PATH}:/usr/java/jre1.6.0/bin 1 Save the modification and close the text editor. Then type in the terminal: [user@local-host ~]$ source.bashrc or [user@local-host ~]$source.cshrc You can now check if Java is properly installed and is recognized by the system by typing in the shell: [user@local-host ~]$ java -version 8.2) Required libraries Libraries are external programs necessary to run the application. The program uses them as tools to implement its own methods. All the libraries used in this application are distributed under the GNU Lesser General Public license. In the lib folder of the distributed pack, you will only find the necessary Java archive (.jar) files to run the program. Please find below the list of the websites where complete distribution of the libraries can be found. Swing application framework: JDOM: Timing framework: NetCDF java library: SwingX Web Services: 8.3) Get the source code The project is maintained from the Ifremer FusionForge gateway. The source code of the application is not public so please just and ask for a copy at info@previmer.org We can provide the source code as a NetBeans project, which makes it a lot easier for editing, testing and compiling the application. 9) Acknowledgments 2 Adjust the path to match your own JRE bin directory Ichthyop User guide Page 14 / 15

15 A first version of this program, released in June 2006, has been principally developed by Christian Mullon and Philippe Verley. Funding was mainly from the Institut de Recherche pour le Développement (IRD) and the University of Cape Town (UCT), as part of Eco-up. Version 3.0b release is part of PREVIMER project. The program benefited from a collaboration between people from the Laboratoire de Physique des Océans (LPO), from the Institut de Recherche pour le Développement and Ifremer (the French public institute for marine research). This 3.1 release has been developed in the Exploited Marine Ecosystem unit (UMR EME 212), and funded by IRD. Ichthyop User guide Page 15 / 15

ICHTHYOP Lagrangian tool for modelling ichthyoplankton dynamics USER GUIDE. Version: 3.2. Contact: Web site:

ICHTHYOP Lagrangian tool for modelling ichthyoplankton dynamics USER GUIDE. Version: 3.2. Contact: Web site: ICHTHYOP Lagrangian tool for modelling ichthyoplankton dynamics USER GUIDE Version: 3.2 Contact: contact@ichthyop.org Web site: www.ichthyop.org Octobre 2013 INDEX 1) Introduction...3 2) Changes from previous

More information

ICHTHYOP Lagrangian tool for modelling ichthyoplankton dynamics USER GUIDE. Version: 2.2. Contact: Web site:

ICHTHYOP Lagrangian tool for modelling ichthyoplankton dynamics USER GUIDE. Version: 2.2. Contact: Web site: C O A S T A L O B S E R V A T I O N S & F O R E C A S T S ICHTHYOP Lagrangian tool for modelling ichthyoplankton dynamics USER GUIDE Version: 2.2 Contact: info@previmer.org Web site: September 2009 CONTENTS

More information

ICHTHYOP Lagrangian tool for modelling ichthyoplankton dynamics USER GUIDE. Version: 2.1. Contact: Web site:

ICHTHYOP Lagrangian tool for modelling ichthyoplankton dynamics USER GUIDE. Version: 2.1. Contact: Web site: C O A S T A L O B S E R V A T I O N S & F O R E C A S T S ICHTHYOP Lagrangian tool for modelling ichthyoplankton dynamics USER GUIDE Version: 2.1 Contact: info@previmer.org Web site: August 2007 CONTENTS

More information

BMGTOOLS: A COMMUNITY TOOL TO HANDLE MODEL GRID AND BATHYMETRY

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

More information

Introduction to Java. Lecture 1 COP 3252 Summer May 16, 2017

Introduction to Java. Lecture 1 COP 3252 Summer May 16, 2017 Introduction to Java Lecture 1 COP 3252 Summer 2017 May 16, 2017 The Java Language Java is a programming language that evolved from C++ Both are object-oriented They both have much of the same syntax Began

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

DualSPHysics Interface Documentation

DualSPHysics Interface Documentation DualSPHysics Interface Documentation Version 1.1 (05/07/2013) S. M. Longshaw & B. D. Rogers Smoothed Particle Hydrodynamics Expert Group, The University of Manchester 1 P a g e Contents 1.0 Installation

More information

SeaDataNet, Pan-European infrastructure for marine ands ocean data management + EMODNET Preparatory Action Hydrographic and Seabed Mapping

SeaDataNet, Pan-European infrastructure for marine ands ocean data management + EMODNET Preparatory Action Hydrographic and Seabed Mapping SeaDataNet, Pan-European infrastructure for marine ands ocean data management + EMODNET Preparatory Action Hydrographic and Seabed Mapping By Dick M.A. Schaap Technical Coordinator SeaDataNet & Coordinator

More information

DOG Manual. Domain Graph. Version /06/2011. Author: Jian Ren & Yu Xue

DOG Manual. Domain Graph. Version /06/2011. Author: Jian Ren & Yu Xue Domain Graph Version 2.0 11/06/2011 Author: Jian Ren & Yu Xue Contact: Dr. Jian Ren, renjian.sysu@gmail.com ; Dr. Yu Xue, xueyu@mail.hust.edu.cn The software is only free for academic research. The latest

More information

GOSAT Tools Installation and Operation Manual

GOSAT Tools Installation and Operation Manual GOSAT Tools Installation and Operation Manual May 2018 NIES GOSAT Project Table of Contents 1. Introduction... 1 1.1 Overview... 2 1.2 System Requirements... 3 2. Installing... 4 2.1 Location Data of Validation

More information

Introduction to Java Programming

Introduction to Java Programming Introduction to Java Programming Lecture 1 CGS 3416 Spring 2017 1/9/2017 Main Components of a computer CPU - Central Processing Unit: The brain of the computer ISA - Instruction Set Architecture: the specific

More information

CORIOLIS: A DATA MANAGEMENT SERVICE FOR OPERATIONAL OCEANOGRAPHY. phone fax

CORIOLIS: A DATA MANAGEMENT SERVICE FOR OPERATIONAL OCEANOGRAPHY. phone fax CORIOLIS: A DATA MANAGEMENT SERVICE FOR OPERATIONAL OCEANOGRAPHY T.CARVAL (1), L. PETIT de la VILLEON (2) and the CORIOLIS team (1) IFREMER, IDM/ISIB, Centre de Brest, BP70, 29280 Plouzané, France (Thierry.Carval@ifremer.fr),

More information

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

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

More information

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

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

More information

TEMPO INSTALLATION I O A. Platform Independent Notes 1. Installing Tempo 3. Installing Tools for the Plugins 5. v0.2.

TEMPO INSTALLATION I O A. Platform Independent Notes 1. Installing Tempo 3. Installing Tools for the Plugins 5. v0.2. TEMPO INSTALLATION v0.2.2 (BETA) 2/7/2008 Platform Independent Notes 1 On Windows: 2 On Linux: 2 On OS X (Tiger 10.4.7 and later) 2 I O A Installing Tempo 3 Installing on Windows (Vista/XP/W2K) 3 Installing

More information

NEMO Reformating tool

NEMO Reformating tool NEMO Reformating tool Michèle Fichaut- Ifremer NEMO [current version 1.6.3] Can be downloaded from SeaDataNet Web site https://www.seadatanet.org/software/nemo Written in Java Language (Version >= 1.7)

More information

jmeter is an open source testing software. It is 100% pure Java application for load and performance testing.

jmeter is an open source testing software. It is 100% pure Java application for load and performance testing. i About the Tutorial jmeter is an open source testing software. It is 100% pure Java application for load and performance testing. jmeter is designed to cover various categories of tests such as load testing,

More information

SMARTdoc v2 User Manual

SMARTdoc v2 User Manual Pages: 1/49 SMARTdoc v2 Pages: 2/49 1 Introduction SMARTdoc is an easy to use but full functional document management system. The mean focus is easy and fast. SMARTdoc is all about document and information

More information

Welcome to Kmax Installing Kmax

Welcome to Kmax Installing Kmax Welcome to Kmax 10.2 Kmax is a cross-platform, Java-based application that will run on Windows, Linux, or Mac OS X. This distribution of Kmax replaces all previous releases except for Kmax on Mac OS X

More information

snocad-x user guide version b

snocad-x user guide version b snocad-x user guide version 1.0.3.b www.grafsnowboards.com Introduction snocad-x is an interactive application with which you can design all sorts of boardsports equipment. The main features are intended

More information

Programming Principles 1 (CSC131) & 2 (CSC132) Software usage guide

Programming Principles 1 (CSC131) & 2 (CSC132) Software usage guide School of Sciences Department of Computer Science and Engineering Programming Principles 1 (CSC131) & 2 (CSC132) Software usage guide WHAT SOFTWARE AM I GOING TO NEED/USE?... 3 WHERE DO I FIND THE SOFTWARE?...

More information

Guide to Mapping Website (Public) December 2016 GC_236594

Guide to Mapping Website (Public) December 2016 GC_236594 Guide to Mapping Website (Public) December 2016 GC_236594 Table of Contents Guide to Mapping Website (Public)... 1 December 2016... 1 Quick Start... 3 Map Layers... 4 How do I?... 5 Draw on the Map...

More information

Post Processing, Visualization, and Sample Output

Post Processing, Visualization, and Sample Output Chapter 7 Post Processing, Visualization, and Sample Output Upon successful execution of an ADCIRC run, a number of output files will be created. Specifically which files are created depends upon how the

More information

Certified Core Java Developer VS-1036

Certified Core Java Developer VS-1036 VS-1036 1. LANGUAGE FUNDAMENTALS The Java language's programming paradigm is implementation and improvement of Object Oriented Programming (OOP) concepts. The Java language has its own rules, syntax, structure

More information

Sung Ho Choi Korea Hydrographic and Oceanographic Administration

Sung Ho Choi   Korea Hydrographic and Oceanographic Administration The development of User Interface for Multi-Beam data processing in Linux Sung Ho Choi E-mail : choise7413@korea.kr Korea Hydrographic and Oceanographic Administration Introduction Purpose The IHO will

More information

v CMS-Flow SMS Tutorials Requirements Time Prerequisites Objectives

v CMS-Flow SMS Tutorials Requirements Time Prerequisites Objectives v. 12.2 SMS 12.2 Tutorial Objectives This lesson demonstrates how to prepare a grid and run a solution using. Prerequisites SMS Overview Requirements Map Module Cartesian Grid Module Scatter Module Time

More information

USER MANUAL VERSION April,

USER MANUAL VERSION April, S M T E U A T S S T U Y R S F ( E R E T O I M E E M R J A V A J S M S N ) USER MANUAL VERSION 1.0.2 April, 2012 http://sms.id.ucsb.edu/jsms G N T About! 3 Stuttering Measurement System for Java (JSMS-01)!

More information

Data Entry Tool, version 3.0

Data Entry Tool, version 3.0 Data Entry Tool, version 3.0 The aim of this document is to help you to install the Data Entry tool and to explain its collaboration with the Item List Management Tool and finally to explain shortly the

More information

VCS version Rockside Road Cleveland, Ohio

VCS version Rockside Road Cleveland, Ohio User Manual VCS version 5.0 4807 Rockside Road Cleveland, Ohio 44131 216-901-1726 www.acuity-vct.com Introduction 1 System Requirements 1 Overview 1 Getting Started 2 Installing the Java Runtime Environment

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

What you need to know about Java and JetTrac Licensing

What you need to know about Java and JetTrac Licensing What you need to know about Java and JetTrac Licensing This document is designed to get you up to speed on the multi-platform nature of the JetTrac Products, and the licensing system that protects them

More information

Caption Pro User Manual

Caption Pro User Manual Version 1.4 June 2018 This document is for the use of Aleka Consulting, its staff, and clients. You must not forward, or copy this document. Any such action is unauthorized and prohibited. All rights reserved.

More information

Ocean Data View (ODV) Manual V1.0

Ocean Data View (ODV) Manual V1.0 Ocean Data View (ODV) Manual V1.0 Prepared by the Coastal and Regional Oceanography Lab UNSW, Australia (www.oceanography.unsw.edu.au ) for the Sydney Institute of Marine Science. Table of Contents 1 Introduction

More information

SPRECON-E Display Editor

SPRECON-E Display Editor SPRECON-E Display Editor Version 2.0b USERS MANUAL 94.2.912.60en 09/2004 ISSUE A page 2 / 61 Business Sector Enery Station Automation (ENA) [Power systems automation] Sprecher Automation GmbH Franckstrasse

More information

Tutorial to QuotationFinder_0.6

Tutorial to QuotationFinder_0.6 Tutorial to QuotationFinder_0.6 What is QuotationFinder, and for which purposes can it be used? QuotationFinder is a tool for the automatic comparison of fully digitized texts. It can detect quotations,

More information

v Data Visualization SMS 12.3 Tutorial Prerequisites Requirements Time Objectives Learn how to import, manipulate, and view solution data.

v Data Visualization SMS 12.3 Tutorial Prerequisites Requirements Time Objectives Learn how to import, manipulate, and view solution data. v. 12.3 SMS 12.3 Tutorial Objectives Learn how to import, manipulate, and view solution data. Prerequisites None Requirements GIS Module Map Module Time 30 60 minutes Page 1 of 16 Aquaveo 2017 1 Introduction...

More information

ArtDMX DMX control software V1.4

ArtDMX DMX control software V1.4 User manual ArtDMX DMX control software V1.4 1 2 Table of contents : 1. How to start a new Project...6 1.1. Introduction...6 1.2. System Requirements...6 1.3. Installing software and drivers...7 1.4. Software

More information

Metview 4 ECMWF s latest generation meteorological workstation

Metview 4 ECMWF s latest generation meteorological workstation from Newsletter Number 126 Winter 2010/11 COMPUTING Metview 4 ECMWF s latest generation meteorological workstation doi:10.21957/v4xszl60 This article appeared in the Computing section of ECMWF Newsletter

More information

LizardTech. Express Server 9. ExpressZip Manual

LizardTech. Express Server 9. ExpressZip Manual LizardTech Express Server 9 ExpressZip Manual Copyright 2009 2014 Celartem Inc. d.b.a. LizardTech. All rights reserved. Information in this document is subject to change without notice. The software described

More information

Acasys Studio Version and requirements summary

Acasys Studio Version and requirements summary Acasys Studio Version and requirements summary Version history Version 1.63 AMIT ltd. accepts no guarantees as to the content of this publication and reserves the right to change the content of the documentation

More information

MARS v Release Notes Revised: May 23, 2018 (Builds and )

MARS v Release Notes Revised: May 23, 2018 (Builds and ) MARS v2018.0 Release Notes Revised: May 23, 2018 (Builds 8302.01 8302.18 and 8350.00 8352.00) Contents New Features:... 2 Enhancements:... 6 List of Bug Fixes... 13 1 New Features: LAS Up-Conversion prompts

More information

Software Requirements Specification BRIC. for. Requirements for Version Prepared by Panagiotis Vasileiadis

Software Requirements Specification BRIC. for. Requirements for Version Prepared by Panagiotis Vasileiadis Software Requirements Specification for BRIC Requirements for Version 0.8.0 Prepared by Panagiotis Vasileiadis Introduction to Software Engineering, Aristotle University 01/04/2014 Software Requirements

More information

This exercise will briefly introduce ODV to create an ODV collection from the World Ocean Database

This exercise will briefly introduce ODV to create an ODV collection from the World Ocean Database Topic 6b : Creating ODV Collections from WOD Data. Ocean Data View (ODV) is a software package for the interactive exploration, analysis and visualization of oceanographic and other geo-referenced profile

More information

Page 1.1 Guidelines 2 Requirements JCoDA package Input file formats License. 1.2 Java Installation 3-4 Not required in all cases

Page 1.1 Guidelines 2 Requirements JCoDA package Input file formats License. 1.2 Java Installation 3-4 Not required in all cases JCoDA and PGI Tutorial Version 1.0 Date 03/16/2010 Page 1.1 Guidelines 2 Requirements JCoDA package Input file formats License 1.2 Java Installation 3-4 Not required in all cases 2.1 dn/ds calculation

More information

Series 40 6th Edition SDK, Feature Pack 1 Installation Guide

Series 40 6th Edition SDK, Feature Pack 1 Installation Guide F O R U M N O K I A Series 40 6th Edition SDK, Feature Pack 1 Installation Guide Version Final; December 2nd, 2010 Contents 1 Legal Notice...3 2 Series 40 6th Edition SDK, Feature Pack 1...4 3 About Series

More information

Appendix I. TACTICS Toolbox v3.x. Interactive MATLAB Platform For Bioimaging informatics. User Guide TRACKING MODULE

Appendix I. TACTICS Toolbox v3.x. Interactive MATLAB Platform For Bioimaging informatics. User Guide TRACKING MODULE TACTICS Toolbox v3.x Interactive MATLAB Platform For Bioimaging informatics User Guide TRACKING MODULE -17- Cell Tracking Module 1 (user interface) Once the images were successfully segmented, the next

More information

FactoryLink 7. Version 7.0. Client Builder Reference Manual

FactoryLink 7. Version 7.0. Client Builder Reference Manual FactoryLink 7 Version 7.0 Client Builder Reference Manual Copyright 2000 United States Data Corporation. All rights reserved. NOTICE: The information contained in this document (and other media provided

More information

Aurora Multi-image System Control Software. User Manual

Aurora Multi-image System Control Software. User Manual Aurora Multi-image System Control Software User Manual Product Information Model: Aurora Controller Software Version: V010200 Release Date: January 18th, 2017 Company OSEE TECHNOLOGY CO., LTD. Contact

More information

Getting Started with Eclipse/Java

Getting Started with Eclipse/Java Getting Started with Eclipse/Java Overview The Java programming language is based on the Java Virtual Machine. This is a piece of software that Java source code is run through to produce executables. The

More information

Analysis of Networks with Interactive MOdelling. User s Manual

Analysis of Networks with Interactive MOdelling. User s Manual Analysis of Networks with Interactive MOdelling User s Manual Contents 1 Requirements and installation 1 1.1 Java............................. 1 1.2 Cytoscape........................... 2 1.3 UPPAAL...........................

More information

USER MANUAL Table of Contents Slide 00 of 66

USER MANUAL Table of Contents Slide 00 of 66 USER MANUAL 1.5 www.dgflick.com Table of Contents Slide 00 of 66 Table of Contents Table of Contents... 1 1.0. Getting Started... 2 1.1. What is Video Xpress Suite?... 3 1.2. System Requirements to Run

More information

Iconasys Advanced 360 Product View Creator. User Guide (Mac OSX)

Iconasys Advanced 360 Product View Creator. User Guide (Mac OSX) Iconasys Advanced 360 Product View Creator User Guide (Mac OSX) Overview 360 Product View Creator UI 1. Upload Image Area 2. Image Viewing Gallery 3. Output Format and Button Create 4. 360 Preview Window

More information

4. TROUBLESHOOTING PREVIOUS VERSIONS RUN LOLITRACK ALWAYS AS ADMIN WIBU SOFTWARE PROTECTION... 30

4. TROUBLESHOOTING PREVIOUS VERSIONS RUN LOLITRACK ALWAYS AS ADMIN WIBU SOFTWARE PROTECTION... 30 Version 4.2.0 CONTENTS 1. GETTING STARTED... 2 2. TYPICAL APPLICATIONS... 4 3. USER GUIDE... 5 3.1 SINGLE OBJECT MODE... 7 3.2 SINGLE ARENA MODE... 12 3.3 EVENT RECORDER... 19 3.4 BATCH TRACKING... 21

More information

Operating Systems. Designed and Presented by Dr. Ayman Elshenawy Elsefy

Operating Systems. Designed and Presented by Dr. Ayman Elshenawy Elsefy Operating Systems Designed and Presented by Dr. Ayman Elshenawy Elsefy Dept. of Systems & Computer Eng.. AL-AZHAR University Website : eaymanelshenawy.wordpress.com Email : eaymanelshenawy@yahoo.com Reference

More information

ETK Installation and Configuration Manual

ETK Installation and Configuration Manual BMW GROUP ETK Installation and Configuration Manual English Version 1.4 06.08.2013 1 System Requirements General... 4 1.1 Operating system compatibility:... 4 1.1.1 Local (standalone) version... 4 1.1.2

More information

GeoPlanes. Interactive Analysis of Virtual Geological Outcrops. Alpha Version January 2016

GeoPlanes. Interactive Analysis of Virtual Geological Outcrops. Alpha Version January 2016 GeoPlanes Interactive Analysis of Virtual Geological Outcrops Alpha Version January 2016 1. Introduction Geoplanes is an application for interactive structural interpretation and annotation of 3D texture

More information

Prezi: Moving beyond Slides

Prezi: Moving beyond Slides [ Prezi: Moving beyond Slides ] by: Charina Ong Centre for Development of Teaching and Learning National University of Singapore Table of Contents About the Workshop... i Workshop Objectives... i Session

More information

RMS Monitoring Software System Operation

RMS Monitoring Software System Operation RMS Monitoring Software System Operation 2017 ROTRONIC AG Bassersdorf Switzerland 2017 ROTRONIC AG Bassersdorf Switzerland Page 2 of 27 Contents Contents... 3 1 Overview... 4 1.1 System Requirements...

More information

i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code

i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code About this guide Informatics for Integrating Biology and the Bedside (i2b2) began as one of the sponsored initiatives of the NIH Roadmap

More information

OceanBrowser: on-line visualization of gridded ocean data and in situ observations

OceanBrowser: on-line visualization of gridded ocean data and in situ observations OceanBrowser: on-line visualization of gridded ocean data and in situ observations Alexander Barth¹, Sylvain Watelet¹, Charles Troupin², Aida Alvera Azcarate¹, Giorgio Santinelli³, Gerrit Hendriksen³,

More information

Streams Version Installation and Registration

Streams Version Installation and Registration Streams Version 2.06 Installation and Registration Dr Roger Nokes February 2017 Department of Civil and Natural Resources Engineering University of Canterbury Christchurch, NZ roger.nokes@canterbury.ac.nz

More information

OpenForms360 Validation User Guide Notable Solutions Inc.

OpenForms360 Validation User Guide Notable Solutions Inc. OpenForms360 Validation User Guide 2011 Notable Solutions Inc. 1 T A B L E O F C O N T EN T S Introduction...5 What is OpenForms360 Validation?... 5 Using OpenForms360 Validation... 5 Features at a glance...

More information

v Google Earth Files SMS 13.0 Tutorial Prerequisites None Requirements Mesh Module Google Earth Time minutes

v Google Earth Files SMS 13.0 Tutorial Prerequisites None Requirements Mesh Module Google Earth Time minutes v. 13.0 SMS 13.0 Tutorial Objectives Learn how to save SMS data to a KMZ file format. KMZ files are Google Earth files and will allow viewing SMS data in Google Earth. SMS can save any georeferenced data

More information

MISIS Tutorial. I. Introduction...2 II. Tool presentation...2 III. Load files...3 a) Create a project by loading BAM files...3

MISIS Tutorial. I. Introduction...2 II. Tool presentation...2 III. Load files...3 a) Create a project by loading BAM files...3 MISIS Tutorial Table of Contents I. Introduction...2 II. Tool presentation...2 III. Load files...3 a) Create a project by loading BAM files...3 b) Load the Project...5 c) Remove the project...5 d) Load

More information

v SMS 11.1 Tutorial SRH-2D Prerequisites None Time minutes Requirements Map Module Mesh Module Scatter Module Generic Model SRH-2D

v SMS 11.1 Tutorial SRH-2D Prerequisites None Time minutes Requirements Map Module Mesh Module Scatter Module Generic Model SRH-2D v. 11.1 SMS 11.1 Tutorial SRH-2D Objectives This lesson will teach you how to prepare an unstructured mesh, run the SRH-2D numerical engine and view the results all within SMS. You will start by reading

More information

GPU HACKATHON. #gpucesgahack. 29 mayo - 1 junio Santiago de Compostela TEAM 6 IGNACIO VIDAL FRANCO

GPU HACKATHON. #gpucesgahack. 29 mayo - 1 junio Santiago de Compostela TEAM 6 IGNACIO VIDAL FRANCO GPU HACKATHON #gpucesgahack 29 mayo - 1 junio Santiago de Compostela TEAM 6 IGNACIO VIDAL FRANCO Ichthyop Ignacio Vidal Franco (ignacio.vfranco@gmail.com) Spanish Institute of Oceanography (A Coruña) BSc

More information

Notes of the course - Advanced Programming. Barbara Russo

Notes of the course - Advanced Programming. Barbara Russo Notes of the course - Advanced Programming Barbara Russo a.y. 2014-2015 Contents 1 Lecture 2 Lecture 2 - Compilation, Interpreting, and debugging........ 2 1.1 Compiling and interpreting...................

More information

Coastal Ocean Modeling & Dynamics

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

More information

BeetleEye Application User Documentation

BeetleEye Application User Documentation BeetleEye Application User Documentation BeetleEye User Documentation 1 Table of Contents Welcome to the BeetleEye Application... 6 Overview... 6 Navigation... 6 Access BeetleEye... 6 Update account information...

More information

GrandReporter. User Guide

GrandReporter. User Guide GrandReporter User Guide Licensing and Copyright Agreement This software is Copyright 2009 TED and TRI-EDRE. Except as permitted under copyright law, no part of the program or this manual may be reproduced

More information

Style Report Enterprise Edition

Style Report Enterprise Edition INTRODUCTION Style Report Enterprise Edition Welcome to Style Report Enterprise Edition! Style Report is a report design and interactive analysis package that allows you to explore, analyze, monitor, report,

More information

Analysis of Networks with Interactive MOdelling. User s Manual

Analysis of Networks with Interactive MOdelling. User s Manual Analysis of Networks with Interactive MOdelling User s Manual Contents 1 Requirements and installation 1 1.1 Java............................. 1 1.2 Cytoscape........................... 2 1.3 UPPAAL...........................

More information

HYSPLIT model description and operational set up for benchmark case study

HYSPLIT model description and operational set up for benchmark case study HYSPLIT model description and operational set up for benchmark case study Barbara Stunder and Roland Draxler NOAA Air Resources Laboratory Silver Spring, MD, USA Workshop on Ash Dispersal Forecast and

More information

InterPSS OpenCIM User s Guide Software Release 1.2.1

InterPSS OpenCIM User s Guide Software Release 1.2.1 InterPSS OpenCIM User s Guide Software Release 1.2.1 March, 2010 i Important Information USE OF INTERPSS SOFTWARE AND THIS DOCUMENT IS SUBJECT TO THE TERMS AND CONDITIONS OF A LICENSE AGREEMENT FOUND IN

More information

JVM interprets the Java bytecode, controls how it interacts with the operating system and manages memory.

JVM interprets the Java bytecode, controls how it interacts with the operating system and manages memory. Appendix 2 Installing the Java Development Kit A2.1. Why Java? Presented in May 1995 and developed by J. Gosling and P. Naughton of Sun Microsystems, Java is an object-oriented programming language. It

More information

Web Viewer Guide. HiPER LOOK Version Copyright 2016 PIXIA Corp. All Rights Reserved.

Web Viewer Guide. HiPER LOOK Version Copyright 2016 PIXIA Corp. All Rights Reserved. Web Viewer Guide 2016 HiPER LOOK Version 1.4.16.0 Copyright 2016 PIXIA Corp. All Rights Reserved. Table of Contents 1 System Requirements... 5 1.1 Prerequisites... 5 1.2 Web Browser... 5 2 HiPER LOOK Web

More information

MIKE Zero. Project Oriented Water Modelling. Step-by-step training guide

MIKE Zero. Project Oriented Water Modelling. Step-by-step training guide MIKE Zero Project Oriented Water Modelling Step-by-step training guide MIKE 2017 DHI headquarters Agern Allé 5 DK-2970 Hørsholm Denmark +45 4516 9200 Telephone +45 4516 9333 Support +45 4516 9292 Telefax

More information

Aware IM Version 8.1 Installation Guide

Aware IM Version 8.1 Installation Guide Aware IM Version 8.1 Copyright 2002-2018 Awaresoft Pty Ltd CONTENTS 1 INSTALLATION UNDER WINDOWS OPERATING SYSTEM... 3 1.1 HARDWARE AND SOFTWARE REQUIREMENTS... 3 1.2 USING THE INSTALLATION PROGRAM...

More information

WATERMARK S ENSE User Guide. VeprIT.

WATERMARK S ENSE User Guide. VeprIT. WATERMARK S ENSE User Guide VeprIT http://veprit.com support@veprit.com Based on version 1.2.0. April 28, 2014 VeprIT - Watermark Sense User Guide Page 1 Contents 1 Main Concepts 3 2 User Interface Overview

More information

How to Install (then Test) the NetBeans Bundle

How to Install (then Test) the NetBeans Bundle How to Install (then Test) the NetBeans Bundle Contents 1. OVERVIEW... 1 2. CHECK WHAT VERSION OF JAVA YOU HAVE... 2 3. INSTALL/UPDATE YOUR JAVA COMPILER... 2 4. INSTALL NETBEANS BUNDLE... 3 5. CREATE

More information

Crystal Reports (Custom Reports)

Crystal Reports (Custom Reports) Crystal Reports (Custom Reports) Getting Started The Crystal Reports Module is Option #3 in the Reports Menu. Since not everyone needs the reporting capabilities of this new module, it does not come pre-installed

More information

Software Requirements Specification. Todomoo. for. Requirements for Version 0.8. Prepared by Panagiotis Melidis

Software Requirements Specification. Todomoo. for. Requirements for Version 0.8. Prepared by Panagiotis Melidis Software Requirements Specification for Todomoo Requirements for Version 0.8 Prepared by Panagiotis Melidis 10/9/2011 Software Requirements Specification for Todomoo [ii] Table of Contents 1. Introduction...

More information

Layout and display. STILOG IST, all rights reserved

Layout and display. STILOG IST, all rights reserved 2 Table of Contents I. Main Window... 1 1. DEFINITION... 1 2. LIST OF WINDOW ELEMENTS... 1 Quick Access Bar... 1 Menu Bar... 1 Windows... 2 Status bar... 2 Pop-up menu... 4 II. Menu Bar... 5 1. DEFINITION...

More information

Android Sdk Setup For Windows 7 32 Bit Full Version

Android Sdk Setup For Windows 7 32 Bit Full Version Android Sdk Setup For Windows 7 32 Bit Full Version Android Sdk Tools Full Installer Free Download For Windows 7,8,Xp,Vista (32 Bit/ 64 Bit) Android Sdk tools latest version full installer free download

More information

Department of Computer Science. Software Usage Guide. CSC132 Programming Principles 2. By Andreas Grondoudis

Department of Computer Science. Software Usage Guide. CSC132 Programming Principles 2. By Andreas Grondoudis Department of Computer Science Software Usage Guide To provide a basic know-how regarding the software to be used for CSC132 Programming Principles 2 By Andreas Grondoudis WHAT SOFTWARE AM I GOING TO NEED/USE?...2

More information

SEAWAT Conceptual Model Approach Create a SEAWAT model in GMS using the conceptual model approach

SEAWAT Conceptual Model Approach Create a SEAWAT model in GMS using the conceptual model approach v. 10.1 GMS 10.1 Tutorial Create a SEAWAT model in GMS using the conceptual model approach Objectives Learn to create a SEAWAT model in GMS using the conceptual model approach. Use the GIS tools in the

More information

Introduction p. 1 Java Features p. 2 Java Expansion p. 4 Getting, Setting Up, and Using Java p. 5 The Java Language p. 5 Java Swing Components p.

Introduction p. 1 Java Features p. 2 Java Expansion p. 4 Getting, Setting Up, and Using Java p. 5 The Java Language p. 5 Java Swing Components p. Introduction p. 1 Java Features p. 2 Java Expansion p. 4 Getting, Setting Up, and Using Java p. 5 The Java Language p. 5 Java Swing Components p. 6 Components, Containers, and Layour Management p. 6 Checkboxes,

More information

Release Notes. Spectrum Spatial Analyst Version 8.0. Contents:

Release Notes. Spectrum Spatial Analyst Version 8.0. Contents: Location Intelligence Spectrum Spatial Analyst Version 8.0 This document contains information about Pitney Bowes Spectrum Spatial Analyst Release 8.0. Contents: What s new in Spectrum Spatial Analyst?

More information

GeoVTag: a User s Guide

GeoVTag: a User s Guide GeoVTag: a User s Guide Michel Deriaz Abstract. This paper presents GeoVTag, an application running on a mobile phone that allows the user to publish anywhere on Earth virtual tags. Every user in the neighborhood

More information

ASG-Rochade Reconciliation Toolkit Release Notes

ASG-Rochade Reconciliation Toolkit Release Notes ASG-Rochade Reconciliation Toolkit Release Notes Version 1.76.002 January 29, 2016 RRT1100-176 This publication introduces changes made to ASG-Rochade Reconciliation Toolkit (herein called Reconciliation

More information

Instruction with Hands-on Practice: Grid Generation and Forcing

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

More information

To create a notebook on desktop version 1. Open One Note 2. File > New. o FILE. Options

To create a notebook on desktop version 1. Open One Note 2. File > New. o FILE. Options OneNote Training When you open OneNote for the first time there will be notebooks already started and you can see them on the left hand side. There is an introduction section that you can go through, if

More information

Release Notes. Spectrum Spatial Analyst Version Contents:

Release Notes. Spectrum Spatial Analyst Version Contents: Location Intelligence Spectrum Spatial Analyst Version 12.1 This document contains information about Pitney Bowes Spectrum Spatial Analyst Release 12.1. Contents: What s new in Spectrum Spatial Analyst?

More information

USER GUIDE ikdesign V1.1. Advanced software for Inflatable kite design

USER GUIDE ikdesign V1.1. Advanced software for Inflatable kite design USER GUIDE ikdesign V1.1 Advanced software for Inflatable kite design http://perso.orange.fr/ikdesign/ User guide, ikdesign v1.1. September 4, 2007. Thanks to Laure Gicquel for the correction. ikdesign

More information

DataMaster for Windows

DataMaster for Windows DataMaster for Windows Version 3.0 April 2004 Mid America Computer Corp. 111 Admiral Drive Blair, NE 68008-0700 (402) 426-6222 Copyright 2003-2004 Mid America Computer Corp. All rights reserved. Table

More information

Ecography. Supplementary material

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

More information

Eclipse JWT Java Workflow Tooling. Workflow Editor (WE): Installation and Usage Tutorial

Eclipse JWT Java Workflow Tooling. Workflow Editor (WE): Installation and Usage Tutorial Eclipse JWT Java Workflow Tooling Title of this document Workflow Editor (WE): Installation and Usage Tutorial Document information last changes component version 13.02.2008 0.4.0 Document created by Florian

More information

CROMWELLSTUDIOS. Content Management System Instruction Manual V1. Content Management System. V1

CROMWELLSTUDIOS. Content Management System Instruction Manual V1.   Content Management System. V1 Content Management System Instruction Manual V1 www.cromwellstudios.co.uk Cromwell Studios Web Services Content Management System Manual Part 1 Content Management is the system by which you can change

More information

Water Distribution System Modeling EPANET. Import an existing water distribution model and modify link and node parameters within WMS

Water Distribution System Modeling EPANET. Import an existing water distribution model and modify link and node parameters within WMS v. 10.1 WMS 10.1 Tutorial Water Distribution System Modeling EPANET Hydraulic Model Import an existing water distribution model and modify link and node parameters within WMS Objectives View an existing

More information

Metview 4 ECMWF s latest generation meteorological workstation

Metview 4 ECMWF s latest generation meteorological workstation Metview 4 ECMWF s latest generation meteorological workstation Iain Russell, Stephan Siemen, Fernando Ii, Sándor Kertész, Sylvie Lamy-Thépaut, Vesa Karhila Version 4 builds on the flexible and proven modular

More information