gibuu is hosted by Hepforge, IPPP Durham
GiBUU

Changes between Initial Version and Version 1 of HowToFortranNMLtools


Ignore:
Timestamp:
Apr 15, 2022, 6:58:04 PM (2 years ago)
Author:
gallmei
Comment:

adding infos about some tools

Legend:

Unmodified
Added
Removed
Modified
  • HowToFortranNMLtools

    v1 v1  
     1= Tools to work with Fortran Namelists and Jobcards =
     2
     3== sed ==
     4
     5If you want to change GiBUU input jobcards via a (bash) script, one way is to store the skeleton as a template, where the variables you want to change are given by placeholders like XXX. YYY etc.
     6Then you may use `sed` to replace the placeholder by the actual value, e.g. "sed s/XXX/myValue/"
     7
     8== f90nml, nmltab ==
     9
     10Recently (april 2022) I became aware of two projects at !GitHub, which are capable of reading in, changing, fine printing, comparing etc. of Fortran jobcards/namelists, written in Python:
     11 * f90nml [https://github.com/marshallward/f90nml]
     12 * nmltab [https://github.com/aekiss/nmltab]