Per @pkjr002: FACTS/EnTK hangs if a filename is misspelled in global_total_files or local_total_files (or, I expect, climate_data_file). There should be a way for FACTS or EnTK to error out if at the copy step a file does not exist. (Right now, FACTS.py checks for input_data_file's existence, but because it doesn't know in advance what files will be created by a module, cannot check for the output file existence ahead of time.)
Per @pkjr002: FACTS/EnTK hangs if a filename is misspelled in
global_total_filesorlocal_total_files(or, I expect,climate_data_file). There should be a way for FACTS or EnTK to error out if at the copy step a file does not exist. (Right now, FACTS.py checks forinput_data_file's existence, but because it doesn't know in advance what files will be created by a module, cannot check for the output file existence ahead of time.)