mirror of https://github.com/ecmwf/eccodes.git
22 lines
647 B
Modula-2
22 lines
647 B
Modula-2
# (C) Copyright 2005- ECMWF.
|
|
|
|
# Local definition 43 - Class ed EERIE project climate keywords
|
|
|
|
# CMIP related activity keyword
|
|
codetable[2] activity "grib2/destine_activity.table" ;
|
|
alias mars.activity = activity;
|
|
|
|
# CMIP related experiment keyword
|
|
codetable[2] experiment "grib2/destine_experiment.table" ;
|
|
alias mars.experiment = experiment;
|
|
|
|
# Climate run realization keyword, which relates to an initial condition perturbation
|
|
unsigned[1] realization = 255 ;
|
|
alias mars.realization = realization;
|
|
|
|
# Remove mars domain from this data
|
|
unalias mars.domain;
|
|
|
|
# Add some padding just in case we want more keys in the future
|
|
pad padding_loc43(30);
|