WELCOME to the PRACTICAL EXERCISES

Size: px
Start display at page:

Download "WELCOME to the PRACTICAL EXERCISES"

Transcription

1 WELCOME to the PRACTICAL EXERCISES COSMO/CLM Training Course

2 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 Installation of the COSMO-CLM model package (Tutorial Chapter 1) Preparing External, Initial and Boundary Data (Tutorial Chapter 2) Running the COSMO-CLM in a step-by-step mode (Tutorial Chapter 3) Postprocessing and visualizing netcdf files (Tutorial Chapter 5) Running the COSMO-CLM in a chain mode (optional, Tutorial Chapter B.3) Trouble shooting CCLM Live And two optional sessions together with the NWP participants: 1. Idealized test cases / 2. COSMO-ART COSMO/CLM Training Course

3 Introduction COSMO/CLM Training Course

4 The Starter Package is the basis of the exercises in this trainings course contains everything that is necessary to perform a climate simulation on a UNIX system (except the netcdf Library) keeps everything under one main directory cclm-sp can be used to learn how all parts of a climate simulation work together can be used as template for your own simulation will be made available under COSMO/CLM Training Course

5 Support model development and coordination of activities in CLM community if you want to use the model get member support in the usage in different ways: (see homepage) Tutorial Forum+Wiki bug reporting system information on namelist parameters tool for preparing initial and boundary data further utilities COSMO/CLM Training Course

