Merge develop

This commit is contained in:
Shahram Najm 2023-10-14 12:42:05 +01:00
commit fd908e7e2a
346 changed files with 12389 additions and 6024 deletions

View File

@ -9,7 +9,7 @@ branches:
- develop
- master
image: Visual Studio 2015
image: Visual Studio 2022
environment:
CONDA: c:\Miniconda37-x64
@ -62,8 +62,7 @@ platform:
- x64
before_build:
- cmd: call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
- cmd: call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
build_script:
- cmd: cd %ECCODES_SRC%

View File

@ -3,7 +3,7 @@ name: cd
on:
push:
tags:
- '**'
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
deploy:

View File

@ -91,7 +91,7 @@ jobs:
- downstream-ci-hpc
- private-downstream-ci-hpc
- codecov
if: always()
if: always() && ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
steps:
- name: Trigger Teams notification
uses: ecmwf-actions/notify-teams@v1

View File

@ -5,20 +5,75 @@ on:
# Run at 20:00 UTC every day (on default branch)
schedule:
- cron: "0 20 * * *"
- cron: '0 20 * * *'
jobs:
test:
test-hpc:
uses: ./.github/workflows/reusable-ci-hpc.yml
with:
eccodes: ecmwf/eccodes@${{ github.event.pull_request.head.sha || github.sha }}
nightly_test: true
secrets: inherit
test-macos:
strategy:
matrix:
name:
- clang@macos-13-arm
- clang@macos-13-x86
include:
- name: clang@macos-13-arm
labels: [self-hosted, platform-builder-macosx-13.4.1-arm64]
os: macos-13-arm
compiler: clang
compiler_cc: clang
compiler_cxx: clang++
compiler_fc: gfortran
- name: clang@macos-13-x86
labels: [self-hosted, platform-builder-macosx-13.4.1-x86_64]
os: macos-13-x86
compiler: clang
compiler_cc: clang
compiler_cxx: clang++
compiler_fc: gfortran
runs-on: ${{ matrix.labels }}
env:
DEP_TREE: |
ecbuild: ~
libaec:
deps:
- ecbuild
eccodes:
deps:
- libaec
- ecbuild
steps:
- uses: ecmwf-actions/reusable-workflows/build-package-with-config@v2
with:
repository: ecmwf/eccodes@${{ github.sha }}
build_config: .github/ci-config.yml
deploy:
needs: [test-hpc, test-macos]
uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@v2
with:
skip_checks: true
cpack_options_rpm: -D CPACK_PACKAGE_FILE_NAME=eccodes-nightly-Linux-x86_64
cpack_options_deb: -D CPACK_PACKAGE_VERSION=nightly
secrets:
url_debian_11: ${{ secrets.NEXUS_TEST_REPO_NIGHTLY_URL_DEBIAN_11 }}
token_debian_11: ${{ secrets.NEXUS_TEST_REPO_UPLOAD_TOKEN }}
url_centos_7: ${{ secrets.NEXUS_TEST_REPO_NIGHTLY_URL_CENTOS_7 }}
token_centos_7: ${{ secrets.NEXUS_TEST_REPO_UPLOAD_TOKEN }}
url_rocky_8: ${{ secrets.NEXUS_TEST_REPO_NIGHTLY_URL_ROCKY_8 }}
token_rocky_8: ${{ secrets.NEXUS_TEST_REPO_UPLOAD_TOKEN }}
notify:
runs-on: ubuntu-latest
needs:
- test
- test-hpc
- test-macos
- deploy
if: always()
steps:
- name: Trigger Teams notification

View File

@ -1 +1 @@
2.32.0
2.33.0

View File

@ -22,14 +22,15 @@
# libaec_DIR
# LIBAEC_PATH
# libaec_PATH
# libaec_ROOT
find_path( AEC_INCLUDE_DIR libaec.h
PATHS ${AEC_DIR} ${AEC_PATH} ${LIBAEC_DIR} ${libaec_DIR} ${LIBAEC_PATH} ${libaec_PATH} ENV AEC_DIR ENV AEC_PATH ENV LIBAEC_DIR ENV libaec_DIR ENV LIBAEC_PATH ENV libaec_PATH
PATHS ${AEC_DIR} ${AEC_PATH} ${LIBAEC_DIR} ${libaec_DIR} ${LIBAEC_PATH} ${libaec_PATH} ${libaec_ROOT} ENV AEC_DIR ENV AEC_PATH ENV LIBAEC_DIR ENV libaec_DIR ENV LIBAEC_PATH ENV libaec_PATH ENV libaec_ROOT
PATH_SUFFIXES include include/aec NO_DEFAULT_PATH )
find_path( AEC_INCLUDE_DIR libaec.h PATH_SUFFIXES include include/aec )
find_library( AEC_LIBRARY NAMES aec
PATHS ${AEC_DIR} ${AEC_PATH} ${LIBAEC_DIR} ${libaec_DIR} ${LIBAEC_PATH} ${libaec_PATH} ENV AEC_DIR ENV AEC_PATH ENV LIBAEC_DIR ENV libaec_DIR ENV LIBAEC_PATH ENV libaec_PATH
PATHS ${AEC_DIR} ${AEC_PATH} ${LIBAEC_DIR} ${libaec_DIR} ${LIBAEC_PATH} ${libaec_PATH} ${libaec_ROOT} ENV AEC_DIR ENV AEC_PATH ENV LIBAEC_DIR ENV libaec_DIR ENV LIBAEC_PATH ENV libaec_PATH ENV libaec_ROOT
PATH_SUFFIXES lib lib64 lib/aec lib64/aec NO_DEFAULT_PATH )
find_library( AEC_LIBRARY NAMES aec PATH_SUFFIXES lib lib64 lib/aec lib64/aec )

View File

@ -52,6 +52,9 @@ transient unitsFactor=1 : hidden;
transient unitsBias=0 : hidden;
constant globalDomain = "g";
transient timeRangeIndicatorFromStepRange=-1 : hidden;
# Format specifiers for converting a number (float or int) into a string
transient formatForDoubles = "%g" : no_copy,hidden;
transient formatForLongs = "%ld" : no_copy,hidden;
# ECC-868
transient produceLargeConstantFields = 0 : hidden;

View File

@ -1,6 +1,6 @@
# (C) Copyright 2005- ECMWF.
ascii[4] identifier = "BUFR" : read_only,hidden;
ascii[4] identifier = "BUFR" : read_only,hidden;
alias identifier=identifier;
unsigned[3] section1Length;
@ -8,7 +8,7 @@ unsigned[3] section1Length;
unsigned[1] edition = 1 : dump;
alias editionNumber=edition;
template section_1 "bufr/section.1.1.def";
template section_1 "bufr/section.1.1.def";
flagbit localSectionPresent(section1Flags,7) = 1;
alias section2Present=localSectionPresent;
@ -18,7 +18,7 @@ if(localSectionPresent){
template section_2 "bufr/section.2.def";
}
else {
transient section2Length = 0;
transient section2Length = 0;
}
template section_3 "bufr/section.3.def";

View File

@ -1,24 +1,24 @@
# (C) Copyright 2005- ECMWF.
ascii[4] identifier = "BUFR" : read_only,hidden;
ascii[4] identifier = "BUFR" : read_only,hidden;
alias identifier=identifier;
unsigned[3] totalLength;
unsigned[3] totalLength;
unsigned[1] edition = 2 : dump;
alias editionNumber=edition;
template section_1 "bufr/section.1.2.def";
template section_1 "bufr/section.1.2.def";
flagbit localSectionPresent(section1Flags,7) = 1;
alias section2Present=localSectionPresent;
alias localUsePresent=localSectionPresent;
if(localSectionPresent){
template section_2 "bufr/section.2.def";
template section_2 "bufr/section.2.def";
}
else {
transient section2Length = 0;
transient section2Length = 0;
}
template section_3 "bufr/section.3.def";

View File

@ -1,9 +1,9 @@
# (C) Copyright 2005- ECMWF.
ascii[4] identifier = "BUFR" : read_only,hidden;
ascii[4] identifier = "BUFR" : read_only,hidden;
alias identifier=identifier;
section_length[3] totalLength ;
section_length[3] totalLength ;
unsigned[1] edition = 3 : dump;
alias editionNumber=edition;
@ -15,10 +15,10 @@ alias section2Present=localSectionPresent;
alias localUsePresent=localSectionPresent;
if(localSectionPresent){
template section_2 "bufr/section.2.def";
template section_2 "bufr/section.2.def";
}
else {
transient section2Length = 0;
transient section2Length = 0;
}
template section_3 "bufr/section.3.def";

View File

@ -1,23 +1,23 @@
# (C) Copyright 2005- ECMWF.
ascii[4] identifier = "BUFR" : read_only,hidden;
ascii[4] identifier = "BUFR" : read_only,hidden;
alias identifier=identifier;
section_length[3] totalLength ;
section_length[3] totalLength ;
unsigned[1] edition = 4 : dump;
alias editionNumber=edition;
template section_1 "bufr/section.1.4.def";
template section_1 "bufr/section.1.4.def";
flagbit localSectionPresent(section1Flags,7) = 1;
alias section2Present=localSectionPresent;
alias localUsePresent=localSectionPresent;
if(localSectionPresent){
template section_2 "bufr/section.2.def";
template section_2 "bufr/section.2.def";
} else {
transient section2Length = 0;
transient section2Length = 0;
}
template section_3 "bufr/section.3.def";

View File

@ -4,7 +4,7 @@
## created: 6 Oct 2011
## modified: 13 May 2013
##
# CODE TABLE 3 Fixed levels or layers for wich the data are included
# CODE TABLE 3 Fixed levels or layers for which the data are included
0 0 Reserved
1 surf Surface (of the Earth, which includes sea surface)
2 bcld Cloud base level

View File

@ -5,10 +5,8 @@ position offsetSection3;
transient section3Length=1;
meta section3Pointer section_pointer(offsetSection3,section3Length,3);
# Number of unused bits at end of Section 3
transient numberOfUnusedBitsAtEndOfSection3 = 0 : read_only;
# Table reference:
transient tableReference = 0;
#position offsetBeforeBitmap;
@ -18,6 +16,5 @@ meta bitmap gds_not_present_bitmap( missingValue,numberOfValues,
Ni,numberOfUnusedBitsAtEndOfSection3) : read_only;
#position offsetAfterBitmap;
#padtoeven padding_sec3_1(offsetSection3,section3Length);
#section_padding section3Padding;

View File

@ -12,7 +12,7 @@ alias numberOfPointsAlongXAxis=Ni;
signed[2] Nj : dump;
alias numberOfPointsAlongAMeridian=Nj;
alias Nx=Nj;
alias Ny=Nj;
alias geography.Nj=Nj;
alias numberOfPointsAlongYAxis=Nj;

View File

@ -1,15 +1,15 @@
# GRID DEFINITION Polar stereographic
# grib 1 -> 2
constant gridDefinitionTemplateNumber = 20;
constant gridDefinitionTemplateNumber = 20;
unsigned[2] Nx : dump;
alias Ni = Nx;
alias numberOfPointsAlongXAxis = Nx;
alias numberOfPointsAlongXAxis = Nx;
alias geography.Nx=Nx;
unsigned[2] Ny : dump;
alias Nj = Ny;
alias numberOfPointsAlongYAxis = Ny;
alias numberOfPointsAlongYAxis = Ny;
alias geography.Ny=Ny;
signed[3] latitudeOfFirstGridPoint : edition_specific ;
@ -22,19 +22,19 @@ alias Lo1 = longitudeOfFirstGridPoint;
include "grib1/resolution_flags.def";
# LoV - orientation of the grid; i.e. the longitude value of the meridian which is parallel to the Y-axis
# LoV - orientation of the grid; i.e. the longitude value of the meridian which is parallel to the Y-axis
signed[3] orientationOfTheGrid : edition_specific, no_copy ;
meta geography.orientationOfTheGridInDegrees scale(orientationOfTheGrid,oneConstant,grib1divider,truncateDegrees) : dump;
alias LoV = orientationOfTheGrid ;
# Dx - X-direction grid length
# Dx - X-direction grid length
unsigned[3] DxInMetres : dump;
alias xDirectionGridLengthInMetres=DxInMetres;
alias Dx=DxInMetres;
alias geography.DxInMetres=DxInMetres;
alias Di = DxInMetres;
# Dy - Y-direction grid length
# Dy - Y-direction grid length
unsigned[3] DyInMetres : dump;
alias yDirectionGridLengthInMetres=DyInMetres;
alias Dy = DyInMetres;
@ -45,7 +45,7 @@ constant latitudeWhereDxAndDyAreSpecifiedInDegrees=60;
constant LaDInDegrees=60;
alias geography.LaDInDegrees=LaDInDegrees;
# Projection centre flag
# Projection centre flag
unsigned[1] projectionCentreFlag : dump ;
alias projectionCenterFlag=projectionCentreFlag;
# Note our flagbit numbers go from 7 to 0, while WMO convention is from 1 to 8
@ -53,7 +53,6 @@ alias projectionCenterFlag=projectionCentreFlag;
# If bit 1 is 1, then the South Pole is on the projection plane
flagbit southPoleOnProjectionPlane(projectionCentreFlag,7) : dump; # WMO bit 1
# for change_scanning_direction
alias yFirst=latitudeOfFirstGridPointInDegrees;
alias xFirst=longitudeOfFirstGridPointInDegrees;

View File

@ -10,12 +10,12 @@ alias Ny=Nj;
# Resolution and component flags
include "grib1/grid_first_last_resandcomp.def";
# Di - i direction increment
# Di - i direction increment
unsigned[2] iDirectionIncrement : can_be_missing,dump,edition_specific;
meta geography.iDirectionIncrementInDegrees scale(iDirectionIncrement,oneConstant,grib1divider,truncateDegrees) : can_be_missing,dump;
alias Di = iDirectionIncrement;
# N - number of parallels between a pole and the equator
# N - number of parallels between a pole and the equator
unsigned[2] N : dump ;
alias numberOfParallelsBetweenAPoleAndTheEquator=N;
alias geography.N=N;

View File

@ -8,7 +8,7 @@ alias Nj = Ny;
alias numberOfPointsAlongYAxis = Ny;
alias geography.Ny=Ny;
# La1 - latitude of first grid point
# La1 - latitude of first grid point
signed[3] latitudeOfFirstGridPoint : edition_specific;
meta geography.latitudeOfFirstGridPointInDegrees
scale(latitudeOfFirstGridPoint,oneConstant,grib1divider,truncateDegrees) : dump;
@ -17,7 +17,7 @@ alias La1InDegrees=latitudeOfFirstGridPointInDegrees;
#meta latitudeOfFirstGridPointInMicrodegrees times(latitudeOfFirstGridPoint,thousand);
# Lo1 - longitude of first grid point
# Lo1 - longitude of first grid point
signed[3] longitudeOfFirstGridPoint : edition_specific;
meta geography.longitudeOfFirstGridPointInDegrees
scale(longitudeOfFirstGridPoint,oneConstant,grib1divider,truncateDegrees) : dump;
@ -25,24 +25,24 @@ alias Lo1 = longitudeOfFirstGridPoint;
alias Lo1InDegrees = longitudeOfFirstGridPointInDegrees;
#meta longitudeOfFirstGridPointInMicrodegrees times(longitudeOfFirstGridPoint,thousand);
# Resolution and component flags
# Resolution and component flags
include "grib1/resolution_flags.def";
# LoV - orientation of the grid; i.e. the east longitude value of the meridian which is parallel to the Y-axis
# LoV - orientation of the grid; i.e. the east longitude value of the meridian which is parallel to the Y-axis
signed[3] LoV : edition_specific ;
meta geography.LoVInDegrees
scale(LoV,oneConstant,grib1divider,truncateDegrees) : dump;
alias orientationOfTheGrid = LoV;
alias orientationOfTheGridInDegrees = LoVInDegrees;
# Dx - X-direction grid length (in units of metres)
# Dx - X-direction grid length (in units of metres)
unsigned[3] DxInMetres : dump;
alias xDirectionGridLength=DxInMetres;
alias geography.DxInMetres=DxInMetres ;
alias Dx = DxInMetres;
alias Di = DxInMetres;
# Dy - Y-direction grid length (in units of metres)
# Dy - Y-direction grid length (in units of metres)
unsigned[3] DyInMetres : dump;
alias yDirectionGridLength=DyInMetres;
alias geography.DyInMetres=DyInMetres;
@ -59,7 +59,7 @@ alias xFirst=longitudeOfFirstGridPointInDegrees;
include "grib1/scanning_mode.def";
# Latin 1 - first latitude from the pole at which the secant cone cuts the sphere
# Latin 1 - first latitude from the pole at which the secant cone cuts the sphere
signed[3] Latin1 : edition_specific, no_copy;
meta geography.Latin1InDegrees scale(Latin1,oneConstant,grib1divider,truncateDegrees) : dump;
alias firstLatitude=Latin1;
@ -69,7 +69,7 @@ alias firstLatitudeInDegrees=Latin1InDegrees;
constant LaDInDegrees = Latin1InDegrees : dump;
alias geography.LaDInDegrees=LaDInDegrees;
# Latin 2 - second latitude from the pole at which the secant cone cuts the sphere
# Latin 2 - second latitude from the pole at which the secant cone cuts the sphere
signed[3] Latin2 :edition_specific,no_copy;
alias secondLatitude=Latin2;
meta geography.Latin2InDegrees scale(Latin2,oneConstant,grib1divider,truncateDegrees) : dump;

