RNXCMP
De acordo com a página do RNXCMP, “RNXCMP is the software for compression/restoration of RINEX observation files developed by Y. Hatanaka of GSI. It converts the foramt of GNSS observation files from the RINEX format (version 2.xx or 3.xx) to a compressed format (the CompactRINEX format, or often called the Hatanaka-compressed format) and vice versa. This format is frequently used to exchange GNSS observation data through internet”.
Versões disponíveis
rnxcmp/4.0.7
Submissão de Jobs em Serial
Crie um arquivo chamado, por exemplo, submit_serial_jobs.sh.
#!/bin/bash
#SBATCH -t 24:00:00
export INPUT="chpi0030.08o"
export OUTPUT="output.txt"
module load rnxcmp/4.0.7
job-nanny RNX2CRX chpi0030.08o - > output.txt
Para submeter o processo, basta usar o comando:
sbatch submit_serial_jobs.sh
Referências
Para informações adicionais sobre o software, consulte a página do RNXCMP.