6 Namelist Tool for a new model simulation you need to think about namelist settings information on the namelist parameters: see User s Guide of model documentation (available at This information is also available in the Namelist Tool on the CLM community homepage possibility to list all parameters search for a parameter compare different default settings compare your own namelists with default settings COSMO/CLM Training Course

7 RedC Redmine for model development and dissemination in the CLM-Community Dissemination of latest model version Documentations Bug reporting Forums for posting questions COSMO/CLM Training Course

8 WebPEP WebPEP consists of two parts: Selection of appropriate simulation domain (View Domain) Creating external data sets (PEP, EXTPAR) PEP old version EXTPAR new version COSMO/CLM Training Course

9 COSMO/CLM Training Course

10 COSMO/CLM Training Course

11 Tutorial-Wiki Tutorial for how to install and run COSMO-CLM: You need to register first before using the page COSMO/CLM Training Course

12 Installation of the COSMO-CLM model package COSMO/CLM Training Course

13 Installation In this lesson you will learn how to login to and use DKRZ s supercomputer, the IBM blizzard what are the necessary components of the COSMO-CLM model package how these components can be installed on a computer COSMO/CLM Training Course

14 Logging in To the PC There is a plastic sheet on your desk with the Login name (Benutzername) Password (Kennwort) And the Domain (Domäne) Start Exceed /Cygwin Start a Putty session For setting up this session, see the paper sheet on your desk Log in to blizzard.dkrz.de Set the DISPLAY variable to the IP-Address of your PC COSMO/CLM Training Course

15 The IBM (DKRZ) Available Directories (this course) - /pf/k/username: for programs - /work/bb0721: for data, long-term - /scratch/k/username: for data, short-term - /hpss/bb0721:tape archive (via pftp) Batch commands: - llsubmit job_name : submit a job - llq u username : check the queue - llcancel job_id : cancel the job COSMO/CLM Training Course

16 Necessary data Files and Data for these exercises can be accessed via /hpss/arch/bb0721/training2013/cclm-sp.tgz Copy this file to your work directory and unpack it blizzard% pftp ftp> cd /hpss/arch/bb0721/training2013 ftp> get cclm-sp.tgz ftp> quit blizzard% cd $WORK blizzard% tar -xvf cclm-sp_tc2013.tgz COSMO/CLM Training Course

17 cclm-sp Main Directories cclm-sp src cclm cfu grib int2lm data ext gcm other_systems SX8-DWD cclm-sp step_by_step cclm_to_cclm gcm_to_cclm chain arch cclm_to_cclm gcm_to_cclm scratch work COSMO/CLM Training Course

18 Initialize cclm-sp Initialize the starter package by blizzard% init.sh It initializes several scripts with the basic directory. (Here: /work/bb0721/your user name) Set the help environment SPDIR with "export SPDIR=$PWD" COSMO/CLM Training Course

19 Compilations Do the necessary adaptations (see chapter 1.5 in the tutorial) and type make in the following directories: GRIB Library in cclm-sp/src/grib cfu Program in cclm-sp/src/cfu INT2LM in cclm-sp/src/int2lm CCLM in cclm-sp/src/cclm COSMO/CLM Training Course

20 Compilations done: when successful, you should have: GRIB Library: cclm-sp/src/grib/lib/libgrib1.a cfu Program: cclm-sp/src/cfu/bin/cfu INT2LM: cclm-sp/src/int2lm/bin/int2lm.exe CCLM: cclm-sp/src/cclm/bin/cclm.exe COSMO/CLM Training Course

21 Preparing External, Initial and Boundary Data COSMO/CLM Training Course

22 For cclm-sp For the test cases the external, initial and boundary data are already in the cclm-sp directory: external data: cclm-sp/data/ext initial & boundary data: cclm-sp/data/gcm/ncep COSMO/CLM Training Course

23 In General Initial and boundary data from GCM: Each GCM needs its own conversion program. For a few GCMs you can find programs on the CLM home page: Home > Model System > Model System Sources For ERA40, ERAInterim and NCEP1 reanalyses already converted data exist at DKRZ, for details visit: Home > Documentations > COSMO-CLM at DKRZ External data sets: These can be created with the WEB-PEP tool on the CLM home page Home > Model System > Initial and Boundary Condition > WEB_PEP COSMO/CLM Training Course

24 External Parameters preparing and using external parameters: use the domain which is given in the namelist LMGRID of the int2lm-script, but: 2 more grid points are needed at each lateral boundary for PEP-0.74, only grid spacings are possible The name of the file containing the external parameters ylmext_lfn and the path ylmext_cat have to be specified in the int2lm run script COSMO/CLM Training Course

25 Running the COSMO-CLM in a step-by-step mode COSMO/CLM Training Course

26 Scripts for step-by-step simulations are under cclm-sp/step_by_step/gcm_to_cclm for driving CCLM with global model data (NCEP Reanalysis in our test case) cclm-sp/step_by_step/cclm_to_cclm for driving CCLM with data from a coarse resolution CCLM INT2LM run script: run_int2lm CCLM run script: run_cclm COSMO/CLM Training Course

27 Script structure The general structure of the scripts is 1. batch settings node = 1 tasks_per_node = 64 output = sp_int2lm.o$(jobid) error = sp_int2lm.o$(jobid) 2. Namelist settings (cat INPUT*-Files) 3. Call of the binary &LMGRID ielm_tot=101, jelm_tot=111, kelm_tot=32, pollat = 39.25, pollon = , dlon=0.44, dlat=0.44, startlat_tot = , startlon_tot = ,.. /END poe ${SPDIR}/src/int2lm/int2lm.exe -procs COSMO/CLM Training Course

28 INT2LM namelist settings main switch to choose climate instead of NWP mode: lbdclim=.true. some settings are only interesting for climate mode: itype_w_so_rel: type of relative soil moisture input itype_t_cl: source for climatological temperature itype_rootdp: treatment of root depth itype_ndvi: treatment of plant cover and leaf area index itype_calendar: type of calendar (360 or 365/6 days) luse_t_skin: use skin temperature l_cressmann: use Cressman scheme for interpolation COSMO/CLM Training Course

29 For a description of the different namelist parameters, see chapter 2 and 3 in the Tutorial. Exercises: INT2LM: section CCLM: section (Part I) COSMO/CLM Training Course

30 Postprocessing and Visualizing NetCDF Files COSMO/CLM Training Course

31 Post-processing From the model output and/or observation data you may want to check the content of your output cut out/interpolate to a region of interest produce averages over a certain region or time frame calculate statistics. you need special tools designed for netcdf data and offering these commands COSMO/CLM Training Course

32 In this course: Tutorial chapter 5 Basic tool for inquiring netcdf files: ncdump command (comes with netcdf package) Simple viewer for netcdf files: ncview Collection of operators for postprocessing of climate data: CDO Collection of operators for manipulation of netcdf files: NCO Special tool for postprocessing of COSMO-CLM model output: ETOOL COSMO/CLM Training Course

33 ncdump Show information about netcdf files ncdump -h file.nc only header information (variables, dimensions...) ncdump -v var1 file.nc prints output of variable 'var1' COSMO/CLM Training Course

34 Quick look using ncview Go to the directory with the model output cd <path_to_model_output> Choose one file to display ncview <file.nc> In the dialog window - choose the variable to display (Var:) - change the colour palette (default is 3gauss) - change the range of values to display (Range) - change the type of data interpolating (Bi-lin Repl) - make a snap shot of the image using Print COSMO/CLM Training Course

35 Quick look using ncview Choose multiple files to display ncview <file*.nc> In the dialog window - choose the variable to display (Var:) - switch between data files using - click with the left mouse button on any location of the image (a time-series plot should appear) - change X Range and Y Range - make a snap shot of the image using Print COSMO/CLM Training Course

36 CDO: Climate Data Operators Collection of many command-line operators for standard processing of climate and NWP model output Free tool from Max Planck Institute Hamburg (Germany); homepage: Different file formats (GRIB, netcdf, ) and grid types Operators for e.g. file information, file operations, selection, comparison, arithmetics, statistics, interpolation,... Syntax: cdo <command>[,val1,val2] <options> <ifile> <ofile> Get information for operator: cdo -h <operator> COSMO/CLM Training Course

37 CDO: some commonly used commands selvar,<name> monmean / monsum mergetime fldmean output Select variable Monthly mean/sum Combine files with different times Area mean of fields Show information on output sellonlatbox,<lon1>,<lon2>,<lat1>,<lat2> Cut out subregion add / sub Add/substract data COSMO/CLM Training Course

38 NCO: netcdf Operators Collection of command-line programs to manipulate and analyze netcdf files Free tool (open source), homepage: Operators for e.g. arithmetics, manipulation of meta data, attribute editor, simple statistics, interpolation, Syntax: <command> <options> <ifiles> <ofile> Some commonly used commands: ncatted attribute editor ncks kitchen sink ncrcat record concatenator ncrename renamer COSMO/CLM Training Course

39 ETOOL Postprocessing tool for COSMO-CLM model output from the CLM- Community (Author: Peter Berg, KIT; available from community homepage) Shell script based on CDO commands 2m temperature and precipitation Producing monthly statistics Comparison to E-OBS dataset (gridded dataset for Europe with 0.25 resolution from ENSEMBLES project, see: Analysis for 'PRUDENCE' regions in Europe COSMO/CLM Training Course

40 Exercises See tutorial chapter 5.7 For this exercise, login to lizard.dkrz.de (not blizzard! Same login) Get package /work/bb0721/pp_visu/2013/pp_visu_2013.tar copy it to your work directory and unpack 3 draft shell scripts for you to fill in: ex_cdo.sh, ex_nco.sh, ex_etool.sh Observation data: E-OBS v.7.0 dataset./obs_data/ (precipitation, mean/min/max temp., msl pressure, orography) ETOOL script from CLM community web page./etool/ documentation for CDO and NCO./docs/ Use the output of your 2-month chain simulation (gcm_to_cclm experiment sp001). Later, if you want, you can also look at a 1-year simulation to be found in: /work/bb0721/pp_visu/2013/mod_data/ COSMO/CLM Training Course

41 Running the COSMO-CLM in a chain mode COSMO/CLM Training Course

42 The subchain scripts subchain control script prep prepare driving data int2lm interpolating data to CCLM grid cclm CCLM simulation post post processing (archiving and time series) monthly loop Simplified chain prep int2lm cclm post COSMO/CLM Training Course

43 The subchain Directory structure Experiment_name jobs subchain templates cclm.job.tmpl int2lm.job.tmpl post.job.tmpl prep.job.tmpl Experiment_name is a unique experiment name e.g. sp001 and sp002 in the starter package COSMO/CLM Training Course

44 The subchain Directory structure sp001 subchain jobs templates cclm.job.tmpl int2lm.job.tmpl post.job.tmpl prep.job.tmpl before start of chain COSMO/CLM Training Course

45 The subchain Directory structure sp001 chain_status check_files.log check_files1.log date.log subchain jobs cclmsp001.job int2lmsp001.job postsp job prepsp001.job templates cclm.job.tmpl int2lm.job.tmpl post.job.tmpl prep.job.tmpl after start of chain COSMO/CLM Training Course

46 Scripts for subchain simulations are under cclm-sp/chain/gcm_to_cclm/sp001 for driving CCLM with global model data (NCEP Reanalysis in our test case) cclm-sp/chain/cclm_to_cclm/sp002 for driving CCLM with data from a coarse resolution CCLM more info: Tutorial App. B COSMO/CLM Training Course

47 subchain Major General Settings ################################################# # START global settings ################################################# EXPID=sp001 # alphanummeric characters for job identification PFDIR=/yourpath/cclm-sp/chain/gcm_to_cclm WORKDIR=/yourpath/cclm-sp/chain/work SCRATCHDIR=/yourpath/cclm-sp/chain/scratch ARCHIVE_INPDIR=/yourpath/cclm-sp/data/gcm/ncep ARCHIVE_OUTDIR=/yourpath/cclm-sp/chain/arch YDATE_START= # start date of simulation YYYYMMDDHH YDATE_STOP= # end date of simulation YYYYMMDDHH _ADDRESS=john.smith@dummy.foo # your address PROJECT_ACCOUNT=$(cat $HOME/.acct) # this is your default one at DKRZ INC_DATE=01:00:00 # MM:DD:HH time increment for the CCLM job # (the other parts of the chain are always monthly) # valid values are 01:00:00, 00:01:00, 00:02:00,..., 00:27:00 UTILSBINDIR=/yourpath/cclm-sp/src/cfu # directory of utility binaries chain scripts in dir. $PFDIR/$EXPID! COSMO/CLM Training Course

48 subchain Major Model Settings STARTLAT_TOT= STARTLON_TOT= POLLAT=39.25 POLLON= DLAT=0.44 DLON=0.44 IE_TOT=101 JE_TOT=111 KE_TOT=40 KE_SOIL=9 CZML_SOIL="0.005,0.025,0.07,0.16,0.34,0.7,1.42,2.86,5.74,11.5" # do not use blanks HINCBOUND=6 # time increment of boundary data ITYPE_CALENDAR=0 # calendar, 0=standard, 1=climatological(360 d/y) LSSO=.TRUE. # sub-scale orography LFOREST=.TRUE. # account for forest LLAKE=.FALSE. # account for lakes set -A HOUT_INC # time increment for each GRIBOUT # first numeric is number of GRIBOUT namelists COSMO/CLM Training Course

49 Exercise same simulations as before (step-by-step exercise), but now in chain mode: 1) NCEP CCLM gcm_to_cclm/sp001 2) nesting CCLM CCLM_finegrid cclm_to_cclm/sp002 see Tutorial section Part II of the exercises COSMO/CLM Training Course

50 Trouble shooting COSMO/CLM Training Course

51 Well known problems (and their probable solutions ) - The model does not run, when there are YU* files in the current directory Delete the YU* files - Flags for cloud-ice from GCM data are set to TRUE but no data is available Set lprog_qi in INT2LM and lana_qi & lbb_qi in CCLM to FALSE - 12 monthly vegetation from the PEP file is not taken into account set itype_ndvi = 2 in INT2LM COSMO/CLM Training Course

52 Well known problems (and their probable solutions ) - Model crashes/reports problem with Runge-Kutta and nboundlines=2 You need to set nboundlines=3 when using the Runge-Kutta scheme. - INT2LM does not run with a too small external PEP file The external PEP file must be at least 2 grid points larger than the target region (at each side) COSMO/CLM Training Course

53 THE END Thank you for your Attention COSMO/CLM Training Course

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

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

Running the COSMO-Model

Running the COSMO-Model Running the COSMO-Model Ulrich Schättler, Ulrich Blahak, Alberto de Lozar Deutscher Wetterdienst BU Research and Development Department for Numerical Modelling Up to now Up to now you know how to use the

More information

External, initial and boundary data. Rodica Claudia DUMITRACHE Amalia IRIZA

External, initial and boundary data. Rodica Claudia DUMITRACHE Amalia IRIZA External, initial and boundary data Rodica Claudia DUMITRACHE Amalia IRIZA Necessary Data to run the System COSMO topography ICON/ GME analysis/forecast int2lm COSMO analysis/lbc data ICON/ GME topography

