part two: variable to variable relationship v Correct wrong unit and other issues v Resolve some common issues v Run a regional diagnostics

Size: px
Start display at page:

Download "part two: variable to variable relationship v Correct wrong unit and other issues v Resolve some common issues v Run a regional diagnostics"

Transcription

1 Outline v Describe the benchmark system structure v Benchmark Scoring System v Install the package v Run the package v Add a new benchmark data v Add a new variable v Add a new model v Add a new diagnostic metric part one: single variable v Add a new diagnostic metric part two: variable to variable relationship v Correct wrong unit and other issues v Resolve some common issues v Run a regional diagnostics

2 1. Benchmark System Structure

3 1. Benchmark System: Directory Structure ILAMB_ROOT CODES (ILAMB_Main.sh, main_ncl_code.ncl) DATA (BENCHMARK) MODELS (CMIP5, CLM) OUTPUT Ø The system is wri:en in open source NCL (NCAR Command Language, h:p:// a publicly available language, and is designed for easy installaoon and use by scienosts. Ø A unique feature of this system is that it provides an overall performance evaluaoon for each model, for variables selected by the user.

4 1. Benchmark System: CODES CODES ILAMB_Main.csh Main_ncl_code.ncl subrouones INPUT (ILAMB_PARA_SETUP) general read diagnosoc draw publish Ø This package is constructed with modular structures, so that new models, variables or benchmarks can be added. Ø The runs in a UNIX or LINUX, and it can be interacovely run with other so@ware, like R, IDL, MATLAB, etc.

5 1. Code Structure: Main and Subroutine Codes Info for BurntArea Info for Biomass AnnualMean Bias Plots Tables Plots Tables EPS PNG EPS PNG Input Control Para Info for NEE Info for GPP Read Data RMSE PhaseScore Summary Info for Reco Read Model TaylorScore Plots Tables EPS PNG Info for LE Interannual Info for SH Info for albedo OverAllScore Plots Tables Prepare Module Read Module Run Module EPS PNG Publish Module

6 1. Benchmark System: DATA DATA (benchmark) BurntArea Biomass. GFED3 Pan Tropics US Forest NBCD2000 original (readme) derived (readme) original (readme) derived (readme) original (readme) derived (readme) original (readme) derived (readme) Ø We converted all grid benchmark data to standard 0.5x0.5 grid, and saved in NetCDF format. Ø We also converted units of all benchmark data using CMIP5 standard.

7 1. Benchmark System: Datasets in the System, and more in current version

8 1. Benchmark System: MODELS MODELS original (readme) derived (readme) Bcc-csm1-1 CanESM2 Bcc-csm1-1 CanESM2 burntarea gpp. burntarea gpp. Ø We used CMIP5 file naming method in our system. Ø Model data were converted to benchmark grid, i.e., 0.5x0.5, then compared with observaoons.

9 1. Benchmark System: CMIP5 and CLM models CMIP5 Models Model Institution/Country Resolution No. of ensemles historical esmhistorical bcc-csm1-1-m Beijing Climate Center (BCC), China Meteorological Administration, China BNU-ESM GCESS, Beijing Normal University, China 128x CanESM2 Canadian Center for Climate Modelling and Analysis, Canada CESM1-BGC National Center for Atmospheric Research (NCAR), USA 288x cesm1_2bgc National Center for Atmospheric Research (NCAR), USA 288x GFDL-ESM2G Geosphysical Fluid Dynamics Laboratory, USA 144x HadGEM2-ES Met Office Hadley Centre, UK Inmcm4 Insitute for Numerical Mathematics, Russia IPSL-CM5A-LR Institut Pierre Simon Laplace, France MIROC-ESM Japan Agency for Marine-Earth Science and Technology, Japan MPI-ESM-LR Max Planck Institute for Meteorology, Germany MIROC-ESM Meteorological Research Institute (MRI), Japan NorESM1-ME Norwegian Climate Centre, Norway Model& Institution/Country, Resolution, No.,of,ensemles, CLM40cn National Center for Atmospheric Research (NCAR), USA 288x192& 1& CLM45bgc_CRUNCEP National Center for Atmospheric Research (NCAR), USA 288x192& 1& CLM45bgc_GSWP3 National Center for Atmospheric Research (NCAR), USA 288x192& 1&! CLM Models

10 1. Benchmark System: OUTPUT OUTPUT BurntArea Biomass. Annual Mean Phase Score.. plots tables plots tables eps png eps png Ø High quality output files (encapsulated postscript files) can be used directly for publicaoons or proposals. Ø Output tables and files are wri:en in HTML to facilitate viewing over the web.

11 1. Benchmark System: Control Parameter File Part 1: Models Part 2: Global Variables Part 3: Variable to Variable Relationship Part 4: Time Series Comparison

12 2. Benchmark System Scoring Metrics

13 2. System Scoring Metrics: Scoring System

14 2. Scoring System: Scoring for All Datasets in the System (23 variables and 56 sources)

15 2. Scoring System: Metrics Ø Global Bias Metric Ø Spatial Distribution Metric Ø Seasonal Cycle Phase Metric Ø Root Mean Square Error Metric Ø Interannual Variability Metric Ø Variable to Variable Metric Ø Overall scoring Metric Note: Refer to $ILAMB_ROOT/CODES/OUTPUT/readme/ ILAMB_metrics_document.pdf for detail definition for each scoring metric.

16 2. System Scoring Metrics Global Bias Metric M =1 AM model AM obs AM obs Where AM obs is the global annual mean of the benchmark and is the global annual mean of the model. AM model

17 2. System Scoring Metrics Spatial Distribution Metric S = 4(1+ R) (σ f +1/σ f ) 2 (1+ R 0 ) Where R0 is the maximum correlaoon, R is the correlaoon coefficient between model and benchmark, and σf is the raoo of standard deviaoon for model and benchmark. This quanoty was areaweighted over all the land grid cells in the model to obtain the global-scale metric. Ref: Taylor, JGR, 106, 2001 CMIP5 vs. Benchmark: Taylor Score

18 2. System Scoring Metrics Seasonal Cycle Phase Metric M = [1+ A j cosϑ j A j ] / 2 Where ϑ j is the difference of the angle between the month of maximum values for the model and the month of maximum observations at each grid cell. This quantity was area-weighted over all the land grid cells in the model to obtain the global-scale metric. Ref: Prentice, et al., GBC, 25, 2011

19 2. Scoring System: Metrics Root Mean Square Error Metric M =1 RMSE σ obs Where σ obs is the standard deviation of the benchmark and σ model is the standard deviation of the model. RMSE is the root mean square error. Ref: David Lawrence (personel Communication)

20 2. Scoring System: Metrics Interannual Variability Score M =1 σ mod σ obs σ obs Where σ obs and σ mod are the standard deviations of observation and model, respectively. Ref: Randerson, et al., GCB, 15, 2006

21 2. System Scoring Metrics: Variable to Variable Relationship Metric Pr from GPCP2 GPP from FLUXNET-MTE M = 1 RMSE/RMSobs

22 2. Scoring System: Metrics Overall Score Metric A couple of sets of overall scores are calculated in this diagnostic package, one for individual variable (G1), one for all variables mean (G2), one for all variable to variable relationships mean (G3), and the last one for the overall score combined both G2 and G3 (G4). Note: Please refer to $ILAMB_ROOT/CODES/OUTPUT/readme/ ILAMB_metrics_document.pdf for detail information for calculating each set of overall score metric.

23 3. How to Install the Package Please download the installation code from our server ( After extracting the tar file, read the readme file first.the readme file shows you how to download expected benchmark datasets and model simulations and install ILAMB Diagnostic Package in your computer. Please follow these steps: (1) Move all files in this directory to a place where you want to set up ILAMB Diagnostics Package. (2) There are 3 installation files, please select one and run it. install-testmode.sh: this is for test mode only, and just allows you to download 2 benchmark datasets (gpp and pr) and 2 CMIP5 simulations data (MPI-ESM-LR and NorESM1-ME). install-cmip5.sh: this is for full mode, and allows you to download all benchmark datasets and 12 CMIP5 historical simulations data. install-clm.sh: this is for full mode, and allows you to download all benchmark datasets and 3 CLM simulations data.

24 4. How to Run the Package Go to $ILAMB_ROOT/CODES, read the readme file first. Please note the preconfiguration for ILAMB diagnostics (INPUT/ILAMB_PARA_SETUP) is to run 2 test models (MPI-ESM-LR and NorESM1-ME) only. 1. If you want to run CLM or more CMIP5 simulations, please copy INPUT/ ILAMB_PARA_SETUP.CLM or INPUT/ILAMB_PARA_SETUP.CMIP5 to INPUT/ILAMB_PARA_SETUP, and make appropriate modifications as you need. 2. If you want to run CLM version diagnostics, besides replacing INPUT/ ILAMB_PARA_SETUP with INPUT/ILAMB_PARA_SETUP.CLM, you also need to modify the run script ILAMB_Main.csh, go to this file and change the environmental variable MODELTYPE to CLM.

25 5. How to Modify Codes: include a New Benchmark Data Summary Step 1: create and put the new benchmark data in $ILAMB_ROOT/DATA; Step 2: add the general info for this new data in table_scoring_metrics.txt; Step 3: modify the code retrieve_datainfo.ncl to add this new data info; Step 4: check the code retrieve_unit.ncl if the unit matches the new data; Step 5: check the code retrieve_drawinfo.ncl if the drawing settings match the new data. Note: Please refer to DOCUMENT for this diagnostic package for how to name and create the benchmark data. If the variable of the new benchmark data doesn t exist in this package, please check How to Modify Codes: include a new variable.

26 Step 1: create and put the new benchmark data in $ILAMB_ROOT/DATA $ILAMB_ROOT/CODES/OUTPUT/readme/ILAMB_metrics_document.pdf Please refer to DOCUMENT (ILAMB_metrics_document.pdf ) for this diagnostic package for how to name and create the benchmark data. If the variable of the new benchmark data doesn t exist in this package, please check How to Modify Codes: include a new variable.

27 Step 2: add the general info for this new data in table_scoring_metrics.txt $ILAMB_ROOT/CODES/INPUT/table_scoring_metrics.txt $ILAMB_ROOT/CODES/OUTPUT/readme/ILAMB_carbon_profile_info.pdf Go to the file table_scoring_metrics.txt, and find the corresponding variable name, create a new line for this new data, and then add data short name, long name, reference, data general scores and diagnostic metrics for this new data. EaPlease note these information should be the same as which will be added in the code retrieve_datainfo.ncl in Step 3ch item should be separated by a comma (,).. Please refer to the document ILAMB_carbon_profile_info.pdf to score a new data for Certainty of Data, Scale Appropriateness and Coverage and Overall Constraint and Process.

28 Step 3: modify the code retrieve_datainfo.ncl to add this new data information $ILAMB_ROOT/CODES/INPUT/retrieve_DataInfo.ncl retrieve_datainfo.ncl The headings of the code file (retrieve_datainfo.ncl ) list definitions of all items. Refer to parameters for the variable tas and the benchmark data cru at the left, and make new parts for the new variable.

29 Step 4: check the code retrieve_unit.ncl if the unit matches the new data $ILAMB_ROOT/CODES/INPUT/retrieve_unit.ncl $ILAMB_ROOT/CODES/INPUT/correct_wrong_unit.ncl Modify the code file (retrieve_unit.ncl) to add the initial unit for the new data, the final unit for output and the conversion coefficient from the initial unit to the final one. Also Check if the initial unit matches the CMIP5 convention. If not, please go to the code file correct_wrong_unit.ncl, and request the package to correct the new data to match the CMIP5 convention. The headings of the code files list definitions of all items.

30 Step 5: check the code retrieve_drawinfo.ncl if the drawing settings match the new data $ILAMB_ROOT/CODES/INPUT/retrieve_DrawInfo.ncl Go to the code file retrieve_drawinfo.ncl, and check if the drawing settings match the new data. If not, please add similar codes for the new data in corresponding to existing data. The headings of the code file list definitions of all items.

31 6. How to Modify Codes: include a New Variable Summary Step 1: make a subdirectory in $ILAMB_ROOT/DATA for the new variable; Step 2: generate the benchmark data for this new variable; Step 3: check if the new variable exists in model simulations; Step 4: modify control parameter file to include the new variable; Step 5: add the general info for this new variable and data in table_scoring_metrics.txt; Step 6: modify the code retrieve_datainfo.ncl to include this new variable and data info; Step 7: modify the code retrieve_unit.ncl to include the unit conversion for the new data; Step 8: modify the code retrieve_drawinfo.ncl to include the new variable and data. Note: Please refer to DOCUMENT for this diagnostic package for how to name and create the benchmark data.

32 Step 1: make a subdirectory in $ILAMB_ROOT/DATA for the new variable $ILAMB_ROOT/DATA Go to the data directory ($ILAMB_ROOT/DATA), and make a subdirectory for the new variable.

33 Step 2: generate a benchmark data for this new variable $ILAMB_ROOT/DATA/NewVarName Follow CMIP5 naming system and data structure, generate a benchmark data for the new variable, and put this data to the directory $ILAMB_ROOT/DATA/NewVarName.

34 Step 3: check if the new variable exists in model simulations $ILAMB_ROOT/MODELS/original $ILAMB_ROOT/CODES/subrotines/read/get_model.ncl get_model.ncl Go to the MODELS directory to check if the new variable exists in model simulations, and also double check if the name of the new variable is the same as that in model simulations. If the new variable is a derived variable from other variables, please go to the code file get_model.ncl, referring to the example for calculating total respiration from autotrophic (ra) and heterotrophic respiration (rh) at the left, and make a part of similar codes to calculate the new variable.

35 Step 4: modify control parameter file to include the new variable $ILAMB_ROOT/CODES/INPUT/ILAMB_PARA_SETUP ILAMB_PARA_SETUP Modify the control parameter file (ILAMB_PARA_SETUP ) to include the new variable. Refer to variables in section 2, and make a new line for the new variable.

36 Step 5: add the general info for this new variable and data in table_scoring_metrics.txt $ILAMB_ROOT/CODES/INPUT/table_scoring_metrics.txt $ILAMB_ROOT/CODES/OUTPUT/readme/ILAMB_carbon_profile_info.pdf Go to the file table_scoring_metrics.txt, find the corresponding category, create a new line for this new variable, and then add the new variable and data short and long name, reference, data general scores and diagnostic metrics. Each item should be separated by a comma (,). Please note these information should be the same as which will be added in the code retrieve_datainfo.ncl in Step 6. Please refer to the document ILAMB_carbon_profile_info.pdf to score a new data for Certainty of Data, Scale Appropriateness and Coverage and Overall Constraint and Process.

37 Step 6: modify the code retrieve_datainfo.ncl to add this new data information $ILAMB_ROOT/CODES/INPUT/retrieve_DataInfo.ncl retrieve_datainfo.ncl The headings of the code file retrieve_datainfo.ncl list definitions of all items. Referring to codes for the variable tas and the benchmark data cru at the left, make new parts for this new variable.

38 Step 7: modify the code retrieve_unit.ncl to include the unit conversion for the new data $ILAMB_ROOT/CODES/INPUT/retrieve_unit.ncl $ILAMB_ROOT/CODES/INPUT/correct_wrong_unit.ncl Modify the code file (retrieve_unit.ncl) to add the initial unit for the data and model, the final unit for output and the conversion coefficient from the initial unit to the final one. Also Check if the initial unit matches the CMIP5 convention. If not, please go to the code file correct_wrong_unit.ncl, and request the package to correct the new data to match the CMIP5 convention. The headings of the code files list definitions of all items.

39 Step 8: modify the code retrieve_drawinfo.ncl to include the new variable and data $ILAMB_ROOT/CODES/INPUT/retrieve_DrawInfo.ncl Go to the code file retrieve_drawinfo.ncl, and check if the drawing settings match the new data. If not, please modify the code to match the new data. The headings of the code file list definitions of all items.

40 7. How to Modify Codes: include a new model Summary Step 1: put new model simulations in the directory $ILAMB_ROOT/MODELS/original; Step 2: modify Control Parameter file to include the new model; Step 3: check if units for the new model simulations match CMIP5 convention. Note: Please use CMIP5 convention to prepare all model simulations.

41 Step 1: put new model simulations in the directory $ILAMB_ROOT/MODELS/original $ILAMB_ROOT/MODELS/original Put new model simulations in the directory $ILAMB_ROOT/ MODELS/original. Please use CMIP5 naming system and data structure, otherwise you may also need to modify the code files read_model.ncl and get_model.ncl to read the new model simulations. $ILAMB_ROOT/CODES/subroutines/read/read_model.ncl $ILAMB_ROOT/CODES/subroutines/read/get_model.ncl

42 Step 2. Change Control Parameter File to include the new model $ILAMB_ROOT/CODES/INPUT/ILAMB_PARA_SETUP ILAMB_PARA_SETUP Replace New Model Name at the left with the new model name, the same as that in the directory $ILAMB_ROOT/MODELS/ original/.

43 Step 3: check if units for the new model simulations match CMIP5 convention $ILAMB_ROOT/INPUT/retrieve_unit.ncl $ILAMB_ROOT/INPUT/correct_wrong_unit.ncl correct_wrong_unit.ncl Check if the unit for each variable in the new model simulations matches the CMIP5 convention (retrieve_unit.ncl). If not, please go to the code correct_wrong_unit.ncl, make similar codes for burntarea from CCSM4 shown at the left to correct the wrong unit matching the CMIP5 convention.

44 8. How to Modify Codes: include a new diagnostic metric part one: single variable Summary Step 1: name and create the new diagnostic metric; Step 2: modify library.ncl to add the new diagnostic metric code file; Step 3: modify retrieve_longname.ncl to add the new metric long name; Step 4: modify retrieve_weight.ncl to add weighting score for the new metric; Step 5: modify retrieve_others.ncl to add the new metric name; Step 6: check retrieve_drawinfo.ncl if drawing settings match the new metric; Step 7: modify run_diagnostics.ncl to load the new diagnostic metric; Step 8: modify control parameter file to add the new metric; Note: Please contact us for more helps.

45 Step 1: name and create the new diagnostic metric $ILAMB_ROOT/CODES/subroutines/diagnostic/diagnostic-allsubs.ncl Referring to existing diagnostic metrics like annualmean, bias etc, in the code file diagnostic-allsubs.ncl, name and create codes for the new diagnostic metric.

46 Step 2: modify library.ncl to add the new diagnostic metric code file $ILAMB_ROOT/CODES/subroutines/library/library.ncl $ILAMB_ROOT/CODES/subroutines/diagnostic/diagnostic-allsubs.ncl library.ncl Modify the code library.ncl to add the link for the new diagnostic metric code file. If the new diagnostic metric code is already included in the file diagnostic-allsubs.ncl, skip this step.

47 Step 3: modify retrieve_longname.ncl to add the new metric long name $ILAMB_ROOT/CODES/INPUT/retrieve_LongName.ncl retrieve_longname.ncl Modify the code retrieve_longname.ncl to include the long name of the new diagnostic metric. This information will be showed in the html files.

48 Step 4: modify retrieve_weight.ncl to add weighting score for the new metric $ILAMB_ROOT/CODES/INPUT/retrieve_weight.ncl retrieve_weight.ncl Modify the code retrieve_weight.ncl to add the weighting score for the new diagnostic metric. If there is no score involved in this metric, skip this step.

49 Step 5: modify retrieve_others.ncl to add the new metric name $ILAMB_ROOT/CODES/INPUT/retrieve_others.ncl retrieve_others.ncl Add the short name for the new diagnostic metric in the array Metrics in the code file retrieve_others.ncl..

50 Step 6: check retrieve_drawinfo.ncl if drawing settings match the new metric $ILAMB_ROOT/CODES/INPUT/retrieve_DrawInfo.ncl retrieve_drawinfo.ncl Referring to existing metrics in the code file retrieve_drawinfo.ncl, make correct drawing settings for the new metric. If the new diagnostic is a scoring metric, skip this step.

51 Step 7: modify run_diagnostics.ncl to load the new diagnostic metric $ILAMB_ROOT/CODES/subroutines/diagnostics/run_diagnostics.ncl run_diagnostics.ncl To load the new diagnostic metric, make similar codes like AnnualMean in the code file run_diagnostics.ncl. Double check if all input parameters for the new metric are correct.

52 Step 8: modify control parameter file to add the new metric $ILAMB_ROOT/CODES/INPUT/ILAMB_PARA_SETUP ILAMB_PARA_SETUP Modify the control parameter file (ILAMB_PARA_SETUP ) to include the new diagnostic metric in section 2.

53 9. How to Modify Codes: include a new diagnostic metric part two: variable to variable relationship Summary Step 1: name and create the new diagnostic metric; Step 2: modify library.ncl to add the new diagnostic metric code file; Step 3: modify retrieve_longname.ncl to add the new metric long name; Step 4: modify retrieve_others.ncl to add the new metric name; Step 5: check retrieve_drawinfo.ncl if drawing settings match the new metric; Step 6: modify run_func_pair.ncl to load the new diagnostic metric; Step 7: modify control parameter file to add the new metric; Note: Please contact us for more helps.

54 Step 1: name and create the new diagnostic metric $ILAMB_ROOT/CODES/subroutines/relationships/relationship-allsubs.ncl Referring to existing variable to variable relationship metrics like function_bar in the code relationship-allsubs.ncl, and name and create the new diagnostic metric.

55 Step 2: modify library.ncl to add the new diagnostic metric code file $ILAMB_ROOT/CODES/subroutines/library/library.ncl $ILAMB_ROOT/CODES/subroutines/relationships/relationship-allsubs.ncl library.ncl Modify the code library.ncl to add the new diagnostic metric metric file. If the new diagnostic metric code is already included in the file relationship-allsubs.ncl, skip this step.

56 Step 3: modify retrieve_longname.ncl to add the new metric long name $ILAMB_ROOT/CODES/INPUT/retrieve_LongName.ncl retrieve_longname.ncl Modify the code retrieve_longname.ncl to include the long name of the new diagnostic metric. This information will be showed in the html files.

57 Step 4: modify retrieve_others.ncl to add the new metric name $ILAMB_ROOT/CODES/INPUT/retrieve_others.ncl retrieve_others.ncl Add the short name for the new diagnostic metric in the array FuncList in the code file retrieve_others.ncl. Please add the new function name at the end of this array.

58 Step 5: check retrieve_drawinfo.ncl if drawing settings match the new metric $ILAMB_ROOT/CODES/INPUT/retrieve_DrawInfo.ncl retrieve_drawinfo.ncl Referring to existing metrics in the code file retrieve_drawinfo.ncl, make correct drawing settings for the new metric. If the new diagnostic metric is a scoring metric, skip this step.

59 Step 6: modify run_func_pair.ncl to load the new diagnostic metric $ILAMB_ROOT/CODES/subroutines/diagnostics/run_func_pair.ncl run_func_pair.ncl To load the new diagnostic metric, make similar codes for function_bar in the code file run_func_pair.ncl. Double check if all input parameters for the new metric are correct.

60 Step 7: modify control parameter file to add the new metric $ILAMB_ROOT/CODES/INPUT/ILAMB_PARA_SETUP ILAMB_PARA_SETUP Modify the control parameter file (ILAMB_PARA_SETUP ) to include the new diagnostic metric. In the variable to variable relationship section (section 3), change the number 4 to 6 if you want to calculate the new relationship for this pair of variables.

61 10. How to Modify Codes: correct wrong unit and other issues Summary Step 1: correct the wrong unit for data or model; Step 2: modify the units for output; Step 3: correct variable name in one model different with all other models; Step 4: modify drawing settings;

62 Step 1: correct the wrong unit for data or model $ILAMB_ROOT/CODES/INPUT/correct_wrong_unit.ncl correct_wrong_unit.ncl If the unit in benchmark data or model simulation is different with CMIP5 convention, you can turn it back to CMIP5 convention by this method and avoid to re-generate benchmark data or model simulation. Here is an explain for burntarea from CCSM4 at the left. Please go to the code file correct_wrong_unit.ncl, copy the part for any existing wrong item, and modify them to fit your needs.

63 Step 2: correct the units for output $ILAMB_ROOT/CODES/INPUT/retrieve_unit.ncl retrieve_unit.ncl If the units for the output are not that you want, you can change them. Here is an example for the variable pr at the left. Please go to the code file retrieve_unit.ncl, provide the right units for FinalTable and FinalPlots and corresponding conversion coefficient results from the original unit (kg/m2/s) for data and model to the units for final output (mm/day).

64 Step 3: correct variable name in one model different with all other models $ILAMB_ROOT/CODES/INPUT/correct_wrong_others.ncl correct_wrong_others.ncl If variable name in one or few models is different with all other models, you may use this method to avoid re-generating model simulations. here is an example for tws for the model cesm1_2bgc at the left. Please go to the code file correct_wrong_others.ncl, copy the part for any existing wrong item, and change the wrong name to the right one matching that model.

65 Step 4: change drawing settings $ILAMB_ROOT/CODES/INPUT/retrieve_DrawInfo.ncl The code file retrieve_drawinfo.ncl contains all drawing settings for all kinds of plots. These include the most left, right, top and bottom of edges (MinLon, MaxLon, MinLat and MaxLat), contour levels and label bars for all variables (cnlevels and lblabels), and many others. The headings of the code file list all items that can be changed. You can modify them for your needs.

66 11. How to Resolve Common Issues: 1: resolve a segmentation issue; 2: resolve a cremaphin issue; Outline

67 1. How to Resolve a Segmentation Issue The segmentation issue is the most occurred one in running the package. If this issue occurs, it probably relates to following 2 aspects. 1. Check the wall time if it is long enough to run the package 2. Check all subdirectories in the OUTPUT if they are well created. Please note that the lower case letter in ncl is different with its upper case one.

68 2. Resolve a cremaphin issue $ILAMB_ROOT/CODES/subroutines/read/get_model.ncl get_model.ncl This issue is occurred when the input and/or output grids are Gaussian and of less than global extent. If this issue happens to you, please check the output information from running the diagnostics and find the model with this issue. To resolve it, please go to the code get_model.ncl, and find the part listed above. You just need to add that model with other models having this issue.

69 12. How to Run a Regional Diagnostics: 1: Define a new regional name 2: Create a new control file Outline 3. Replace the default name global with the new regional name 4. Make a run

70 1. Define your new region in $ILAMB_ROOT/CODES/INPUT/retrieve_latlon_region.ncl retrieve_latlon_region.ncl If the regional name is not defined in the code, please make a copy similar to global to define a new region, for example South US: if (str_lower(keyword).eq. south.us") then lat = (/ 25.5, 37.0/) lon = (/-109.5, -88.5/) end if The region name here should be in lower cases

71 2. Make a new control file $ILAMB_ROOT/CODES/INPUT/ILAMB_PARA_SETUP Part 1: Models Go to the directory $ILAMB_ROOT/CODES/INPUT/ Copy ILAMB_PARA_SETUP.CMIP5 To ILAMB_PARA_SETUP, make sure if all model names Are right in part 1 and delete non-used models. Part 2: Global Variables Part 3: Variable to Variable Relationship Part 4: Time Series Comparison

72 3. Replace Global with the new regional name In part 2, change Global to the new region name South.US.

73 4. Run the package Go to $ILAMB_ROOT/CODES and Run the package./ilamb_main.csh >&output.log& Or use other command to submit a job

CMIP5 Update. Karl E. Taylor. Program for Climate Model Diagnosis and Intercomparison (PCMDI) Lawrence Livermore National Laboratory

CMIP5 Update. Karl E. Taylor. Program for Climate Model Diagnosis and Intercomparison (PCMDI) Lawrence Livermore National Laboratory CMIP5 Update Karl E. Taylor Program for Climate Model Diagnosis and Intercomparison () Lawrence Livermore National Laboratory Presented to the WCRP Working Group on Coupled Modelling Hamburg, Germany 24

More information

Use Hierarchical Storage and Analysis to Exploit Intrinsic Parallelism

Use Hierarchical Storage and Analysis to Exploit Intrinsic Parallelism Use Hierarchical Storage and Analysis to Exploit Intrinsic Parallelism Charlie Zender1 Pedro Vicente1, Wenshan Wang1 1 Departments of Earth System Science and Computer Science, UC Irvine

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

Intro to CMIP, the WHOI CMIP5 community server, and planning for CMIP6

Intro to CMIP, the WHOI CMIP5 community server, and planning for CMIP6 Intro to CMIP, the WHOI CMIP5 community server, and planning for CMIP6 Caroline Ummenhofer, PO Overview - Background on IPCC & CMIP - WHOI CMIP5 server - Available model output - How to access files -

More information

Updated ranking of GCM-RCM results for five Scandinavian locations

Updated ranking of GCM-RCM results for five Scandinavian locations METreport No. /0 ISSN -0 Climate Updated ranking of GCM-RCM results for five Scandinavian locations Oskar Landgren, Jan Erik Haugen METreport Title Updated ranking of GCM-RCM results for five Scandinavian

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

CORDEX DOMAINS (plus Arctic & Antarctica)

CORDEX DOMAINS (plus Arctic & Antarctica) CORDEX DOMAINS (plus Arctic & Antarctica) 12 domains with a resolution of 0.44 (approx. 50x50km²) Focus on Africa High resolution ~0.11 x0.11 for Europe (by some institutions) The TFRCD mandate was extended

More information

NCAR SUMMER COLLOQUIUM: July 24-Aug.6, 2011 Boulder, Colorado, USA. General Large Area Crop Model (GLAM) TUTORIAL

NCAR SUMMER COLLOQUIUM: July 24-Aug.6, 2011 Boulder, Colorado, USA. General Large Area Crop Model (GLAM) TUTORIAL NCAR SUMMER COLLOQUIUM: July 24-Aug.6, 2011 Boulder, Colorado, USA General Large Area Crop Model (GLAM) TUTORIAL Gizaw Mengistu, Dept. of Physics, Addis Ababa University, Ethiopia This document provides

More information

CCSM Performance with the New Coupler, cpl6

CCSM Performance with the New Coupler, cpl6 CCSM Performance with the New Coupler, cpl6 Tony Craig Brian Kauffman Tom Bettge National Center for Atmospheric Research Jay Larson Rob Jacob Everest Ong Argonne National Laboratory Chris Ding Helen He

More information

Uniform Resource Locator Wide Area Network World Climate Research Programme Coupled Model Intercomparison

Uniform Resource Locator Wide Area Network World Climate Research Programme Coupled Model Intercomparison Glossary API Application Programming Interface AR5 IPCC Assessment Report 4 ASCII American Standard Code for Information Interchange BUFR Binary Universal Form for the Representation of meteorological

More information

The ICNet REU Freeze-Thaw Research Project The Climate Change Analysis Technical Guide: Model Output, Pre-Processing, Analysis, and Displaying Results

The ICNet REU Freeze-Thaw Research Project The Climate Change Analysis Technical Guide: Model Output, Pre-Processing, Analysis, and Displaying Results The ICNet REU Freeze-Thaw Research Project The Climate Change Analysis Technical Guide: Model Output, Pre-Processing, Analysis, and Displaying Results This guide provides the necessary steps for analyzing

More information

Development and validation of a two leaf light use efficiency model based on flux measurements

Development and validation of a two leaf light use efficiency model based on flux measurements Joint Conference of AsiaFlux Workshop 2017 and the 15th Anniversary Celebration of ChinaFLUX Development and validation of a two leaf light use efficiency model based on flux measurements Weimin Ju, Yanlian

More information

ExArch: Climate analytics on distributed exascale data archives Martin Juckes, V. Balaji, B.N. Lawrence, M. Lautenschlager, S. Denvil, G. Aloisio, P.

ExArch: Climate analytics on distributed exascale data archives Martin Juckes, V. Balaji, B.N. Lawrence, M. Lautenschlager, S. Denvil, G. Aloisio, P. ExArch: Climate analytics on distributed exascale data archives Martin Juckes, V. Balaji, B.N. Lawrence, M. Lautenschlager, S. Denvil, G. Aloisio, P. Kushner, D. Waliser, S. Pascoe, A. Stephens, P. Kershaw,

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

OASIS3-MCT, a coupler for climate modelling

OASIS3-MCT, a coupler for climate modelling OASIS3-MCT, a coupler for climate modelling S. Valcke, CERFACS OASIS historical overview OASIS3-MCT: Application Programming Interface Parallel Decompositions supported Communication Interpolations et

More information

The AgMIP GEOSHARE: A GEOSHARE Tool for Aggregating Outputs from the AgMIP s Global Gridded Crop Modeling Initiative (Ag-GRID) User s Manual

The AgMIP GEOSHARE: A GEOSHARE Tool for Aggregating Outputs from the AgMIP s Global Gridded Crop Modeling Initiative (Ag-GRID) User s Manual The AgMIP Tool @ GEOSHARE: A GEOSHARE Tool for Aggregating Outputs from the AgMIP s Global Gridded Crop Modeling Initiative (Ag-GRID) User s Manual November 4, 2014 Users of the Ag-GRID data obtained through

More information

ICOADS: Update Status and Data Distribution

ICOADS: Update Status and Data Distribution ICOADS: Update Status and Data Distribution Steven J. Worley Scott D. Woodruff Sandra J. Lubker Ziahua Ji J. Eric Freeman NCAR, NOAA/ESRL, NOAA/NCDC CLIMAR-III, 6-9 May 2008, Gdynia, Poland Topic Outline

More information

ExArch, Edinburgh, March 2014

ExArch, Edinburgh, March 2014 ExArch: Climate analytics on distributed exascale data archives Martin Juckes, V. Balaji, B.N. Lawrence, M. Lautenschlager, S. Denvil, G. Aloisio, P. Kushner, D. Waliser, S. Pascoe, A. Stephens, P. Kershaw,

More information

A Software Developing Environment for Earth System Modeling. Depei Qian Beihang University CScADS Workshop, Snowbird, Utah June 27, 2012

A Software Developing Environment for Earth System Modeling. Depei Qian Beihang University CScADS Workshop, Snowbird, Utah June 27, 2012 A Software Developing Environment for Earth System Modeling Depei Qian Beihang University CScADS Workshop, Snowbird, Utah June 27, 2012 1 Outline Motivation Purpose and Significance Research Contents Technology

More information

EcoGEnIE: A practical course in global ocean ecosystem modelling

EcoGEnIE: A practical course in global ocean ecosystem modelling EcoGEnIE: A practical course in global ocean ecosystem modelling Lesson zero.c: Ocean circulation and Atlantic overturning stability Stuff to keep in mind: Nothing at all keep your mind completely empty

More information

Modeling groups and Data Center Requirements. Session s Keynote. Sébastien Denvil, CNRS, Institut Pierre Simon Laplace (IPSL)

Modeling groups and Data Center Requirements. Session s Keynote. Sébastien Denvil, CNRS, Institut Pierre Simon Laplace (IPSL) Modeling groups and Data Center Requirements. Session s Keynote. Sébastien Denvil, CNRS, Institut Pierre Simon Laplace (IPSL) Outline Major constraints (requirements' DNA) Modeling center requirements/constraints

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

Kepler Scientific Workflow and Climate Modeling

Kepler Scientific Workflow and Climate Modeling Kepler Scientific Workflow and Climate Modeling Ufuk Turuncoglu Istanbul Technical University Informatics Institute Cecelia DeLuca Sylvia Murphy NOAA/ESRL Computational Science and Engineering Dept. NESII

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

The challenges of the ECMWF graphics packages

The challenges of the ECMWF graphics packages The challenges of the ECMWF graphics packages Sylvie Lamy-Thépaut Graphics Section ECMWF Slide 1 1 Outline Who are we? - ECMWF - The Graphics Section What are our Missions? - Magics - Metview - Wrep :

More information

TIGGE and the EU Funded BRIDGE project

TIGGE and the EU Funded BRIDGE project TIGGE and the EU Funded BRIDGE project Baudouin Raoult Head of Data and Services Section ECMWF Slide 1 Slide 1 The TIGGE core dataset THORPEX Interactive Grand Global Ensemble Global ensemble forecasts

More information

Enhancement for bitwise identical reproducibility of Earth system modeling on the C-Coupler platform

Enhancement for bitwise identical reproducibility of Earth system modeling on the C-Coupler platform Geosci. Model Dev. Discuss., 8, 2403 243, www.geosci-model-dev-discuss.net/8/2403// doi:.194/gmdd-8-2403- Author(s). CC Attribution 3.0 License. This discussion paper is/has been under review for the journal

More information

Model Evaluation Toolkit User Guide. Version 4.0, January 2016

Model Evaluation Toolkit User Guide. Version 4.0, January 2016 Model Evaluation Toolkit User Guide Version 4.0, January 2016 Legal The Model Evaluation Toolkit is free to use. The following Model Evaluation Toolkit component files are provided under the same licensing

More information

Building a Global Data Federation for Climate Change Science The Earth System Grid (ESG) and International Partners

Building a Global Data Federation for Climate Change Science The Earth System Grid (ESG) and International Partners Building a Global Data Federation for Climate Change Science The Earth System Grid (ESG) and International Partners 24th Forum ORAP Cite Scientifique; Lille, France March 26, 2009 Don Middleton National

More information

Title. GOSAT CO 2 Inversion Inter-comparison Experiment Phase-2: interim progress report

Title. GOSAT CO 2 Inversion Inter-comparison Experiment Phase-2: interim progress report Title IWGGMS-14 May 9, 2018 GOSAT CO 2 Inversion Inter-comparison Experiment Phase-2: interim progress report H. Takagi 1, S. Houweling 2, S. Maksyutov 1, D. Baker 3, F. Chevallier 4, F. Deng 5, L. Feng

More information

Global Stokes Drift and Climate Wave Modeling

Global Stokes Drift and Climate Wave Modeling Global Stokes Drift and Climate Wave Modeling Adrean Webb University of Colorado, Boulder Department of Applied Mathematics February 20, 2012 In Collaboration with: Research funded by: Baylor Fox-Kemper,

More information

The Community Land Model (CLM)

The Community Land Model (CLM) The Community Land Model (CLM) Cecile Hannay, CAM Science Liaison Atmospheric Modeling and Predictability Section Climate and Global Dynamics Division Outline CESM: workflow reminder Archiving results/long

More information

SURFEX LDAS March 2012

SURFEX LDAS March 2012 SURFEX LDAS March 2012 Alina Barbu Combined assimilation of satellite-derived soil moisture and LAI 2 Motivation of our work GEOLAND 2 project Land Carbon Information Service (LCIS) on vegetation/land

More information

OBAN Class Homework Assignment No. 4 Distributed on November 3, Due Thursday, December 1, 2016

OBAN Class Homework Assignment No. 4 Distributed on November 3, Due Thursday, December 1, 2016 OBAN Class Homework Assignment No. 4 Distributed on November 3, 2016 Due Thursday, December 1, 2016 Original document on ANALAB was written by Huang, Gustafsson and Robertson (2000), and can be found in

More information

GrADS for Beginners. Laura Mariotti

GrADS for Beginners. Laura Mariotti GrADS for Beginners Laura Mariotti mariotti@ictp.it Outline n What is GrADS and how do I get it? n GrADS essentials n Getting started n Gridded data sets n Displaying data n Script language n Saving your

More information

ESMValTool v2.0 Technical Overview

ESMValTool v2.0 Technical Overview ESMValTool v2.0 Technical Overview Mattia Righi Version 16.11.2018 www.dlr.de Folie 2 Outline Structure Installation Configuration Running ESMValTool Output directory structure Backend (aka preprocessor)

More information

Gridded data from many sources

Gridded data from many sources Gridded data from many sources A data-user's perspective Heiko Klein 26.09.2014 Background MET used legacy format (felt) for gridded data since ~1980s -Index 2d fields -«unique» parameter table 2012 decided

More information

Using Rmpi within the HPC4Stats framework

Using Rmpi within the HPC4Stats framework Using Rmpi within the HPC4Stats framework Dorit Hammerling Analytics and Integrative Machine Learning Group National Center for Atmospheric Research (NCAR) Based on work by Doug Nychka (Applied Mathematics

More information

Backward facing step Homework. Department of Fluid Mechanics. For Personal Use. Budapest University of Technology and Economics. Budapest, 2010 autumn

Backward facing step Homework. Department of Fluid Mechanics. For Personal Use. Budapest University of Technology and Economics. Budapest, 2010 autumn Backward facing step Homework Department of Fluid Mechanics Budapest University of Technology and Economics Budapest, 2010 autumn Updated: October 26, 2010 CONTENTS i Contents 1 Introduction 1 2 The problem

More information

Current JGOFS DMTT activities, and data management requirements for future marine biogeochemical projects - insights for modelers

Current JGOFS DMTT activities, and data management requirements for future marine biogeochemical projects - insights for modelers 1 Current JGOFS DMTT activities, and data management requirements for future marine biogeochemical projects - insights for modelers Margarita Conkright Ocean Climate Laboratory National Oceanographic Data

More information

Summary of Publicly Released CIPS Data Versions.

Summary of Publicly Released CIPS Data Versions. Summary of Publicly Released CIPS Data Versions. Last Updated 13 May 2012 V3.11 - Baseline data version, available before July 2008 All CIPS V3.X data versions followed the data processing flow and data

More information

This version is the same as NetCDF Extractor V.2.0, but it has an API for plotting contour and heat map graphs.

This version is the same as NetCDF Extractor V.2.0, but it has an API for plotting contour and heat map graphs. What is NetCDF Extractor V..? This version is the same as NetCDF Extractor V..0, but it has an API for plotting contour and heat map graphs. For applying this tool, please following these steps: Step :

More information

OASIS3-MCT, a coupler for climate modelling

OASIS3-MCT, a coupler for climate modelling OASIS3-MCT, a coupler for climate modelling S. Valcke, L. Coquart (CNRS/CERFACS), T. Craig Technical coupling solutions OASIS historical overview OASIS3-MCT: Application Programming Interface Configuration

More information

PDRMIP data available

PDRMIP data available PDRMIP data available Experiments CanESM2 MPI-ESM NorESM1 Core Base Co2x2 Ch4x3 Solar Bcx10 x Sulx5 x Regional bcx10asia x x x sulx10asia x x x sulx10eur x x x sulred x x x x x x x x sulasiared x x x x

More information

PyNGL & PyNIO Geoscience Visualization & Data IO Modules

PyNGL & PyNIO Geoscience Visualization & Data IO Modules PyNGL & PyNIO Geoscience Visualization & Data IO Modules SciPy 08 Dave Brown National Center for Atmospheric Research Boulder, CO Topics What are PyNGL and PyNIO? Quick summary of PyNGL graphics PyNIO

More information

Global and diffuse radiation estimated from METEOSAT data at Bergen, Norway

Global and diffuse radiation estimated from METEOSAT data at Bergen, Norway Global and diffuse radiation estimated from METEOSAT data at Bergen, Norway by Arvid Skartveit and Jan Asle Olseth * Geophysical Institute, University of Bergen Allégaten 7, N-57 Bergen, NORWAY * In the

More information

Analysis Methods in Atmospheric and Oceanic Science

Analysis Methods in Atmospheric and Oceanic Science Analysis Methods in Atmospheric and Oceanic Science 1 AOSC 652 Introduction to Graphics and Analysis of Satellite Measurements of Atmospheric Composition: Day 2 14 Sep 2016 AOSC 652: Analysis Methods in

More information

InfraStructure for the European Network for Earth System modelling. From «IS-ENES» to IS-ENES2

InfraStructure for the European Network for Earth System modelling. From «IS-ENES» to IS-ENES2 InfraStructure for the European Network for Earth System modelling From «IS-ENES» to IS-ENES2 Sylvie JOUSSAUME, CNRS, Institut Pierre Simon Laplace, Coordinator ENES European Network for Earth System modelling

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

DBS Tailoring System

DBS Tailoring System DBS Tailoring System - a reference manual of the software (version 1.0) Kean Foster Swedish Meteorological and Hydrological Institute HI2.0_D342_DBS_Tailoring_System_a_reference_manual_(version_1) Senast

More information

Impact toolbox. Description, installation and tutorial

Impact toolbox. Description, installation and tutorial Impact toolbox Description, installation and tutorial What is Impact? Impact tools is a Windows software developed at the European Commission Joint Research Centre (JRC), in Italy. Impact offers a series

More information

The Earth System Modeling Framework (and Beyond)

The Earth System Modeling Framework (and Beyond) The Earth System Modeling Framework (and Beyond) Fei Liu NOAA Environmental Software Infrastructure and Interoperability http://www.esrl.noaa.gov/nesii/ March 27, 2013 GEOSS Community ESMF is an established

More information

Getting Started with High Performance GEOS-Chem

Getting Started with High Performance GEOS-Chem Getting Started with High Performance GEOS-Chem Lizzie Lundgren GEOS-Chem Support Team geos-chem-support@as.harvard.edu June 2017 Overview 1) What is GCHP and why use it? 2) Common Misconceptions 3) Useful

More information

About AIRNow. Prepared by: Tim Dye Alan Chan Eric Gray Daniel Pryden Sonoma Technology, Inc. Petaluma, CA. October 29,

About AIRNow. Prepared by: Tim Dye Alan Chan Eric Gray Daniel Pryden Sonoma Technology, Inc. Petaluma, CA. October 29, About AIRNow Prepared by: Tim Dye Alan Chan Eric Gray Daniel Pryden Sonoma Technology, Inc. Petaluma, CA October 29, 2007 905403.01-3256 1 Outline About AIRNow Purpose Functions Data Components 2 AIRNow

More information

Prototyping GOES-R Albedo Algorithm Based on MODIS Data Tao He a, Shunlin Liang a, Dongdong Wang a

Prototyping GOES-R Albedo Algorithm Based on MODIS Data Tao He a, Shunlin Liang a, Dongdong Wang a Prototyping GOES-R Albedo Algorithm Based on MODIS Data Tao He a, Shunlin Liang a, Dongdong Wang a a. Department of Geography, University of Maryland, College Park, USA Hongyi Wu b b. University of Electronic

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

EGSO An Introduction to Solar Soft

EGSO An Introduction to Solar Soft 310/1749-27 ICTP-COST-USNSWP-CAWSES-INAF-INFN International Advanced School on Space Weather 2-19 May 2006 EGSO An Introduction to Solar Soft Robert BENTLEY UCL Department of Space and Climate Physics

More information

Getting Started with GCHP v11-02c

Getting Started with GCHP v11-02c Getting Started with GCHP v11-02c Lizzie Lundgren GEOS-Chem Support Team geos-chem-support@as.harvard.edu September 2017 Overview 1) What is GCHP and why use it? 2) Common Misconceptions 3) Useful Tips

