Skip to content

Commit

Permalink
Update veg under ICM
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzhang8 committed Oct 17, 2024
1 parent 935a83b commit a9e4e67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/Hydro/schism_step.F90
Original file line number Diff line number Diff line change
Expand Up @@ -7992,7 +7992,8 @@ subroutine schism_step(it)
do i=1,np
veg_h_unbent(i)=sum(sht(indel(1:nne(i),i)))/real(nne(i),rkind)
enddo !i
call exchange_p2d(veg_h)
call exchange_p2d(veg_h_unbent)
veg_h=veg_h_unbent

do i=1,npa
!Do not allow SAV to grow out of init patch for the time being
Expand Down
6 changes: 3 additions & 3 deletions src/Utility/SMS/2dm2gr3_m2m.pl
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
#

if ( @ARGV < 3 ) {
print "Usage: $0 [SMS version (0: before 9.; 1: 10.xx, 13.0.10 ; 2: 11.xx & above)]
[SMS grid file in meter with boundary information] [.gr3 file in meters] [river1] ... [riverN]\n";
print "River name is checked against boundary types.\n";
print "Usage: $0 [SMS version (0: before 9.; 1: 10.xx, 13.0.10 ; 2: 11.xx and 12.xx )]
[SMS grid file in meter with optional boundary information] [.gr3 file in meters] [river1] ... [riverN]\n";
print "Rivers are optional and checked against boundary types.\n";
exit(1);
}

Expand Down

0 comments on commit a9e4e67

Please sign in to comment.