Ignore:
Timestamp:
Oct 25, 2024, 6:17:44 PM (6 hours ago)
Author:
abarral
Message:

Fix: unary operator following arithmetic operator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/inlandsis/sisvat_qso.f90

    r5246 r5277  
    539539            + max(zero,SatRat)       !
    540540      RuofSV(ikl,3)   = RuofSV(ikl,3) + &
    541             + max(zero,SatRat)
     541            max(zero,SatRat)
    542542      eta_SV(ikl,isl) = max(epsi & !
    543543  ! #ED.                         +etamSV(isotSV(ikl))!
Note: See TracChangeset for help on using the changeset viewer.