Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r7.0 extract_station_config_info.py issues needs editing #98

Open
sjnoone opened this issue Nov 25, 2024 · 0 comments · May be fixed by #100
Open

r7.0 extract_station_config_info.py issues needs editing #98

sjnoone opened this issue Nov 25, 2024 · 0 comments · May be fixed by #100
Assignees

Comments

@sjnoone
Copy link
Contributor

sjnoone commented Nov 25, 2024

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

rjhd2 added a commit that referenced this issue Nov 27, 2024
@rjhd2 rjhd2 linked a pull request Nov 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants