google-deepmind / torax

TORAX: Tokamak transport simulation in JAX
https://torax.readthedocs.io
Other
345 stars 31 forks source link

CGM model cleanups. #213

Closed copybara-service[bot] closed 3 months ago

copybara-service[bot] commented 3 months ago

CGM model cleanups.

  1. Add user-defined particle convection through a VR/D ratio
  2. Remove spurious clipping (done now in TransportModel)
  3. Remove redundant CGM prefix to runtime_params variables. These parameters are now in their own sub-dictionary in the transport config and do not need this extra differentiation.