Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PET
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ch1187
plugins4freva
PET
Merge requests
!3
Generalization
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Generalization
generalization
into
plugin_template
Overview
36
Commits
80
Pipelines
32
Changes
18
Merged
Bianca Wentzel
requested to merge
generalization
into
plugin_template
4 months ago
Overview
31
Commits
80
Pipelines
32
Changes
1
Expand
Changes:
Adapted plugin to work with CMORized data retrieved from the databrowser
Input parameters now retrieved from JSON file
Added regional selection and changed selection of time covering dates
Adapted test data, production and functional tests
Added additional logs/output
Refactored some code to follow DRY and for better readability
@k202187
Could you please have a look?
0
0
Merge request reports
Compare
version 3
version 30
53c428d0
3 months ago
version 29
d36172e6
3 months ago
version 28
391a9d7c
3 months ago
version 27
b85e4b7f
3 months ago
version 26
df4b13f4
3 months ago
version 25
17364eae
3 months ago
version 24
d4567f78
3 months ago
version 23
b08f004d
3 months ago
version 22
903d8c41
3 months ago
version 21
562b7326
3 months ago
version 20
0852654a
3 months ago
version 19
3007e71a
3 months ago
version 18
ed5320d6
3 months ago
version 17
1a3506c5
3 months ago
version 16
20fb7ace
3 months ago
version 15
c4f0cf98
3 months ago
version 14
f0c2bb0c
3 months ago
version 13
32454b09
3 months ago
version 12
41654f4d
3 months ago
version 11
51824b13
3 months ago
version 10
86e27a90
3 months ago
version 9
188e26eb
3 months ago
version 8
52508e42
3 months ago
version 7
971830eb
3 months ago
version 6
15660db7
3 months ago
version 5
448db54c
3 months ago
version 4
09d03bd8
3 months ago
version 3
40057b37
3 months ago
version 2
939cad4c
3 months ago
version 1
b3044a9c
4 months ago
plugin_template (base)
and
version 4
latest version
3afb2038
80 commits,
3 months ago
version 30
53c428d0
79 commits,
3 months ago
version 29
d36172e6
78 commits,
3 months ago
version 28
391a9d7c
77 commits,
3 months ago
version 27
b85e4b7f
76 commits,
3 months ago
version 26
df4b13f4
75 commits,
3 months ago
version 25
17364eae
74 commits,
3 months ago
version 24
d4567f78
73 commits,
3 months ago
version 23
b08f004d
72 commits,
3 months ago
version 22
903d8c41
71 commits,
3 months ago
version 21
562b7326
70 commits,
3 months ago
version 20
0852654a
69 commits,
3 months ago
version 19
3007e71a
68 commits,
3 months ago
version 18
ed5320d6
67 commits,
3 months ago
version 17
1a3506c5
66 commits,
3 months ago
version 16
20fb7ace
65 commits,
3 months ago
version 15
c4f0cf98
64 commits,
3 months ago
version 14
f0c2bb0c
63 commits,
3 months ago
version 13
32454b09
62 commits,
3 months ago
version 12
41654f4d
61 commits,
3 months ago
version 11
51824b13
60 commits,
3 months ago
version 10
86e27a90
59 commits,
3 months ago
version 9
188e26eb
58 commits,
3 months ago
version 8
52508e42
57 commits,
3 months ago
version 7
971830eb
56 commits,
3 months ago
version 6
15660db7
53 commits,
3 months ago
version 5
448db54c
52 commits,
3 months ago
version 4
09d03bd8
51 commits,
3 months ago
version 3
40057b37
50 commits,
3 months ago
version 2
939cad4c
49 commits,
3 months ago
version 1
b3044a9c
48 commits,
4 months ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
1
Options
@@ -35,7 +35,7 @@ cache:
# configure the freva plugin
-
export EVALUATION_SYSTEM_CONFIG_FILE=$CI_PROJECT_DIR/plugin_env/freva/evaluation_system.conf
-
export EVALUATION_SYSTEM_CONFIG_DIR=$CI_PROJECT_DIR/plugin_env/freva/
-
wget https://gitlab.dkrz.de/freva/metadata-crawler-source/-/
jobs/537101/artifacts/file/data-crawler-2024.12.11
-O data-crawler
-
wget https://gitlab.dkrz.de/freva/metadata-crawler-source/-/
package_files/923/download
-O data-crawler
-
chmod +x data-crawler
func-test
:
Loading