From 2b8292d76049387e00e07d31210fb08b2aab2617 Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Fri, 7 Oct 2022 09:20:45 +0200 Subject: [PATCH] Fix decomposition --- blueprints/test_chemistry/config.bash | 4 ++-- blueprints/test_chemistry/namelist.wrf | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/blueprints/test_chemistry/config.bash b/blueprints/test_chemistry/config.bash index 553053e..44ec363 100644 --- a/blueprints/test_chemistry/config.bash +++ b/blueprints/test_chemistry/config.bash @@ -101,7 +101,7 @@ TUVDataPath="/alcc/gpfs2/home/mbees/data/tuv/TUV.phot.bz2" # --- overriding default values --- nNodesMain=1 -nTasksPerNodeMain=7 +nTasksPerNodeMain=9 nNodesSpinup=1 -nTasksPerNodeSpinup=7 +nTasksPerNodeSpinup=9 diff --git a/blueprints/test_chemistry/namelist.wrf b/blueprints/test_chemistry/namelist.wrf index 49bb517..97f1b40 100644 --- a/blueprints/test_chemistry/namelist.wrf +++ b/blueprints/test_chemistry/namelist.wrf @@ -55,6 +55,8 @@ parent_grid_ratio = 1, 9, 5, parent_time_step_ratio = 1, 9, 5, feedback = 0, + nproc_x = 3, + nproc_y = 3, / &physics -- GitLab