Bugs in npzd_iron_inp.h

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
hjsong

Bugs in npzd_iron_inp.h

#1 Unread post by hjsong »

While trying to compile NPZD_IRON, I found two tiny bugs in 'npzd_iron_inp.h'

First one is just typo.
"itrcer" at line 33

Code: Select all

      integer :: i, ifield, igrid, itrcer, itrc, ng, nline, status
should be itracer so that

Code: Select all

      integer :: i, ifield, igrid, itracer, itrc, ng, nline, status
Next one is at line 627.
This should be replaced by "END IF" to match "IF" at line 373.

Thank you.
Hajoon

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: Bugs in npzd_iron_inp.h

#2 Unread post by kate »

Good catch on both! We should be thanking you.

Post Reply