Skip to content

Commit fc13b35

Browse files
committed
Merge branch 'develop' into feature/ECC-1620_sub-hourly
2 parents ef57ad4 + 2d128f5 commit fc13b35

27 files changed

+2790
-180
lines changed

definitions/grib1/localConcepts/ecmf/cfVarName.def

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,12 +1054,12 @@
10541054
table2Version = 128 ;
10551055
indicatorOfParameter = 148 ;
10561056
}
1057-
#Surface net radiation
1057+
#Surface net radiation (SW and LW)
10581058
'snr' = {
10591059
table2Version = 128 ;
10601060
indicatorOfParameter = 149 ;
10611061
}
1062-
#Top net radiation
1062+
#Top net radiation (SW and LW)
10631063
'tnr' = {
10641064
table2Version = 128 ;
10651065
indicatorOfParameter = 150 ;
@@ -15024,7 +15024,7 @@
1502415024
table2Version = 172 ;
1502515025
indicatorOfParameter = 147 ;
1502615026
}
15027-
#Mean surface net radiation flux
15027+
#Time-mean surface net radiation flux (SW and LW)
1502815028
'msnrf' = {
1502915029
table2Version = 172 ;
1503015030
indicatorOfParameter = 149 ;

definitions/grib1/localConcepts/ecmf/name.def

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,13 +1054,13 @@
10541054
table2Version = 128 ;
10551055
indicatorOfParameter = 148 ;
10561056
}
1057-
#Surface net radiation
1058-
'Surface net radiation' = {
1057+
#Surface net radiation (SW and LW)
1058+
'Surface net radiation (SW and LW)' = {
10591059
table2Version = 128 ;
10601060
indicatorOfParameter = 149 ;
10611061
}
1062-
#Top net radiation
1063-
'Top net radiation' = {
1062+
#Top net radiation (SW and LW)
1063+
'Top net radiation (SW and LW)' = {
10641064
table2Version = 128 ;
10651065
indicatorOfParameter = 150 ;
10661066
}
@@ -15024,8 +15024,8 @@
1502415024
table2Version = 172 ;
1502515025
indicatorOfParameter = 147 ;
1502615026
}
15027-
#Mean surface net radiation flux
15028-
'Mean surface net radiation flux' = {
15027+
#Time-mean surface net radiation flux (SW and LW)
15028+
'Time-mean surface net radiation flux (SW and LW)' = {
1502915029
table2Version = 172 ;
1503015030
indicatorOfParameter = 149 ;
1503115031
}

definitions/grib1/localConcepts/ecmf/paramId.def

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,12 +1054,12 @@
10541054
table2Version = 128 ;
10551055
indicatorOfParameter = 148 ;
10561056
}
1057-
#Surface net radiation
1057+
#Surface net radiation (SW and LW)
10581058
'149' = {
10591059
table2Version = 128 ;
10601060
indicatorOfParameter = 149 ;
10611061
}
1062-
#Top net radiation
1062+
#Top net radiation (SW and LW)
10631063
'150' = {
10641064
table2Version = 128 ;
10651065
indicatorOfParameter = 150 ;
@@ -15024,7 +15024,7 @@
1502415024
table2Version = 172 ;
1502515025
indicatorOfParameter = 147 ;
1502615026
}
15027-
#Mean surface net radiation flux
15027+
#Time-mean surface net radiation flux (SW and LW)
1502815028
'172149' = {
1502915029
table2Version = 172 ;
1503015030
indicatorOfParameter = 149 ;

definitions/grib1/localConcepts/ecmf/shortName.def

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,12 +1054,12 @@
10541054
table2Version = 128 ;
10551055
indicatorOfParameter = 148 ;
10561056
}
1057-
#Surface net radiation
1057+
#Surface net radiation (SW and LW)
10581058
'snr' = {
10591059
table2Version = 128 ;
10601060
indicatorOfParameter = 149 ;
10611061
}
1062-
#Top net radiation
1062+
#Top net radiation (SW and LW)
10631063
'tnr' = {
10641064
table2Version = 128 ;
10651065
indicatorOfParameter = 150 ;
@@ -15024,7 +15024,7 @@
1502415024
table2Version = 172 ;
1502515025
indicatorOfParameter = 147 ;
1502615026
}
15027-
#Mean surface net radiation flux
15027+
#Time-mean surface net radiation flux (SW and LW)
1502815028
'msnrf' = {
1502915029
table2Version = 172 ;
1503015030
indicatorOfParameter = 149 ;

definitions/grib1/localConcepts/ecmf/units.def

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@
665665
indicatorOfParameter = 123 ;
666666
}
667667
#Surface emissivity
668-
'dimensionless' = {
668+
'Proportion' = {
669669
table2Version = 128 ;
670670
indicatorOfParameter = 124 ;
671671
}
@@ -1054,12 +1054,12 @@
10541054
table2Version = 128 ;
10551055
indicatorOfParameter = 148 ;
10561056
}
1057-
#Surface net radiation
1057+
#Surface net radiation (SW and LW)
10581058
'J m**-2' = {
10591059
table2Version = 128 ;
10601060
indicatorOfParameter = 149 ;
10611061
}
1062-
#Top net radiation
1062+
#Top net radiation (SW and LW)
10631063
'J m**-2' = {
10641064
table2Version = 128 ;
10651065
indicatorOfParameter = 150 ;
@@ -15024,7 +15024,7 @@
1502415024
table2Version = 172 ;
1502515025
indicatorOfParameter = 147 ;
1502615026
}
15027-
#Mean surface net radiation flux
15027+
#Time-mean surface net radiation flux (SW and LW)
1502815028
'W m**-2' = {
1502915029
table2Version = 172 ;
1503015030
indicatorOfParameter = 149 ;

0 commit comments

Comments
 (0)