Changeset 4261 for palm/trunk
- Timestamp:
- Oct 9, 2019 5:58:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/land_surface_model_mod.f90
r4258 r4261 25 25 ! ----------------- 26 26 ! $Id$ 27 ! bugfix for rev. 4258: deallocate temporary arrays 28 ! 29 ! 4258 2019-10-07 13:29:08Z suehring 27 30 ! - Revise limitation for soil moisture in case it exceeds its saturation 28 31 ! value (J. Resler) … … 4190 4193 ENDIF 4191 4194 ! 4192 !-- Close input file 4195 !-- Close the input file and deallocate temporary arrays 4196 DEALLOCATE( vars_pids ) 4197 4193 4198 CALL close_input_file( pids_id ) 4194 4199 #endif
Note: See TracChangeset
for help on using the changeset viewer.