More information

ALADIN-2007-Oslo (Norway) April 2007

ALADIN-2007-Oslo (Norway) April 2007 Improving the SURFEX/TEB scheme: 1 D validation in a street canyon R. Hamdi and V. Masson SURFEX coupled off line to ALADIN: preliminary results over Belgium R. Hamdi and A. Deckmyn ALADIN-2007-Oslo (Norway)

More information

Magics support in CDO

Magics support in CDO Magics support in CDO Creating of contour, vector and graph plots January 2016 Kameswarrao Modali, Ralf Müller, Uwe Schulzweida Max Planck Institute for Meteorology Contents 1 Introduction 3 2 Building

More information

CESM1 for Deep Time Paleoclimate

CESM1 for Deep Time Paleoclimate CESM1 for Deep Time Paleoclimate Christine A. Shields NCAR Thanks to Mariana Vertenstein, Nancy Norton, Gokhan Danabasoglu, Brian Kauffman, Erik Kluzek, Sam Levis, and Nan Rosenbloom NCAR is sponsored

More information

Convergence of model frameworks and data frameworks

Convergence of model frameworks and data frameworks Convergence of model frameworks and data frameworks V. Balaji Princeton University and NOAA/GFDL PRISM Community Meeting CERFACS Toulouse FRANCE 16 November 2005 The routine use of Earth System models

