Gli scripts tagliafile.py e averager.py
chiamano i comandi nco ncks, ncea
|
my_prex_or_die "mpirun python tagliafile.py -i $INPUTDIR -o $OUTPUTDIR" |
|
|
|
|
|
INPUTDIR=/g100_scratch/userexternal/gbolzon0/BI-HOURLY/2H/FORCINGS |
|
OUTPUTDIR=/g100_scratch/userexternal/gbolzon0/BI-HOURLY/6H/FORCINGS |
|
my_prex_or_die "mpirun python averager.py -i $INPUTDIR -o $OUTPUTDIR -f 6 " |
E' un sistema convoluto (python chiama .sh che chiama ncks)
che in questo momento su g100 dà
ncks: WARNING nc_cdc_lst_bld() reports nco_inq_filter_avail() did not find Blosc filter (with HDF5 filter ID = 32001) as an HDF5 shared library filter. This is probably fixable because this filter is supported by all default installations of netCDF version 4.9.0 or higher. HINT: If you build netCDF from source, please be sure it was configured with the following options: "--enable-nczarr" and "--with-plugin-dir=${HDF5_PLUGIN_PATH}". The latter is especially important in netCDF 4.9.0. Also, please be sure the library for the missing filter (e.g., libzstd.a, libblosc.a, libbz2.a) is in an automatically searched directory, e.g., $LD_LIBRARY_PATH or /usr/lib.
Bisognerebbe riscriverli basandoli su xarray
Gli scripts
tagliafile.pyeaverager.pychiamano i comandi nco
ncks, nceaogstm_preproc/FORCINGS/job.slurm.galileo
Lines 33 to 38 in 38edf82
E' un sistema convoluto (python chiama .sh che chiama ncks)
che in questo momento su g100 dà
ncks: WARNING nc_cdc_lst_bld() reports nco_inq_filter_avail() did not find Blosc filter (with HDF5 filter ID = 32001) as an HDF5 shared library filter. This is probably fixable because this filter is supported by all default installations of netCDF version 4.9.0 or higher. HINT: If you build netCDF from source, please be sure it was configured with the following options: "--enable-nczarr" and "--with-plugin-dir=${HDF5_PLUGIN_PATH}". The latter is especially important in netCDF 4.9.0. Also, please be sure the library for the missing filter (e.g., libzstd.a, libblosc.a, libbz2.a) is in an automatically searched directory, e.g., $LD_LIBRARY_PATH or /usr/lib.Bisognerebbe riscriverli basandoli su
xarray