View File

@ -1,9 +1,11 @@
unsigned[2] Ni : can_be_missing,dump;
unsigned[2] Ni : can_be_missing,dump;
alias numberOfPointsAlongAParallel=Ni;
alias numberOfPointsAlongXAxis=Ni;
alias Nx = Ni;
unsigned[2] Nj : can_be_missing,dump;
alias numberOfPointsAlongAMeridian=Nj;
alias numberOfPointsAlongYAxis= Nj;
alias Ny = Nj;
# Latitudes and Longitudes of the first and the last points

View File

@ -1,17 +1,17 @@
# GRID DEFINITION spherical harmonic coefficients (including rotated, stretched, or stretched and rotated)
constant isGridded = zero;
# J - pentagonal resolution parameter
# J - pentagonal resolution parameter
unsigned[2] J : dump ;
alias pentagonalResolutionParameterJ= J;
alias geography.J=J;
# K - pentagonal resolution parameter
# K - pentagonal resolution parameter
unsigned[2] K : dump;
alias pentagonalResolutionParameterK=K;
alias geography.K=K;
# M - pentagonal resolution parameter
# M - pentagonal resolution parameter
unsigned[2] M : dump ;
alias pentagonalResolutionParameterM=M;
alias geography.M=M;
@ -22,14 +22,13 @@ alias numberOfPoints=numberOfValues;
alias numberOfDataPoints=numberOfValues;
#alias ls.valuesCount=numberOfValues;
# Representation type
# Representation type
codetable[1] representationType 'grib1/9.table' = 1 : no_copy;
# Representation mode
# Representation mode
codetable[1] representationMode 'grib1/10.table' = 2 : no_copy;
# Set to zero
# (reserved)
# Set to zero (reserved)
pad padding_grid50_1(18);
# For now, to make section2 happy

View File