More information

NARCCAP: North American Regional Climate Change Assessment Program. Seth McGinnis, NCAR

NARCCAP: North American Regional Climate Change Assessment Program. Seth McGinnis, NCAR NARCCAP: North American Regional Climate Change Assessment Program Seth McGinnis, NCAR mcginnis@ucar.edu NARCCAP: North American Regional Climate Change Assessment Program Nest highresolution regional

More information

Alexander Barth, Aida Alvera-Azcárate, Mohamed Ouberdous, Charles Troupin, Sylvain Watelet & Jean-Marie Beckers

Alexander Barth, Aida Alvera-Azcárate, Mohamed Ouberdous, Charles Troupin, Sylvain Watelet & Jean-Marie Beckers Diva workshop 2014 Diva in 4 dimensions (GODIVA) Alexander Barth, Aida Alvera-Azcárate, Mohamed Ouberdous, Charles Troupin, Sylvain Watelet & Jean-Marie Beckers Acknowledgements: SeaDataNet, EMODnet Chemistry,

More information

Spatial Distributions of Precipitation Events from Regional Climate Models

Spatial Distributions of Precipitation Events from Regional Climate Models Spatial Distributions of Precipitation Events from Regional Climate Models N. Lenssen September 2, 2010 1 Scientific Reason The Institute of Mathematics Applied to Geosciences (IMAGe) and the National

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