More information

COSMO MODEL run settings

COSMO MODEL run settings What should we do step by step? COSMO MODEL run settings Rodica Claudia DUMITRACHE Cosmin BARBU Bogdan Alexandru MACO National Meteorological Administration Bucharest, ROMANIA Running COSMO Before you

More information

Troubleshooting for the COSMO-Model

Troubleshooting for the COSMO-Model Troubleshooting for the COSMO-Model Bogdan Alexandru MACO Cosmin Danut BARBU Amalia IRIZA National Meteorological Administration Romania Problems that can occur during the single phases you are going through

More information

Troubleshooting for the COSMO-Model

Troubleshooting for the COSMO-Model Troubleshooting for the COSMO-Model Rodica Claudia DUMITRACHE Amalia IRIZA National Meteorological Administration Bucharest, ROMANIA Problems that can occur during the single phases you are going through

More information

IPSL Boot Camp Part 5:

IPSL Boot Camp Part 5: IPSL Boot Camp Part 5: CDO and NCO Sabine Radanovics, Jérôme Servonnat March 24, 2016 1 / 33 Group exercise Suppose... We have Tasks 30 years climate model simulation 1 file per month, 6 hourly data netcdf

More information

Introduction to the ESMValTool

Introduction to the ESMValTool Introduction to the ESMValTool 1. General Info 2. Installation 3. Selecting data and diagnostics 4. Recent developments in EMBRACE 5. Modify plots 6. Options to contribute your own diagnostics 7. How to

More information

The Community Land Model tutorial session

The Community Land Model tutorial session The Community Land Model tutorial session Keith Oleson, Erik Kluzek, Keith Lindsay CGD/NCAR Thanks to TSS group for providing tutorial material CLM5.0 Offline I compsets Compsets are shortcuts designed

More information

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

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

More information

The Community Land Model tutorial session

The Community Land Model tutorial session The Community Land Model tutorial session Keith Oleson Terrestrial Sciences Section CGDNCAR Thanks to TSS group for providing tutorial material CLM4.0 and CLM4.5 Offline I compsets Compsets are shortcuts

More information

cdo Data Processing (and Production) Luis Kornblueh, Uwe Schulzweida, Deike Kleberg, Thomas Jahns, Irina Fast

cdo Data Processing (and Production) Luis Kornblueh, Uwe Schulzweida, Deike Kleberg, Thomas Jahns, Irina Fast cdo Data Processing (and Production) Luis Kornblueh, Uwe Schulzweida, Deike Kleberg, Thomas Jahns, Irina Fast Max-Planck-Institut für Meteorologie, DKRZ September 24, 2014 MAX-PLANCK-GESELLSCHAFT Data

More information

Introduction to the ClimValDiagTool

Introduction to the ClimValDiagTool Introduction to the ClimValDiagTool K. Gottschaldt & V. Eyring, 13. 2. 2013 1. General Info 2. Access miklip.dkrz.de 3. Get the code 4. Prepare data 5. Walk through an example 6. Modify the example 7.

More information

A brief introduction 1 to retrieving ERA Interim via the web and webapi

A brief introduction 1 to retrieving ERA Interim via the web and webapi A brief introduction 1 to retrieving ERA Interim via the web and webapi Adrian Tompkins (ICTP), Email: tompkins@ictp.it Last updated May 9, 2017 1 Analysis and Reanalysis Overview For a full description

More information

Deutscher Wetterdienst. Consolidation of software for the generation of External Parameters and extension with new raw data sets.

Deutscher Wetterdienst. Consolidation of software for the generation of External Parameters and extension with new raw data sets. Consolidation of software for the generation of External Parameters and extension with new raw data sets Hermann Asensio Outline current status of software system for external parameters Software Requirements

More information

Ecography. Supplementary material

Ecography. Supplementary material Ecography ECOG-03031 Fordham, D. A., Saltré, F., Haythorne, S., Wigley, T. M. L., Otto-Bliesner, B. L., Chan, K. C. and Brooks, B. W. 2017. PaleoView: a tool for generating continuous climate projections

More information

bwunicluster Tutorial Access, Data Transfer, Compiling, Modulefiles, Batch Jobs

bwunicluster Tutorial Access, Data Transfer, Compiling, Modulefiles, Batch Jobs bwunicluster Tutorial Access, Data Transfer, Compiling, Modulefiles, Batch Jobs Frauke Bösert, SCC, KIT 1 Material: Slides & Scripts https://indico.scc.kit.edu/indico/event/263/ @bwunicluster/forhlr I/ForHLR

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

bwunicluster Tutorial Access, Data Transfer, Compiling, Modulefiles, Batch Jobs

bwunicluster Tutorial Access, Data Transfer, Compiling, Modulefiles, Batch Jobs bwunicluster Tutorial Access, Data Transfer, Compiling, Modulefiles, Batch Jobs Frauke Bösert, SCC, KIT 1 Material: Slides & Scripts https://indico.scc.kit.edu/indico/event/263/ @bwunicluster/forhlr I/ForHLR

More information

Visualization of GRIB Files GrADS: Grid Analysis and Display System NCVIEW

Visualization of GRIB Files GrADS: Grid Analysis and Display System NCVIEW Visualization of GRIB Files GrADS: Grid Analysis and Display System NCVIEW Ulrich Schättler, Daniel Rieger, Markus Junk Deutscher Wetterdienst BU Research and Development Department for Numerical Modelling

More information

Troubleshooting. Ulrich Schättler, Ulrich Blahak Deutscher Wetterdienst BU Research and Development Department for Numerical Modelling

Troubleshooting. Ulrich Schättler, Ulrich Blahak Deutscher Wetterdienst BU Research and Development Department for Numerical Modelling Troubleshooting Ulrich Schättler, Ulrich Blahak Deutscher Wetterdienst BU Research and Development Department for Numerical Modelling Alexander Smalla Zentrum für GeoInformationswesen der Bundeswehr Gruppe

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

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

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

HTAP2 Data Analysis Logistics

HTAP2 Data Analysis Logistics HTAP2 Data Analysis Logistics Michael Schulz, Jan Griesfeller EMEP-MSCW Norwegian Meteorological Institute Martin Schultz, Michael Decker, Snehal Waychal FZ Julich 1 05/12/2013 HTAP meeting San Francisco

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

netcdf Operators [NCO]

netcdf Operators [NCO] [NCO] http://nco.sourceforge.net/ 1 Introduction and History Suite of Command Line Operators Designed to operate on netcdf/hdf files Each is a stand alone executable Very efficient for specific tasks Available

More information

Neil Berg October 18 th, The wonderful world of NCO

Neil Berg October 18 th, The wonderful world of NCO Neil Berg October 18 th, 2013 The wonderful world of NCO NetCDF Operators Q: What is NCO? A: Collection of command-line based tools specifically for analyzing, processing, viewing, and manipulating netcdf

More information

Day 3: Diagnostics and Output

Day 3: Diagnostics and Output Day 3: Diagnostics and Output Adam Phillips Climate Variability Working Group Liaison CGD/NCAR Thanks to Dennis Shea, Andrew Gettelman, and Christine Shields for their assistance Outline Day 3: Diagnostics

More information

CAM Tutorial. configure, build & run. Dani Coleman July

CAM Tutorial. configure, build & run. Dani Coleman July CAM Tutorial configure, build & run Dani Coleman bundy@ucar.edu July 27 2009 CAM is a subset of CCSM Atmosphere Data Ocean Land Data Sea Ice Documentation of CAM Scientific description: http://www.ccsm.ucar.edu/models/atm-cam/docs/description/

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

Interpolation. Computer User Training Course Paul Dando. User Support. ECMWF 25 February 2016

Interpolation. Computer User Training Course Paul Dando. User Support. ECMWF 25 February 2016 Interpolation Computer User Training Course 2016 Paul Dando User Support advisory@ecmwf.int ECMWF 25 February 2016 1 Contents Introduction Overview of Interpolation Spectral Transformations Grid point

More information

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

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

More information

RegCM-ROMS Tutorial: Coupling RegCM-ROMS

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

More information

Introduction to Unix The Windows User perspective. Wes Frisby Kyle Horne Todd Johansen

Introduction to Unix The Windows User perspective. Wes Frisby Kyle Horne Todd Johansen Introduction to Unix The Windows User perspective Wes Frisby Kyle Horne Todd Johansen What is Unix? Portable, multi-tasking, and multi-user operating system Software development environment Hardware independent

More information

End-to-end optimization potentials in HPC applications for NWP and Climate Research

End-to-end optimization potentials in HPC applications for NWP and Climate Research End-to-end optimization potentials in HPC applications for NWP and Climate Research Luis Kornblueh and Many Colleagues and DKRZ MAX-PLANCK-GESELLSCHAFT ... or a guided tour through the jungle... MAX-PLANCK-GESELLSCHAFT

More information

Exercise 6a: Using free and/or open source tools to build workflows to manipulate. LAStools

Exercise 6a: Using free and/or open source tools to build workflows to manipulate. LAStools Exercise 6a: Using free and/or open source tools to build workflows to manipulate and process LiDAR data: LAStools Christopher Crosby Last Revised: December 1st, 2009 Exercises in this series: 1. LAStools

More information

The DTU HPC system. and how to use TopOpt in PETSc on a HPC system, visualize and 3D print results.

The DTU HPC system. and how to use TopOpt in PETSc on a HPC system, visualize and 3D print results. The DTU HPC system and how to use TopOpt in PETSc on a HPC system, visualize and 3D print results. Niels Aage Department of Mechanical Engineering Technical University of Denmark Email: naage@mek.dtu.dk

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

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

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

More information

C3S Data Portal: Setting the scene

C3S Data Portal: Setting the scene C3S Data Portal: Setting the scene Baudouin Raoult Baudouin.raoult@ecmwf.int Funded by the European Union Implemented by Evaluation & QC function from European commission e.g.,fp7 Space call Selected set

More information

Front End Risk Adjustment System [ FERAS ] User Guide

Front End Risk Adjustment System [ FERAS ] User Guide Front End Risk Adjustment System [ FERAS ] User Guide Centers for Medicare & Medicaid Services Table of Contents Table of Contents TRADEMARK INFORMATION... 1 INTRODUCTION... 2 FERAS OVERVIEW... 2 WHO TO

More information

OpenMP Exercises. These exercises will introduce you to using OpenMP for parallel programming. There are four exercises:

OpenMP Exercises. These exercises will introduce you to using OpenMP for parallel programming. There are four exercises: OpenMP Exercises These exercises will introduce you to using OpenMP for parallel programming. There are four exercises: 1. OMP Hello World 2. Worksharing Loop 3. OMP Functions 4. Hand-coding vs. MKL To

More information