@ -294,7 +294,7 @@
table2Version = 128 ;
indicatorOfParameter = 48 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'fg10' = {
table2Version = 128 ;
indicatorOfParameter = 49 ;
@ -659,7 +659,7 @@
table2Version = 128 ;
indicatorOfParameter = 122 ;
}
#10 metre wind gust in the last 6 hours
#Maximum 10 metre wind gust in the last 6 hours
'p10fg6' = {
table2Version = 128 ;
indicatorOfParameter = 123 ;
@ -1169,7 +1169,7 @@
table2Version = 128 ;
indicatorOfParameter = 159 ;
}
#Standard deviation of orography
#Standard deviation of sub-gridscale orography
'sdor' = {
table2Version = 128 ;
indicatorOfParameter = 160 ;
@ -9879,7 +9879,7 @@
table2Version = 228 ;
indicatorOfParameter = 20 ;
}
#Total sky direct solar radiation at surface
#Total sky direct short-wave (solar) radiation at surface
'fdir' = {
table2Version = 228 ;
indicatorOfParameter = 21 ;
@ -9914,7 +9914,7 @@
table2Version = 228 ;
indicatorOfParameter = 27 ;
}
#10 metre wind gust in the last 3 hours
#Maximum 10 metre wind gust in the last 3 hours
'fg310' = {
table2Version = 228 ;
indicatorOfParameter = 28 ;
@ -10089,12 +10089,12 @@
table2Version = 228 ;
indicatorOfParameter = 94 ;
}
#Surface solar radiation downward clear-sky
#Surface short-wave (solar) radiation downward clear-sky
'ssrdc' = {
table2Version = 228 ;
indicatorOfParameter = 129 ;
}
#Surface thermal radiation downward clear-sky
#Surface long-wave (thermal) radiation downward clear-sky
'strdc' = {
table2Version = 228 ;
indicatorOfParameter = 130 ;
@ -16314,7 +16314,7 @@
table2Version = 210 ;
indicatorOfParameter = 54 ;
}
#Carbon Dioxide
#Carbon dioxide mass mixing ratio
'co2' = {
table2Version = 210 ;
indicatorOfParameter = 61 ;

View File

@ -294,8 +294,8 @@
table2Version = 128 ;
indicatorOfParameter = 48 ;
}
#10 metre wind gust since previous post-processing
'10 metre wind gust since previous post-processing' = {
#Maximum 10 metre wind gust since previous post-processing
'Maximum 10 metre wind gust since previous post-processing' = {
table2Version = 128 ;
indicatorOfParameter = 49 ;
}
@ -659,8 +659,8 @@
table2Version = 128 ;
indicatorOfParameter = 122 ;
}
#10 metre wind gust in the last 6 hours
'10 metre wind gust in the last 6 hours' = {
#Maximum 10 metre wind gust in the last 6 hours
'Maximum 10 metre wind gust in the last 6 hours' = {
table2Version = 128 ;
indicatorOfParameter = 123 ;
}
@ -1169,8 +1169,8 @@
table2Version = 128 ;
indicatorOfParameter = 159 ;
}
#Standard deviation of orography
'Standard deviation of orography' = {
#Standard deviation of sub-gridscale orography
'Standard deviation of sub-gridscale orography' = {
table2Version = 128 ;
indicatorOfParameter = 160 ;
}
@ -9879,8 +9879,8 @@
table2Version = 228 ;
indicatorOfParameter = 20 ;
}
#Total sky direct solar radiation at surface
'Total sky direct solar radiation at surface' = {
#Total sky direct short-wave (solar) radiation at surface
'Total sky direct short-wave (solar) radiation at surface' = {
table2Version = 228 ;
indicatorOfParameter = 21 ;
}
@ -9914,8 +9914,8 @@
table2Version = 228 ;
indicatorOfParameter = 27 ;
}
#10 metre wind gust in the last 3 hours
'10 metre wind gust in the last 3 hours' = {
#Maximum 10 metre wind gust in the last 3 hours
'Maximum 10 metre wind gust in the last 3 hours' = {
table2Version = 228 ;
indicatorOfParameter = 28 ;
}
@ -10089,13 +10089,13 @@
table2Version = 228 ;
indicatorOfParameter = 94 ;
}
#Surface solar radiation downward clear-sky
'Surface solar radiation downward clear-sky' = {
#Surface short-wave (solar) radiation downward clear-sky
'Surface short-wave (solar) radiation downward clear-sky' = {
table2Version = 228 ;
indicatorOfParameter = 129 ;
}
#Surface thermal radiation downward clear-sky
'Surface thermal radiation downward clear-sky' = {
#Surface long-wave (thermal) radiation downward clear-sky
'Surface long-wave (thermal) radiation downward clear-sky' = {
table2Version = 228 ;
indicatorOfParameter = 130 ;
}
@ -16314,8 +16314,8 @@
table2Version = 210 ;
indicatorOfParameter = 54 ;
}
#Carbon Dioxide
'Carbon Dioxide' = {
#Carbon dioxide mass mixing ratio
'Carbon dioxide mass mixing ratio' = {
table2Version = 210 ;
indicatorOfParameter = 61 ;
}

View File

@ -294,7 +294,7 @@
table2Version = 128 ;
indicatorOfParameter = 48 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'49' = {
table2Version = 128 ;
indicatorOfParameter = 49 ;
@ -659,7 +659,7 @@
table2Version = 128 ;
indicatorOfParameter = 122 ;
}
#10 metre wind gust in the last 6 hours
#Maximum 10 metre wind gust in the last 6 hours
'123' = {
table2Version = 128 ;
indicatorOfParameter = 123 ;
@ -1169,7 +1169,7 @@
table2Version = 128 ;
indicatorOfParameter = 159 ;
}
#Standard deviation of orography
#Standard deviation of sub-gridscale orography
'160' = {
table2Version = 128 ;
indicatorOfParameter = 160 ;
@ -9879,7 +9879,7 @@
table2Version = 228 ;
indicatorOfParameter = 20 ;
}
#Total sky direct solar radiation at surface
#Total sky direct short-wave (solar) radiation at surface
'228021' = {
table2Version = 228 ;
indicatorOfParameter = 21 ;
@ -9914,7 +9914,7 @@
table2Version = 228 ;
indicatorOfParameter = 27 ;
}
#10 metre wind gust in the last 3 hours
#Maximum 10 metre wind gust in the last 3 hours
'228028' = {
table2Version = 228 ;
indicatorOfParameter = 28 ;
@ -10089,12 +10089,12 @@
table2Version = 228 ;
indicatorOfParameter = 94 ;
}
#Surface solar radiation downward clear-sky
#Surface short-wave (solar) radiation downward clear-sky
'228129' = {
table2Version = 228 ;
indicatorOfParameter = 129 ;
}
#Surface thermal radiation downward clear-sky
#Surface long-wave (thermal) radiation downward clear-sky
'228130' = {
table2Version = 228 ;
indicatorOfParameter = 130 ;
@ -16314,7 +16314,7 @@
table2Version = 210 ;
indicatorOfParameter = 54 ;
}
#Carbon Dioxide
#Carbon dioxide mass mixing ratio
'210061' = {
table2Version = 210 ;
indicatorOfParameter = 61 ;

View File

@ -294,7 +294,7 @@
table2Version = 128 ;
indicatorOfParameter = 48 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'10fg' = {
table2Version = 128 ;
indicatorOfParameter = 49 ;
@ -659,7 +659,7 @@
table2Version = 128 ;
indicatorOfParameter = 122 ;
}
#10 metre wind gust in the last 6 hours
#Maximum 10 metre wind gust in the last 6 hours
'10fg6' = {
table2Version = 128 ;
indicatorOfParameter = 123 ;
@ -1169,7 +1169,7 @@
table2Version = 128 ;
indicatorOfParameter = 159 ;
}
#Standard deviation of orography
#Standard deviation of sub-gridscale orography
'sdor' = {
table2Version = 128 ;
indicatorOfParameter = 160 ;
@ -9879,7 +9879,7 @@
table2Version = 228 ;
indicatorOfParameter = 20 ;
}
#Total sky direct solar radiation at surface
#Total sky direct short-wave (solar) radiation at surface
'fdir' = {
table2Version = 228 ;
indicatorOfParameter = 21 ;
@ -9914,7 +9914,7 @@
table2Version = 228 ;
indicatorOfParameter = 27 ;
}
#10 metre wind gust in the last 3 hours
#Maximum 10 metre wind gust in the last 3 hours
'10fg3' = {
table2Version = 228 ;
indicatorOfParameter = 28 ;
@ -10089,12 +10089,12 @@
table2Version = 228 ;
indicatorOfParameter = 94 ;
}
#Surface solar radiation downward clear-sky
#Surface short-wave (solar) radiation downward clear-sky
'ssrdc' = {
table2Version = 228 ;
indicatorOfParameter = 129 ;
}
#Surface thermal radiation downward clear-sky
#Surface long-wave (thermal) radiation downward clear-sky
'strdc' = {
table2Version = 228 ;
indicatorOfParameter = 130 ;
@ -16314,7 +16314,7 @@
table2Version = 210 ;
indicatorOfParameter = 54 ;
}
#Carbon Dioxide
#Carbon dioxide mass mixing ratio
'co2' = {
table2Version = 210 ;
indicatorOfParameter = 61 ;

View File

@ -294,7 +294,7 @@
table2Version = 128 ;
indicatorOfParameter = 48 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'm s**-1' = {
table2Version = 128 ;
indicatorOfParameter = 49 ;
@ -659,7 +659,7 @@
table2Version = 128 ;
indicatorOfParameter = 122 ;
}
#10 metre wind gust in the last 6 hours
#Maximum 10 metre wind gust in the last 6 hours
'm s**-1' = {
table2Version = 128 ;
indicatorOfParameter = 123 ;
@ -1169,7 +1169,7 @@
table2Version = 128 ;
indicatorOfParameter = 159 ;
}
#Standard deviation of orography
#Standard deviation of sub-gridscale orography
'm' = {
table2Version = 128 ;
indicatorOfParameter = 160 ;
@ -9879,7 +9879,7 @@
table2Version = 228 ;
indicatorOfParameter = 20 ;
}
#Total sky direct solar radiation at surface
#Total sky direct short-wave (solar) radiation at surface
'J m**-2' = {
table2Version = 228 ;
indicatorOfParameter = 21 ;
@ -9914,7 +9914,7 @@
table2Version = 228 ;
indicatorOfParameter = 27 ;
}
#10 metre wind gust in the last 3 hours
#Maximum 10 metre wind gust in the last 3 hours
'm s**-1' = {
table2Version = 228 ;
indicatorOfParameter = 28 ;
@ -10089,12 +10089,12 @@
table2Version = 228 ;
indicatorOfParameter = 94 ;
}
#Surface solar radiation downward clear-sky
#Surface short-wave (solar) radiation downward clear-sky
'J m**-2' = {
table2Version = 228 ;
indicatorOfParameter = 129 ;
}
#Surface thermal radiation downward clear-sky
#Surface long-wave (thermal) radiation downward clear-sky
'J m**-2' = {
table2Version = 228 ;
indicatorOfParameter = 130 ;
@ -16314,7 +16314,7 @@
table2Version = 210 ;
indicatorOfParameter = 54 ;
}
#Carbon Dioxide
#Carbon dioxide mass mixing ratio
'kg kg**-1' = {
table2Version = 210 ;
indicatorOfParameter = 61 ;

View File

@ -1,4 +1,4 @@
# Automatically generated by get_definitionsALL.sql from database PRJ_TDCFDOKU.GRIB_PARAMETER@MIRAKEL.DWD.DE, do not edit! 2020-11-05 10:29
# Automatically generated by get_definitionsALL.sql from database PRJ_TDCFDOKU.GRIB_PARAMETER@MIRAKEL.DWD.DE, do not edit! 2023-07-18 16:26
#paramId: 500000
#Pressure (S) (not reduced)
'Pressure (S) (not reduced)' = {
@ -5441,6 +5441,104 @@
indicatorOfParameter = 128 ;
}
#paramId: 500779
#DUMMY_129
'DUMMY_129' = {
table2Version = 254 ;
indicatorOfParameter = 129 ;
}
#paramId: 500780
#DUMMY_130
'DUMMY_130' = {
table2Version = 254 ;
indicatorOfParameter = 130 ;
}
#paramId: 500781
#DUMMY_131
'DUMMY_131' = {
table2Version = 254 ;
indicatorOfParameter = 131 ;
}
#paramId: 500782
#DUMMY_132
'DUMMY_132' = {
table2Version = 254 ;
indicatorOfParameter = 132 ;
}
#paramId: 500783
#DUMMY_133
'DUMMY_133' = {
table2Version = 254 ;
indicatorOfParameter = 133 ;
}
#paramId: 500784
#DUMMY_134
'DUMMY_134' = {
table2Version = 254 ;
indicatorOfParameter = 134 ;
}
#paramId: 500785
#DUMMY_135
'DUMMY_135' = {
table2Version = 254 ;
indicatorOfParameter = 135 ;
}
#paramId: 500786
#DUMMY_136
'DUMMY_136' = {
table2Version = 254 ;
indicatorOfParameter = 136 ;
}
#paramId: 500787
#DUMMY_137
'DUMMY_137' = {
table2Version = 254 ;
indicatorOfParameter = 137 ;
}
#paramId: 500788
#DUMMY_138
'DUMMY_138' = {
table2Version = 254 ;
indicatorOfParameter = 138 ;
}
#paramId: 500789
#DUMMY_139
'DUMMY_139' = {
table2Version = 254 ;
indicatorOfParameter = 139 ;
}
#paramId: 500790
#DUMMY_140
'DUMMY_140' = {
table2Version = 254 ;
indicatorOfParameter = 140 ;
}
#paramId: 500791
#DUMMY_141
'DUMMY_141' = {
table2Version = 254 ;
indicatorOfParameter = 141 ;
}
#paramId: 500792
#DUMMY_142
'DUMMY_142' = {
table2Version = 254 ;
indicatorOfParameter = 142 ;
}
#paramId: 500793
#DUMMY_143
'DUMMY_143' = {
@ -7342,13 +7440,6 @@
indicatorOfParameter = 18 ;
}
#paramId: 502505
#Visibility
'Visibility' = {
table2Version = 2 ;
indicatorOfParameter = 20 ;
}
#paramId: 502506
#Radar spectra (2)
'Radar spectra (2)' = {
@ -8657,6 +8748,13 @@
indicatorOfParameter = 71 ;
}
#paramId: 502946
#Visibility
'Visibility' = {
table2Version = 2 ;
indicatorOfParameter = 20 ;
}
#paramId: 503049
#Eddy dissipitation rate of TKE
'Eddy dissipitation rate of TKE' = {

View File

@ -1,4 +1,4 @@
# Automatically generated by get_definitionsALL.sql from database PRJ_TDCFDOKU.GRIB_PARAMETER@MIRAKEL.DWD.DE,do not edit! 2020-11-05 10:29
# Automatically generated by get_definitionsALL.sql from database PRJ_TDCFDOKU.GRIB_PARAMETER@MIRAKEL.DWD.DE,do not edit! 2023-07-18 16:26
#paramId: 500000
#Pressure (S) (not reduced)
'500000' = {
@ -2073,13 +2073,6 @@
indicatorOfParameter = 18 ;
}
#paramId: 502505
#Visibility
'502505' = {
table2Version = 2 ;
indicatorOfParameter = 20 ;
}
#paramId: 502506
#Radar spectra (2)
'502506' = {
@ -3381,6 +3374,13 @@
indicatorOfParameter = 35 ;
}
#paramId: 502946
#Visibility
'502946' = {
table2Version = 2 ;
indicatorOfParameter = 20 ;
}
#paramId: 503063
#Momentum Flux, U-Component (m)
'503063' = {
@ -7922,6 +7922,104 @@
indicatorOfParameter = 128 ;
}
#paramId: 500779
#DUMMY_129
'500779' = {
table2Version = 254 ;
indicatorOfParameter = 129 ;
}
#paramId: 500780
#DUMMY_130
'500780' = {
table2Version = 254 ;
indicatorOfParameter = 130 ;
}
#paramId: 500781
#DUMMY_131
'500781' = {
table2Version = 254 ;
indicatorOfParameter = 131 ;
}
#paramId: 500782
#DUMMY_132
'500782' = {
table2Version = 254 ;
indicatorOfParameter = 132 ;
}
#paramId: 500783
#DUMMY_133
'500783' = {
table2Version = 254 ;
indicatorOfParameter = 133 ;
}
#paramId: 500784
#DUMMY_134
'500784' = {
table2Version = 254 ;
indicatorOfParameter = 134 ;
}
#paramId: 500785
#DUMMY_135
'500785' = {
table2Version = 254 ;
indicatorOfParameter = 135 ;
}
#paramId: 500786
#DUMMY_136
'500786' = {
table2Version = 254 ;
indicatorOfParameter = 136 ;
}
#paramId: 500787
#DUMMY_137
'500787' = {
table2Version = 254 ;
indicatorOfParameter = 137 ;
}
#paramId: 500788
#DUMMY_138
'500788' = {
table2Version = 254 ;
indicatorOfParameter = 138 ;
}
#paramId: 500789
#DUMMY_139
'500789' = {
table2Version = 254 ;
indicatorOfParameter = 139 ;
}
#paramId: 500790
#DUMMY_140
'500790' = {
table2Version = 254 ;
indicatorOfParameter = 140 ;
}
#paramId: 500791
#DUMMY_141
'500791' = {
table2Version = 254 ;
indicatorOfParameter = 141 ;
}
#paramId: 500792
#DUMMY_142
'500792' = {
table2Version = 254 ;
indicatorOfParameter = 142 ;
}
#paramId: 500793
#DUMMY_143
'500793' = {

View File

@ -1,4 +1,4 @@
# Automatically generated by get_definitionsALL.sql from database PRJ_TDCFDOKU.GRIB_PARAMETER@MIRAKEL.DWD.DE, do not edit! 2020-11-05 10:29
# Automatically generated by get_definitionsALL.sql from database PRJ_TDCFDOKU.GRIB_PARAMETER@MIRAKEL.DWD.DE, do not edit! 2023-07-18 16:26
#paramId: 500000
#Pressure (S) (not reduced)
'PS' = {
@ -5441,6 +5441,104 @@
indicatorOfParameter = 128 ;
}
#paramId: 500779
#DUMMY_129
'DUMMY_129' = {
table2Version = 254 ;
indicatorOfParameter = 129 ;
}
#paramId: 500780
#DUMMY_130
'DUMMY_130' = {
table2Version = 254 ;
indicatorOfParameter = 130 ;
}
#paramId: 500781
#DUMMY_131
'DUMMY_131' = {
table2Version = 254 ;
indicatorOfParameter = 131 ;
}
#paramId: 500782
#DUMMY_132
'DUMMY_132' = {
table2Version = 254 ;
indicatorOfParameter = 132 ;
}
#paramId: 500783
#DUMMY_133
'DUMMY_133' = {
table2Version = 254 ;
indicatorOfParameter = 133 ;
}
#paramId: 500784
#DUMMY_134
'DUMMY_134' = {
table2Version = 254 ;
indicatorOfParameter = 134 ;
}
#paramId: 500785
#DUMMY_135
'DUMMY_135' = {
table2Version = 254 ;
indicatorOfParameter = 135 ;
}
#paramId: 500786
#DUMMY_136
'DUMMY_136' = {
table2Version = 254 ;
indicatorOfParameter = 136 ;
}
#paramId: 500787
#DUMMY_137
'DUMMY_137' = {
table2Version = 254 ;
indicatorOfParameter = 137 ;
}
#paramId: 500788
#DUMMY_138
'DUMMY_138' = {
table2Version = 254 ;
indicatorOfParameter = 138 ;
}
#paramId: 500789
#DUMMY_139
'DUMMY_139' = {
table2Version = 254 ;
indicatorOfParameter = 139 ;
}
#paramId: 500790
#DUMMY_140
'DUMMY_140' = {
table2Version = 254 ;
indicatorOfParameter = 140 ;
}
#paramId: 500791
#DUMMY_141
'DUMMY_141' = {
table2Version = 254 ;
indicatorOfParameter = 141 ;
}
#paramId: 500792
#DUMMY_142
'DUMMY_142' = {
table2Version = 254 ;
indicatorOfParameter = 142 ;
}
#paramId: 500793
#DUMMY_143
'DUMMY_143' = {
@ -7342,13 +7440,6 @@
indicatorOfParameter = 18 ;
}
#paramId: 502505
#Visibility
'VIS' = {
table2Version = 2 ;
indicatorOfParameter = 20 ;
}
#paramId: 502506
#Radar spectra (2)
'RDSP2' = {
@ -8657,6 +8748,13 @@
indicatorOfParameter = 71 ;
}
#paramId: 502946
#Visibility
'VIS' = {
table2Version = 2 ;
indicatorOfParameter = 20 ;
}
#paramId: 503049
#Eddy dissipitation rate of TKE
'EDR' = {

View File

@ -1,4 +1,4 @@
# Automatically generated by get_definitionsALL.sql from database PRJ_TDCFDOKU.GRIB_PARAMETER@MIRAKEL.DWD.DE, do not edit! 2020-11-05 10:29
# Automatically generated by get_definitionsALL.sql from database PRJ_TDCFDOKU.GRIB_PARAMETER@MIRAKEL.DWD.DE, do not edit! 2023-07-18 16:26
#paramId: 500000
#Pressure (S) (not reduced)
'Pa' = {
@ -5441,6 +5441,104 @@
indicatorOfParameter = 128 ;
}
#paramId: 500779
#DUMMY_129
'' = {
table2Version = 254 ;
indicatorOfParameter = 129 ;
}
#paramId: 500780
#DUMMY_130
'' = {
table2Version = 254 ;
indicatorOfParameter = 130 ;
}
#paramId: 500781
#DUMMY_131
'' = {
table2Version = 254 ;
indicatorOfParameter = 131 ;
}
#paramId: 500782
#DUMMY_132
'' = {
table2Version = 254 ;
indicatorOfParameter = 132 ;
}
#paramId: 500783
#DUMMY_133
'' = {
table2Version = 254 ;
indicatorOfParameter = 133 ;
}
#paramId: 500784
#DUMMY_134
'' = {
table2Version = 254 ;
indicatorOfParameter = 134 ;
}
#paramId: 500785
#DUMMY_135
'' = {
table2Version = 254 ;
indicatorOfParameter = 135 ;
}
#paramId: 500786
#DUMMY_136
'' = {
table2Version = 254 ;
indicatorOfParameter = 136 ;
}
#paramId: 500787
#DUMMY_137
'' = {
table2Version = 254 ;
indicatorOfParameter = 137 ;
}
#paramId: 500788
#DUMMY_138
'' = {
table2Version = 254 ;
indicatorOfParameter = 138 ;
}
#paramId: 500789
#DUMMY_139
'' = {
table2Version = 254 ;
indicatorOfParameter = 139 ;
}
#paramId: 500790
#DUMMY_140
'' = {
table2Version = 254 ;
indicatorOfParameter = 140 ;
}
#paramId: 500791
#DUMMY_141
'' = {
table2Version = 254 ;
indicatorOfParameter = 141 ;
}
#paramId: 500792
#DUMMY_142
'' = {
table2Version = 254 ;
indicatorOfParameter = 142 ;
}
#paramId: 500793
#DUMMY_143
'' = {
@ -7342,13 +7440,6 @@
indicatorOfParameter = 18 ;
}
#paramId: 502505
#Visibility
'm' = {
table2Version = 2 ;
indicatorOfParameter = 20 ;
}
#paramId: 502506
#Radar spectra (2)
'Numeric' = {
@ -8657,6 +8748,13 @@
indicatorOfParameter = 71 ;
}
#paramId: 502946
#Visibility
'm' = {
table2Version = 2 ;
indicatorOfParameter = 20 ;
}
#paramId: 503049
#Eddy dissipitation rate of TKE
'm2 s-3' = {

View File

@ -1,4 +1,4 @@
# Resolution and component flags
# Resolution and component flags
flags[1] resolutionAndComponentFlags 'grib1/7.table' : edition_specific,no_copy ;
# Note our flagbit numbers run from 7 to 0, while WMO convention uses 1 to 8
@ -21,7 +21,6 @@ if (earthIsOblate) {
alias earthMinorAxisInMetres=earthMinorAxis;
}
flagbit resolutionAndComponentFlags3(resolutionAndComponentFlags,5) = 0: read_only;
flagbit resolutionAndComponentFlags4(resolutionAndComponentFlags,4) = 0: read_only;

View File

@ -1,6 +1,6 @@
constant isGridded = one;
# Scanning mode
# Scanning mode
flags[1] scanningMode 'grib1/8.table' : edition_specific,no_copy;
# Not flagbit numbers 7 to 0, while wmo is 1 to 8

View File

@ -23,15 +23,14 @@ section_length[3] section1Length;
meta section1Pointer section_pointer(offsetSection1,section1Length,1);
constant wrongPadding=0;
# GRIB tables Version No.
# GRIB tables Version No.
# (currently 3 for international exchange)
unsigned[1] table2Version : edition_specific,dump;
unsigned[1] table2Version : edition_specific,dump;
alias gribTablesVersionNo=table2Version;
#assert(section1Length > 5);
# Identification of originating/generating centre
# Identification of originating/generating centre
codetable[1] centre 'common/c-1.table' : dump,string_type;
alias identificationOfOriginatingGeneratingCentre=centre;
meta centreDescription codetable_title(centre);
@ -40,8 +39,7 @@ alias parameter.centre=centre;
alias originatingCentre=centre;
alias ls.centre = centre;
# Generating process identification number
# (allocated by originating centre)
# Generating process identification number
unsigned[1] generatingProcessIdentifier : dump;
alias generatingProcessIdentificationNumber=generatingProcessIdentifier;
alias process=generatingProcessIdentifier;
@ -269,7 +267,6 @@ if(((section1Length > 40) or new() or setLocalDefinition> 0) and deleteLocalDefi
}
template_nofail marsKeywords "mars/grib.[stream:s].[type:s].def";
#template marsKeywords "mars/grib.[stream:s].[type:s].def";
}
else
@ -286,13 +283,12 @@ if(((section1Length > 40) or new() or setLocalDefinition> 0) and deleteLocalDefi
else
{
constant localUsePresent = 0 : edition_specific;
# template defaultMarsLabeling "mars/default_labeling.def";
}
section_padding section1Padding : read_only;
#if (!wrongPadding) {
# padtoeven evenpadding_sec1(offsetSection1,section1Length);
# padtoeven evenpadding_sec1(offsetSection1,section1Length);
#}
concept shortNameECMF (defaultShortName,"shortName.def",conceptsMasterDir,conceptsLocalDirECMF) : no_copy;

View File

@ -179,6 +179,7 @@ alias setDecimalPrecision=changeDecimalPrecision;
meta bitsPerValueAndRepack bits_per_value(values,bitsPerValue) : edition_specific;
alias setBitsPerValue=bitsPerValueAndRepack;
meta setPackingType packing_type(values,packingType) : edition_specific;
meta scaleValuesBy scale_values(values,missingValue) : edition_specific;
meta offsetValuesBy offset_values(values,missingValue) : edition_specific;

View File

@ -206,7 +206,7 @@
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'fg10' = {
discipline = 0 ;
parameterCategory = 2 ;
@ -326,6 +326,12 @@
parameterCategory = 3 ;
parameterNumber = 18 ;
}
#Standard deviation of sub-gridscale orography
'sdor' = {
discipline = 0 ;
parameterCategory = 3 ;
parameterNumber = 20 ;
}
#Anisotropy of sub-gridscale orography
'isor' = {
discipline = 0 ;
@ -2424,6 +2430,14 @@
scaledValueOfFirstFixedSurface = 26315 ;
scaleFactorOfFirstFixedSurface = 2 ;
}
#Total sky direct short-wave (solar) radiation at surface
'fdir' = {
discipline = 0 ;
parameterCategory = 4 ;
parameterNumber = 13 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Surface direct short-wave radiation, clear sky
'cdir' = {
discipline = 0 ;
@ -2432,6 +2446,13 @@
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Cloud base height
'cbh' = {
discipline = 0 ;
parameterCategory = 6 ;
parameterNumber = 11 ;
typeOfFirstFixedSurface = 2 ;
}
#0 degrees C isothermal level (atm)
'deg0l' = {
discipline = 0 ;
@ -2441,7 +2462,7 @@
scaledValueOfFirstFixedSurface = 27315 ;
scaleFactorOfFirstFixedSurface = 2 ;
}
#10 metre wind gust in the last 3 hours
#Maximum 10 metre wind gust in the last 3 hours
'fg310' = {
discipline = 0 ;
parameterCategory = 2 ;
@ -2523,6 +2544,14 @@
parameterCategory = 3 ;
parameterNumber = 23 ;
}
#Convective available potential energy shear
'capes' = {
discipline = 0 ;
parameterCategory = 7 ;
parameterNumber = 19 ;
typeOfFirstFixedSurface = 1 ;
typeOfSecondFixedSurface = 8 ;
}
#Tropopause pressure
'trpp' = {
discipline = 0 ;
@ -2746,6 +2775,22 @@
is_chemical_srcsink = 1 ;
sourceSinkChemicalPhysicalProcess = 10 ;
}
#Surface short-wave (solar) radiation downward clear-sky
'ssrdc' = {
discipline = 0 ;
parameterCategory = 4 ;
parameterNumber = 52 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Surface long-wave (thermal) radiation downward clear-sky
'strdc' = {
discipline = 0 ;
parameterCategory = 5 ;
parameterNumber = 8 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Convective precipitation
'cp' = {
discipline = 0 ;
@ -2984,7 +3029,7 @@
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Runoff water equivalent
#Runoff water equivalent (surface plus subsurface)
'rowe' = {
discipline = 2 ;
parameterCategory = 0 ;
@ -4086,6 +4131,14 @@
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Total column integrated ozone
'tcioz' = {
discipline = 0 ;
parameterCategory = 14 ;
parameterNumber = 2 ;
typeOfFirstFixedSurface = 1 ;
typeOfSecondFixedSurface = 8 ;
}
#2 metre relative humidity
'r2' = {
discipline = 0 ;
@ -4433,6 +4486,18 @@
parameterCategory = 1 ;
parameterNumber = 15 ;
}
#Cloudy reflectance
'cdrfl' = {
discipline = 3 ;
parameterCategory = 1 ;
parameterNumber = 31 ;
}
#Clear reflectance
'crrfl' = {
discipline = 3 ;
parameterCategory = 1 ;
parameterNumber = 32 ;
}
#Scaled radiance
'p260530' = {
discipline = 3 ;
@ -4910,8 +4975,8 @@
scaledValueOfSecondFixedSurface = missing() ;
scaleFactorOfSecondFixedSurface = missing() ;
}
#Sea ice temperature
'sitemp' = {
#Vertically averaged sea ice temperature
'vasit' = {
discipline = 10 ;
parameterCategory = 2 ;
parameterNumber = 8 ;
@ -5066,6 +5131,12 @@
scaledValueOfSecondFixedSurface = missing() ;
scaleFactorOfSecondFixedSurface = missing() ;
}
#Sea ice temperature
'sit' = {
discipline = 10 ;
parameterCategory = 2 ;
parameterNumber = 8 ;
}
#Sea surface practical salinity
'sos' = {
discipline = 10 ;
@ -5973,8 +6044,8 @@
scaleFactorOfSecondFixedSurface = missing() ;
typeOfStatisticalProcessing = 0 ;
}
#Time-mean sea ice temperature
'avg_sitemp' = {
#Time-mean vertically averaged sea ice temperature
'avg_vasit' = {
discipline = 10 ;
parameterCategory = 2 ;
parameterNumber = 8 ;
@ -6142,6 +6213,13 @@
scaleFactorOfSecondFixedSurface = missing() ;
typeOfStatisticalProcessing = 0 ;
}
#Time-mean sea ice temperature
'avg_sit' = {
discipline = 10 ;
parameterCategory = 2 ;
parameterNumber = 8 ;
typeOfStatisticalProcessing = 0 ;
}
#Time-mean sea surface practical salinity
'avg_sos' = {
discipline = 10 ;
@ -7543,12 +7621,54 @@
parameterCategory = 0 ;
parameterNumber = 20 ;
}
#10 metre wind speed
'wind' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 40 ;
typeOfFirstFixedSurface = 102 ;
scaledValueOfFirstFixedSurface = 10 ;
scaleFactorOfFirstFixedSurface = 0 ;
}
#Altimeter wave height
'awh' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 37 ;
}
#Altimeter corrected wave height
'acwh' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 38 ;
}
#Altimeter range relative correction
'arrc' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 39 ;
}
#10 metre wind direction
'dwi' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 41 ;
typeOfFirstFixedSurface = 102 ;
scaledValueOfFirstFixedSurface = 10 ;
scaleFactorOfFirstFixedSurface = 0 ;
}
#2D wave spectra (single)
'd2fd' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 86 ;
}
#Wave spectral kurtosis
'wsk' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 43 ;
}
#Benjamin-Feir index
'bfi' = {
discipline = 10 ;
@ -8985,12 +9105,6 @@
parameterCategory = 14 ;
parameterNumber = 0 ;
}
#Total column integrated ozone
'tcioz' = {
discipline = 0 ;
parameterCategory = 14 ;
parameterNumber = 2 ;
}
#Base spectrum width
'bswid' = {
discipline = 0 ;

View File

@ -1,98 +0,0 @@
0.0.table
1.0.table
1.1.table
1.2.table
1.3.table
1.4.table
3.0.table
3.1.table
3.10.table
3.11.table
3.15.table
3.2.table
3.20.table
3.21.table
3.3.table
3.4.table
3.5.table
3.6.table
3.7.table
3.8.table
3.9.table
4.0.table
4.1.0.table
4.1.1.table
4.1.10.table
4.1.2.table
4.1.3.table
4.1.table
4.10.table
4.11.table
4.12.table
4.13.table
4.14.table
4.2.0.0.table
4.2.0.1.table
4.2.0.13.table
4.2.0.14.table
4.2.0.15.table
4.2.0.18.table
4.2.0.19.table
4.2.0.190.table
4.2.0.191.table
4.2.0.2.table
4.2.0.3.table
4.2.0.4.table
4.2.0.5.table
4.2.0.6.table
4.2.0.7.table
4.2.1.0.table
4.2.1.1.table
4.2.10.0.table
4.2.10.1.table
4.2.10.2.table
4.2.10.3.table
4.2.10.4.table
4.2.2.0.table
4.2.2.3.table
4.2.3.0.table
4.2.3.1.table
4.2.table
4.201.table
4.202.table
4.203.table
4.204.table
4.205.table
4.206.table
4.207.table
4.208.table
4.209.table
4.210.table
4.211.table
4.212.table
4.213.table
4.215.table
4.216.table
4.217.table
4.220.table
4.221.table
4.3.table
4.4.table
4.5.table
4.6.table
4.7.table
4.8.table
4.9.table
5.0.table
5.1.table
5.2.table
5.3.table
5.4.table
5.40.table
5.40000.table
5.5.table
5.6.table
5.7.table
5.8.table
5.9.table
6.0.table

View File

@ -0,0 +1,9 @@
# Automatically generated by ./create_def.pl, do not edit
#Carbon dioxide mass mixing ratio
'mass_fraction_of_carbon_dioxide_in_air' = {
discipline = 0 ;
parameterCategory = 20 ;
parameterNumber = 2 ;
constituentType = 3 ;
is_chemical = 1 ;
}

View File

@ -0,0 +1,9 @@
# Automatically generated by ./create_def.pl, do not edit
#Carbon dioxide mass mixing ratio
'Carbon dioxide mass mixing ratio' = {
discipline = 0 ;
parameterCategory = 20 ;
parameterNumber = 2 ;
constituentType = 3 ;
is_chemical = 1 ;
}

View File

@ -0,0 +1,9 @@
# Automatically generated by ./create_def.pl, do not edit
#Carbon dioxide mass mixing ratio
'210061' = {
discipline = 0 ;
parameterCategory = 20 ;
parameterNumber = 2 ;
constituentType = 3 ;
is_chemical = 1 ;
}

View File

@ -0,0 +1,9 @@
# Automatically generated by ./create_def.pl, do not edit
#Carbon dioxide mass mixing ratio
'co2' = {
discipline = 0 ;
parameterCategory = 20 ;
parameterNumber = 2 ;
constituentType = 3 ;
is_chemical = 1 ;
}

View File

@ -0,0 +1,9 @@
# Automatically generated by ./create_def.pl, do not edit
#Carbon dioxide mass mixing ratio
'kg kg**-1' = {
discipline = 0 ;
parameterCategory = 20 ;
parameterNumber = 2 ;
constituentType = 3 ;
is_chemical = 1 ;
}

View File

@ -85,9 +85,12 @@
}
#Total column ozone
'atmosphere_mass_content_of_ozone' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 206 ;
localTablesVersion = 1 ;
discipline = 0 ;
parameterCategory = 14 ;
parameterNumber = 192 ;
typeOfFirstFixedSurface = 1 ;
typeOfSecondFixedSurface = 8 ;
}
#Hydrogen peroxide
'mass_fraction_of_hydrogen_peroxide_in_air' = {
@ -515,7 +518,7 @@
parameterCategory = 151 ;
parameterNumber = 154 ;
}
#Carbon Dioxide
#Carbon dioxide mass mixing ratio
'mass_fraction_of_carbon_dioxide_in_air' = {
discipline = 192 ;
parameterCategory = 210 ;

View File

@ -142,3 +142,9 @@
parameterCategory = 128 ;
parameterNumber = 174 ;
}
#Total column ozone
'atmosphere_mass_content_of_ozone' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 206 ;
}

View File

@ -542,7 +542,7 @@
parameterCategory = 128 ;
parameterNumber = 120 ;
}
#10 metre wind gust in the last 6 hours
#Maximum 10 metre wind gust in the last 6 hours
'p10fg6' = {
discipline = 192 ;
parameterCategory = 128 ;
@ -661,12 +661,6 @@
parameterCategory = 128 ;
parameterNumber = 158 ;
}
#Standard deviation of orography
'sdor' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 160 ;
}
#Total cloud cover
'tcc' = {
localTablesVersion = 1 ;
@ -803,9 +797,12 @@
}
#Total column ozone
'tco3' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 206 ;
localTablesVersion = 1 ;
discipline = 0 ;
parameterCategory = 14 ;
parameterNumber = 192 ;
typeOfFirstFixedSurface = 1 ;
typeOfSecondFixedSurface = 8 ;
}
#Diabatic heating by radiation
'dhr' = {
@ -921,15 +918,21 @@
}
#Convective snowfall
'csf' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 239 ;
localTablesVersion = 1 ;
discipline = 0 ;
parameterCategory = 1 ;
parameterNumber = 201 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Large-scale snowfall
'lsf' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 240 ;
localTablesVersion = 1 ;
discipline = 0 ;
parameterCategory = 1 ;
parameterNumber = 202 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Accumulated cloud fraction tendency
'acf' = {
@ -13626,18 +13629,6 @@
typeOfStatisticalProcessing = 1 ;
is_chemical = 1 ;
}
#Total sky direct solar radiation at surface
'fdir' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 21 ;
}
#Cloud base height
'cbh' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 23 ;
}
#Horizontal visibility
'hvis' = {
discipline = 192 ;
@ -13800,18 +13791,6 @@
scaleFactorOfSecondWavelength = missing() ;
is_aerosol_optical = 1 ;
}
#Surface solar radiation downward clear-sky
'ssrdc' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 129 ;
}
#Surface thermal radiation downward clear-sky
'strdc' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 130 ;
}
#Accumulated freezing rain
'fzra' = {
localTablesVersion = 1 ;
@ -16468,48 +16447,12 @@
parameterCategory = 140 ;
parameterNumber = 243 ;
}
#10 metre wind speed
'wind' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 245 ;
}
#Altimeter wave height
'awh' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 246 ;
}
#Altimeter corrected wave height
'acwh' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 247 ;
}
#Altimeter range relative correction
'arrc' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 248 ;
}
#10 metre wind direction
'dwi' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 249 ;
}
#2D wave spectra (multiple)
'd2sp' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 250 ;
}
#Wave spectral kurtosis
'wsk' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 252 ;
}
#Wave spectral peakedness
'wsp' = {
discipline = 192 ;
@ -20458,7 +20401,7 @@
parameterCategory = 210 ;
parameterNumber = 54 ;
}
#Carbon Dioxide
#Carbon dioxide mass mixing ratio
'co2' = {
discipline = 192 ;
parameterCategory = 210 ;

View File

@ -1225,3 +1225,87 @@
parameterCategory = 140 ;
parameterNumber = 216 ;
}
#Total column ozone
'tco3' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 206 ;
}
#Convective snowfall
'csf' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 239 ;
}
#Large-scale snowfall
'lsf' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 240 ;
}
#Altimeter wave height
'awh' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 246 ;
}
#Altimeter corrected wave height
'acwh' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 247 ;
}
#Altimeter range relative correction
'arrc' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 248 ;
}
#Total sky direct solar radiation at surface
'fdir' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 21 ;
}
#Surface solar radiation downward clear-sky
'ssrdc' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 129 ;
}
#Surface thermal radiation downward clear-sky
'strdc' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 130 ;
}
#Standard deviation of orography
'sdor' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 160 ;
}
#Cloud base height
'cbh' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 23 ;
}
#Wave spectral kurtosis
'wsk' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 252 ;
}
#10 metre wind speed
'wind' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 245 ;
}
#10 metre wind direction
'dwi' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 249 ;
}

