Changeset 1972 for palm/trunk/SOURCE/palm.f90
- Timestamp:
- Jul 26, 2016 7:52:02 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/palm.f90
r1961 r1972 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 21 ! Added call to lsm_last_actions for binary output of land surface model data 22 22 ! 23 23 ! Former revisions: … … 161 161 162 162 USE kinds 163 164 USE land_surface_model_mod, & 165 ONLY: land_surface, lsm_last_actions 163 166 164 167 USE ls_forcing_mod, & … … 442 445 IF ( myid == 0 ) CALL header 443 446 ! 444 !-- If required, final user-defined actions, and447 !-- If required, final land surface and user-defined actions, and 445 448 !-- last actions on the open files and close files. Unit 14 was opened 446 449 !-- in write_3d_binary but it is closed here, to allow writing on this … … 449 452 DO i = 0, io_blocks-1 450 453 IF ( i == io_group ) THEN 454 IF ( land_surface ) THEN 455 CALL lsm_last_actions 456 ENDIF 451 457 CALL user_last_actions 452 458 IF ( write_binary(1:4) == 'true' ) CALL close_file( 14 )
Note: See TracChangeset
for help on using the changeset viewer.