Skip to content
Snippets Groups Projects
Commit 7c962348 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 12/03/2024: fix: write_budget: add missing declaration for gfirstcall

parent 44c5c03c
No related branches found
No related tags found
No related merge requests found
...@@ -131,6 +131,7 @@ subroutine Write_budget( tpdiafile, tpdtcur, ptstep, ksv ) ...@@ -131,6 +131,7 @@ subroutine Write_budget( tpdiafile, tpdtcur, ptstep, ksv )
character(len=NMNHNAMELGTMAX) :: yrecfm ! name of the article to be written character(len=NMNHNAMELGTMAX) :: yrecfm ! name of the article to be written
integer :: jt, jmask integer :: jt, jmask
integer :: jsv ! loop index over the ksv svx integer :: jsv ! loop index over the ksv svx
logical, save :: gfirstcall = .true.
logical :: gnocompress ! true: no compression along x and y direction (cart option) logical :: gnocompress ! true: no compression along x and y direction (cart option)
real, dimension(:), allocatable :: zworktemp real, dimension(:), allocatable :: zworktemp
real, dimension(:,:,:,:,:,:), allocatable :: zrhodjn, zworkmask real, dimension(:,:,:,:,:,:), allocatable :: zrhodjn, zworkmask
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment