Skip to content

Commit

Permalink
Increase NTEMP size to 13 to accomodate Stehle data
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed May 7, 2021
1 parent c5dc2ba commit f7d28b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sme/hlinprof.f
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ SUBROUTINE STEHLE(HFILE,WAVE,WAVE0,TEMP,XXNE,NLOW,NUP,HLIN,
REAL*8 WAVE,WAVE0
INTEGER NWL,NTEMP,NNE,NLINE
REAL SQRTPI
PARAMETER (NWL=60,NTEMP=10,NNE=15,NLINE=90,SQRTPI=1.77245385)
PARAMETER (NWL=60,NTEMP=13,NNE=15,NLINE=90,SQRTPI=1.77245385)
REAL T(NTEMP),XNE(NNE)
REAL WING(NNE,NLINE),F0(NNE,NLINE),WIDTH(NTEMP,NNE,NLINE),
* ALPHA(NWL,NTEMP,NNE,NLINE),SPROF(NWL,NTEMP,NNE,NLINE),HLIN
Expand Down Expand Up @@ -592,7 +592,7 @@ SUBROUTINE HGRID(HFILE,WAVE,WAVE0,TEMP,NHYD,NLOW,NUP,HLIN,
IMPLICIT NONE
REAL*8 WAVE,WAVE0
INTEGER MNPROFS,MNTEMP,MNNH,MNLINE
PARAMETER (MNTEMP=10,MNNH=30,MNLINE=10,MNPROFS=200)
PARAMETER (MNTEMP=13,MNNH=30,MNLINE=10,MNPROFS=200)
REAL*8 T(MNTEMP),NH(MNNH),NHYD,TEMP,HLIN
REAL*8 F0(MNNH,MNLINE),
* MALPHA(MNPROFS,MNTEMP,MNNH,MNLINE),
Expand Down

0 comments on commit f7d28b0

Please sign in to comment.