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
4f3abe72
Commit
4f3abe72
authored
1 year ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 20/07/2023: stations: bugfix: titles and comments were wrong for salts
parent
8d2517e9
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
src/MNH/write_stationn.f90
+6
-6
6 additions, 6 deletions
src/MNH/write_stationn.f90
with
6 additions
and
6 deletions
src/MNH/write_stationn.f90
+
6
−
6
View file @
4f3abe72
...
@@ -357,18 +357,18 @@ if ( nsv > 0 ) then
...
@@ -357,18 +357,18 @@ if ( nsv > 0 ) then
CALL
PPP2SALT
(
ZSV
,
ZRHO
,
PSIG3D
=
ZSIG
,
PRG3D
=
ZRG
,
PN3D
=
ZN0
)
CALL
PPP2SALT
(
ZSV
,
ZRHO
,
PSIG3D
=
ZSIG
,
PRG3D
=
ZRG
,
PN3D
=
ZN0
)
DO
JSV
=
1
,
NMODE_SLT
DO
JSV
=
1
,
NMODE_SLT
! mean radius
! mean radius
WRITE
(
C
TITLE
(
JPROC
),
'(A6,I1)'
)
'SLTRGA'
,
JSV
WRITE
(
Y
TITLE
,
'(
A6,
I1
)'
)
'SLTRGA'
,
JSV
WRITE
(
C
COMMENT
(
JPROC
)
,
'(A18,I1)'
)
'RG (nb) SALT MODE '
,
JSV
WRITE
(
Y
COMMENT
,
'(
A18,
I1
)'
)
'RG (nb) SALT MODE '
,
JSV
call
Add_point
(
ytitle
,
ycomment
,
'um'
,
ZRG
(
1
,
1
,:,
JSV
)
)
call
Add_point
(
ytitle
,
ycomment
,
'um'
,
ZRG
(
1
,
1
,:,
JSV
)
)
! standard deviation
! standard deviation
WRITE
(
C
TITLE
(
JPROC
),
'(A7,I1)'
)
'SLTSIGA'
,
JSV
WRITE
(
Y
TITLE
,
'(
A7,
I1
)'
)
'SLTSIGA'
,
JSV
WRITE
(
C
COMMENT
(
JPROC
)
,
'(A16,I1)'
)
'SIGMA DUST MODE '
,
JSV
WRITE
(
Y
COMMENT
,
'(
A16,
I1
)'
)
'SIGMA DUST MODE '
,
JSV
call
Add_point
(
ytitle
,
ycomment
,
''
,
ZSIG
(
1
,
1
,:,
JSV
)
)
call
Add_point
(
ytitle
,
ycomment
,
''
,
ZSIG
(
1
,
1
,:,
JSV
)
)
! particles number
! particles number
WRITE
(
C
TITLE
(
JPROC
),
'(A6,I1)'
)
'SLTN0A'
,
JSV
WRITE
(
Y
TITLE
,
'(
A6,
I1
)'
)
'SLTN0A'
,
JSV
WRITE
(
C
COMMENT
(
JPROC
)
,
'(A13,I1)'
)
'N0 DUST MODE '
,
JSV
WRITE
(
Y
COMMENT
,
'(
A13,
I1
)'
)
'N0 DUST MODE '
,
JSV
call
Add_point
(
ytitle
,
ycomment
,
'm-3'
,
ZN0
(
1
,
1
,:,
JSV
)
)
call
Add_point
(
ytitle
,
ycomment
,
'm-3'
,
ZN0
(
1
,
1
,:,
JSV
)
)
ENDDO
ENDDO
DEALLOCATE
(
ZSV
,
ZRHO
)
DEALLOCATE
(
ZSV
,
ZRHO
)
...
...
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