MODFLOW-USGS / mt3d-usgs

MT3D-USGS Repository
23 stars 12 forks source link

IREACT values of 90 and 91 #11

Closed langevin-usgs closed 6 years ago

langevin-usgs commented 7 years ago

Got a question from Rumbaugh about this. Not sure why there is need to have these IREACT values, and they are not described well in the user guide.

      IF(IREACT.EQ.90.OR.IREACT.EQ.91) THEN  
        IREACTION=1                          
        IREACT=IREACT-90                     
      ENDIF                                  

It looks like all that these values do is set IREACTION to 1, which is an input variable anyway.

Any thoughts on this? Do we want to eliminate these special IREACT values for the next release? If so, I will let Jim know.

vivekbedekar commented 6 years ago

Following lines deleted from the code. IF(IREACT.EQ.90.OR.IREACT.EQ.91) THEN
IREACTION=1
IREACT=IREACT-90
ENDIF

Issue closed with this commit: 75950b8