Skip to content

Commit

Permalink
Fix for dummy argument issue with Intel Ifort for CSCRP
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Oliveira committed Dec 5, 2022
1 parent 0548ddb commit 5f25030
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Plant/CROPSIM/CSCRP_Interface.for
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ C=======================================================================

REAL, DIMENSION(NL) :: BD, DLAYR, DS, DUL, LL
REAL, DIMENSION(NL) :: NH4, NO3, RLV, SAT, SHF, NO3LEFT, NH4LEFT
REAL, DIMENSION(NL) :: SW, UNO3, UNH4, UH2O
REAL, DIMENSION(NL) :: ST, SW, UNO3, UNH4, UH2O
REAL, DIMENSION(0:NL) :: SENCALG, SENNALG, SENLALG
REAL, DIMENSION(0:NL) :: RESCALG, RESNALG, RESLGALG
REAL, DIMENSION(0:NL) :: SOILTEMP

REAL ST(0:NL)

! Not used here, but keep for Tony's interface
REAL LAIL(30) ! Leaf area index by layer m2/m2
Expand Down

0 comments on commit 5f25030

Please sign in to comment.