The EC Presenting a multi-terabyte dataset MWF via ER the web

The EC Presenting a multi-terabyte dataset MWF via ER the web The EC Presenting a multi-terabyte dataset MWF via ER the web Data Management at the BADC Ag Stephens BADC Data Scientist 11 November 2003 Presentation outline An introduction to the BADC. The project

More information

Distributed Online Data Access and Analysis

Distributed Online Data Access and Analysis Distributed Online Data Access and Analysis Ruixin Yang George Mason University Slides from SIESIP Partners and from NOMADS PI, Glenn K. Rutledge of US NCDC on NOMADS SIESIP: Seasonal-to-Interannual Earth

More information

Irish and European Grid Projects

Irish and European Grid Projects Irish and European Grid Projects GRID Thibaut Lery, DIAS COSMOGRID Grids - Grids - Grids Why do we need Grids? What are Grids? Grids in Ireland? Grids in Europe? Why do we need Grids? An Exponential World

More information

Common Infrastructure for Modeling Earth (CIME) and MOM6. Mariana Vertenstein CESM Software Engineering Group

Common Infrastructure for Modeling Earth (CIME) and MOM6. Mariana Vertenstein CESM Software Engineering Group Common Infrastructure for Modeling Earth (CIME) and MOM6 Mariana Vertenstein CESM Software Engineering Group Outline What is CIME? New CIME coupling infrastructure and MOM6 CESM2/DART Data Assimilation

