Skip to content
Snippets Groups Projects
Commit 923aacdb authored by RIETTE Sébastien's avatar RIETTE Sébastien
Browse files

S. Riette 30/06/2022 add precision in Offline doc

parent bf5dc4d8
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ They can be found in the build/bin sudirectory in the architecture specific dire ...@@ -22,7 +22,7 @@ They can be found in the build/bin sudirectory in the architecture specific dire
The branch testprogs\_data contains modified source code for the AROME model to enable the generation of data samples. The branch testprogs\_data contains modified source code for the AROME model to enable the generation of data samples.
Using this branch, in the drivers of the different parameterisations (aro\_\* files), output can be enable for the AROME model. Using this branch, in the drivers of the different parameterisations (aro\_\* files), output can be enable for the AROME model.
Running the AROME model with these modifications outputs files in the running directory. Running the AROME model with these modifications outputs files in the running directory.
This must be done once by parametrisation. This must be done once by parametrisation (note that the check\_commit\_ial.sh script can be used to execute an AROME simulation).
These files should be renamed with the folowing command: These files should be renamed with the folowing command:
i=0; for file in ????_??_????????.dat; do mv $file `printf %08d $i`.dat; i=$((i+1)); done i=0; for file in ????_??_????????.dat; do mv $file `printf %08d $i`.dat; i=$((i+1)); done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment