Changeset 4429 for palm/trunk/SOURCE/land_surface_model_mod.f90
- Timestamp:
- Feb 27, 2020 3:24:30 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/land_surface_model_mod.f90
r4381 r4429 25 25 ! ----------------- 26 26 ! $Id$ 27 ! bugfix: missing cpp-directives for serial mode added, misplaced cpp-directives moved 28 ! 29 ! 4381 2020-01-20 13:51:46Z suehring 27 30 ! - Bugfix in nested soil initialization in case no dynamic input file is 28 31 ! present … … 2332 2335 ONLY: nx, ny, topo_min_level 2333 2336 2337 #if defined( __parallel ) 2334 2338 USE pmc_handle_communicator, & 2335 2339 ONLY: pmc_is_rootmodel 2340 #endif 2336 2341 2337 2342 USE pmc_interface, & … … 4447 4452 DEALLOCATE( t_soil_root ) 4448 4453 ENDIF 4449 ENDIF4450 4454 #endif 4455 ENDIF 4451 4456 ! 4452 4457 !-- Proceed with Level 2 initialization.
Note: See TracChangeset
for help on using the changeset viewer.