Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions STELLA_CODE/read_namelists_from_input_file/default_input_file.in
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
/

&physics_inputs
rhostar = - 1.0
rhostar = 0.0
/

!===============================================================================
Expand Down Expand Up @@ -265,7 +265,7 @@
&diagnostics_fluxes
flux_norm = .true.
write_fluxes_vs_time = .true.
write_radial_fluxes = radial_variation
write_radial_fluxes = .true.
write_fluxes_kxkyz = .false.
write_fluxes_kxky = .false.
/
Expand Down Expand Up @@ -332,7 +332,7 @@
&restart_options
tstart = 0.0
scale = 1.0
restart_file = trim(run_name)//'.nc'
! restart_file = trim(run_name)//'.nc'
restart_dir = './'
save_many = .true.
/
Expand All @@ -342,8 +342,8 @@
!===============================================================================

&time_trace_options
tend = 10
nstep = -1
tend = -1.0
autostop = .true.
avail_cpu_time = 10000000000.0
/
Expand Down Expand Up @@ -480,7 +480,7 @@
zf_option = 'default'
lr_debug_option = 'default'
krook_option = 'default'
krook_size = 0.0
krook_size = 0
rk_step = .false.
nu_krook_mb = 0.0
mb_debug_step = -1
Expand Down Expand Up @@ -536,7 +536,6 @@
print_extra_info_to_terminal = .true.
debug_all = .false.
stella_debug = .false.
ffs_solve_debug = .false.
fields_all_debug = .false.
fields_debug = .false.
fields_fluxtube_debug = .false.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ subroutine set_default_parameters_physics_inputs

implicit none

rhostar = -1.0
rhostar = 0.0

end subroutine set_default_parameters_physics_inputs

Expand Down
Loading