Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/surfacehop.F90
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module mod_sh
! velocity_rescaling = 'velocity' (adjmom=1) - Rescale along the velocity vector
! velocity_rescaling = 'nac' (adjmom=2) - Adjust velocity along the NAC vector.
integer :: adjmom = 0 ! for working within the code
character(len=50) :: velocity_rescaling = 'nac_then_velocity' ! for reading the input file
character(len=50) :: velocity_rescaling = 'nac' ! for reading the input file, default is set here
! 1 - Reverse momentum direction after frustrated hop
integer :: revmom = 0

Expand Down
Loading