Skip to content

Commit 1b0f261

Browse files
committed
TGLF model implementation WIP
1 parent 2f91bd0 commit 1b0f261

File tree

2 files changed

+403
-2
lines changed

2 files changed

+403
-2
lines changed

torax/transport_model/tglf_based_transport_model.py

-2
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ class TGLFBasedTransportModel(quasilinear_transport_model.QuasilinearTransportMo
8787

8888
def _prepare_tglf_inputs(
8989
Zeff_face: chex.Array,
90-
nref: chex.Numeric,
9190
q_correction_factor: chex.Numeric,
92-
transport: DynamicRuntimeParams,
9391
geo: geometry.Geometry,
9492
core_profiles: state.CoreProfiles,
9593
) -> TGLFInputs:

0 commit comments

Comments
 (0)