Skip to content
Snippets Groups Projects
fort_00.90 1.38 KiB
&BASIC
  nrun   = 100000000
  dt     = 0.01
  tmax   = 200
  maxruntime = 356400
/
&GRID
  pmaxe  = 4
  jmaxe  = 2
  pmaxi  = 4
  jmaxi  = 2
  Nx     = 128
  Lx     = 200
  Ny     = 48
  Ly     = 60
  Nz     = 1
  SG     = .f.
/
&GEOMETRY
  geom   = 'Z-pinch'
  q0     = 0
  shear  = 0
  eps    = 0
  parallel_bc = 'shearless'
/
&OUTPUT_PAR
  nsave_0d = 10
  nsave_1d = -1
  nsave_2d = -1
  nsave_3d = 100
  nsave_5d = 1000
  write_doubleprecision = .f.
  write_gamma = .t.
  write_hf    = .t.
  write_phi   = .t.
  write_Na00  = .t.
  write_Napj  = .t.
  write_Sapj  = .f.
  write_dens  = .t.
  write_temp  = .t.
  job2load    = -1
/
&MODEL_PAR
  ! Collisionality
  CLOS    = 0
  NL_CLOS = -1
  LINEARITY = 'nonlinear'
  KIN_E   = .t.
  mu_x    = 1.0
  mu_y    = 1.0
  N_HD    = 4
  mu_z    = 0.0
  mu_p    = 0
  mu_j    = 0
  nu      = 0.1
  tau_e   = 1
  tau_i   = 1
  sigma_e = 0.023338
  sigma_i = 1
  q_e     = -1
  q_i     = 1
  K_Ne    = 2.0
  K_Te    = 0.4
  K_Ni    = 2.0
  K_Ti    = 0.4
  beta    = 0
/
&COLLISION_PAR
  collision_model = 'DG' !DG/SG/PA/LD (dougherty, sugama, pitch angle, landau)
  gyrokin_CO      = .true.
  interspecies    = .true.
  !mat_file        = 'gk_sugama_P_20_J_10_N_150_kpm_8.0.h5'
/
&INITIAL_CON
  INIT_OPT    = 'phi'
  ACT_ON_MODES       = 'donothing'
  init_background  = 0
  init_noiselvl = 0.005
  iseed         = 42
/
&TIME_INTEGRATION_PAR
  numerical_scheme = 'RK4'
/