Changeset 4363
- Timestamp:
- Jan 7, 2020 6:11:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/plant_canopy_model_mod.f90
r4362 r4363 27 27 ! ----------------- 28 28 ! $Id$ 29 ! Fix for last commit 30 ! 31 ! 4362 2020-01-07 17:15:02Z suehring 29 32 ! Input of plant canopy variables from static driver moved to plant-canopy 30 33 ! model … … 1181 1184 1182 1185 DEALLOCATE( vars_pids ) 1183 1186 ! 1187 !-- Finally, close the input file and deallocate temporary array 1188 CALL close_input_file( pids_id ) 1189 #endif 1184 1190 ENDIF 1185 ! 1186 !-- Finally, close the input file and deallocate temporary arrays 1187 CALL close_input_file( pids_id ) 1188 #endif 1191 1189 1192 ! 1190 1193 !-- Initialize LAD with data from file. If LAD is given in NetCDF file,
Note: See TracChangeset
for help on using the changeset viewer.