Revision a06969a7d744a6084837941df54f50703a6faaef authored by Jason Boutte on 10 June 2021, 02:05:22 UTC, committed by Jason Boutte on 10 June 2021, 02:05:22 UTC
1 parent bc97330
Raw File
TryPnetcdf_mod.f90
program freeform
  use pnetcdf
  integer ierr
  ierr = nfmpi_put_att(4, 1, 'fred', 7)
end program
back to top