Using LSF with Condor Checkpointing

Using LSF with Condor Checkpointing Overview Using LSF with Condor Checkpointing This chapter discusses how obtain, install, and configure the files needed to use Condor checkpointing with LSF. Contents Introduction on page 3 Obtaining Files

More information

Hands on tutorial #1: First steps with the model

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

More information

Getting started with Hydra Modeller

Getting started with Hydra Modeller Getting started with Hydra Modeller Download Installation Hydra Modeller Basics Logging in Installing a template Building a network manually Importing a pre-defined network Setting GIS Layers Managing

More information

Lab #1 Installing a System Due Friday, September 6, 2002

Lab #1 Installing a System Due Friday, September 6, 2002 Lab #1 Installing a System Due Friday, September 6, 2002 Name: Lab Time: Grade: /10 The Steps of Installing a System Today you will install a software package. Implementing a software system is only part

More information

Python in the Copernicus Climate Change Service

Python in the Copernicus Climate Change Service Python in the Copernicus Service Gionata Biavati C D S : A n e w w a y o f s e r v i n g d a t a Copernicus Services (C3S) (https://climate.copernicus.eu) is providing the Data Store (CDS) (https://cds.climate.copernicus.eu)

More information

Creating an Asanti Job

Creating an Asanti Job Tutorial Creating an Asanti Job Software version: Asanti 3.0 Document version: March 20, 2017 This tutorial demonstrates how to process a job in Asanti. Download the Asanti Sample Files via the Asanti

More information

You will get Access to the DDX Portal via Web Browser. Please use the following Address:

You will get Access to the DDX Portal via Web Browser. Please use the following Address: What is the DDX Portal The DDX Portal uses the functionality of an FTP Server with some more comfortable options. You can send data directly to a person instead of downloading into a directory. Registration

More information

GSI Setup, Run and Namelist

GSI Setup, Run and Namelist GSI Setup, Run and Namelist Hui Shao GSI Community Tutorial, June 28-30, 2010, Boulder, CO Observation Error Observation Observation processing and assimilation PrepBUFR and BUFR processing: 06/29, Tue

More information

3DEEARTS DESIGN. 3DeeArts Calendar Version 3.0. Upgrade Guide

3DEEARTS DESIGN. 3DeeArts Calendar Version 3.0. Upgrade Guide 3DEEARTS DESIGN 3DeeArts Calendar Version 3.0 Upgrade Guide 3DEEARTS CALENDAR VERSION 3.0 DOCUMENTATION Upgrade Guide 3DeeArts Design 75 Maddock Ave. West Victoria BC Canada V9A-1E6 Email: sales@3deearts.com

More information

Projections for use in the Merced River basin

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

More information

NBIC TechTrack PBS Tutorial

NBIC TechTrack PBS Tutorial NBIC TechTrack PBS Tutorial by Marcel Kempenaar, NBIC Bioinformatics Research Support group, University Medical Center Groningen Visit our webpage at: http://www.nbic.nl/support/brs 1 NBIC PBS Tutorial

More information

Assignment #4 due 10/21/04

Assignment #4 due 10/21/04 10.675 Assignment #4 due 10/21/04 In this problem set, you will use Car-Parrinello Molecular Dynamics (CPMD) to calculate the adsorption energy of oxygen atom on the Si(100) surface and compare it to the

More information

Sharpen Exercise: Using HPC resources and running parallel applications

Sharpen Exercise: Using HPC resources and running parallel applications Sharpen Exercise: Using HPC resources and running parallel applications Andrew Turner, Dominic Sloan-Murphy, David Henty, Adrian Jackson Contents 1 Aims 2 2 Introduction 2 3 Instructions 3 3.1 Log into

More information

Scientist s User Interface (SUI)

Scientist s User Interface (SUI) WWW-portal for all CSC users https://sui.csc.fi Sign up as customer Manage your account Access your data Download material Watch videos Monitor hosts and jobs Use applications Personalize your use Participate

More information

XSEDE New User Tutorial

XSEDE New User Tutorial April 2, 2014 XSEDE New User Tutorial Jay Alameda National Center for Supercomputing Applications XSEDE Training Survey Make sure you sign the sign in sheet! At the end of the module, I will ask you to

More information

The C3S Climate Data Store and its upcoming use by CAMS

The C3S Climate Data Store and its upcoming use by CAMS Atmosphere The C3S Climate Data Store and its upcoming use by CAMS Miha Razinger, ECMWF thanks to Angel Alos, Baudouin Raoult, Cedric Bergeron and the CDS contractors Atmosphere What are C3S and CDS? The

More information

IBM. Bulk Load Utilities Guide. IBM Emptoris Contract Management SaaS

IBM. Bulk Load Utilities Guide. IBM Emptoris Contract Management SaaS IBM Emptoris Contract Management IBM Bulk Load Utilities Guide 10.1.2 SaaS IBM Emptoris Contract Management IBM Bulk Load Utilities Guide 10.1.2 SaaS ii IBM Emptoris Contract Management: Bulk Load Utilities

More information

Dental Connect Payers

Dental Connect Payers Dental Connect Payers User Guide 2.1 10/11/2017 Preface Preface Contents of the Change Healthcare documentation and software is copyrighted as a collective work under the laws of United States and other

More information

Namelist and Code Modifications Part 1: Namelist Modifications Part 2: Code Modifications Part 3: Quiz

Namelist and Code Modifications Part 1: Namelist Modifications Part 2: Code Modifications Part 3: Quiz Namelist and Code Modifications Part 1: Namelist Modifications Part 2: Code Modifications Part 3: Quiz Cecile Hannay, CAM Science Liaison Atmospheric Modeling and Predictability Section Climate and Global

More information

Parallel Tools Platform for Judge

Parallel Tools Platform for Judge Parallel Tools Platform for Judge Carsten Karbach, Forschungszentrum Jülich GmbH September 20, 2013 Abstract The Parallel Tools Platform (PTP) represents a development environment for parallel applications.

More information

UoW HPC Quick Start. Information Technology Services University of Wollongong. ( Last updated on October 10, 2011)

UoW HPC Quick Start. Information Technology Services University of Wollongong. ( Last updated on October 10, 2011) UoW HPC Quick Start Information Technology Services University of Wollongong ( Last updated on October 10, 2011) 1 Contents 1 Logging into the HPC Cluster 3 1.1 From within the UoW campus.......................

More information

ALICE Grid/Analysis Tutorial Exercise-Solutions

ALICE Grid/Analysis Tutorial Exercise-Solutions WLCG Asia Workshop, 2.12.2006 ALICE Grid/Analysis Tutorial Exercise-Solutions Andreas-Joachim Peters CERN www.eu-egee.org cern.ch/lcg http://cern.ch/arda EGEE is a project funded by the European Union

More information

DEBUGGING ON FERMI PREPARING A DEBUGGABLE APPLICATION GDB. GDB on front-end nodes

DEBUGGING ON FERMI PREPARING A DEBUGGABLE APPLICATION GDB. GDB on front-end nodes DEBUGGING ON FERMI Debugging your application on a system based on a BG/Q architecture like FERMI could be an hard task due to the following problems: the core files generated by a crashing job on FERMI

More information

CSC BioWeek 2018: Using Taito cluster for high throughput data analysis

CSC BioWeek 2018: Using Taito cluster for high throughput data analysis CSC BioWeek 2018: Using Taito cluster for high throughput data analysis 7. 2. 2018 Running Jobs in CSC Servers Exercise 1: Running a simple batch job in Taito We will run a small alignment using BWA: https://research.csc.fi/-/bwa

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

CS Fundamentals of Programming II Fall Very Basic UNIX

CS Fundamentals of Programming II Fall Very Basic UNIX CS 215 - Fundamentals of Programming II Fall 2012 - Very Basic UNIX This handout very briefly describes how to use Unix and how to use the Linux server and client machines in the CS (Project) Lab (KC-265)

More information

PARALLEL COMPUTING IN R USING WESTGRID CLUSTERS STATGEN GROUP MEETING 10/30/2017

PARALLEL COMPUTING IN R USING WESTGRID CLUSTERS STATGEN GROUP MEETING 10/30/2017 PARALLEL COMPUTING IN R USING WESTGRID CLUSTERS STATGEN GROUP MEETING 10/30/2017 PARALLEL COMPUTING Dataset 1 Processor Dataset 2 Dataset 3 Dataset 4 R script Processor Processor Processor WHAT IS ADVANCED

More information

Deutscher Wetterdienst

Deutscher Wetterdienst Using GRIB2 in the COSMO-Model System Ulrich Schättler Source Code Administrator COSMO-Model Contents Structure of GRIB2 Usage of grib_api Product Identifying Keys General Vertical Coordinate 23.09.2014

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

CENG 334 Computer Networks. Laboratory I Linux Tutorial

CENG 334 Computer Networks. Laboratory I Linux Tutorial CENG 334 Computer Networks Laboratory I Linux Tutorial Contents 1. Logging In and Starting Session 2. Using Commands 1. Basic Commands 2. Working With Files and Directories 3. Permission Bits 3. Introduction

More information

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

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

More information

OSCA Tutorials. 1. Overview. 2. Start Up. 3. Reporting Schedule. 4. Uploading a Form: File Upload. 5. Uploading a Form: Online Editor

OSCA Tutorials. 1. Overview. 2. Start Up. 3. Reporting Schedule. 4. Uploading a Form: File Upload. 5. Uploading a Form: Online Editor OSCA Tutorials 1. Overview 2. Start Up 3. Reporting Schedule 4. Uploading a Form: File Upload 5. Uploading a Form: Online Editor 6. Cross Validation 7. Accounts, User Details and Roles 8. Performance and

More information

12/3/ Introduction to CenterStage Spaces and roles. My Community My Spaces, My Favorite Spaces

12/3/ Introduction to CenterStage Spaces and roles. My Community My Spaces, My Favorite Spaces Introduction to CenterStage Spaces and roles My Community My Spaces, My Favorite Spaces Inside the space Navigate, watch, share Files Open, import, edit, tag, copy, share Communication tools Wikis, blogs,

More information

IBM InfoSphere Streams Telecommunications Event Data Analytics Customization & Configuration

IBM InfoSphere Streams Telecommunications Event Data Analytics Customization & Configuration Table of content IBM InfoSphere Streams Telecommunications Event Data Analytics Customization & Configuration 1 Introduction...8 2 General setup process...8 3 Get started...9 3.1 Pre-requisites...9 3.2

More information

User Guide for the WegenerNet Data Portal

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

More information

EDMtruePLM True Product Lifecycle Management User s Guide for Version 2.2

EDMtruePLM True Product Lifecycle Management User s Guide for Version 2.2 EDMtruePLM True Product Lifecycle Management User s Guide for Version 2.2 Proprietary notice Information in this publication is subject to change without notice. No part of this publication may be distributed

More information

Creating Variable Rate Prescriptions in SMS

Creating Variable Rate Prescriptions in SMS Creating Variable Rate Prescriptions in SMS Variable rate prescriptions can be a very helpful tools that allow you to specifically apply a specific amount of an applied product in specific locations on

More information

Deutscher Wetterdienst

Deutscher Wetterdienst Deutscher Wetterdienst Consolidation of the software for the generation of External Parameters and extension with new raw data sets Hermann Asensio Outline Current status of Extpar open topics Overall

More information

Bitnami Re:dash for Huawei Enterprise Cloud

Bitnami Re:dash for Huawei Enterprise Cloud Bitnami Re:dash for Huawei Enterprise Cloud Description Re:dash is an open source data visualization and collaboration tool. It was designed to allow fast and easy access to billions of records in all

More information

NCAP Applications Manual

NCAP Applications Manual NCAP Applications Manual Login to application Once you've logged in, as usual, to the NICOR Web Portal, in the list of databases you'll see a link to the applications entitled "NCAP Web Applications".

More information

GNU-AVR Building the GNU AVR Toolchain for Mac OS X and Linux

GNU-AVR Building the GNU AVR Toolchain for Mac OS X and Linux GNU-AVR Building the GNU AVR Toolchain for Mac OS X and Linux BDMICRO http://www.bdmicro.com/ Brian S. Dean bsd@bdmicro.com April 24, 2007 Copyright (c) 2005 BDMICRO All Rights Reserved. GNU-AVR April

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

Programming Environment on Ranger Cluster

Programming Environment on Ranger Cluster Programming Environment on Ranger Cluster Cornell Center for Advanced Computing December 8, 2010 12/8/2010 www.cac.cornell.edu 1 User Guides TACC Ranger (http://services.tacc.utexas.edu/index.php/ranger-user-guide)

More information

Introduction to Scratch Programming v1.4 (Second Ed) Lesson 6 Calculator

Introduction to Scratch Programming v1.4 (Second Ed) Lesson 6 Calculator Lesson What you will learn: how to perform simple calculations using Scratch how to use variables how to develop a design how to use the else if function how to create animated buttons Contents Exercise

More information

CESM Workflow Refactor Project Land Model and Biogeochemistry Working Groups 2015 Winter Meeting CSEG & ASAP/CISL

CESM Workflow Refactor Project Land Model and Biogeochemistry Working Groups 2015 Winter Meeting CSEG & ASAP/CISL CESM Workflow Refactor Project Land Model and Biogeochemistry Working Groups 2015 Winter Meeting Alice Bertini Sheri Mickelson CSEG & ASAP/CISL CESM Workflow Refactor Project Who s involved? Joint project

More information

Introduction to Linux for BlueBEAR. January

Introduction to Linux for BlueBEAR. January Introduction to Linux for BlueBEAR January 2019 http://intranet.birmingham.ac.uk/bear Overview Understanding of the BlueBEAR workflow Logging in to BlueBEAR Introduction to basic Linux commands Basic file

More information

Scheduling in SAS 9.4, Second Edition

Scheduling in SAS 9.4, Second Edition Scheduling in SAS 9.4, Second Edition SAS Documentation September 5, 2017 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2016. Scheduling in SAS 9.4, Second Edition.

More information

Week 5 Lesson 5 02/28/18

Week 5 Lesson 5 02/28/18 Week 5 Lesson 5 02/28/18 Important Announcements Extra Credits If you haven t done so, send your pictures to risimms@cabrillo.edu for 3 points EXTRA CREDIT. Join LinkedIn for 3 points Perkins/VTEA Survey

More information

Installation and Maintenance Instructions for SAS 9.2 Installation Kit for Basic DVD Installations on z/os

Installation and Maintenance Instructions for SAS 9.2 Installation Kit for Basic DVD Installations on z/os Installation and Maintenance Instructions for SAS 9.2 Installation Kit for Basic DVD Installations on z/os Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute

More information

SCRATCH MODULE 3: NUMBER CONVERSIONS

SCRATCH MODULE 3: NUMBER CONVERSIONS SCRATCH MODULE 3: NUMBER CONVERSIONS INTRODUCTION The purpose of this module is to experiment with user interactions, error checking input, and number conversion algorithms in Scratch. We will be exploring

More information

Online Trajectory Module in COSMO - A short user guide

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

More information

Using CSC Environment Efficiently,

Using CSC Environment Efficiently, Using CSC Environment Efficiently, 17.09.2018 1 Exercises a) Log in to Taito either with your training or CSC user account, either from a terminal (with X11 forwarding) or using NoMachine client b) Go

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

CSC BioWeek 2016: Using Taito cluster for high throughput data analysis

CSC BioWeek 2016: Using Taito cluster for high throughput data analysis CSC BioWeek 2016: Using Taito cluster for high throughput data analysis 4. 2. 2016 Running Jobs in CSC Servers A note on typography: Some command lines are too long to fit a line in printed form. These

More information

NOVELL NETWARE 5.1 ADMINISTRATION CONTENTS

NOVELL NETWARE 5.1 ADMINISTRATION CONTENTS CNA Certification Guide: Novell NetWare 5.1 Administration CERTIFICATION GUIDE: NOVELL NETWARE 5.1 ADMINISTRATION CONTENTS AUTHOR ACKNOWLEDGEMENTS... XIII INTRODUCTION... XV UNIT 1 NETWARE ACCESS... 1-1

More information

Understanding users workflows

Understanding users workflows Understanding users workflows GloFAS current and future data services Fredrik Wetterhall 1 University of Leeds 6 September 2017 Objective of the talk and exercise 1. Demonstrate how GloFAS data is disseminated

More information