the string length in the input file options is limited to 20 characters, however if a longer string is given to write_inopt then it will be written successfully but not read successfully.
the restriction is reasonable but the problem at the moment is that this occurs silently, without any warning to the user. Hence this situation either needs to be handled correctly, or a warning/fatal error clearly given.
the string length in the input file options is limited to 20 characters, however if a longer string is given to write_inopt then it will be written successfully but not read successfully.
the restriction is reasonable but the problem at the moment is that this occurs silently, without any warning to the user. Hence this situation either needs to be handled correctly, or a warning/fatal error clearly given.