Skip to content

Commit

Permalink
Update wav_import_export.F90.
Browse files Browse the repository at this point in the history
  • Loading branch information
binli2337 committed Jan 19, 2025
1 parent bb13370 commit 63480fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions model/src/wav_import_export.F90
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ subroutine import_fields( gcomp, time0, timen, rc )
do isea = 1,nsea
if(abs(global_data(isea)-fillv).lt.0.01) then
global_data(isea)=0.0
enddo
end if
end do
call FillGlobalInput(global_data, CX0)
call FillGlobalInput(global_data, CXN)
end if
Expand All @@ -375,7 +376,8 @@ subroutine import_fields( gcomp, time0, timen, rc )
do isea = 1,nsea
if(abs(global_data(isea)-fillv).lt.0.01) then
global_data(isea)=0.0
enddo
end if
end do
call FillGlobalInput(global_data, CY0)
call FillGlobalInput(global_data, CYN)
end if
Expand Down

0 comments on commit 63480fb

Please sign in to comment.