Skip to content
Merged
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: 2 additions & 0 deletions src/gsi/read_abi.f90
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ subroutine read_abi(mype,val_abi,ithin,rmesh,jsatid,&
kidsat = 271
elseif (jsatid == 'g18') then
kidsat = 272
elseif (jsatid == 'g19') then
kidsat = 273
else
write(6,*) 'READ_ABI: Unrecognized value for jsatid '//jsatid//': RETURNING'
return
Expand Down