Skip to content
Snippets Groups Projects
Commit 23dc1e45 authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Quentin 08/02/2022: CPATCH_NAME not defined. Variable allocated in...

Quentin 08/02/2022: CPATCH_NAME not defined. Variable allocated in pgd_isba_par but not read by prep_nest_pgd (TODO: allocation in a more suitable place)
parent 31e63e28
No related branches found
No related tags found
No related merge requests found
......@@ -183,6 +183,9 @@ YCOMMENT=YRECFM
!
!* Name of eatch tile (patch)
!
ALLOCATE(DTV%CPATCH_NAME(IO%NPATCH,2))
DTV%CPATCH_NAME(:,1) = '-'
DTV%CPATCH_NAME(:,2) = ''
YCOMMENT='npatch name'
DO JJ=1,IO%NPATCH
WRITE(YRECFM,FMT='(A10,I2.2)') 'NPATCH_NAM',JJ
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment