Skip to content

[UPDATE] Updated FBC transport with new location and extended timeseries#133

Merged
isaschmitz merged 3 commits into
AMOCcommunity:mainfrom
isaschmitz:issue130-isa-fbc
Apr 29, 2026
Merged

[UPDATE] Updated FBC transport with new location and extended timeseries#133
isaschmitz merged 3 commits into
AMOCcommunity:mainfrom
isaschmitz:issue130-isa-fbc

Conversation

@isaschmitz
Copy link
Copy Markdown
Collaborator

Description:

Location of the FBC transport file changed to: https://zenodo.org/records/19554222 !!
There, the new updated timeseries is stored which provides FBC transport from 1995-2024.

Changes:

  • updated fbc.py to access new dataset location and changed loading style as file is now no longer .txt but .nc.
  • adjusted fbc.yml to account for new variable naming and contributors/metadata
  • changed test_fbc.py to test the right file.

Related Issues / Pull Requests:

Isabelle Schmitz added 2 commits April 29, 2026 13:51
Location of the FBC transport file changed to: https://zenodo.org/records/19554222

Updated `fbc.py` to access the new dataset, adjusted `fbc.yml` to account for new variable naming and contributors and changed `test_fbc.py` to test the right file.
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Faroe Bank Channel (FBC) transport reader and metadata to use the new Zenodo-hosted NetCDF dataset (1995–2024) referenced in issue #130.

Changes:

  • Switched FBC transport loading from the legacy .txt source to the new .nc file on Zenodo.
  • Updated fbc.yml metadata (project/weblink, time coverage end date, variable mapping).
  • Updated tests to validate the new default filename and file extension.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.

File Description
amocatlas/data_sources/fbc.py Updates default source/filename and uses ReaderUtils.safe_load_dataset for NetCDF loading.
amocatlas/metadata/fbc.yml Points metadata to Zenodo record and updates time coverage + variable mapping for new dataset.
tests/test_fbc.py Adjusts expectations from .txt to .nc and updates default filename checks.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread amocatlas/data_sources/fbc.py
Comment thread amocatlas/metadata/fbc.yml
Comment thread tests/test_fbc.py Outdated
@isaschmitz isaschmitz merged commit d593d6c into AMOCcommunity:main Apr 29, 2026
4 checks passed
@isaschmitz isaschmitz deleted the issue130-isa-fbc branch April 29, 2026 12:55
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 this pull request may close these issues.

Add updated FBC timeseries

2 participants