Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions main/convert_em.F
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
!This is a data converter program. Its actions are controlled by
!the registry and the namelist. It will read variables on the
!'i' stream output and output variables on the 'o' stream as
!indicated in the registry. The input and output forms are
!indicated in the registry. The input and output forms are
!controlled by io_form_input and io_form_history in the namelist.input.


PROGRAM convert_data

USE module_machine
USE module_machine
USE module_domain
USE module_io_domain
USE module_driver_constants
Expand Down