Skip to content

Commit

Permalink
Added comments for new input variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tkruger committed May 18, 2022
1 parent 89ea3d8 commit dc5cef1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions sources/globals.f90
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ module globals
REAL :: ccsep_beta = 2.000D+00
REAL :: weight_specw = 0.000D+00
! bnrom stochastic
REAL :: weight_sbnorm = 0.000D+00
INTEGER :: Npert = 10
INTEGER :: Nmax = 3
REAL :: sdelta = 1.000D-02
REAL :: weight_sbnorm = 0.000D+00 ! Stochastic bnormal weight
INTEGER :: Npert = 10 ! Number of coil perturbations
INTEGER :: Nmax = 3 ! Max frequency of perturbations
REAL :: sdelta = 1.000D-02 ! Perturbation magnitude
! optimize controls
INTEGER :: case_optimize = 0
REAL :: psmall = 1.000D-04
Expand Down Expand Up @@ -221,9 +221,9 @@ module globals
INTEGER :: save_harmonics = 0
INTEGER :: save_filaments = 0
INTEGER :: update_plasma = 0
INTEGER :: filforce = 0
INTEGER :: calcfb = 0
INTEGER :: Nalpha = 100
INTEGER :: filforce = 0 ! Calculate filament body forces
INTEGER :: calcfb = 0 ! Calculate coil finite-build
INTEGER :: Nalpha = 100 ! Finite-build resolution
! poincare plots
REAL :: pp_phi = 0.000D+00
REAL :: pp_raxis = 0.000D+00
Expand Down

0 comments on commit dc5cef1

Please sign in to comment.