Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Méso-NH code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Méso-NH
Méso-NH code
Commits
923aacdb
Commit
923aacdb
authored
2 years ago
by
RIETTE Sébastien
Browse files
Options
Downloads
Patches
Plain Diff
S. Riette 30/06/2022 add precision in Offline doc
parent
bf5dc4d8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/Offline.md
+1
-1
1 addition, 1 deletion
docs/Offline.md
with
1 addition
and
1 deletion
docs/Offline.md
+
1
−
1
View file @
923aacdb
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment