Missing THEN (line 846) in inp_par.F (revision 726)

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
mastrorocco
Posts: 7
Joined: Tue Dec 12, 2006 7:31 pm
Location: RSMAS, University of Miami
Contact:

Missing THEN (line 846) in inp_par.F (revision 726)

#1 Unread post by mastrorocco »

The following error affects just applications using shallow water equations.

lines 845-848 in inp_par.F (revision 726)

It should be:

Code: Select all

        IF (LsshCLM(ng).or.                                             &
            Lm2CLM (ng).or.LnudgeM2CLM(ng)) THEN
          Lclimatology(ng)=.TRUE.
        END IF
Cheers,

Gustavo

Post Reply