Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TracerTransportSoftware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Behrens, Prof. Dr. Jörn
TracerTransportSoftware
Commits
9637edbe
Commit
9637edbe
authored
3 years ago
by
Behrens, Prof. Dr. Jörn
Browse files
Options
Downloads
Patches
Plain Diff
working on plot functions
parent
17c591b5
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
flash2d/compile/Makefiles/Makefile.common
+3
-1
3 additions, 1 deletion
flash2d/compile/Makefiles/Makefile.common
flash2d/src/options-sphere/IO_vtuplot_stacked.F90
+3
-2
3 additions, 2 deletions
flash2d/src/options-sphere/IO_vtuplot_stacked.F90
with
6 additions
and
3 deletions
flash2d/compile/Makefiles/Makefile.common
+
3
−
1
View file @
9637edbe
...
...
@@ -243,14 +243,16 @@ ShallowWater:
@
cp
$(
OPTDIR
)
/SLM_initial.SWCosine.f90 SLM_initial.f90
@
cp
$(
OPTDIR
)
/IO_vtuplot.SW.F90 IO_vtuplot.F90
Stacked
:
Stacked
Spherical
:
@
make maincopy
@
cp
$(
OPTDIR
)
/FLASH_parameters_stacked.f90 FLASH_parameters.f90
@
cp
$(
OPTDIR
)
/ADV_rhs_stacked.f90 ADV_rhs.f90
@
cp
$(
OPTDIR
)
/ADV_semilagrange_stacked.F90 ADV_semilagrange.F90
@
cp
$(
OPTDIR
)
/ADV_wind_stacked.f90 ADV_wind.f90
@
cp
$(
OPTDIR
)
/IO_vtuplot_stacked.F90 IO_vtuplot.F90
@
cp
$(
OPTDIR
)
/SLM_advanced_stacked.f90 SLM_advanced.f90
@
cp
$(
OPTDIR
)
/SLM_errorestimate_stacked.f90 SLM_errorestimate.f90
@
cp
$(
OPTDIR
)
/SLM_initial_stacked.f90 SLM_initial.f90
@
cp
$(
OPTDIR
)
/SLM_simple_stacked.f90 SLM_simple.f90
#----------------------------------------------------------------#
...
...
This diff is collapsed.
Click to expand it.
flash2d/src/options-sphere/IO_vtuplot_stacked.F90
+
3
−
2
View file @
9637edbe
...
...
@@ -139,7 +139,7 @@ MODULE IO_vtuplot
nodedata
(
i_lay
+5
)
%
i_size
=
1
nodedata
(
i_lay
+5
)
%
p_vdata
=>
r_val
(
i_lay
+5
:
i_lay
+5
,:)
END
DO
i_nodnum
=
i_stcnumlayers
+
4
i_nodnum
=
i_stcnumlayers
+
5
!---------- extract cells grid data
...
...
@@ -170,7 +170,8 @@ MODULE IO_vtuplot
! plot the vtu data
CALL
plot_vtu
(
p_handle
,
c_mfile
,
i_nodedata
=
i_nodnum
,
p_nodedata
=
nodedata
,
&
i_celldata
=
2
,
p_celldata
=
celldata
)
!, i_zcoordinate = 4)
i_celldata
=
2
,
p_celldata
=
celldata
,
i_layers
=
i_stcnumlayers
,
&
r_height
=
r_stclayerpressure
)
!, i_zcoordinate = 4)
DEALLOCATE
(
i_ids
,
i_sta
,
r_sta
,
r_lvl
,
&
r_val
,
r_velo
)
...
...
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