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

ICON output file naming convention #16

Closed dcesari closed 7 months ago

dcesari commented 1 year ago

Dobbiamo sistemare lo schema di nomenclatura delle uscite di ICON e relativi ready-file:

In nwpconf:

    # extract reftime and delta from the ready file
    # <nomerun>_<YYYYmmddHHMM>_<tipogriglia>_<tipocampo>_+<ddHHMMSS>.grb
    # <nomerun>_<YYYYmmddHHMM>_+<ddHHMMSS>.rf
    f=${1%.rf}
    delta=${f#*_+}
    nreftime=${f%_+$delta}
    echo ${nreftime}_*_*_+${delta}.grb

Attualmente la realtà è così:

ICON_20231011T000000Z.rf
ICON_20231011T010000Z.rf
...
ope_ita02r_2023101100_chimere+0000000.grb
ope_ita02r_2023101100_chimere+0010000.grb
ope_ita02r_2023101100_lama.1+0000000.grb
ope_ita02r_2023101100_lama.1+0010000.grb
ope_ita02r_2023101100_out_salop.1+0000000.grb
ope_ita02r_2023101100_out_salop.1+0010000.grb
...

Il suffisso è preferibile che diventi .grib che è compreso da arkimet senza forzature.

dcesari commented 1 year ago

sistemato, resta da controllare per kenda e capire come questo influisce sullo spostamento dei file _diag (eventualmente delegarlo al postprocessing)