More information

Running CCSM at CCS. Created: Patrick Kelly 8/26/11 Modifications: Sarah Larson & Hosmay Lopez 4/30/13

Running CCSM at CCS. Created: Patrick Kelly 8/26/11 Modifications: Sarah Larson & Hosmay Lopez 4/30/13 Running CCSM at CCS Created: Patrick Kelly 8/26/11 Modifications: Sarah Larson & Hosmay Lopez 4/30/13 Running CCSM / CAM First Time Only Set up CCS account Install model code and input data from NCAR Port

More information

CMhyd User Manual. Documentation for preparing simulated climate change data for hydrologic impact studies

CMhyd User Manual. Documentation for preparing simulated climate change data for hydrologic impact studies Documentation for preparing simulated climate change data for hydrologic impact studies May, 2016 Hendrik Rathjens, Katrin Bieger, Raghavan Srinivasan, Indrajeet Chaubey, Jeffrey G. Arnold In association

More information

XIOS and I/O Where are we?

XIOS and I/O Where are we? Y. Meurdesoif, M.H. Nguyen, R. Lacroix, A. Caubel, O.Abramkina, Y. Wang, J. Dérouillat U t + 2Ω U =. XIOS and I/O Where are we? 25/01/17 1 Short reminder : IS-ENES 1 Achievement v Was focused on : Flexibility

