Skip to content

Commit

Permalink
After review from Jongil Han, update initialization value in case of …
Browse files Browse the repository at this point in the history
…cold start
  • Loading branch information
lisa-bengtsson committed Jan 29, 2025
1 parent 177371a commit 0f51c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/CONV/progomega_calc.f90
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ subroutine progomega_calc(first_time_step,flag_restart,im,km,kbcon1,ktcon,omegai
do k = 1,km
do i = 1,im
if(cnvflg(i))then
omega(i,k)=-40.0 !Pa/s
omega(i,k)=-1.2 !Pa/s
endif
enddo
enddo
Expand Down

0 comments on commit 0f51c08

Please sign in to comment.