# ================================== ALL Nodes: Read-in parameters ====================================== #
# check the existence of teh folders :
ifnotos.path.exists(source_dir):# check if the source dir. is existing
ifnotos.path.exists(source_dir_full):# check if the source dir. is existing
ifmy_rank==0:
logging.critical('The source does not exist')
logging.info('exit status : 1')
...
...
@@ -91,8 +92,8 @@ def main():
# Expand destination_dir-variable by searching for netCDF-files in source_dir and processing the file from the first list element to obtain all relevant (meta-)data.