Skip to content

Commit

Permalink
debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed Dec 22, 2024
1 parent 999a7f5 commit 06748c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ecwam/wavemdl.F90
Original file line number Diff line number Diff line change
Expand Up @@ -594,16 +594,16 @@ SUBROUTINE WAVEMDL (CBEGDAT, PSTEP, KSTOP, KSTPW, LLWAVEINIT_ONLY,&

CALL SETMARSTYPE

WRITE(0,*) "===========GOT TO WAMODEL======"
WRITE(0,*) CDATEWL
WRITE(0,*)
PRINT *, "===========GOT TO WAMODEL======"
PRINT *, CDATEWL
PRINT *,

CALL WAMODEL (NADV, LLWAVEINIT_ONLY, LFRSTRST, LDSTOP, LDWRRE, BLK2GLO, &
& WVENVI, WVPRPT, FF_NOW, FF_NEXT, INTFLDS, &
& WAM2NEMO, NEMO2WAM, VARS_4D)
WRITE(0,*) "===========GOT PAST WAMODEL======"
WRITE(0,*) CDATEWL
WRITE(0,*)
PRINT *, "===========GOT PAST WAMODEL======"
PRINT *, CDATEWL
PRINT *,


!* 2.2 DATA ASSIMILATION
Expand Down

0 comments on commit 06748c8

Please sign in to comment.