Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Se era5 v2 pp #15

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
95a3cd4
era5 post processing .. In era5-post-processing-general-info.xml a fi…
SabineEmbacher Feb 26, 2024
a8d8c0b
validate z dimension if z dimension name is set
SabineEmbacher Feb 26, 2024
7085ea0
change v-number
SabineEmbacher Feb 28, 2024
7ce79a5
code layout
SabineEmbacher Mar 4, 2024
d4aaa8a
corrected script selection for synchronous processing
TomBlock Mar 1, 2024
ede3b2b
Can now also handle satellite longitude data which not fits the range…
SabineEmbacher Mar 15, 2024
1e2e98a
Echo output renaming in post_processing_run.sh
SabineEmbacher Apr 8, 2024
b864fac
Python workflow adaptation of workflow.py so that it can also run on …
SabineEmbacher Apr 8, 2024
696c7b7
Easier calculation of the longitude index for era5 data.
SabineEmbacher Apr 8, 2024
2d77f59
Extract method scale
SabineEmbacher Apr 10, 2024
1f45fd5
Fix wrong order of the four era5 interpolation corner points
SabineEmbacher Apr 10, 2024
3b57346
Remove creation of rectangles for InterpolationContext and remove fie…
SabineEmbacher Apr 10, 2024
8fb26f4
little clean up
SabineEmbacher Apr 10, 2024
ccf4611
era5 post processing .. In era5-post-processing-general-info.xml a fi…
SabineEmbacher Feb 26, 2024
9486be0
validate z dimension if z dimension name is set
SabineEmbacher Feb 26, 2024
603ec19
change v-number
SabineEmbacher Feb 28, 2024
ec03acc
code layout
SabineEmbacher Mar 4, 2024
2a445a5
Can now also handle satellite longitude data which not fits the range…
SabineEmbacher Mar 15, 2024
1015f10
Echo output renaming in post_processing_run.sh
SabineEmbacher Apr 8, 2024
c5c60b3
Python workflow adaptation of workflow.py so that it can also run on …
SabineEmbacher Apr 8, 2024
dbf5b32
Easier calculation of the longitude index for era5 data.
SabineEmbacher Apr 8, 2024
205e904
Extract method scale
SabineEmbacher Apr 10, 2024
217e812
Fix wrong order of the four era5 interpolation corner points
SabineEmbacher Apr 10, 2024
e621cd3
Remove creation of rectangles for InterpolationContext and remove fie…
SabineEmbacher Apr 10, 2024
61f4e15
little clean up
SabineEmbacher Apr 10, 2024
724fdfe
Simplified code for reading the longitude beyond the edge.
SabineEmbacher Apr 11, 2024
2a9b934
Merge remote-tracking branch 'origin/se_era5_v2_pp' into se_era5_v2_pp
SabineEmbacher Apr 11, 2024
40d49f2
Manual update
SabineEmbacher Apr 11, 2024
5dbcc60
windsat-coriolis problem in compute distance to land post processing …
SabineEmbacher Apr 11, 2024
2323dce
windsat-coriolis problem in compute distance to land post processing …
SabineEmbacher Apr 12, 2024
e1aae24
windsat-coriolis problem in compute distance to land post processing …
SabineEmbacher Apr 12, 2024
02b068a
Merge remote-tracking branch 'origin/se_era5_v2_pp' into se_era5_v2_pp
SabineEmbacher Apr 12, 2024
53b661c
Prevent very very long loops with large positive and negative numbers.
SabineEmbacher Apr 15, 2024
769ae67
Prevent very very long loops with large positive and negative numbers.
SabineEmbacher Apr 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change v-number
  • Loading branch information
