Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

ukaea/PROCESS

ym1906 closed an issue on ukaea/PROCESS
[BUG] Install instructions incorrect/misleading for python version
Currently PROCESS does not build if python3.12 is used. The install instructions in the docs don't make this clear. https://ukaea.github.io/PROCESS/installation/introduction/ > PROCESS is na...
timothy-nunn created a review on a pull request on ukaea/PROCESS

View on GitHub

timothy-nunn pushed 48 commits to 3183-convert-neoclassics_modulef90-to-python ukaea/PROCESS
  • update file locations in i/o section of docs (#3271) 2e3fb74
  • Support Python 3.11 and improve dependency handling (#3200) * Remove support for Python 3.8, enforce Python3.10+ ... 3e873ff
  • Require numpy<2 for plotting tools (#3279) b7e34b6
  • 954 bootstrap current fraction scaling formula for steady state machines (#3268) * Added new bootstap model switch ... 53f99cd
  • Add costs_bar to package d377aa0
  • Add costs_pie to package d947fa7
  • Add plot_stress_tf to package 23689c3
  • Add write_new_in_dat to package a0e0fed
  • Update io module paths in docs 9325e2c
  • Don't sudo git commands in tracking (#3281) 895da07
  • Write fortran variable properly in test_input (#3277) d4c1f31
  • Cleanup gitignore file (#3276) b4aae2c
  • Don't capture debug or info logs when testing (#3278) * Don't capture debug or info logs when testing * Correct s... 5918a75
  • correction to plot_proc to match default of iohcl=1 (#3285) b39ca89
  • Fixed plotting multiple mfiles and axis_font_size (#3294) 479bb84
  • add link to process docs at top of readme (#3291) * add link to process docs at top of readme * make text bold bd847ac
  • Added warning for magnet current ratios above 0.7 (#3297) * Added warning for magnet current ratios above 0.7 * C... 72776cb
  • Interpolate MSG string into tracking script (#3304) 51db01e
  • Require setuptools<74 for the build system (#3300) f020210
  • Don't allow MFile comparison with an error3 MFile (#3179) 627861e
  • and 28 more ...

View on GitHub

ym1906 pushed 1 commit to 3337-bug-install-instructions-incorrectmisleading-for-python-version ukaea/PROCESS

View on GitHub

ym1906 pushed 1 commit to 3337-bug-install-instructions-incorrectmisleading-for-python-version ukaea/PROCESS

View on GitHub

timothy-nunn created a review comment on a pull request on ukaea/PROCESS
```suggestion PROCESS is natively supported on Ubuntu 20 and 22, and requires Python 3.10 or 3.11. Other Linux distributions will be able to successfully ```

View on GitHub

timothy-nunn created a review comment on a pull request on ukaea/PROCESS
```suggestion If you would like to install PROCESS using a package manager such as conda, follow the instructions for [HPC installation](https://ukaea.github.io/PROCESS/installation/csd3-for-proce...

View on GitHub

timothy-nunn created a review on a pull request on ukaea/PROCESS

View on GitHub

chris-ashe pushed 1 commit to 3344-implement-suite-of-new-bootstrap-current-scalings ukaea/PROCESS
  • Add new bootstrap scaling distribution plot to plot_proc.py 374345c

View on GitHub

timothy-nunn created a comment on an issue on ukaea/PROCESS
This issue was fixed via a Gitlab MR in July 2023, the issue was just never closed

View on GitHub

timothy-nunn closed an issue on ukaea/PROCESS
VaryRun bounds do not consider IN.DAT variables
In GitLab by @timothy-nunn on May 24, 2023, 11:37 `process_funcs.get_variable_range` uses the bounds in the dicts :sick: and does not appear to consider bounds provided in the IN.DAT file
timothy-nunn created a review comment on a pull request on ukaea/PROCESS
Can this method replace the `check_agreement` method too? We seem to have two very similar static methods used at different points in the code.

View on GitHub

timothy-nunn created a review comment on a pull request on ukaea/PROCESS
Should we consider adding some colour here? It can be quite hard to see these warnings and tables in all of the other PROCESS junk (as seen below) ``` ... *Cryostat roof allowance includes upp...

View on GitHub

timothy-nunn created a review comment on a pull request on ukaea/PROCESS
I wonder whether having NaN's not equal each other will be helpful. Then, you get all the NaNs output in the terminal: ``` Variable Previous value Current value ---------- -----------...

View on GitHub

timothy-nunn created a review on a pull request on ukaea/PROCESS
I agree with @j-a-foster that putting this warning and the table in the OUT.DAT (and maybe the MFILE.DAT) could be quite a good idea too.

View on GitHub

timothy-nunn created a review on a pull request on ukaea/PROCESS
I agree with @j-a-foster that putting this warning and the table in the OUT.DAT (and maybe the MFILE.DAT) could be quite a good idea too.

View on GitHub

namurphy starred ukaea/PROCESS
kj5248 pushed 2 commits to jmatthews/1883-imprecise-calculation-of-bfmaxoh ukaea/PROCESS
  • added Greens function to PFcoils for field calculations outside the coils 98865eb
  • semianalytic function for pfcoils 79bf568

View on GitHub

codecov-commenter created a comment on a pull request on ukaea/PROCESS
## [Codecov](https://app.codecov.io/gh/ukaea/PROCESS/pull/3356?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ukaea) Repo...

View on GitHub

ym1906 opened a pull request on ukaea/PROCESS
3337 bug install instructions incorrectmisleading for python version
Update to the docs to prevent people attempting to install PROCESS with Python 3.12
ym1906 pushed 1 commit to 3337-bug-install-instructions-incorrectmisleading-for-python-version ukaea/PROCESS
  • Updated installation guide to reflect python versioning e91a5a5

View on GitHub

ym1906 pushed 1 commit to 3337-bug-install-instructions-incorrectmisleading-for-python-version ukaea/PROCESS
  • Updated to say python 3.8 - 3.11 642df7f

View on GitHub

ym1906 created a branch on ukaea/PROCESS

3337-bug-install-instructions-incorrectmisleading-for-python-version - PROCESS is a systems code at UKAEA that calculates in a self-consistent manner the parameters of a fusion power plant with a specified performance, ensuring that its operating limits are not violated, and with the option to optimise to a given function of these parameters.

chris-ashe pushed 1 commit to 3344-implement-suite-of-new-bootstrap-current-scalings ukaea/PROCESS
  • Update plasma_profiles.md and physics.py - Add calculation of volume averaged pressure in plasma_profiles.md. This a... e79d052

View on GitHub

chris-ashe pushed 1 commit to 3344-implement-suite-of-new-bootstrap-current-scalings ukaea/PROCESS
  • Update plasma_profiles.md and physics.py - Add calculation of volume averaged pressure in plasma_profiles.md. This a... 3ebb987

View on GitHub

j-a-foster created a comment on an issue on ukaea/PROCESS
While it would be useful that this is done, the UQ tools can be used with step_ref in its current form so isn't an immediate priority. Closing as this is captured in the STEP cost model repo.

View on GitHub

j-a-foster closed an issue on ukaea/PROCESS
Convert STEP cost model reference costs to inputs
The hardcoded values need to be converted to input variables. This is required to run uncertainty quantification tools on the STEP cost model.
codecov-commenter created a comment on a pull request on ukaea/PROCESS
## [Codecov](https://app.codecov.io/gh/ukaea/PROCESS/pull/3355?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ukaea) Repo...

View on GitHub

chris-ashe opened a draft pull request on ukaea/PROCESS
Implement new suite of bootstrap current scalings
## Description <!-- What does this PR do? Please list any issue that these changes address and how you have gone about implementing the changes --> ## Checklist I confirm that I have compl...
chris-ashe pushed 4 commits to 3344-implement-suite-of-new-bootstrap-current-scalings ukaea/PROCESS
  • 3263 update the plasma current section of the docs to show and explain all models (#3320) * Rename the plasma curren... 032399f
  • Output radial build components to MFile (#3348) 3181cff
  • Convert physics functions to Python (#3338) b68ac63
  • First implementation of ARIES bootstrap model without tests 3fdb328

View on GitHub

Load more