You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the filename checker can only access the name of the netCDF file being checked by reading the command-line arguments directly. This is worked initially, but will need to be constantly updated to match the argument handling in the main code, which has indeed changed quite a lot since the filename checker was written.
The best approach would be to either find another way to access the filename (without modifying the core code), or to create a completely stand-alone module for the filename checks.
The text was updated successfully, but these errors were encountered:
Currently the filename checker can only access the name of the netCDF file being checked by reading the command-line arguments directly. This is worked initially, but will need to be constantly updated to match the argument handling in the main code, which has indeed changed quite a lot since the filename checker was written.
The best approach would be to either find another way to access the filename (without modifying the core code), or to create a completely stand-alone module for the filename checks.
The text was updated successfully, but these errors were encountered: