output_vars.f90 Source File


This file depends on

sourcefile~~output_vars.f90~~EfferentGraph sourcefile~output_vars.f90 output_vars.f90 sourcefile~globals.f90 globals.f90 sourcefile~output_vars.f90->sourcefile~globals.f90

Files dependent on this one

sourcefile~~output_vars.f90~~AfferentGraph sourcefile~output_vars.f90 output_vars.f90 sourcefile~analyze.f90 analyze.f90 sourcefile~analyze.f90->sourcefile~output_vars.f90 sourcefile~gvec_post.f90 gvec_post.f90 sourcefile~gvec_post.f90->sourcefile~output_vars.f90 sourcefile~gvec_post.f90->sourcefile~analyze.f90 sourcefile~output.f90 output.f90 sourcefile~gvec_post.f90->sourcefile~output.f90 sourcefile~restart.f90 restart.f90 sourcefile~gvec_post.f90->sourcefile~restart.f90 sourcefile~functional.f90 functional.f90 sourcefile~gvec_post.f90->sourcefile~functional.f90 sourcefile~mhd3d.f90 mhd3d.f90 sourcefile~mhd3d.f90->sourcefile~output_vars.f90 sourcefile~mhd3d.f90->sourcefile~analyze.f90 sourcefile~mhd3d.f90->sourcefile~restart.f90 sourcefile~output.f90->sourcefile~output_vars.f90 sourcefile~restart.f90->sourcefile~output_vars.f90 sourcefile~state.f90 state.f90 sourcefile~state.f90->sourcefile~output_vars.f90 sourcefile~state.f90->sourcefile~analyze.f90 sourcefile~state.f90->sourcefile~output.f90 sourcefile~state.f90->sourcefile~restart.f90 sourcefile~state.f90->sourcefile~functional.f90 sourcefile~functional.f90->sourcefile~mhd3d.f90 sourcefile~rungvec.f90 rungvec.f90 sourcefile~rungvec.f90->sourcefile~analyze.f90 sourcefile~rungvec.f90->sourcefile~output.f90 sourcefile~rungvec.f90->sourcefile~restart.f90 sourcefile~rungvec.f90->sourcefile~functional.f90 sourcefile~gvec.f90 gvec.f90 sourcefile~gvec.f90->sourcefile~rungvec.f90 sourcefile~run.f90 run.f90 sourcefile~run.f90->sourcefile~rungvec.f90

Source Code

!===================================================================================================================================
! Copyright (c) 2025 GVEC Contributors, Max Planck Institute for Plasma Physics
! License: MIT
!===================================================================================================================================

!===================================================================================================================================
!>
!!# Module ** Output Variables **
!!
!!
!!
!===================================================================================================================================
MODULE MODgvec_Output_Vars
! MODULES
USE MODgvec_Globals,ONLY:wp
IMPLICIT NONE
PUBLIC
!-----------------------------------------------------------------------------------------------------------------------------------
! GLOBAL VARIABLES
CHARACTER(LEN=100)  :: ProjectName         !! Name used for output files
INTEGER             :: outputLevel         !! on restart +1, used as file identifier

!===================================================================================================================================


END MODULE MODgvec_Output_Vars