Skip to content

Commit

Permalink
Make default consistent for utc_start
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzhang8 committed Jun 5, 2024
1 parent cdcbf8b commit 850a3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hydro/schism_init.F90
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ subroutine schism_init(iorder,indir,iths,ntime)
h1_pp=20._rkind; h2_pp=50._rkind; vdmax_pp1=0.01_rkind; vdmax_pp2=0.01_rkind
vdmin_pp1=real(1.d-5,rkind); vdmin_pp2=vdmin_pp1; tdmin_pp1=vdmin_pp1; tdmin_pp2=vdmin_pp1
mid='KL'; stab='KC'; xlsc0=0.1_rkind;
ibcc_mean=0; flag_ic(:)=1; start_year=2000; start_month=1; start_day=1; start_hour=0._rkind; utc_start=8._rkind;
ibcc_mean=0; flag_ic(:)=1; start_year=2000; start_month=1; start_day=1; start_hour=0._rkind; utc_start=0._rkind;
itr_met=3; h_tvd=5._rkind; eps1_tvd_imp=1.d-4; eps2_tvd_imp=1.d-14; ip_weno=2;
courant_weno=0.5_rkind; ntd_weno=1; nquad=2; epsilon1=1.d-15; i_epsilon2=1; epsilon2=1.d-10; epsilon3=1.d-25;
ielad_weno=0; small_elad=1.d-4; i_prtnftl_weno=0;
Expand Down

0 comments on commit 850a3aa

Please sign in to comment.