Ignore:
Timestamp:
Feb 27, 2020 3:24:30 PM (4 years ago)
Author:
raasch
Message:

serial (non-MPI) test case added, several bugfixes for the serial mode

File:
1 edited

Legend:

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

    r4381 r4429  
    2525! -----------------
    2626! $Id$
     27! bugfix: missing cpp-directives for serial mode added, misplaced cpp-directives moved
     28!
     29! 4381 2020-01-20 13:51:46Z suehring
    2730! - Bugfix in nested soil initialization in case no dynamic input file is
    2831!   present
     
    23322335           ONLY:  nx, ny, topo_min_level
    23332336
     2337#if defined( __parallel )
    23342338       USE pmc_handle_communicator,                                            &
    23352339        ONLY:  pmc_is_rootmodel
     2340#endif
    23362341           
    23372342       USE pmc_interface,                                                      &
     
    44474452                DEALLOCATE( t_soil_root )
    44484453             ENDIF
    4449           ENDIF
    44504454#endif
     4455          ENDIF
    44514456!
    44524457!--       Proceed with Level 2 initialization.
Note: See TracChangeset for help on using the changeset viewer.