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

Improving forcing #16

Merged
merged 4 commits into from
Mar 4, 2024
Merged

Improving forcing #16

merged 4 commits into from
Mar 4, 2024

Conversation

Daafip
Copy link
Owner

@Daafip Daafip commented Mar 4, 2024

Issue #9 tasks 4 & 5

  • Refactor forcing_file attribute to camel_txt_file -> as essentially its now a txt file of specific class which the from_camels functions is run on in model startup
  • currently the the selection of dates for camels forcing is exclusive, change to be inclusive:
    ds = ds.isel(time=(ds['time'].values > start) & ((ds['time'].values < end)))
    • now is inclusive

- Refactor forcing_file attribute to camel_txt_file -> as essentially its now a txt file of specific class which the from_camels functions is run on in model startup
urrently the the selection of dates for camels forcing is exclusive, change to be inclusive:
ds = ds.isel(time=(ds['time'].values > start) & ((ds['time'].values < end)))
    - now is inclusive
Copy link

sonarqubecloud bot commented Mar 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Daafip Daafip merged commit bfcf8b6 into main Mar 4, 2024
2 checks passed
@Daafip Daafip mentioned this pull request Mar 7, 2024
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.

1 participant