Changeset 4261 for palm/trunk


Ignore:
Timestamp:
Oct 9, 2019 5:58:00 PM (4 years ago)
Author:
scharf
Message:

bugfix for rev. 4258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/land_surface_model_mod.f90

    r4258 r4261  
    2525! -----------------
    2626! $Id$
     27! bugfix for rev. 4258: deallocate temporary arrays
     28!
     29! 4258 2019-10-07 13:29:08Z suehring
    2730! - Revise limitation for soil moisture in case it exceeds its saturation
    2831!   value (J. Resler)
     
    41904193             ENDIF
    41914194!           
    4192 !--          Close input file
     4195!--          Close the input file and deallocate temporary arrays
     4196             DEALLOCATE( vars_pids )
     4197
    41934198             CALL close_input_file( pids_id )
    41944199#endif     
Note: See TracChangeset for help on using the changeset viewer.