Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gyacomo
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antoine Cyril David Hoffmann
Gyacomo
Commits
d37a83fd
Commit
d37a83fd
authored
4 years ago
by
Antoine Cyril David Hoffmann
Browse files
Options
Downloads
Patches
Plain Diff
removed Sapj output
parent
afc16735
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/diagnose.F90
+7
-4
7 additions, 4 deletions
src/diagnose.F90
with
7 additions
and
4 deletions
src/diagnose.F90
+
7
−
4
View file @
d37a83fd
...
...
@@ -26,6 +26,7 @@ SUBROUTINE diagnose(kstep)
INTEGER
::
jarray_e_full
(
1
:
jmaxe
+1
),
jarray_i_full
(
1
:
jmaxi
+1
)
REAL
(
dp
)
::
krarray_full
(
1
:
nkr
),
kzarray_full
(
1
:
nkz
)
CALL
cpu_time
(
t0_diag
)
! Measuring time
!_____________________________________________________________________________
! 1. Initial diagnostics
...
...
@@ -118,8 +119,8 @@ SUBROUTINE diagnose(kstep)
IF
(
nsave_5d
.GT.
0
)
THEN
CALL
creatg
(
fidres
,
"/data/var5d/moments_e"
,
"moments_e"
)
CALL
creatg
(
fidres
,
"/data/var5d/moments_i"
,
"moments_i"
)
CALL
creatg
(
fidres
,
"/data/var5d/Sepj"
,
"Sepj"
)
CALL
creatg
(
fidres
,
"/data/var5d/Sipj"
,
"Sipj"
)
!
CALL creatg(fidres, "/data/var5d/Sepj", "Sepj")
!
CALL creatg(fidres, "/data/var5d/Sipj", "Sipj")
END
IF
! Add input namelist variables as attributes of /data/input, defined in srcinfo.h
...
...
@@ -232,6 +233,8 @@ SUBROUTINE diagnose(kstep)
CALL
closef
(
fidres
)
END
IF
CALL
cpu_time
(
t1_diag
);
tc_diag
=
tc_diag
+
(
t1_diag
-
t0_diag
)
END
SUBROUTINE
diagnose
...
...
@@ -405,8 +408,8 @@ SUBROUTINE diagnose_5d
CALL
write_field5d_e
(
moments_e
(
ips_e
:
ipe_e
,
ijs_e
:
ije_e
,:,:,
updatetlevel
),
'moments_e'
)
CALL
write_field5d_i
(
moments_i
(
ips_i
:
ipe_i
,
ijs_i
:
ije_i
,:,:,
updatetlevel
),
'moments_i'
)
CALL
write_field5d_e
(
Sepj
(
ips_e
:
ipe_e
,
ijs_e
:
ije_e
,:,:),
'Sepj'
)
CALL
write_field5d_i
(
Sipj
(
ips_i
:
ipe_i
,
ijs_i
:
ije_i
,:,:),
'Sipj'
)
!
CALL write_field5d_e(Sepj(ips_e:ipe_e,ijs_e:ije_e,:,:), 'Sepj')
!
CALL write_field5d_i(Sipj(ips_i:ipe_i,ijs_i:ije_i,:,:), 'Sipj')
CONTAINS
...
...
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