Changeset 1521


Ignore:
Timestamp:
May 23, 2011, 6:26:21 PM (13 years ago)
Author:
Ehouarn Millour
Message:

Fix silly bug on wrong sanity check (shame on me).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dpar/exner_milieu_p.F

    r1520 r1521  
    5858        ! check that vertical discretization is compatible
    5959        ! with this routine
    60         if (disvert_type.ne.1) then
     60        if (disvert_type.ne.2) then
    6161          call abort_gcm(modname,
    62      &     "this routine should only be called if disvert_type==1",42)
     62     &     "this routine should only be called if disvert_type==2",42)
    6363        endif
    6464       
Note: See TracChangeset for help on using the changeset viewer.