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
1
Merged
Bianca Wentzel
requested to merge
generalization
into
plugin_template
4 months ago
Overview
18
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
Viewing commit
40057b37
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
40057b37
Using newest version of data crawler
· 40057b37
Bianca Wentzel
authored
3 months ago
.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://
swift
.dkrz.de/
v1/dkrz_6681fd49-d4e5-44f6-bf39-307a187ed22e/data-craw
le
r
/data-crawler-
linux64
-O data-crawler
-
wget https://
gitlab
.dkrz.de/
freva/metadata-crawler-source/-/jobs/537101/artifacts/fi
le/data-crawler-
2024.12.11
-O data-crawler
-
chmod +x data-crawler
func-test
:
@@ -78,7+78,7 @@
SCHEDULER_PARAMETERS
:
"
--account=$ACCOUNT
--partition=shared
--mem=16G"
script
:
-
module load clint regiklim-ces
-
source /etc/profile.d/modules.sh
-
module use /sw/spack-levante/spack/modules
-
module load cdo/2.2.2-gcc-11.2.0 nco/5.0.6-gcc-11.2.0
-
export EVALUATION_SYSTEM_PLUGINS=$CI_PROJECT_DIR,pet-wrapper-api
Loading