View File

@ -542,8 +542,8 @@
parameterCategory = 128 ;
parameterNumber = 120 ;
}
#10 metre wind gust in the last 6 hours
'10 metre wind gust in the last 6 hours' = {
#Maximum 10 metre wind gust in the last 6 hours
'Maximum 10 metre wind gust in the last 6 hours' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 123 ;
@ -661,12 +661,6 @@
parameterCategory = 128 ;
parameterNumber = 158 ;
}
#Standard deviation of orography
'Standard deviation of orography' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 160 ;
}
#Total cloud cover
'Total cloud cover' = {
localTablesVersion = 1 ;
@ -803,9 +797,12 @@
}
#Total column ozone
'Total column ozone' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 206 ;
localTablesVersion = 1 ;
discipline = 0 ;
parameterCategory = 14 ;
parameterNumber = 192 ;
typeOfFirstFixedSurface = 1 ;
typeOfSecondFixedSurface = 8 ;
}
#Diabatic heating by radiation
'Diabatic heating by radiation' = {
@ -921,15 +918,21 @@
}
#Convective snowfall
'Convective snowfall' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 239 ;
localTablesVersion = 1 ;
discipline = 0 ;
parameterCategory = 1 ;
parameterNumber = 201 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Large-scale snowfall
'Large-scale snowfall' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 240 ;
localTablesVersion = 1 ;
discipline = 0 ;
parameterCategory = 1 ;
parameterNumber = 202 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Accumulated cloud fraction tendency
'Accumulated cloud fraction tendency' = {
@ -13626,18 +13629,6 @@
typeOfStatisticalProcessing = 1 ;
is_chemical = 1 ;
}
#Total sky direct solar radiation at surface
'Total sky direct solar radiation at surface' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 21 ;
}
#Cloud base height
'Cloud base height' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 23 ;
}
#Horizontal visibility
'Horizontal visibility' = {
discipline = 192 ;
@ -13800,18 +13791,6 @@
scaleFactorOfSecondWavelength = missing() ;
is_aerosol_optical = 1 ;
}
#Surface solar radiation downward clear-sky
'Surface solar radiation downward clear-sky' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 129 ;
}
#Surface thermal radiation downward clear-sky
'Surface thermal radiation downward clear-sky' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 130 ;
}
#Accumulated freezing rain
'Accumulated freezing rain' = {
localTablesVersion = 1 ;
@ -16468,48 +16447,12 @@
parameterCategory = 140 ;
parameterNumber = 243 ;
}
#10 metre wind speed
'10 metre wind speed' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 245 ;
}
#Altimeter wave height
'Altimeter wave height' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 246 ;
}
#Altimeter corrected wave height
'Altimeter corrected wave height' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 247 ;
}
#Altimeter range relative correction
'Altimeter range relative correction' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 248 ;
}
#10 metre wind direction
'10 metre wind direction' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 249 ;
}
#2D wave spectra (multiple)
'2D wave spectra (multiple)' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 250 ;
}
#Wave spectral kurtosis
'Wave spectral kurtosis' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 252 ;
}
#Wave spectral peakedness
'Wave spectral peakedness' = {
discipline = 192 ;
@ -20458,8 +20401,8 @@
parameterCategory = 210 ;
parameterNumber = 54 ;
}
#Carbon Dioxide
'Carbon Dioxide' = {
#Carbon dioxide mass mixing ratio
'Carbon dioxide mass mixing ratio' = {
discipline = 192 ;
parameterCategory = 210 ;
parameterNumber = 61 ;

View File

@ -1225,3 +1225,87 @@
parameterCategory = 140 ;
parameterNumber = 216 ;
}
#Total column ozone
'Total column ozone' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 206 ;
}
#Convective snowfall
'Convective snowfall' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 239 ;
}
#Large-scale snowfall
'Large-scale snowfall' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 240 ;
}
#Altimeter wave height
'Altimeter wave height' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 246 ;
}
#Altimeter corrected wave height
'Altimeter corrected wave height' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 247 ;
}
#Altimeter range relative correction
'Altimeter range relative correction' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 248 ;
}
#Total sky direct solar radiation at surface
'Total sky direct solar radiation at surface' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 21 ;
}
#Surface solar radiation downward clear-sky
'Surface solar radiation downward clear-sky' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 129 ;
}
#Surface thermal radiation downward clear-sky
'Surface thermal radiation downward clear-sky' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 130 ;
}
#Standard deviation of orography
'Standard deviation of orography' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 160 ;
}
#Cloud base height
'Cloud base height' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 23 ;
}
#Wave spectral kurtosis
'Wave spectral kurtosis' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 252 ;
}
#10 metre wind speed
'10 metre wind speed' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 245 ;
}
#10 metre wind direction
'10 metre wind direction' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 249 ;
}

View File

@ -542,7 +542,7 @@
parameterCategory = 128 ;
parameterNumber = 120 ;
}
#10 metre wind gust in the last 6 hours
#Maximum 10 metre wind gust in the last 6 hours
'123' = {
discipline = 192 ;
parameterCategory = 128 ;
@ -661,12 +661,6 @@
parameterCategory = 128 ;
parameterNumber = 158 ;
}
#Standard deviation of orography
'160' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 160 ;
}
#Total cloud cover
'164' = {
localTablesVersion = 1 ;
@ -803,9 +797,12 @@
}
#Total column ozone
'206' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 206 ;
localTablesVersion = 1 ;
discipline = 0 ;
parameterCategory = 14 ;
parameterNumber = 192 ;
typeOfFirstFixedSurface = 1 ;
typeOfSecondFixedSurface = 8 ;
}
#Diabatic heating by radiation
'214' = {
@ -921,15 +918,21 @@
}
#Convective snowfall
'239' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 239 ;
localTablesVersion = 1 ;
discipline = 0 ;
parameterCategory = 1 ;
parameterNumber = 201 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Large-scale snowfall
'240' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 240 ;
localTablesVersion = 1 ;
discipline = 0 ;
parameterCategory = 1 ;
parameterNumber = 202 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Accumulated cloud fraction tendency
'241' = {
@ -13626,18 +13629,6 @@
typeOfStatisticalProcessing = 1 ;
is_chemical = 1 ;
}
#Total sky direct solar radiation at surface
'228021' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 21 ;
}
#Cloud base height
'228023' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 23 ;
}
#Horizontal visibility
'228025' = {
discipline = 192 ;
@ -13800,18 +13791,6 @@
scaleFactorOfSecondWavelength = missing() ;
is_aerosol_optical = 1 ;
}
#Surface solar radiation downward clear-sky
'228129' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 129 ;
}
#Surface thermal radiation downward clear-sky
'228130' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 130 ;
}
#Accumulated freezing rain
'228216' = {
localTablesVersion = 1 ;
@ -16468,48 +16447,12 @@
parameterCategory = 140 ;
parameterNumber = 243 ;
}
#10 metre wind speed
'140245' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 245 ;
}
#Altimeter wave height
'140246' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 246 ;
}
#Altimeter corrected wave height
'140247' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 247 ;
}
#Altimeter range relative correction
'140248' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 248 ;
}
#10 metre wind direction
'140249' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 249 ;
}
#2D wave spectra (multiple)
'140250' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 250 ;
}
#Wave spectral kurtosis
'140252' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 252 ;
}
#Wave spectral peakedness
'140254' = {
discipline = 192 ;
@ -20458,7 +20401,7 @@
parameterCategory = 210 ;
parameterNumber = 54 ;
}
#Carbon Dioxide
#Carbon dioxide mass mixing ratio
'210061' = {
discipline = 192 ;
parameterCategory = 210 ;

View File

@ -1225,3 +1225,87 @@
parameterCategory = 140 ;
parameterNumber = 216 ;
}
#Total column ozone
'206' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 206 ;
}
#Convective snowfall
'239' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 239 ;
}
#Large-scale snowfall
'240' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 240 ;
}
#Altimeter wave height
'140246' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 246 ;
}
#Altimeter corrected wave height
'140247' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 247 ;
}
#Altimeter range relative correction
'140248' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 248 ;
}
#Total sky direct solar radiation at surface
'228021' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 21 ;
}
#Surface solar radiation downward clear-sky
'228129' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 129 ;
}
#Surface thermal radiation downward clear-sky
'228130' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 130 ;
}
#Standard deviation of orography
'160' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 160 ;
}
#Cloud base height
'228023' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 23 ;
}
#Wave spectral kurtosis
'140252' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 252 ;
}
#10 metre wind speed
'140245' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 245 ;
}
#10 metre wind direction
'140249' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 249 ;
}

View File

@ -542,7 +542,7 @@
parameterCategory = 128 ;
parameterNumber = 120 ;
}
#10 metre wind gust in the last 6 hours
#Maximum 10 metre wind gust in the last 6 hours
'10fg6' = {
discipline = 192 ;
parameterCategory = 128 ;
@ -661,12 +661,6 @@
parameterCategory = 128 ;
parameterNumber = 158 ;
}
#Standard deviation of orography
'sdor' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 160 ;
}
#Total cloud cover
'tcc' = {
localTablesVersion = 1 ;
@ -803,9 +797,12 @@
}
#Total column ozone
'tco3' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 206 ;
localTablesVersion = 1 ;
discipline = 0 ;
parameterCategory = 14 ;
parameterNumber = 192 ;
typeOfFirstFixedSurface = 1 ;
typeOfSecondFixedSurface = 8 ;
}
#Diabatic heating by radiation
'dhr' = {
@ -921,15 +918,21 @@
}
#Convective snowfall
'csf' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 239 ;
localTablesVersion = 1 ;
discipline = 0 ;
parameterCategory = 1 ;
parameterNumber = 201 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Large-scale snowfall
'lsf' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 240 ;
localTablesVersion = 1 ;
discipline = 0 ;
parameterCategory = 1 ;
parameterNumber = 202 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Accumulated cloud fraction tendency
'acf' = {
@ -13626,18 +13629,6 @@
typeOfStatisticalProcessing = 1 ;
is_chemical = 1 ;
}
#Total sky direct solar radiation at surface
'fdir' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 21 ;
}
#Cloud base height
'cbh' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 23 ;
}
#Horizontal visibility
'hvis' = {
discipline = 192 ;
@ -13800,18 +13791,6 @@
scaleFactorOfSecondWavelength = missing() ;
is_aerosol_optical = 1 ;
}
#Surface solar radiation downward clear-sky
'ssrdc' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 129 ;
}
#Surface thermal radiation downward clear-sky
'strdc' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 130 ;
}
#Accumulated freezing rain
'fzra' = {
localTablesVersion = 1 ;
@ -16468,48 +16447,12 @@
parameterCategory = 140 ;
parameterNumber = 243 ;
}
#10 metre wind speed
'wind' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 245 ;
}
#Altimeter wave height
'awh' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 246 ;
}
#Altimeter corrected wave height
'acwh' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 247 ;
}
#Altimeter range relative correction
'arrc' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 248 ;
}
#10 metre wind direction
'dwi' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 249 ;
}
#2D wave spectra (multiple)
'2dsp' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 250 ;
}
#Wave spectral kurtosis
'wsk' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 252 ;
}
#Wave spectral peakedness
'wsp' = {
discipline = 192 ;
@ -20458,7 +20401,7 @@
parameterCategory = 210 ;
parameterNumber = 54 ;
}
#Carbon Dioxide
#Carbon dioxide mass mixing ratio
'co2' = {
discipline = 192 ;
parameterCategory = 210 ;

View File

@ -1225,3 +1225,87 @@
parameterCategory = 140 ;
parameterNumber = 216 ;
}
#Total column ozone
'tco3' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 206 ;
}
#Convective snowfall
'csf' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 239 ;
}
#Large-scale snowfall
'lsf' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 240 ;
}
#Altimeter wave height
'awh' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 246 ;
}
#Altimeter corrected wave height
'acwh' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 247 ;
}
#Altimeter range relative correction
'arrc' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 248 ;
}
#Total sky direct solar radiation at surface
'fdir' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 21 ;
}
#Surface solar radiation downward clear-sky
'ssrdc' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 129 ;
}
#Surface thermal radiation downward clear-sky
'strdc' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 130 ;
}
#Standard deviation of orography
'sdor' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 160 ;
}
#Cloud base height
'cbh' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 23 ;
}
#Wave spectral kurtosis
'wsk' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 252 ;
}
#10 metre wind speed
'wind' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 245 ;
}
#10 metre wind direction
'dwi' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 249 ;
}

View File

@ -542,7 +542,7 @@
parameterCategory = 128 ;
parameterNumber = 120 ;
}
#10 metre wind gust in the last 6 hours
#Maximum 10 metre wind gust in the last 6 hours
'm s**-1' = {
discipline = 192 ;
parameterCategory = 128 ;
@ -661,12 +661,6 @@
parameterCategory = 128 ;
parameterNumber = 158 ;
}
#Standard deviation of orography
'm' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 160 ;
}
#Total cloud cover
'(0 - 1)' = {
localTablesVersion = 1 ;
@ -803,9 +797,12 @@
}
#Total column ozone
'kg m**-2' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 206 ;
localTablesVersion = 1 ;
discipline = 0 ;
parameterCategory = 14 ;
parameterNumber = 192 ;
typeOfFirstFixedSurface = 1 ;
typeOfSecondFixedSurface = 8 ;
}
#Diabatic heating by radiation
'K' = {
@ -921,15 +918,21 @@
}
#Convective snowfall
'm of water equivalent' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 239 ;
localTablesVersion = 1 ;
discipline = 0 ;
parameterCategory = 1 ;
parameterNumber = 201 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Large-scale snowfall
'm of water equivalent' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 240 ;
localTablesVersion = 1 ;
discipline = 0 ;
parameterCategory = 1 ;
parameterNumber = 202 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Accumulated cloud fraction tendency
'(-1 to 1)' = {
@ -13626,18 +13629,6 @@
typeOfStatisticalProcessing = 1 ;
is_chemical = 1 ;
}
#Total sky direct solar radiation at surface
'J m**-2' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 21 ;
}
#Cloud base height
'm' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 23 ;
}
#Horizontal visibility
'm' = {
discipline = 192 ;
@ -13800,18 +13791,6 @@
scaleFactorOfSecondWavelength = missing() ;
is_aerosol_optical = 1 ;
}
#Surface solar radiation downward clear-sky
'J m**-2' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 129 ;
}
#Surface thermal radiation downward clear-sky
'J m**-2' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 130 ;
}
#Accumulated freezing rain
'm' = {
localTablesVersion = 1 ;
@ -16468,48 +16447,12 @@
parameterCategory = 140 ;
parameterNumber = 243 ;
}
#10 metre wind speed
'm s**-1' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 245 ;
}
#Altimeter wave height
'm' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 246 ;
}
#Altimeter corrected wave height
'm' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 247 ;
}
#Altimeter range relative correction
'~' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 248 ;
}
#10 metre wind direction
'degrees' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 249 ;
}
#2D wave spectra (multiple)
'm**2 s radian**-1' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 250 ;
}
#Wave spectral kurtosis
'dimensionless' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 252 ;
}
#Wave spectral peakedness
'dimensionless' = {
discipline = 192 ;
@ -20458,7 +20401,7 @@
parameterCategory = 210 ;
parameterNumber = 54 ;
}
#Carbon Dioxide
#Carbon dioxide mass mixing ratio
'kg kg**-1' = {
discipline = 192 ;
parameterCategory = 210 ;

View File

@ -1225,3 +1225,87 @@
parameterCategory = 140 ;
parameterNumber = 216 ;
}
#Total column ozone
'kg m**-2' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 206 ;
}
#Convective snowfall
'm of water equivalent' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 239 ;
}
#Large-scale snowfall
'm of water equivalent' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 240 ;
}
#Altimeter wave height
'm' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 246 ;
}
#Altimeter corrected wave height
'm' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 247 ;
}
#Altimeter range relative correction
'~' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 248 ;
}
#Total sky direct solar radiation at surface
'J m**-2' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 21 ;
}
#Surface solar radiation downward clear-sky
'J m**-2' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 129 ;
}
#Surface thermal radiation downward clear-sky
'J m**-2' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 130 ;
}
#Standard deviation of orography
'm' = {
discipline = 192 ;
parameterCategory = 128 ;
parameterNumber = 160 ;
}
#Cloud base height
'm' = {
discipline = 192 ;
parameterCategory = 228 ;
parameterNumber = 23 ;
}
#Wave spectral kurtosis
'dimensionless' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 252 ;
}
#10 metre wind speed
'm s**-1' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 245 ;
}
#10 metre wind direction
'degrees' = {
discipline = 192 ;
parameterCategory = 140 ;
parameterNumber = 249 ;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,69 @@
# Concept marsLevtype
'sfc' = {typeOfFirstFixedSurface=1; typeOfSecondFixedSurface=255;}
'sfc' = {typeOfFirstFixedSurface=1; typeOfSecondFixedSurface=8;}
'o2d' = {typeOfFirstFixedSurface=1; typeOfSecondFixedSurface=9;}
'sfc' = {typeOfFirstFixedSurface=1; typeOfSecondFixedSurface=162;}
'sfc' = {typeOfFirstFixedSurface=7; typeOfSecondFixedSurface=255;}
'sfc' = {typeOfFirstFixedSurface=8; typeOfSecondFixedSurface=255;}
'sfc' = {typeOfFirstFixedSurface=17; typeOfSecondFixedSurface=255;}
'sfc' = {typeOfFirstFixedSurface=18; typeOfSecondFixedSurface=255;}
'o2d' = {typeOfFirstFixedSurface=20; scaleFactorOfFirstFixedSurface=-2;
scaledValueOfFirstFixedSurface=29315; typeOfSecondFixedSurface=255;}
'o2d' = {typeOfFirstFixedSurface=20; typeOfSecondFixedSurface=255;}
'pl' = {typeOfFirstFixedSurface=100; typeOfSecondFixedSurface=255;}
'pl' = {typeOfFirstFixedSurface=100; typeOfSecondFixedSurface=100;}
'sfc' = {typeOfFirstFixedSurface=1; typeOfSecondFixedSurface=100;
scaleFactorOfSecondFixedSurface=0; scaledValueOfSecondFixedSurface=80000;}
'sfc' = {typeOfFirstFixedSurface=100; scaleFactorOfFirstFixedSurface=0; scaledValueOfFirstFixedSurface=80000;
typeOfSecondFixedSurface=100; scaleFactorOfSecondFixedSurface=0; scaledValueOfSecondFixedSurface=45000;}
'sfc' = {typeOfFirstFixedSurface=100; scaleFactorOfFirstFixedSurface=0;
scaledValueOfFirstFixedSurface=45000; typeOfSecondFixedSurface=8;}
'sfc' = {typeOfFirstFixedSurface=101; typeOfSecondFixedSurface=255;}
'sfc' = {typeOfFirstFixedSurface=102; typeOfSecondFixedSurface=255;}
'hl' = {typeOfFirstFixedSurface=103; typeOfSecondFixedSurface=255;}
'sfc' = {typeOfFirstFixedSurface=103; scaleFactorOfFirstFixedSurface=0; scaledValueOfFirstFixedSurface=0; typeOfSecondFixedSurface=255;}
'sfc' = {typeOfFirstFixedSurface=103; scaleFactorOfFirstFixedSurface=0; scaledValueOfFirstFixedSurface=2; typeOfSecondFixedSurface=255;}
'sfc' = {typeOfFirstFixedSurface=103; scaleFactorOfFirstFixedSurface=0; scaledValueOfFirstFixedSurface=10; typeOfSecondFixedSurface=255;}
'ml' = {typeOfFirstFixedSurface=105; typeOfSecondFixedSurface=255;}
'ml' = {typeOfFirstFixedSurface=105; typeOfSecondFixedSurface=105;}
'sfc' = {typeOfFirstFixedSurface=106; typeOfSecondFixedSurface=255;}
'sfc' = {typeOfFirstFixedSurface=106;typeOfSecondFixedSurface=106;}
'pt' = {typeOfFirstFixedSurface=107; typeOfSecondFixedSurface=255;}
'pt' = {typeOfFirstFixedSurface=107; typeOfSecondFixedSurface=107;}
'pv' = {typeOfFirstFixedSurface=109; typeOfSecondFixedSurface=255;}
'sol' = {typeOfFirstFixedSurface=114; typeOfSecondFixedSurface=255;}
'sol' = {typeOfFirstFixedSurface=114; typeOfSecondFixedSurface=114;}
'hhl' = {typeOfFirstFixedSurface=118; typeOfSecondFixedSurface=255;}
'hpl' = {typeOfFirstFixedSurface=119; typeOfSecondFixedSurface=255;}
'sol' = {typeOfFirstFixedSurface=151; typeOfSecondFixedSurface=255;}
'sol' = {typeOfFirstFixedSurface=151; typeOfSecondFixedSurface=151;}
'sol' = {typeOfFirstFixedSurface=152; typeOfSecondFixedSurface=255;}
'sol' = {typeOfFirstFixedSurface=152; typeOfSecondFixedSurface=152;}
'o2d' = {typeOfFirstFixedSurface=160; typeOfSecondFixedSurface=255;}
'o2d' = {typeOfFirstFixedSurface=160; scaleFactorOfFirstFixedSurface=0;
scaledValueOfFirstFixedSurface=0; typeOfSecondFixedSurface=255;}
'o2d' = {typeOfFirstFixedSurface=160; typeOfSecondFixedSurface=160;}
'o2d' = {typeOfFirstFixedSurface=160; typeOfSecondFixedSurface=9;}
'o2d' = {typeOfFirstFixedSurface=160; typeOfSecondFixedSurface=20;
scaledValueOfFirstFixedSurface=0; scaleFactorOfFirstFixedSurface=0;}
'sfc' = {typeOfFirstFixedSurface=162; typeOfSecondFixedSurface=255;}
'sfc' = {typeOfFirstFixedSurface=166; typeOfSecondFixedSurface=255;}
'o3d' = {typeOfFirstFixedSurface=168; typeOfSecondFixedSurface=255;}
'o3d' = {typeOfFirstFixedSurface=168; typeOfSecondFixedSurface=168;}
'o2d' = {typeOfFirstFixedSurface=169; typeOfSecondFixedSurface=255;}
'o2d' = {typeOfFirstFixedSurface=170; typeOfSecondFixedSurface=255;}
'o2d' = {typeOfFirstFixedSurface=171; typeOfSecondFixedSurface=255;}
'o2d' = {typeOfFirstFixedSurface=173; typeOfSecondFixedSurface=255;}
'o2d' = {typeOfFirstFixedSurface=173; typeOfSecondFixedSurface=175;}
'o2d' = {typeOfFirstFixedSurface=174; typeOfSecondFixedSurface=255;}
'sfc' = {typeOfFirstFixedSurface=174; typeOfSecondFixedSurface=255; discipline=1;}
'o2d' = {typeOfFirstFixedSurface=175; typeOfSecondFixedSurface=255;}
'o2d' = {typeOfFirstFixedSurface=176; typeOfSecondFixedSurface=255;}
'o2d' = {typeOfFirstFixedSurface=174; typeOfSecondFixedSurface=160;
scaleFactorOfSecondFixedSurface=0; scaledValueOfSecondFixedSurface=0;}
'o2d' = {typeOfFirstFixedSurface=174; typeOfSecondFixedSurface=176;}
'sfc' = {typeOfFirstFixedSurface=174; typeOfSecondFixedSurface=176; discipline=1;}
'o2d' = {typeOfFirstFixedSurface=175; typeOfSecondFixedSurface=176;}
'sfc' = {typeOfFirstFixedSurface=177; typeOfSecondFixedSurface=255;}
'o2d' = {typeOfFirstFixedSurface=188; typeOfSecondFixedSurface=189;}

View File

@ -17,7 +17,7 @@
scaledValueOfFirstFixedSurface = 200 ;
scaleFactorOfFirstFixedSurface = 0 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'fg10' = {
discipline = 0 ;
parameterCategory = 2 ;
@ -29,7 +29,7 @@
typeOfStatisticalProcessing = 2 ;
lengthOfTimeRange = 3 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'fg10' = {
discipline = 0 ;
parameterCategory = 2 ;
@ -41,7 +41,7 @@
typeOfStatisticalProcessing = 2 ;
lengthOfTimeRange = 1 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'fg10' = {
discipline = 0 ;
parameterCategory = 2 ;

View File

@ -17,8 +17,8 @@
scaledValueOfFirstFixedSurface = 200 ;
scaleFactorOfFirstFixedSurface = 0 ;
}
#10 metre wind gust since previous post-processing
'10 metre wind gust since previous post-processing' = {
#Maximum 10 metre wind gust since previous post-processing
'Maximum 10 metre wind gust since previous post-processing' = {
discipline = 0 ;
parameterCategory = 2 ;
parameterNumber = 22 ;
@ -29,8 +29,8 @@
typeOfStatisticalProcessing = 2 ;
lengthOfTimeRange = 3 ;
}
#10 metre wind gust since previous post-processing
'10 metre wind gust since previous post-processing' = {
#Maximum 10 metre wind gust since previous post-processing
'Maximum 10 metre wind gust since previous post-processing' = {
discipline = 0 ;
parameterCategory = 2 ;
parameterNumber = 22 ;
@ -41,8 +41,8 @@
typeOfStatisticalProcessing = 2 ;
lengthOfTimeRange = 1 ;
}
#10 metre wind gust since previous post-processing
'10 metre wind gust since previous post-processing' = {
#Maximum 10 metre wind gust since previous post-processing
'Maximum 10 metre wind gust since previous post-processing' = {
discipline = 0 ;
parameterCategory = 2 ;
parameterNumber = 22 ;

View File

@ -17,7 +17,7 @@
scaledValueOfFirstFixedSurface = 200 ;
scaleFactorOfFirstFixedSurface = 0 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'49' = {
discipline = 0 ;
parameterCategory = 2 ;
@ -29,7 +29,7 @@
typeOfStatisticalProcessing = 2 ;
lengthOfTimeRange = 3 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'49' = {
discipline = 0 ;
parameterCategory = 2 ;
@ -41,7 +41,7 @@
typeOfStatisticalProcessing = 2 ;
lengthOfTimeRange = 1 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'49' = {
discipline = 0 ;
parameterCategory = 2 ;

View File

@ -17,7 +17,7 @@
scaledValueOfFirstFixedSurface = 200 ;
scaleFactorOfFirstFixedSurface = 0 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'10fg' = {
discipline = 0 ;
parameterCategory = 2 ;
@ -29,7 +29,7 @@
typeOfStatisticalProcessing = 2 ;
lengthOfTimeRange = 3 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'10fg' = {
discipline = 0 ;
parameterCategory = 2 ;
@ -41,7 +41,7 @@
typeOfStatisticalProcessing = 2 ;
lengthOfTimeRange = 1 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'10fg' = {
discipline = 0 ;
parameterCategory = 2 ;

View File

@ -17,7 +17,7 @@
scaledValueOfFirstFixedSurface = 200 ;
scaleFactorOfFirstFixedSurface = 0 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'm s**-1' = {
discipline = 0 ;
parameterCategory = 2 ;
@ -29,7 +29,7 @@
typeOfStatisticalProcessing = 2 ;
lengthOfTimeRange = 3 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'm s**-1' = {
discipline = 0 ;
parameterCategory = 2 ;
@ -41,7 +41,7 @@
typeOfStatisticalProcessing = 2 ;
lengthOfTimeRange = 1 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'm s**-1' = {
discipline = 0 ;
parameterCategory = 2 ;

View File

@ -1,2 +0,0 @@

View File

@ -3,6 +3,7 @@
'sfc' = {typeOfFirstFixedSurface=1; typeOfSecondFixedSurface=8;}
'o2d' = {typeOfFirstFixedSurface=1; typeOfSecondFixedSurface=9;}
'sfc' = {typeOfFirstFixedSurface=1; typeOfSecondFixedSurface=162;}
'sfc' = {typeOfFirstFixedSurface=2; typeOfSecondFixedSurface=255;}
'sfc' = {typeOfFirstFixedSurface=7; typeOfSecondFixedSurface=255;}
'sfc' = {typeOfFirstFixedSurface=8; typeOfSecondFixedSurface=255;}
'sfc' = {typeOfFirstFixedSurface=17; typeOfSecondFixedSurface=255;}

View File

@ -1,15 +1,11 @@
# author: Sebastien Villaume
# created: 14 Feb 2014
#
#########################
constant conceptsMasterMarsDir="mars" : hidden;
constant conceptsLocalMarsDirAll="mars/[centre:s]" : hidden;
##########################
# #
# Base MARS keywors #
# #
##########################
alias mars.class = marsClass;
@ -20,28 +16,21 @@ alias mars.expver = experimentVersionNumber;
alias mars.domain = globalDomain;
#########################
# #
# local section 82 #
# #
#########################
### nothing needed here...
#########################
# #
# local section 83 #
# #
#########################
if ( localDefinitionNumber == 83 ) {
alias mars.sort = matchSort;
alias mars.timerepres = matchTimeRepres;
alias mars.landtype = matchLandType;
alias mars.aerosolbinnumber = matchAerosolBinNumber;
alias mars.sort = matchSort;
alias mars.timerepres = matchTimeRepres;
alias mars.landtype = matchLandType;
alias mars.aerosolbinnumber = matchAerosolBinNumber;
concept_nofail matchAerosolPacking (unknown,"aerosolPackingConcept.def",conceptsLocalMarsDirAll,conceptsMasterMarsDir);
alias mars.aerosolpacking = matchAerosolPacking;
alias mars.aerosolpacking = matchAerosolPacking;
}

View File

@ -1,5 +0,0 @@
# (C) Copyright 2005- ECMWF.
label "_Empty file";
#meta area g1area(latitudeOfFirstGridPoint,longitudeOfFirstGridPoint,latitudeOfLastGridPoint,longitudeOfLastGridPoint,angleMultiplier,angleDivisor);

View File

@ -206,8 +206,8 @@
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#10 metre wind gust since previous post-processing
'10 metre wind gust since previous post-processing' = {
#Maximum 10 metre wind gust since previous post-processing
'Maximum 10 metre wind gust since previous post-processing' = {
discipline = 0 ;
parameterCategory = 2 ;
parameterNumber = 22 ;
@ -326,6 +326,12 @@
parameterCategory = 3 ;
parameterNumber = 18 ;
}
#Standard deviation of sub-gridscale orography
'Standard deviation of sub-gridscale orography' = {
discipline = 0 ;
parameterCategory = 3 ;
parameterNumber = 20 ;
}
#Anisotropy of sub-gridscale orography
'Anisotropy of sub-gridscale orography' = {
discipline = 0 ;
@ -2424,6 +2430,14 @@
scaledValueOfFirstFixedSurface = 26315 ;
scaleFactorOfFirstFixedSurface = 2 ;
}
#Total sky direct short-wave (solar) radiation at surface
'Total sky direct short-wave (solar) radiation at surface' = {
discipline = 0 ;
parameterCategory = 4 ;
parameterNumber = 13 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Surface direct short-wave radiation, clear sky
'Surface direct short-wave radiation, clear sky' = {
discipline = 0 ;
@ -2432,6 +2446,13 @@
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Cloud base height
'Cloud base height' = {
discipline = 0 ;
parameterCategory = 6 ;
parameterNumber = 11 ;
typeOfFirstFixedSurface = 2 ;
}
#0 degrees C isothermal level (atm)
'0 degrees C isothermal level (atm)' = {
discipline = 0 ;
@ -2441,8 +2462,8 @@
scaledValueOfFirstFixedSurface = 27315 ;
scaleFactorOfFirstFixedSurface = 2 ;
}
#10 metre wind gust in the last 3 hours
'10 metre wind gust in the last 3 hours' = {
#Maximum 10 metre wind gust in the last 3 hours
'Maximum 10 metre wind gust in the last 3 hours' = {
discipline = 0 ;
parameterCategory = 2 ;
parameterNumber = 22 ;
@ -2523,6 +2544,14 @@
parameterCategory = 3 ;
parameterNumber = 23 ;
}
#Convective available potential energy shear
'Convective available potential energy shear' = {
discipline = 0 ;
parameterCategory = 7 ;
parameterNumber = 19 ;
typeOfFirstFixedSurface = 1 ;
typeOfSecondFixedSurface = 8 ;
}
#Tropopause pressure
'Tropopause pressure' = {
discipline = 0 ;
@ -2746,6 +2775,22 @@
is_chemical_srcsink = 1 ;
sourceSinkChemicalPhysicalProcess = 10 ;
}
#Surface short-wave (solar) radiation downward clear-sky
'Surface short-wave (solar) radiation downward clear-sky' = {
discipline = 0 ;
parameterCategory = 4 ;
parameterNumber = 52 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Surface long-wave (thermal) radiation downward clear-sky
'Surface long-wave (thermal) radiation downward clear-sky' = {
discipline = 0 ;
parameterCategory = 5 ;
parameterNumber = 8 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Convective precipitation
'Convective precipitation' = {
discipline = 0 ;
@ -2984,8 +3029,8 @@
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Runoff water equivalent
'Runoff water equivalent' = {
#Runoff water equivalent (surface plus subsurface)
'Runoff water equivalent (surface plus subsurface)' = {
discipline = 2 ;
parameterCategory = 0 ;
parameterNumber = 42 ;
@ -4086,6 +4131,14 @@
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Total column integrated ozone
'Total column integrated ozone' = {
discipline = 0 ;
parameterCategory = 14 ;
parameterNumber = 2 ;
typeOfFirstFixedSurface = 1 ;
typeOfSecondFixedSurface = 8 ;
}
#2 metre relative humidity
'2 metre relative humidity' = {
discipline = 0 ;
@ -4433,6 +4486,18 @@
parameterCategory = 1 ;
parameterNumber = 15 ;
}
#Cloudy reflectance
'Cloudy reflectance' = {
discipline = 3 ;
parameterCategory = 1 ;
parameterNumber = 31 ;
}
#Clear reflectance
'Clear reflectance' = {
discipline = 3 ;
parameterCategory = 1 ;
parameterNumber = 32 ;
}
#Scaled radiance
'Scaled radiance' = {
discipline = 3 ;
@ -4910,8 +4975,8 @@
scaledValueOfSecondFixedSurface = missing() ;
scaleFactorOfSecondFixedSurface = missing() ;
}
#Sea ice temperature
'Sea ice temperature' = {
#Vertically averaged sea ice temperature
'Vertically averaged sea ice temperature' = {
discipline = 10 ;
parameterCategory = 2 ;
parameterNumber = 8 ;
@ -5066,6 +5131,12 @@
scaledValueOfSecondFixedSurface = missing() ;
scaleFactorOfSecondFixedSurface = missing() ;
}
#Sea ice temperature
'Sea ice temperature' = {
discipline = 10 ;
parameterCategory = 2 ;
parameterNumber = 8 ;
}
#Sea surface practical salinity
'Sea surface practical salinity' = {
discipline = 10 ;
@ -5973,8 +6044,8 @@
scaleFactorOfSecondFixedSurface = missing() ;
typeOfStatisticalProcessing = 0 ;
}
#Time-mean sea ice temperature
'Time-mean sea ice temperature' = {
#Time-mean vertically averaged sea ice temperature
'Time-mean vertically averaged sea ice temperature' = {
discipline = 10 ;
parameterCategory = 2 ;
parameterNumber = 8 ;
@ -6142,6 +6213,13 @@
scaleFactorOfSecondFixedSurface = missing() ;
typeOfStatisticalProcessing = 0 ;
}
#Time-mean sea ice temperature
'Time-mean sea ice temperature' = {
discipline = 10 ;
parameterCategory = 2 ;
parameterNumber = 8 ;
typeOfStatisticalProcessing = 0 ;
}
#Time-mean sea surface practical salinity
'Time-mean sea surface practical salinity' = {
discipline = 10 ;
@ -7543,12 +7621,54 @@
parameterCategory = 0 ;
parameterNumber = 20 ;
}
#10 metre wind speed
'10 metre wind speed' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 40 ;
typeOfFirstFixedSurface = 102 ;
scaledValueOfFirstFixedSurface = 10 ;
scaleFactorOfFirstFixedSurface = 0 ;
}
#Altimeter wave height
'Altimeter wave height' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 37 ;
}
#Altimeter corrected wave height
'Altimeter corrected wave height' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 38 ;
}
#Altimeter range relative correction
'Altimeter range relative correction' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 39 ;
}
#10 metre wind direction
'10 metre wind direction' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 41 ;
typeOfFirstFixedSurface = 102 ;
scaledValueOfFirstFixedSurface = 10 ;
scaleFactorOfFirstFixedSurface = 0 ;
}
#2D wave spectra (single)
'2D wave spectra (single)' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 86 ;
}
#Wave spectral kurtosis
'Wave spectral kurtosis' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 43 ;
}
#Benjamin-Feir index
'Benjamin-Feir index' = {
discipline = 10 ;
@ -8985,12 +9105,6 @@
parameterCategory = 14 ;
parameterNumber = 0 ;
}
#Total column integrated ozone
'Total column integrated ozone' = {
discipline = 0 ;
parameterCategory = 14 ;
parameterNumber = 2 ;
}
#Base spectrum width
'Base spectrum width' = {
discipline = 0 ;

View File

@ -206,7 +206,7 @@
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'49' = {
discipline = 0 ;
parameterCategory = 2 ;
@ -326,6 +326,12 @@
parameterCategory = 3 ;
parameterNumber = 18 ;
}
#Standard deviation of sub-gridscale orography
'160' = {
discipline = 0 ;
parameterCategory = 3 ;
parameterNumber = 20 ;
}
#Anisotropy of sub-gridscale orography
'161' = {
discipline = 0 ;
@ -2424,6 +2430,14 @@
scaledValueOfFirstFixedSurface = 26315 ;
scaleFactorOfFirstFixedSurface = 2 ;
}
#Total sky direct short-wave (solar) radiation at surface
'228021' = {
discipline = 0 ;
parameterCategory = 4 ;
parameterNumber = 13 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Surface direct short-wave radiation, clear sky
'228022' = {
discipline = 0 ;
@ -2432,6 +2446,13 @@
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Cloud base height
'228023' = {
discipline = 0 ;
parameterCategory = 6 ;
parameterNumber = 11 ;
typeOfFirstFixedSurface = 2 ;
}
#0 degrees C isothermal level (atm)
'228024' = {
discipline = 0 ;
@ -2441,7 +2462,7 @@
scaledValueOfFirstFixedSurface = 27315 ;
scaleFactorOfFirstFixedSurface = 2 ;
}
#10 metre wind gust in the last 3 hours
#Maximum 10 metre wind gust in the last 3 hours
'228028' = {
discipline = 0 ;
parameterCategory = 2 ;
@ -2523,6 +2544,14 @@
parameterCategory = 3 ;
parameterNumber = 23 ;
}
#Convective available potential energy shear
'228044' = {
discipline = 0 ;
parameterCategory = 7 ;
parameterNumber = 19 ;
typeOfFirstFixedSurface = 1 ;
typeOfSecondFixedSurface = 8 ;
}
#Tropopause pressure
'228045' = {
discipline = 0 ;
@ -2746,6 +2775,22 @@
is_chemical_srcsink = 1 ;
sourceSinkChemicalPhysicalProcess = 10 ;
}
#Surface short-wave (solar) radiation downward clear-sky
'228129' = {
discipline = 0 ;
parameterCategory = 4 ;
parameterNumber = 52 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Surface long-wave (thermal) radiation downward clear-sky
'228130' = {
discipline = 0 ;
parameterCategory = 5 ;
parameterNumber = 8 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Convective precipitation
'228143' = {
discipline = 0 ;
@ -2984,7 +3029,7 @@
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Runoff water equivalent
#Runoff water equivalent (surface plus subsurface)
'231002' = {
discipline = 2 ;
parameterCategory = 0 ;
@ -4086,6 +4131,14 @@
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Total column integrated ozone
'260132' = {
discipline = 0 ;
parameterCategory = 14 ;
parameterNumber = 2 ;
typeOfFirstFixedSurface = 1 ;
typeOfSecondFixedSurface = 8 ;
}
#2 metre relative humidity
'260242' = {
discipline = 0 ;
@ -4433,6 +4486,18 @@
parameterCategory = 1 ;
parameterNumber = 15 ;
}
#Cloudy reflectance
'260512' = {
discipline = 3 ;
parameterCategory = 1 ;
parameterNumber = 31 ;
}
#Clear reflectance
'260513' = {
discipline = 3 ;
parameterCategory = 1 ;
parameterNumber = 32 ;
}
#Scaled radiance
'260530' = {
discipline = 3 ;
@ -4910,7 +4975,7 @@
scaledValueOfSecondFixedSurface = missing() ;
scaleFactorOfSecondFixedSurface = missing() ;
}
#Sea ice temperature
#Vertically averaged sea ice temperature
'262010' = {
discipline = 10 ;
parameterCategory = 2 ;
@ -5066,6 +5131,12 @@
scaledValueOfSecondFixedSurface = missing() ;
scaleFactorOfSecondFixedSurface = missing() ;
}
#Sea ice temperature
'262024' = {
discipline = 10 ;
parameterCategory = 2 ;
parameterNumber = 8 ;
}
#Sea surface practical salinity
'262100' = {
discipline = 10 ;
@ -5973,7 +6044,7 @@
scaleFactorOfSecondFixedSurface = missing() ;
typeOfStatisticalProcessing = 0 ;
}
#Time-mean sea ice temperature
#Time-mean vertically averaged sea ice temperature
'263010' = {
discipline = 10 ;
parameterCategory = 2 ;
@ -6142,6 +6213,13 @@
scaleFactorOfSecondFixedSurface = missing() ;
typeOfStatisticalProcessing = 0 ;
}
#Time-mean sea ice temperature
'263024' = {
discipline = 10 ;
parameterCategory = 2 ;
parameterNumber = 8 ;
typeOfStatisticalProcessing = 0 ;
}
#Time-mean sea surface practical salinity
'263100' = {
discipline = 10 ;
@ -7543,12 +7621,54 @@
parameterCategory = 0 ;
parameterNumber = 20 ;
}
#10 metre wind speed
'140245' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 40 ;
typeOfFirstFixedSurface = 102 ;
scaledValueOfFirstFixedSurface = 10 ;
scaleFactorOfFirstFixedSurface = 0 ;
}
#Altimeter wave height
'140246' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 37 ;
}
#Altimeter corrected wave height
'140247' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 38 ;
}
#Altimeter range relative correction
'140248' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 39 ;
}
#10 metre wind direction
'140249' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 41 ;
typeOfFirstFixedSurface = 102 ;
scaledValueOfFirstFixedSurface = 10 ;
scaleFactorOfFirstFixedSurface = 0 ;
}
#2D wave spectra (single)
'140251' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 86 ;
}
#Wave spectral kurtosis
'140252' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 43 ;
}
#Benjamin-Feir index
'140253' = {
discipline = 10 ;
@ -8985,12 +9105,6 @@
parameterCategory = 14 ;
parameterNumber = 0 ;
}
#Total column integrated ozone
'260132' = {
discipline = 0 ;
parameterCategory = 14 ;
parameterNumber = 2 ;
}
#Base spectrum width
'260133' = {
discipline = 0 ;

View File

@ -16,3 +16,4 @@
"mhm_mrm" = { typeOfPostProcessing = 203; }
"pcrg_mrm" = { typeOfPostProcessing = 204; }
"meteogrid" = { typeOfPostProcessing = 205; }
"ecPoint" = { typeOfPostProcessing = 206; }

View File

@ -1,12 +0,0 @@
# (C) Copyright 2005- ECMWF.
# Experimental stuff
transient isAccumulation = 0 ;
transient isEPS = 0 ;
when(isAccumulation and !isEPS)
set productDefinitionTemplateNumber = 8;
when(isAccumulation and isEPS)
set productDefinitionTemplateNumber = 11;

View File

@ -110,6 +110,7 @@ concept gridType {
"lambert_bf" = { gridDefinitionTemplateNumber=63; PLPresent=0; }
"mercator_bf" = { gridDefinitionTemplateNumber=61; PLPresent=0; }
"polar_stereographic_bf" = { gridDefinitionTemplateNumber=62; PLPresent=0; }
"healpix" = { gridDefinitionTemplateNumber=150; PLPresent=0; }
"ncep_32769" = { centre=7; gridDefinitionTemplateNumber=32769; PLPresent=0; }

View File

@ -33,9 +33,11 @@ concept datasetForLocal(unknown) {
"hydro" = {marsClass="ul";} # ULYSSES
"fire" = {marsClass="gw";} # Global Wildfire awareness system
"uerra" = {productionStatusOfProcessedData=8;} # UERRA
"uerra" = {productionStatusOfProcessedData=9;} # UERRA
"uerra" = {productionStatusOfProcessedData=9;}
"uerra" = {productionStatusOfProcessedData=10;} # CARRA/CERRA
"uerra" = {productionStatusOfProcessedData=11;} # CARRA/CERRA
"uerra" = {productionStatusOfProcessedData=11;}
"destine" = {productionStatusOfProcessedData=12;} # Destination Earth
"destine" = {productionStatusOfProcessedData=13;}
"unknown" = { dummy=1; }
}

View File

@ -21,6 +21,7 @@ meta decimalPrecision decimal_precision(bitsPerValue,decimalScaleFactor,changing
alias setDecimalPrecision=changeDecimalPrecision;
meta setBitsPerValue bits_per_value(values,bitsPerValue) : edition_specific;
meta setPackingType packing_type(values, packingType) : edition_specific;
meta getNumberOfValues size(values) : edition_specific,dump ;

View File

@ -206,7 +206,7 @@
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#10 metre wind gust since previous post-processing
#Maximum 10 metre wind gust since previous post-processing
'10fg' = {
discipline = 0 ;
parameterCategory = 2 ;
@ -326,6 +326,12 @@
parameterCategory = 3 ;
parameterNumber = 18 ;
}
#Standard deviation of sub-gridscale orography
'sdor' = {
discipline = 0 ;
parameterCategory = 3 ;
parameterNumber = 20 ;
}
#Anisotropy of sub-gridscale orography
'isor' = {
discipline = 0 ;
@ -2424,6 +2430,14 @@
scaledValueOfFirstFixedSurface = 26315 ;
scaleFactorOfFirstFixedSurface = 2 ;
}
#Total sky direct short-wave (solar) radiation at surface
'fdir' = {
discipline = 0 ;
parameterCategory = 4 ;
parameterNumber = 13 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Surface direct short-wave radiation, clear sky
'cdir' = {
discipline = 0 ;
@ -2432,6 +2446,13 @@
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Cloud base height
'cbh' = {
discipline = 0 ;
parameterCategory = 6 ;
parameterNumber = 11 ;
typeOfFirstFixedSurface = 2 ;
}
#0 degrees C isothermal level (atm)
'deg0l' = {
discipline = 0 ;
@ -2441,7 +2462,7 @@
scaledValueOfFirstFixedSurface = 27315 ;
scaleFactorOfFirstFixedSurface = 2 ;
}
#10 metre wind gust in the last 3 hours
#Maximum 10 metre wind gust in the last 3 hours
'10fg3' = {
discipline = 0 ;
parameterCategory = 2 ;
@ -2523,6 +2544,14 @@
parameterCategory = 3 ;
parameterNumber = 23 ;
}
#Convective available potential energy shear
'capes' = {
discipline = 0 ;
parameterCategory = 7 ;
parameterNumber = 19 ;
typeOfFirstFixedSurface = 1 ;
typeOfSecondFixedSurface = 8 ;
}
#Tropopause pressure
'trpp' = {
discipline = 0 ;
@ -2746,6 +2775,22 @@
is_chemical_srcsink = 1 ;
sourceSinkChemicalPhysicalProcess = 10 ;
}
#Surface short-wave (solar) radiation downward clear-sky
'ssrdc' = {
discipline = 0 ;
parameterCategory = 4 ;
parameterNumber = 52 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Surface long-wave (thermal) radiation downward clear-sky
'strdc' = {
discipline = 0 ;
parameterCategory = 5 ;
parameterNumber = 8 ;
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Convective precipitation
'cp' = {
discipline = 0 ;
@ -2984,7 +3029,7 @@
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Runoff water equivalent
#Runoff water equivalent (surface plus subsurface)
'rowe' = {
discipline = 2 ;
parameterCategory = 0 ;
@ -4086,6 +4131,14 @@
typeOfFirstFixedSurface = 1 ;
typeOfStatisticalProcessing = 1 ;
}
#Total column integrated ozone
'tcioz' = {
discipline = 0 ;
parameterCategory = 14 ;
parameterNumber = 2 ;
typeOfFirstFixedSurface = 1 ;
typeOfSecondFixedSurface = 8 ;
}
#2 metre relative humidity
'2r' = {
discipline = 0 ;
@ -4433,6 +4486,18 @@
parameterCategory = 1 ;
parameterNumber = 15 ;
}
#Cloudy reflectance
'cdrfl' = {
discipline = 3 ;
parameterCategory = 1 ;
parameterNumber = 31 ;
}
#Clear reflectance
'crrfl' = {
discipline = 3 ;
parameterCategory = 1 ;
parameterNumber = 32 ;
}
#Scaled radiance
'~' = {
discipline = 3 ;
@ -4910,8 +4975,8 @@
scaledValueOfSecondFixedSurface = missing() ;
scaleFactorOfSecondFixedSurface = missing() ;
}
#Sea ice temperature
'sitemp' = {
#Vertically averaged sea ice temperature
'vasit' = {
discipline = 10 ;
parameterCategory = 2 ;
parameterNumber = 8 ;
@ -5066,6 +5131,12 @@
scaledValueOfSecondFixedSurface = missing() ;
scaleFactorOfSecondFixedSurface = missing() ;
}
#Sea ice temperature
'sit' = {
discipline = 10 ;
parameterCategory = 2 ;
parameterNumber = 8 ;
}
#Sea surface practical salinity
'sos' = {
discipline = 10 ;
@ -5973,8 +6044,8 @@
scaleFactorOfSecondFixedSurface = missing() ;
typeOfStatisticalProcessing = 0 ;
}
#Time-mean sea ice temperature
'avg_sitemp' = {
#Time-mean vertically averaged sea ice temperature
'avg_vasit' = {
discipline = 10 ;
parameterCategory = 2 ;
parameterNumber = 8 ;
@ -6142,6 +6213,13 @@
scaleFactorOfSecondFixedSurface = missing() ;
typeOfStatisticalProcessing = 0 ;
}
#Time-mean sea ice temperature
'avg_sit' = {
discipline = 10 ;
parameterCategory = 2 ;
parameterNumber = 8 ;
typeOfStatisticalProcessing = 0 ;
}
#Time-mean sea surface practical salinity
'avg_sos' = {
discipline = 10 ;
@ -7543,12 +7621,54 @@
parameterCategory = 0 ;
parameterNumber = 20 ;
}
#10 metre wind speed
'wind' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 40 ;
typeOfFirstFixedSurface = 102 ;
scaledValueOfFirstFixedSurface = 10 ;
scaleFactorOfFirstFixedSurface = 0 ;
}
#Altimeter wave height
'awh' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 37 ;
}
#Altimeter corrected wave height
'acwh' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 38 ;
}
#Altimeter range relative correction
'arrc' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 39 ;
}
#10 metre wind direction
'dwi' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 41 ;
typeOfFirstFixedSurface = 102 ;
scaledValueOfFirstFixedSurface = 10 ;
scaleFactorOfFirstFixedSurface = 0 ;
}
#2D wave spectra (single)
'2dfd' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 86 ;
}
#Wave spectral kurtosis
'wsk' = {
discipline = 10 ;
parameterCategory = 0 ;
parameterNumber = 43 ;
}
#Benjamin-Feir index
'bfi' = {
discipline = 10 ;
@ -8985,12 +9105,6 @@
parameterCategory = 14 ;
parameterNumber = 0 ;
}
#Total column integrated ozone
'tcioz' = {
discipline = 0 ;
parameterCategory = 14 ;
parameterNumber = 2 ;
}
#Base spectrum width
'bswid' = {
discipline = 0 ;

View File

@ -1,11 +1,13 @@
# Code table 4.2 - discipline=0 category=1 for ECMWF
192 192 Snow evaporation rate (kg m-2 s-1)
193 193 Total precipitation (m)
193 193 Total precipitation rate (m s-1)
194 194 Accumulated freezing rain (m)
195 195 Convective precipitation (m)
196 196 Large-scale precipitation (m)
197 197 Snow evaporation (m of water equivalent)
198 198 Snowfall (m of water equivalent)
199 199 Evaporation (m of water equivalent)
200 200 Potential evaporation (m)
195 195 Convective precipitation rate (m s-1)
196 196 Large-scale precipitation rate (m s-1)
197 197 Snow evaporation rate (m of water equivalent s-1)
198 198 Snowfall rate (m of water equivalent s-1)
199 199 Evaporation rate (m of water equivalent s-1)
200 200 Potential evaporation rate (m s-1)
201 201 Convective snowfall rate (m of water equivalent s-1)
202 202 Large-scale snowfall rate (m of water equivalent s-1)
254 254 Snow depth (m of water equivalent)

View File

@ -0,0 +1,2 @@
# Code table 4.2 - discipline=0 category=14 for ECMWF
192 192 Total column ozone

View File

@ -8,9 +8,9 @@
198 198 GPP coefficient from Biogenic Flux Adjustment System
199 199 Rec coefficient from Biogenic Flux Adjustment System
200 200 Surface roughness length for heat (m)
201 201 Water runoff (m)
202 202 Surface runoff (m)
203 203 Snow melt (m of water equivalent)
204 204 Sub-surface runoff (m)
201 201 Water runoff and drainage rate (m s-1)
202 202 Surface runoff rate (m s-1)
203 203 Snow melt rate (m of water equivalent s-1)
204 204 Sub-surface runoff rate (m s-1)
205 205 Skin reservoir content (m of water equivalent)
255 255 Missing

View File

@ -0,0 +1,26 @@
# This file is automatically generated, don't edit!
#
# Table 2.120 contains (additional) scaled metadata
# for single radar volume scans for local use
#
# IMPORTANT "Meaning" must not contain numbers and parentheses, except in the "(unit)"!!!
#
# 2*(Code figure) Meaning
#
0 0 Undetected value
1 1 Missing value
# 2-5 Reserved (for further indicators of special data points)
6 6 Station height above mean sea level - mod (m)
7 7 Station height above mean sea level - true (m)
8 8 Reflectivity calibration constant (dB)
9 9 Reference reflectivity for echo top (dB)
10 10 Extended Nyquist (s-1)
11 11 High Nyquist (s-1)
12 12 Dual PRF ratio (proportion)
13 13 Range gate length (m)
14 14 Number of ranges averaged over (numeric)
15 15 Number of pulses averaged over (numeric)
16 16 ppiStartAzimuth (degree)
17 17 ppiConstantElevation (degree)
255 255 Missing

View File

@ -43,4 +43,8 @@
233 233 Percentage of precipitation in snow (from total prec.)(%)
234 234 Standard deviation of saturation deficit(Numeric)
235 235 Maximum snow height during contiguous accumulating snow period (coupled with snow age)(m)
236 236 Vertically-integrated zonal water flux (kg m-1 s-1)
237 237 Vertically-integrated meridional water flux (kg m-1 s-1)
238 238 Hail diameter (mm)
239 239 Extreme weather index (EWI) of total precipitation rate (kg m-2 s-1)
240 240 Extreme weather index (EWI) of snow precipitation rate (kg m-2 s-1)

View File

@ -6,3 +6,4 @@
196 196 Radar quality information (Proportion)
197 197 Radar blacklist (Numeric)
198 198 Height of radar beam above ground (m)
200 200 Reflectivity (dB)

View File

@ -1,2 +1,3 @@
# This file is automatically generated, don't edit!
192 192 Lightning potential index (J kg-1)
193 193 Lightning Potential Index from convection scheme, modified by convection index (J kg-1)

View File

@ -30,10 +30,15 @@
226 226 Eddy Dissipation Rate Total Col-Max. Upper UIR (<FL450)(m2/3 s-1)
227 227 Eddy dissipitation rate of TKE(m2 s-3)
228 228 Eddy Dissipation Rate Total Col-Max. Lower FIR (< FL165)(m2/3 s-1)
229 229 probability density function of EDP for turbulence greater well defined threshold and model grid box(%)
229 229 probability density function of EDP for turbulence greater well defined threshold and model grid box(%)
230 230 Ellrod and Knapp turbulence index1(s-2)
231 231 Ellrod and Knapp turbulence index2(s-2)
232 232 Divergence trend (scaled divergence tendency needed for CAT_DVI)(s-2)
233 233 Divergence modified turbulence index (Ellrod and Knox)(s-2)
234 234 Sea ice albedo - diffusive solar (0.3 - 5.0 m-6) (%)
235 235 Random pattern for the stochastically perturbed parametrization tendencies (SPPT) scheme at levels without tapering. If multi-scale random patterns are used, RAPA_SPPT is the sum of those. (Numeric)
236 236 Turbulence intensity (Numeric)
240 240 Potential flight distance PFD (gliding) (m)
241 241 Lifting ratio VST (gliding) (m s-1)
242 242 Probability for freezing precipitation/wet snow, TOT_PREC > 15mm, -3 < T_2M < 1 ?C
243 243 Probability for freezing precipitation with wind, TOT_PREC > 3mm, -3 < T_2M < 1 ?C, VMAX_10M > 10 m/s

View File

@ -9,3 +9,5 @@
199 199 Swiss coordinate (west-east) (m)
200 200 Swiss coordinate LV 95 (south-north) (m)
201 201 Swiss coordinate LV 95 (west-east) (m)
202 202 Solar elevation angle (degree)
203 203 Solar azimuth angle (degree)

View File

@ -0,0 +1,9 @@
# This file is automatically generated, dont edit!
192 192 solution of 2-d Helmholtz equations - needed for restart(Numeric)
193 193 Area weights for regular lon-lat grid(Numeric)
194 194 Gauss Boaga Coordinates West to East,East Sector(m)
195 195 Gauss Boaga Coordinates South to North,East Sector(m)
196 196 Gauss Boaga Coordinates West to East, West Sector(m)
197 197 Gauss Boaga Coordinates South to North, West Sector(m)
198 198 Swiss coodinate (south-north)(m)
199 199 Swiss coodinate (west-east)(m)

View File

@ -19,3 +19,6 @@
209 209 V-component of (vertical) wind shear vector between two levels (m s-1)
210 210 Updraft duration(s)
211 211 Updraft mask(Numeric)
212 212 U-component of mean wind (vertical mean over specified layer) (m s-1)
213 213 V-component of mean wind (vertical mean over specified layer) (m s-1)
214 214 Extreme weather index (EWI) of wind speed (gust) (m s-1)

View File

@ -17,3 +17,6 @@
207 207 Wet deposition of number concentration if rain reaches the surface (m-2 s-1)
208 208 Sedimentation of number concentration (m-2 s-1)
209 209 Aerosol backscatter (not attenuated) for given wavelength (m-1 sr-1)
210 210 Volumetric content of constituent in snow (m3 m-3)
211 211 Emission tuning factor for pollen (Numeric)
220 220 Mass median diameter (m)

View File

@ -5,3 +5,6 @@
195 195 3 hour pressure change(Pa-3h)
196 196 Height of -10 degree Celsius isotherm(m)
197 197 Pressure difference between two specific levels (Pa)
198 198 Slope of orography (using average of maximum gradient in different directions) (Numeric)
199 199 Updraught mass flux associated with passive clouds (kg m-2 s-1)
200 200 Updraught mass flux associated with active clouds (kg m-2 s-1)

View File

@ -13,3 +13,6 @@
204 204 Mass density of cloud ice(kg m-3)
205 205 Possible astronomical sunshine duration (s)
206 206 Relative duration of sunshine (DURSUN * 100 / DURSUN_M)(%)
210 210 Number of active clouds per horizontal unit area (m-2)
211 211 Number of passive clouds per horizontal unit area (m-2)
215 215 Cloud cover for use in radiative transfer (modified where large hydrometeors are present) (%)

View File

@ -1,2 +1,5 @@
# This file is automatically generated, don't edit!
192 192 Tidal tendencies (s2 m-2)
193 193 Water table depth (m)
194 194 Soil moisture saturation level (-)
195 195 Ground water runoff rate, aquifer (kg m-3 s-1)

View File

@ -0,0 +1,8 @@
# This file is automatically generated, don't edit!
0 0 Building area fraction (proportion: 0=no building, 1=whole urban area)
1 1 Street canyon aspect (height - width) ratio
2 2 Height of building (m)
3 3 Urban material thermal albedo (%)
4 4 Urban material shortwave (solar) albedo (%)
5 5 Volumetric heat capacity of urban material (capacity x density) (J m-3 K-1)
6 6 Heat conductivity of urban material (W m-1 K-1)

View File

@ -8,3 +8,10 @@
198 198 Covariance of soil moisture content (kg2 m-4)
199 199 Surface emissivity (Numeric)
200 200 Soil moisture index (multilayers) (Numeric)
201 201 Soil water mass flux (sum of conductive and diffusive fluxes) (kg m-2 s-1)
206 206 Number of snow layer (Numeric)
207 207 Height of new snow (without settling)
208 208 Temperature at interface or boundary of snow layers (e.g. in a multi-level/layer snow model) (K)
209 209 Volumetric ice content of snow layer (m3 m-3)
210 210 Volumetric water content of snow layer (m3 m-3)
211 211 Volumetric air content of snow layer (m3 m-3)

View File

@ -1,4 +1,4 @@
# This file is automatically generated, dont edit!
# This file is automatically generated, don't edit!
1 1 Downward long-wave radiation flux at surface based on T_2M(W m-2 )
2 2 Downward long-wave radiation flux at surface based on T_G(W m-2 )
3 3 Downward long-wave radiation flux at surface based on T_SO(0)(W m-2 )

View File

@ -0,0 +1,4 @@
# Code table 4.230 - Atmospheric chemical constituent type
63000 63000 Ice in ambient (a composite of different constituents)
63001 63001 Air in ambient (a composite of different constituents)

View File

@ -1,3 +1,4 @@
# This file is automatically generated, don't edit!
192 192 bias corrected ensemble forecast
193 193 calibrated forecast
194 194 calibrated ensemble f.
@ -6,12 +7,17 @@
197 197 smoothed forecast
198 198 smoothed and calibrated forecast
199 199 probability forecast derived by neighbourhood method
201 201 diff. analysis - first guess
200 200 diff. init. analysis - analysis*
201 201 diff. analysis - first guess
202 202 nudging
203 203 nudgecast
204 204 product derived by statistical model
205 205 deterministic forecast on ensemble mean(DOM)
206 206 time filtered bias
207 207 Time-filtered assimilation increment
208 208 Time-filtered assimilation increment, weighted with cos(2pi loc.time/day)
220 220 postprocessing
221 221 Stochastic model of the model error
225 225 EMVORADO
226 226 Dual Pol Doppler Radar
255 255 Missing

View File

@ -3,7 +3,8 @@
192 ML ML start level of mixed layer parcel(CAPE/CIN)
193 MU MU start level of most unstable parcel(CAPE/CIN)
194 LFC Level of free convection
#195-198 reserved
#195-197 reserved
198 radarElev radarElev Radar antenna elevation angle (degree)
199 radarElevComposite radarElevComposite radarElevComposite
#200 reserved
201 hor Surface: horizontal plane

View File

@ -11,12 +11,12 @@
011 icXla icXla (ICON LAM)
012 icXln icXln (ICON LAM nest)
013 icXls icXls (ICON LAM sub-nest)
014 dwd dwd (reserved ICON DWD)
015 dwd dwd (reserved ICON DWD)
016 dwd dwd (reserved ICON DWD)
017 dwd dwd (reserved ICON DWD)
018 dwd dwd (reserved ICON DWD)
019 dwd dwd (reserved ICON DWD)
014 icXls2 icXls2 (ICON LAM sub-nest 2)
015 icXls3 icXls3 (ICON LAM sub-nest 3)
016 rucXla rucXla (ICON LAM RUC)
017 rucXln rucXln (ICON LAM RUC nest)
018 rucXls rucXls (ICON LAM RUC sub-nest)
019 rucXls2 rucXls2 (ICON LAM RUC sub-nest 2)
020 icX1b icX1b (ICON Bw 1)
021 bw bw (reserved ICON Bw)
022 bw bw (reserved ICON Bw)

View File

@ -6,13 +6,13 @@ include "grib2/template.3.shape_of_the_earth.def";
constant isGridded = one;
unsigned[4] Ni : dump;
alias numberOfPointsAlongAParallel=Ni;
alias numberOfPointsAlongAParallel = Ni;
alias Nx = Ni;
alias numberOfPointsAlongXAxis = Ni;
alias geography.Ni=Ni;
unsigned[4] Nj : dump;
alias numberOfPointsAlongAMeridian=Nj;
alias numberOfPointsAlongAMeridian = Nj;
alias Ny = Nj;
alias numberOfPointsAlongYAxis = Nj;
alias geography.Nj=Nj;

View File

@ -7,14 +7,17 @@ constant isGridded = one;
# Nx - number of points along X-axis
unsigned[4] numberOfPointsAlongXAxis : dump;
alias Nx = numberOfPointsAlongXAxis;
alias numberOfPointsAlongAParallel = Nx;
alias Ni = Nx;
# Ny - number of points along Y-axis
unsigned[4] numberOfPointsAlongYAxis : dump;
alias Ny = numberOfPointsAlongYAxis;
# La1 - latitude of tangency point
# (centre of grid)
alias numberOfPointsAlongAMeridian = Ny;
alias Nj = Ny;
# La1 - latitude of tangency point (centre of grid)
signed[4] latitudeOfTangencyPoint : dump;
alias La1 = latitudeOfTangencyPoint;
@ -22,6 +25,7 @@ alias La1 = latitudeOfTangencyPoint;
unsigned[4] longitudeOfTangencyPoint : dump;
alias Lo1 = longitudeOfTangencyPoint;
# Resolution and component flag
flags[1] resolutionAndComponentFlags 'grib2/tables/[tablesVersion]/3.3.table' : dump;

View File

@ -6,13 +6,15 @@ include "grib2/template.3.shape_of_the_earth.def";
constant isGridded = one;
unsigned[4] Ni : dump;
alias numberOfPointsAlongAParallel=Ni;
alias numberOfPointsAlongAParallel = Ni;
alias Nx = Ni;
alias numberOfPointsAlongXAxis = Ni;
alias geography.Ni=Ni;
unsigned[4] Nj : dump;
alias numberOfPointsAlongAMeridian=Nj;
alias Ny = Nj ;
alias numberOfPointsAlongAMeridian = Nj;
alias Ny = Nj;
alias numberOfPointsAlongYAxis = Nj;
alias geography.Nj=Nj;
# LaR - geographic latitude of reference point

View File

@ -7,24 +7,25 @@ constant isGridded = one;
# Nx - number of points along X-axis
unsigned[4] numberOfPointsAlongXAxis : dump;
alias Nx = numberOfPointsAlongXAxis;
alias Ni = Nx;
alias Nx = numberOfPointsAlongXAxis;
alias Ni = Nx;
# Ny - number of points along Y-axis
unsigned[4] numberOfPointsAlongYAxis : dump;
alias Ny = numberOfPointsAlongYAxis;
alias Nj = Ny;
alias Ny = numberOfPointsAlongYAxis;
alias numberOfPointsAlongAMeridian = Ny;
alias Nj = Ny;
# La1 - latitude of first grid point
signed[4] latitudeOfFirstGridPoint: edition_specific;
alias La1 = latitudeOfFirstGridPoint;
alias La1 = latitudeOfFirstGridPoint;
meta geography.latitudeOfFirstGridPointInDegrees scale(latitudeOfFirstGridPoint,
one,grib2divider,truncateDegrees) : dump;
#meta latitudeOfFirstGridPointInMicrodegrees times(latitudeOfFirstGridPoint,mAngleMultiplier,angleDivisor): no_copy;
# Lo1 - longitude of first grid point
signed[4] longitudeOfFirstGridPoint: edition_specific ;
alias La1 = longitudeOfFirstGridPoint;
alias La1 = longitudeOfFirstGridPoint;
meta geography.longitudeOfFirstGridPointInDegrees scale(longitudeOfFirstGridPoint,
one,grib2divider,truncateDegrees) : dump;
#meta longitudeOfFirstGridPointInMicrodegrees times(longitudeOfFirstGridPoint,mAngleMultiplier,angleDivisor) : no_copy;

View File

@ -0,0 +1,7 @@
# TEMPLATE 3.150 - The HEALPix grid
# See https://healpix.jpl.nasa.gov/pdf/intro.pdf
include "grib2/template.3.shape_of_the_earth.def";
include "grib2/template.3.resolution_flags.def";
include "grib2/template.3.healpix.def";

Some files were not shown because too many files have changed in this diff Show More