Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FILES

CONTENT

​triangular_grid_module.f90

Module that supports reading, writing and processing triangular grids

triangular_grid_ids_io.f90Module supporing the storage of triangular grids in IMAS
imas_data_io.f90Module supporing the storage of physical quantities (tallies) in IMAS
eirene_data_io.f90Module supporing reading / writing of EIRENE data files
edge_profiles_io.f90Module that supports placing the data to the 'edge_profiles' IDS
equilibrium_io.f90Module that supports placing the data to the 'equilibrium' IDS
imas_controls_for_input.f90
global_parameters.f90
save_input_main.f90Program that takes a set of EIRENE input files and puts their content to IMAS
provide_input_main.f90Program that extracts EIRENE input from IMAS, providing it in EIRENE native format
MakefileUsed to compile the programs
save_input.par
provide_input.par
soledge3x.npco_charTriangular grid example received from the EIRENE team
soledge3x.elementeAnother file of this example
soledge3x.neighborAnother file of this example
README.txtBrief description of how to compile and run
user_guide.pdfPDF version of this document

Running a test example

!!! To be updated. !!! 

You can use the prepared data files (the files soledge3x.npco_char, soledge3x.elemente, soledge3x.neighbor, and the files with the suffix '.dat'). Admittedly, the dat-files have no physical sense and were created with the only aim to check the corectness of input/output operations. 

...