SabineEmbacher committed Feb 28, 2024
commit 7085ea0fdc74c94d8d0e6935fcbd8762d448c741
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Updates from version 1.5.8 to 1.5.9
### Updates from version 1.5.8 to 1.6.0
* era5 post processing .. In era5-post-processing-general-info.xml a fill value per
variable can be defined.
* era5 post processing .. can now load generalized information from an optional
Expand Down
2 changes: 1 addition & 1 deletion cems/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>fiduceo-master</artifactId>
<groupId>com.bc.fiduceo</groupId>
<version>1.5.9-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fiduceo-master</artifactId>
<groupId>com.bc.fiduceo</groupId>
<version>1.5.9-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void testInvalidCommandLine() throws ParseException {
psE.flush();

assertEquals("", out.toString());
assertEquals("db-maintenance-tool version 1.5.9-SNAPSHOT" + ls +
assertEquals("db-maintenance-tool version 1.6.0-SNAPSHOT" + ls +
ls +
"usage: db_maintenance <options>" + ls +
"Valid options are:" + ls +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void testPrintUsageTo() {

tool.printUsageTo(stream);

assertEquals("db-maintenance-tool version 1.5.9-SNAPSHOT" + ls +
assertEquals("db-maintenance-tool version 1.6.0-SNAPSHOT" + ls +
ls +
"usage: db_maintenance <options>" + ls +
"Valid options are:" + ls +
Expand Down
2 changes: 1 addition & 1 deletion core/src/test/java/com/bc/fiduceo/qc/MmdQCToolTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public void testPrintUsageTo() {

MmdQCTool.printUsageTo(outputStream);

assertEquals("mmd-qc-tool version 1.5.9-SNAPSHOT" + ls +
assertEquals("mmd-qc-tool version 1.6.0-SNAPSHOT" + ls +
ls +
"usage: mmd-qc-tool <options>" + ls +
"Valid options are:" + ls +
Expand Down
2 changes: 1 addition & 1 deletion google-s2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.bc.fiduceo</groupId>
<artifactId>google-s2</artifactId>
<version>1.5.9-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ingestion-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>fiduceo-master</artifactId>
<groupId>com.bc.fiduceo</groupId>
<version>1.5.9-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void testPrintUsageTo() {

ingestionTool.printUsageTo(outputStream);

assertEquals("ingestion-tool version 1.5.9-SNAPSHOT" + ls +
assertEquals("ingestion-tool version 1.6.0-SNAPSHOT" + ls +
ls +
"usage: ingestion-tool <options>" + ls +
"Valid options are:" + ls +
Expand Down
2 changes: 1 addition & 1 deletion matchup-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>fiduceo-master</artifactId>
<groupId>com.bc.fiduceo</groupId>
<version>1.5.9-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
public class MatchupToolIntegrationTest {

private final String ls = System.lineSeparator();
private final String expectedPrintUsage = "matchup-tool version 1.5.9-SNAPSHOT" + ls +
private final String expectedPrintUsage = "matchup-tool version 1.6.0-SNAPSHOT" + ls +
ls +
"usage: matchup-tool <options>" + ls +
"Valid options are:" + ls +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void testPrintUsageTo() {

matchupTool.printUsageTo(outputStream);

assertEquals("matchup-tool version 1.5.9-SNAPSHOT" + ls +
assertEquals("matchup-tool version 1.6.0-SNAPSHOT" + ls +
ls +
"usage: matchup-tool <options>" + ls +
"Valid options are:" + ls +
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<groupId>com.bc.fiduceo</groupId>
<artifactId>fiduceo-master</artifactId>
<packaging>pom</packaging>
<version>1.5.9-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>

<properties>
<mms.version>1.5.9-SNAPSHOT</mms.version>
<mms.version>1.6.0-SNAPSHOT</mms.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion post-processing-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>fiduceo-master</artifactId>
<groupId>com.bc.fiduceo</groupId>
<version>1.5.9-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void testPrintUsage() {
PostProcessingTool.printUsageTo(out);

final String ls = System.lineSeparator();
final String expected = "post-processing-tool version 1.5.9-SNAPSHOT" + ls +
final String expected = "post-processing-tool version 1.6.0-SNAPSHOT" + ls +
"" + ls +
"usage: post-processing-tool <options>" + ls +
"Valid options are:" + ls +
Expand Down