-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move
config.py
and config_slice.py
to config/runtime_params.py
…
…and `config/runtime_params_slice.py`. We are choosing a new naming scheme for the input parameters to TORAX. Some of the last PRs have also moved the repo in this direction: - RuntimeParams refer to the various runtime, JAX-compatible (read: PyTree) input parameters to the various functions/modules in TORAX. - RuntimeParamsSlice refers to a "slice" of those params at a single point of time. (It slices both the collection of params and slices in the time-dimension. Double slice!) - Config will refer to any setup code that configures the entire TORAX simulation run. I.e. the term "config" will refer to code that configures the `sim.Sim` object. PiperOrigin-RevId: 628424832
- Loading branch information
Showing
111 changed files
with
2,535 additions
and
2,073 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
Oops, something went wrong.