Ignore:
Timestamp:
Jul 27, 2012, 12:30:45 AM (12 years ago)
Author:
jbmadeleine
Message:

Changed tau(ig,l) to tau(ig,1) in the call to updaterice_typ in
watercloud.F (resulted in NaNs?, we were out of the bounds of tau).

File:
1 edited

Legend:

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

    r740 r746  
    420420     &   (pdq(ig,l,igcm_h2o_ice) +                   ! ice mass
    421421     &    pdqcloud(ig,l,igcm_h2o_ice))*ptimestep,    ! ice mass
    422      &    tau(ig,l),pzlay(ig,l),rice(ig,l))
     422     &    tau(ig,1),pzlay(ig,l),rice(ig,l))
    423423
    424424          ENDDO
Note: See TracChangeset for help on using the changeset viewer.