Fix spelling of 'centre'

This commit is contained in:
Shahram Najm 2013-06-24 17:39:33 +01:00
parent 25be970213
commit 1070ec6203
13 changed files with 23 additions and 23 deletions

View File

@ -1 +1 @@
# Code table 0: Identification of centers
# Code table 0: Identification of centres

View File

@ -1,4 +1,4 @@
# Code table 0: Identification of centers
# Code table 0: Identification of centres
0 0 Absent
1 ammc Melbourne (WMC)
2 2 Melbourne (WMC)

View File

@ -32,7 +32,7 @@ signed[4] latitudeOfIcosahedronPole : dump ;
# Longitude of the pole point of the icosahedron on the sphere
unsigned[4] longitudeOfIcosahedronPole : dump ;
# Longitude of the center line of the first diamond of the icosahedron on the sphere
# Longitude of the centre line of the first diamond of the icosahedron on the sphere
unsigned[4] longitudeOfFirstDiamondCenterLine : dump ;
# Reserved

View File

@ -54,7 +54,7 @@ constant latitudeWhereDxAndDyAreSpecifiedInDegrees=60;
constant LaDInDegrees=60;
alias geography.LaDInDegrees=LaDInDegrees;
# Projection center flag
# Projection centre flag
unsigned[1] projectionCentreFlag : dump ;
alias projectionCenterFlag=projectionCentreFlag;

View File

@ -27,7 +27,7 @@ alias gribTablesVersionNo=table2Version;
#assert(section1Length > 5);
# Identification of originating/generating center
# Identification of originating/generating centre
codetable[1] centre 'grib1/0.table' : dump,string_type;
alias identificationOfOriginatingGeneratingCentre=centre;
meta centreDescription codetable_title(centre);
@ -37,7 +37,7 @@ alias originatingCentre=centre;
alias ls.centre = centre;
# Generating process identification number
# (allocated by originating center)
# (allocated by originating centre)
unsigned[1] generatingProcessIdentifier : dump ;
alias generatingProcessIdentificationNumber=generatingProcessIdentifier;
alias process=generatingProcessIdentifier;
@ -313,7 +313,7 @@ if(((section1Length > 40) or new() or setLocalDefinition> 0) and deleteLocalDefi
else
{
if ( !new() || setLocalDefinition ) {
# Other centers
# Other centres
pad reservedNeedNotBePresent(12);
template_nofail localDefinition "grib1/local.[centre:l].def";

View File

@ -1,4 +1,4 @@
# Code table 2.0: Identification of centers for local section 2
# Code table 2.0: Identification of centres for local section 2
0 0 Absent
1 ammc Melbourne (WMC)
2 2 Melbourne (WMC)

View File

@ -2770,15 +2770,15 @@
parameterCategory = 19 ;
parameterNumber = 18 ;
}
#center latitude
'center latitude' = {
#centre latitude
'centre latitude' = {
discipline = 0 ;
parameterCategory = 191 ;
parameterNumber = 1 ;
numberOfGridInReference = 1 ;
}
#center longitude
'center longitude' = {
#centre longitude
'centre longitude' = {
discipline = 0 ;
parameterCategory = 191 ;
parameterNumber = 2 ;

View File

@ -2770,14 +2770,14 @@
parameterCategory = 19 ;
parameterNumber = 18 ;
}
#center latitude
#centre latitude
'502309' = {
discipline = 0 ;
parameterCategory = 191 ;
parameterNumber = 1 ;
numberOfGridInReference = 1 ;
}
#center longitude
#centre longitude
'502310' = {
discipline = 0 ;
parameterCategory = 191 ;

View File

@ -2770,14 +2770,14 @@
parameterCategory = 19 ;
parameterNumber = 18 ;
}
#center latitude
#centre latitude
'CLAT' = {
discipline = 0 ;
parameterCategory = 191 ;
parameterNumber = 1 ;
numberOfGridInReference = 1 ;
}
#center longitude
#centre longitude
'CLON' = {
discipline = 0 ;
parameterCategory = 191 ;

View File

@ -2770,14 +2770,14 @@
parameterCategory = 19 ;
parameterNumber = 18 ;
}
#center latitude
#centre latitude
'deg N' = {
discipline = 0 ;
parameterCategory = 191 ;
parameterNumber = 1 ;
numberOfGridInReference = 1 ;
}
#center longitude
#centre longitude
'deg E' = {
discipline = 0 ;
parameterCategory = 191 ;

View File

@ -30,7 +30,7 @@ signed[4] latitudeOfThePolePoint : dump ;
unsigned[4] longitudeOfThePolePoint : dump ;
meta longitudeOfThePolePointInDegrees g2lon(longitudeOfThePolePoint);
# Longitude of the center line of the first diamond of the icosahedron on the sphere
# Longitude of the centre line of the first diamond of the icosahedron on the sphere
unsigned[4] longitudeOfFirstDiamondCenterLine : dump ;
meta longitudeOfFirstDiamondCenterLineInDegrees g2lon(longitudeOfFirstDiamondCenterLine);

View File

@ -20,7 +20,7 @@ unsigned[4] numberOfPointsAlongYAxis : dump ;
alias Ny = numberOfPointsAlongYAxis;
# La1 - latitude of tangency point
# (center of grid)
# (centre of grid)
signed[4] latitudeOfTangencyPoint : dump ;
alias La1 = latitudeOfTangencyPoint;
@ -37,7 +37,7 @@ unsigned[4] Dx : dump ;
# Dy - Y-direction grid length in units of 10 -3 m as measured at the point of the axis
unsigned[4] Dy : dump ;
# Projection center flag
# Projection centre flag
unsigned[1] projectionCenterFlag : dump ;
include "template.3.scanning_mode.def";

View File

@ -16,14 +16,14 @@ alias Nb = numberOfDataBinsAlongRadials;
unsigned[4] numberOfRadials ;
alias Nr = numberOfRadials;
# La1 - latitude of center point
# La1 - latitude of centre point
signed[4] latitudeOfCenterPoint ;
alias La1 = latitudeOfCenterPoint;
meta geography.latitudeOfCenterPointInDegrees
scale(latitudeOfCenterPoint,one,grib2divider,truncateDegrees) : dump;
alias La1InDegrees=latitudeOfCenterPointInDegrees;
# Lo1 - longitude of center point
# Lo1 - longitude of centre point
unsigned[4] longitudeOfCenterPoint ;
alias Lo1 = longitudeOfCenterPoint;
meta geography.longitudeOfCenterPointInDegrees