-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(0.90.8) Rules for
Time
interpolation / extrapolation for FieldTime…
…Series and `InterpolatedField` (#3450) * Bump to 0.90.7 * Fix docstring for field time series * this should work? * fixing the show method * Allow OnDisk FieldTimeSeries without times * this should work for the update * time_extrapolation as property * positional argument for `InMemory` * better show * bugfix * adjust margin * bugfix * Change InMemory user interface to InMemory(chunk_size) * Add back lost architecture kwarg plus fix docstring * Not lost... hidden * Clean up time extrapolation * time_indexing -> time_extrapolation * Generalize _interpolate * Add a node definition for AbstractField * small vugfix * correction * now it should go * add a test * couple of more tests * better definitions of indics * more tests for clamp * should be ready * Clearer architecture determination in FieldTimeSeries * Fix FieldTimeSeries docstring * this works provided a Δt * some show method * tests should pass now * now it works * last bugfix * ok * some more explanation * Call data_summary from interior * Cosmetic change * Start cleaning up time_extrapolation * Fix Cycled time extrapolation * Working on Cyclical extrapolation for FieldTimeSeries * More progress * Its a masterpiece that may not wokr * some getindices * delete file * should work * remove time extrapolation * Less than 2 not ge 2 * canoot index with a tuple * typos * Get in memory to wrk on GPU * Iron out bugs that came up during ClimaOcean tests * Cosmetic update * Updates * Mind bending refactor * Remove unused filesd * Fix a few more bugs * Pretty things up * Fix a bug plus cosmetic updates * Hotfix for LatLonGrid y-periodic * Add time_index and clean up time_indices * Fix bug in GPUAdaptedFTS * Temporary fix for mean * Try to fix showing for GPU fieldtime series * Implement version of interpolate that accepts offsetarray * Fix bugs with interpolating_time_indices * Add method to show tim eindexing * Reduced dimensions for AbstractField and Field * Update RiBasedVerticalDiffusivity * Add comment to RiBasedVerticalDiffusivity * Make halo filling code easier to read * Add a helpful comment * Generalize PartlyInMemory to accept custom backends * Fix a sign error in implicit dissipative buoyancy flux * Better comments * Make interior work for FieldTimeSeries with custom backend * bump patch release * Get rid of unnecessary intermediate constructor for FieldTimeSeries * Add written_names utility * Add extra criterion on dissipative buoyancy flux calculation * Fix faulty show for FieldTimeSeries * Add flattened_unique_values for empty tuple * Fix up possible_field_time_series * Try to get mean of FieldTimeSeries working * mean(FieldTimeSeries) works now? * Bump Project to 0.90.8 * Export FieldDataset * Add conditional_length for FieldTimeSeries * Fix tests * fix test * fixed all tests? * bugfix * another small bugfix * Put back the CATKE bug * Update src/OutputReaders/set_field_time_series.jl Co-authored-by: Simone Silvestri <[email protected]> --------- Co-authored-by: Simone Silvestri <[email protected]> Co-authored-by: Navid C. Constantinou <[email protected]> Co-authored-by: Simone Silvestri <[email protected]>
- Loading branch information
1 parent
0391b3a
commit f251196
Showing
26 changed files
with
1,216 additions
and
768 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
f251196
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
f251196
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/101776
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: