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

Direct codes #20

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
25 changes: 25 additions & 0 deletions daint.cscs.ch/direct/codes/flexpart_meteo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
label: check-{{model}}-data
description: ''
default_calc_job_plugin: core.shells
filepath_executable: '/users/lfernand/flexpart_processing_chain/scripts/check_{{model}}_data.bash'
prepend_text: |
module load daint-mc
module switch PrgEnv-cray PrgEnv-gnu
module switch gcc/11.2.0 gcc/9.3.0
module load cray-netcdf
module use /store/empa/em05/shenne/easybuild/modules/all
module load ecCodes/2.19.0-CrayGNU-21.09
export ECCODES_DEFINITION_PATH=$HOME/resources/eccodes_definitions_cosmo
export GRIB_API=/store/empa/em05/shenne/easybuild/software/ecCodes/2.19.0-CrayGNU-21.09
export NETCDF=/opt/cray/pe/netcdf/4.7.4.0/GNU/8.2
append_text: ""

metadata:
template_variables:
model:
key_display: Model
type: list
options:
- cosmo
- ifs
11 changes: 11 additions & 0 deletions daint.cscs.ch/direct/computer-setup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
label: daint-direct-106
hostname: daint106.cscs.ch
description: Piz Daint supercomputer at CSCS Lugano, Switzerland, using the hybrid partition.
transport: core.ssh
scheduler: core.direct
shebang: '#!/bin/bash -l'
mpiprocs_per_machine: 72
work_dir: /scratch/snx3000/{username}/aiida/
mpirun_command: srun -n {tot_num_mpiprocs}
prepend_text: ""