michaeltouati / ESVM

Finite-volume Vlasov-Maxwell code for Plasma Physics simulations
GNU General Public License v3.0
14 stars 3 forks source link

No community guidelines #6

Closed tclune closed 3 years ago

tclune commented 3 years ago

The openjournals joss-reviews requires that there be a set of community guidelines.

tclune commented 3 years ago

Referencing: openjournals/joss-reviews#3618

TomGoffrey commented 3 years ago

It would be good to include in this what Fortran standard the code (should) conforms to. Note that at present, due to tab characters, the code is not strictly standards compliant.

michaeltouati commented 3 years ago

I have made all the modifications needed in the code to make it Fortran 90 fully compliant. For this, the intel debug compilation flag -std90 was much more helpful that the one I was using with gnu -std=f95.