More information

Software Infrastructure for Data Assimilation: Object Oriented Prediction System

Software Infrastructure for Data Assimilation: Object Oriented Prediction System Software Infrastructure for Data Assimilation: Object Oriented Prediction System Yannick Trémolet ECMWF Blueprints for Next-Generation Data Assimilation Systems, Boulder, March 2016 Why OOPS? Y. Trémolet

More information

Ecological Data Assimilation

Ecological Data Assimilation Ecological Data Assimilation The Flux Tower Story Ankur Desai, Atmospheric & Oceanic Sciences, University of Wisconsin-Madison Ameriflux Meeting, October 2007, Boulder, CO The Scene An ecosystem or land-atmosphere

More information

AAPP status report and preparations for processing METOP data

AAPP status report and preparations for processing METOP data AAPP status report and preparations for processing METOP data Nigel C Atkinson *, Pascal Brunel, Philippe Marguinaud and Tiphaine Labrot * Met Office, Exeter, UK Météo-France, Centre de Météorologie Spatiale,

More information

CESM (Community Earth System Model) Performance Benchmark and Profiling. August 2011

CESM (Community Earth System Model) Performance Benchmark and Profiling. August 2011 CESM (Community Earth System Model) Performance Benchmark and Profiling August 2011 Note The following research was performed under the HPC Advisory Council activities Participating vendors: Intel, Dell,

