-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
103 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
label: 'post-processing' | ||
description: '' | ||
default_calc_job_plugin: flexpart.post | ||
filepath_executable: '/users/shenne/progs/Rflexpart/exec/FLEXPART.totalFootprint.only.R' | ||
computer: daint | ||
prepend_text: | | ||
#SBATCH --job-name=Rpost | ||
#SBATCH --partition=prepost | ||
#SBATCH --nodes=1 | ||
#SBATCH --ntasks-per-core=2 | ||
#SBATCH --ntasks-per-node=1 | ||
#SBATCH --cpus-per-task=72 | ||
#SBATCH --time=00:30:00 | ||
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 | ||
module load cray-R/3.6.3.1 | ||
export R_LIBS=/users/shenne/R/x86_64-suse-linux-gnu-library/3.6 | ||
append_text: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,45 @@ | ||
TEST_32: | ||
longitude_of_lower_left_corner: 0007.2480 | ||
latitude_of_lower_left_corner: 0047.0536 | ||
longitude_of_upper_right_corner: 0007.2480 | ||
latitude_of_upper_right_corner: 0047.0536 | ||
lower_z_level: 00032.000 | ||
upper_z_level: 00032.000 | ||
level_type: 1 # 1 for m above ground, 2 for m above sea level | ||
TEST_200: | ||
longitude_of_lower_left_corner: 0007.2480 | ||
latitude_of_lower_left_corner: 0047.0536 | ||
longitude_of_upper_right_corner: 0007.2480 | ||
latitude_of_upper_right_corner: 0047.0536 | ||
lower_z_level: 00200.000 | ||
upper_z_level: 00200.000 | ||
level_type: 1 # 1 for m above ground, 2 for m above sea level | ||
JFJ_5magl: | ||
longitude: 7.9851 | ||
latitude: 46.5475 | ||
level: | ||
IFS_EU_01: 3062.0 | ||
IFS_EU_02: 2929.0 | ||
cosmo7: 3121.0 | ||
IFS_GL_05: 3085.0 | ||
IFS_GL_1: 2600.0 | ||
level_type: | ||
IFS_EU_01: 2 | ||
IFS_EU_02: 2 | ||
cosmo7: 2 | ||
IFS_GL_05: 2 | ||
IFS_GL_1: 2 | ||
MHD_10magl: | ||
longitude: -9.9046 | ||
latitude: 53.3267 | ||
level: | ||
IFS_EU_01: 10.0 | ||
IFS_EU_02: 10.0 | ||
cosmo7: 10.0 | ||
IFS_GL_05: 10.0 | ||
IFS_GL_1: 10.0 | ||
level_type: | ||
IFS_EU_01: 1 | ||
IFS_EU_02: 1 | ||
cosmo7: 1 | ||
IFS_GL_05: 1 | ||
IFS_GL_1: 1 | ||
KIT_200magl: | ||
longitude: 8.4249 | ||
latitude: 49.0915 | ||
level: | ||
IFS_EU_02: 200.0 | ||
cosmo7: 200.0 | ||
IFS_EU_01: 200.0 | ||
IFS_GL_05: 200.0 | ||
IFS_GL_1: 200.0 | ||
level_type: | ||
IFS_EU_02: 1 | ||
cosmo7: 1 | ||
IFS_EU_01: 1 | ||
IFS_GL_05: 1 | ||
IFS_GL_1: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters