diff --git a/daint.cscs.ch/direct/codes/flexpart_meteo.yaml b/daint.cscs.ch/direct/codes/flexpart_meteo.yaml new file mode 100644 index 0000000..0e0c090 --- /dev/null +++ b/daint.cscs.ch/direct/codes/flexpart_meteo.yaml @@ -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 \ No newline at end of file diff --git a/daint.cscs.ch/direct/computer-setup.yaml b/daint.cscs.ch/direct/computer-setup.yaml new file mode 100644 index 0000000..ee33df9 --- /dev/null +++ b/daint.cscs.ch/direct/computer-setup.yaml @@ -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: "" \ No newline at end of file