More information

CERA GUI Usage. Revision History. Contents

CERA GUI Usage. Revision History. Contents CERA GUI Usage Revision History Revision Author Scope February-2017 DKRZ Data management Public release Contents Introduction...2 Intended Audience...2 Revision History...2 Interface...2 Browse...4 Search...6

More information

User guide for MODIS derived vegetation fractional cover metrics

User guide for MODIS derived vegetation fractional cover metrics User guide for MODIS derived vegetation fractional cover metrics Introduction The MODIS derived vegetation fractional cover metrics is a collection of image files which statistically summarise the time

More information

FMS: the Flexible Modeling System

FMS: the Flexible Modeling System FMS: the Flexible Modeling System Coupling Technologies for Earth System Modeling Toulouse FRANCE V. Balaji balaji@princeton.edu Princeton University 15 December 2010 Balaji (Princeton University) Flexible

More information

Coastal Hazards System (CHS)

Coastal Hazards System (CHS) Coastal Hazards System (CHS) Web Tool-ESRI-V4 User Guide 24 August 2017 Contacts: Norberto C. Nadal-Caraballo, PhD (Norberto.C.Nadal-Caraballo@usace.army.mil) Debbie Green (Debra.R.Green@usace.army.mil,

More information

PatternFinder is a tool that finds non-overlapping or overlapping patterns in any input sequence.

PatternFinder is a tool that finds non-overlapping or overlapping patterns in any input sequence. PatternFinder is a tool that finds non-overlapping or overlapping patterns in any input sequence. Pattern Finder Input Parameters: USAGE: PatternDetective.exe [ -help /? -f [filename] -min -max [minimum

More information

Introduction of new WDCGG website. Seiji MIYAUCHI Meteorological Agency

Introduction of new WDCGG website. Seiji MIYAUCHI Meteorological Agency Introduction of new WDCGG website Seiji MIYAUCHI WDCGG@Japan Meteorological Agency 1. Introduction of new WDCGG website 2. Starting to gather and provide satellite data at WDCGG Current WDCGG website 3

More information

CESM Tutorial. NCAR Climate and Global Dynamics Laboratory. CESM 2.0 CESM1.2.x and previous (see earlier tutorials) Alice Bertini

CESM Tutorial. NCAR Climate and Global Dynamics Laboratory. CESM 2.0 CESM1.2.x and previous (see earlier tutorials) Alice Bertini CESM Tutorial NCAR Climate and Global Dynamics Laboratory CESM 2.0 CESM1.2.x and previous (see earlier tutorials) Alice Bertini NCAR is sponsored by the National Science Foundation Outline The CESM webpage

More information

ITACS : Interactive Tool for Analysis of the Climate System

ITACS : Interactive Tool for Analysis of the Climate System Contents 1 2 3 4 ITACS : Interactive Tool for Analysis of the Climate System Features of the ITACS Atmospheric Analysis Data, Outgoing Longwave Radiation (by NOAA), SST, Ocean Analysis Data, etc. Plain

More information

2 N PP. ), Monteith A PAR N PP = A PAR 3 (1) A PAR = FA PAR 3 PAR A PAR ( Tsinghua Tongfang Optical Disc Co., Ltd. All rights reserved.

2 N PP. ), Monteith A PAR N PP = A PAR 3 (1) A PAR = FA PAR 3 PAR A PAR ( Tsinghua Tongfang Optical Disc Co., Ltd. All rights reserved. 6 2 Vol. 6 No. 2 2002 3 JOURNAL OF REMOTE SENSING Mar. 2002 100724619 (2002) 0220129207 ( 100101) ( NPP) NOAA AVHRR NPP ( A2 PAR) ( ) NPP = ( FPAR PAR) [ 3 T E S (1 - Y m ) (1 - Y g ) ] 1990 8km NOAA AVHRR

More information

Enabling Legacy Applications on Service Grids. Asvija B, C-DAC, Bangalore

Enabling Legacy Applications on Service Grids. Asvija B, C-DAC, Bangalore Enabling Legacy Applications on Service Grids Asvija B, C-DAC, 1 Legacy Applications Service enablement of existing legacy applications is difficult No source code available Proprietary code fragments

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 PRECIS

Introduction to PRECIS Introduction to PRECIS Joseph D. Intsiful CGE Hands-on training Workshop on V & A, Asuncion, Paraguay, 14 th 18 th August 2006 Crown copyright Page 1 Contents What, why, who The components of PRECIS Hardware

More information

MATLAB 7. The Language of Technical Computing KEY FEATURES

MATLAB 7. The Language of Technical Computing KEY FEATURES MATLAB 7 The Language of Technical Computing MATLAB is a high-level technical computing language and interactive environment for algorithm development, data visualization, data analysis, and numerical

More information

How Can We Use NetCDF Extractor V.2.0?

How Can We Use NetCDF Extractor V.2.0? How Can We Use NetCDF Extractor V..0? In the first version of NetCDF Extractor, the user can load one file to extract desirable region. Many users need to run several files simultaneously. Therefore, Agrimetsoft

More information

Diagnostics and Exploratory Analysis Infrastructure for ACME Workflow

Diagnostics and Exploratory Analysis Infrastructure for ACME Workflow Diagnostics and Exploratory Analysis Infrastructure for ACME Workflow ORNL: Brian Smith, John Harney, Brian Jewell LLNL: Jeffrey Painter, James McEnerney, ORNL is managed by UT-Battelle for the US Department

More information

Effect of Satellite Formation Architectures and Imaging Modes on Albedo Estimation of major Biomes

Effect of Satellite Formation Architectures and Imaging Modes on Albedo Estimation of major Biomes Effect of Satellite Formation Architectures and Imaging Modes on Albedo Estimation of major Biomes Sreeja Nag 1,2, Charles Gatebe 3, David Miller 1,4, Olivier de Weck 1 1 Massachusetts Institute of Technology,

More information

Common Multi-dimensional Remapping Software CoR (Common Remap) V1.0 User Reference Manual

Common Multi-dimensional Remapping Software CoR (Common Remap) V1.0 User Reference Manual Common Multi-dimensional Remapping Software CoR (Common Remap) V1.0 User Reference Manual Li Liu, Guangwen Yang, Bin Wang liuli-cess@tsinghua.edu.cn Ministry of Education Key Laboratory for Earth System

More information

The Regional Climate Model Evalua4on System (RCMES): Introduc4on and Demonstra4on

The Regional Climate Model Evalua4on System (RCMES): Introduc4on and Demonstra4on The Regional Climate Model Evalua4on System (RCMES): Introduc4on and Demonstra4on Paul C. Loikith, Duane E. Waliser, Chris MaEmann, Jinwon Kim, Huikyo Lee, Paul M. Ramirez, Andrew F. Hart, Cameron E. Goodale,

More information

C-Coupler2: a flexible and user-friendly community coupler for model coupling and nesting

C-Coupler2: a flexible and user-friendly community coupler for model coupling and nesting https://doi.org/10.5194/gmd-11-3557-2018 Author(s) 2018. This work is distributed under the Creative Commons Attribution 4.0 License. C-Coupler2: a flexible and user-friendly community coupler for model

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

Performance Analysis of the PSyKAl Approach for a NEMO-based Benchmark

Performance Analysis of the PSyKAl Approach for a NEMO-based Benchmark Performance Analysis of the PSyKAl Approach for a NEMO-based Benchmark Mike Ashworth, Rupert Ford and Andrew Porter Scientific Computing Department and STFC Hartree Centre STFC Daresbury Laboratory United

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

Variability in Annual Temperature Profiles

Variability in Annual Temperature Profiles Variability in Annual Temperature Profiles A Multivariate Spatial Analysis of Regional Climate Model Output Tamara Greasby, Stephan Sain Institute for Mathematics Applied to Geosciences, National Center

More information