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

Quentin 01/09/2022: bugfix station X and Y must be allocated to use SM_XYHAT...

Quentin 01/09/2022: bugfix station X and Y must be allocated to use SM_XYHAT subroutine in INI_INTERP_STATION_n
parent 9b4949ab
No related branches found
No related tags found
No related merge requests found
...@@ -175,8 +175,8 @@ ISTORE = NINT ( ( PSEGLEN - DYN_MODEL(1)%XTSTEP ) / TSTATION%STEP ) + 1 ...@@ -175,8 +175,8 @@ ISTORE = NINT ( ( PSEGLEN - DYN_MODEL(1)%XTSTEP ) / TSTATION%STEP ) + 1
allocate( tstation%tpdates( istore ) ) allocate( tstation%tpdates( istore ) )
ALLOCATE(TSTATION%ERROR (NUMBSTAT)) ALLOCATE(TSTATION%ERROR (NUMBSTAT))
!ALLOCATE(TSTATION%X (NUMBSTAT)) ALLOCATE(TSTATION%X (NUMBSTAT))
!ALLOCATE(TSTATION%Y (NUMBSTAT)) ALLOCATE(TSTATION%Y (NUMBSTAT))
ALLOCATE(TSTATION%SV (ISTORE,NUMBSTAT,KSV)) ALLOCATE(TSTATION%SV (ISTORE,NUMBSTAT,KSV))
ALLOCATE(TSTATION%TSRAD (ISTORE,NUMBSTAT)) ALLOCATE(TSTATION%TSRAD (ISTORE,NUMBSTAT))
ALLOCATE(TSTATION%ZS (NUMBSTAT)) ALLOCATE(TSTATION%ZS (NUMBSTAT))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment