Ignore:
Timestamp:
Sep 1, 2016, 12:26:19 PM (8 years ago)
Author:
oboucher
Message:

Forgot to deaalocate runofflic_global in fonte_neige_final
This caused pb for the 1D physics... Now fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/fonte_neige_mod.F90

    r2617 r2619  
    322322    IF (ALLOCATED(fqfonte_global)) DEALLOCATE(fqfonte_global)
    323323    IF (ALLOCATED(fqcalving_global)) DEALLOCATE(fqcalving_global)
     324    IF (ALLOCATED(runofflic_global)) DEALLOCATE(runofflic_global)
    324325
    325326  END SUBROUTINE fonte_neige_final
Note: See TracChangeset for help on using the changeset viewer.