Skip to content

Commit

Permalink
fixed a bug in new nws=4 (thx, Dan!)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzhang8 committed Feb 4, 2025
1 parent 5ef34a8 commit a0ed1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hydro/schism_step.F90
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ subroutine schism_step(it)
call exchange_p2d(srad)
call exchange_p2d(hradd)
#ifdef PREC_EVAP
call exchange_p2d(precip_flux)
call exchange_p2d(fluxprc)
call exchange_p2d(prec_snow)
#endif
#else /*USE_ATMOS*/
Expand Down

0 comments on commit a0ed1b7

Please sign in to comment.