Versions Compared

Key

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

...

  1. Introduction
  2. Files provided
  3. Running a test example
  4. Structure of the command files
  5. Storing EIRENE triangular grids in IMAS
    1. Structure of EIRENE files keeping the grid
    2. Presentation of EIRENE grid in GGD
    3. Module  triangular_grid_modile 
    4. Module  triangular_grid_ids_io 
    5. Template files  save_grid.f90  and  recover_grid.f90
  6. Storing the EIRENE input
  7. Things to be done

...

Library communication with IMAS grid an EIRENE grid it recovergrid a grid

FILES

CONTENT

​triangular_grid_module.f90

Library 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


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 test examplesgsl_config.shBash script to facilitate compilation


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

...