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
The extract_station_config_info.py needs to be edited to work on new cdm-core:
date_time is now report_timestamp. ,lines128, 142 and 143.
Also when I tried run by station (11k cdm-core files processed) it writes out the output .dat file straight away after first station and then exits because file already exists. so not appending as it reads the file information.
example job in taskfarm text file
python3 extract_station_config_info.py --station AAI0000TNCA --time H
python3 extract_station_config_info.py --station ACL000BARA9 --time H
python3 extract_station_config_info.py --station ACM00078861 --time H
Output files for H already exist:
/ichec/work/glamod/r.7/cdm_core/sub_daily_station_config_1.dat
exiting
Output files for H already exist:
/ichec/work/glamod/r.7/cdm_core/sub_daily_station_config_1.dat
exiting
Output files for H already exist:
/ichec/work/glamod/r.7/cdm_core/sub_daily_station_config_1.dat
exiting
Output files for H already exist:
/ichec/work/glamod/r.7/cdm_core/sub_daily_station_config_1.dat
exiting
Output files for H already exist:
/ichec/work/glamod/r.7/cdm_core/sub_daily_station_config_1.dat
exiting
The text was updated successfully, but these errors were encountered:
The extract_station_config_info.py needs to be edited to work on new cdm-core:
date_time is now report_timestamp. ,lines128, 142 and 143.
Also when I tried run by station (11k cdm-core files processed) it writes out the output .dat file straight away after first station and then exits because file already exists. so not appending as it reads the file information.
example job in taskfarm text file
python3 extract_station_config_info.py --station AAI0000TNCA --time H
python3 extract_station_config_info.py --station ACL000BARA9 --time H
python3 extract_station_config_info.py --station ACM00078861 --time H
Output files for H already exist:
/ichec/work/glamod/r.7/cdm_core/sub_daily_station_config_1.dat
exiting
Output files for H already exist:
/ichec/work/glamod/r.7/cdm_core/sub_daily_station_config_1.dat
exiting
Output files for H already exist:
/ichec/work/glamod/r.7/cdm_core/sub_daily_station_config_1.dat
exiting
Output files for H already exist:
/ichec/work/glamod/r.7/cdm_core/sub_daily_station_config_1.dat
exiting
Output files for H already exist:
/ichec/work/glamod/r.7/cdm_core/sub_daily_station_config_1.dat
exiting
The text was updated successfully, but these errors were encountered: