Skip to content

Commit

Permalink
clean up of DEALLOCATE_PDLIB_GLOBAL routine module use and description
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMeixner-NOAA committed Dec 12, 2023
1 parent 2d0a2e0 commit df9a701
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions model/src/w3profsmd_pdlib.F90
Original file line number Diff line number Diff line change
Expand Up @@ -7288,7 +7288,7 @@ SUBROUTINE DEALLOCATE_PDLIB_GLOBAL(IMOD)
!/
!/ 01-June-2018 : Origination. ( version 6.04 )
!/
! 1. Purpose : Init jacobi solver
! 1. Purpose : Deallocate global variables if PDLIB
! 2. Method :
! 3. Parameters :
!
Expand Down Expand Up @@ -7322,14 +7322,7 @@ SUBROUTINE DEALLOCATE_PDLIB_GLOBAL(IMOD)
#ifdef W3_S
USE W3SERVMD, only: STRACE
#endif
USE W3GDATMD, only: NSPEC, B_JGS_BLOCK_GAUSS_SEIDEL, GRIDS
use YOWNODEPOOL, only: PDLIB_NNZ, npa, np
USE yowfunction, only: pdlib_abort
USE W3GDATMD, only: NTH, NK, NSEAL
USE W3PARALL, only: IMEM
#ifdef W3_DEBUGINIT
USE W3ODATMD, only : IAPROC
#endif
USE W3GDATMD, only: GRIDS
!/
!/
!/ ------------------------------------------------------------------- /
Expand Down

0 comments on commit df9a701

Please sign in to comment.