Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/emmod/modreprt.f
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ MODULE MODREPRT
INTEGER, PARAMETER, PUBLIC :: LENLAB3 = 200! length of group labels
INTEGER, PARAMETER, PUBLIC :: LENELV3 = 1 ! length of elev status
INTEGER, PARAMETER, PUBLIC :: LENTTL3 = 300! length of titles
INTEGER, PARAMETER, PUBLIC :: QAFMTL3 = 3500 ! lngth of format statmnt
INTEGER, PARAMETER, PUBLIC :: QAFMTL3 = 10000 ! lngth of format statmnt

CHARACTER(4), PARAMETER, PUBLIC :: CHKPFX = 'chk_'

Expand Down