ARPA-SIMC / nwprun

Scripts to run Numerical Weather Prediction procedures, integrating with nwpconf and ecFlow
GNU General Public License v3.0
0 stars 1 forks source link

Portability g100-leonardo and others #20

Open dcesari opened 6 months ago

dcesari commented 6 months ago

For ease of portability it would be useful to equalize some paths between leonardo and g100 in order not to add other exceptions:

+++ b/conf/prod/icon_2I/conf.sh
@@ -1,9 +1,11 @@
 MODEL_BASE=$WORKDIR_BASE/srcintel/icon-2.6.5.1
+MODEL_BASE=/g100_work/smr_prod/srcintel/icon-2.6.5.1
 MODEL_PRE_BINDIR=$WORKDIR_BASE/srcintel/icontools-2.5.0/icontools
+MODEL_PRE_BINDIR=/ind2/meteo/a07smr03/icon/build/icontools-2.5.0.intel/icontools
 PARENTMODEL_DATADIR=$WORKDIR/input/data

 # Working directories for observations
@@ -38,6 +40,8 @@ DT_IAU=600
 # eccodes definitions
 ecd_dwd=$WORKDIR_BASE/data/definitions/definitions.edzw-2.21.0-1
 ecd_cin=$WORKDIR_BASE/data/definitions/definitions.cineca-2.21.0
+ecd_dwd=/ind2/meteo/a07smr03/icon/definitions/definitions.edzw-2.21.0-1
+ecd_cin=/ind2/meteo/a07smr03/icon/definitions/definitions.cineca-2.21.0
dcesari commented 2 weeks ago

This has been partly done with https://github.com/ARPA-SIMC/nwprun/commit/7b808e959501b6170add612cb1f81899a34695f9. At least the following has to be done: