Ignore:
Timestamp:
Apr 3, 2019, 11:15:05 AM (6 years ago)
Author:
emillour
Message:

Mars GCM:
Fix a line slightly too long for fixed form Fortran.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/vlz_fi.F

    r2119 r2120  
    187187
    188188c            it cannot entrain more than available mass !
    189             if ( (wq(ij,l+1)-wq(ij,l)) .lt. -(masse(ij,l)*q(ij,l)) ) then
     189            if ((wq(ij,l+1)-wq(ij,l)) .lt. -(masse(ij,l)*q(ij,l))) then
    190190              wq(ij,l+1) = wq(ij,l)-masse(ij,l)*q(ij,l)
    191191            end if
Note: See TracChangeset for help on using the changeset viewer.