Ignore:
Timestamp:
Nov 14, 2018 1:36:44 PM (5 years ago)
Author:
raasch
Message:

unused variables removed, missing working precision added, missing preprocessor directives added, bugfix concerning allocation of t_surf_wall_v in nopointer case, declaration statements rearranged to avoid compile time errors, mpi_abort arguments replaced to avoid compile errors

File:
1 edited

Legend:

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

    r3473 r3524  
    2525! -----------------
    2626! $Id$
     27! preprocessor directive added to avoid the compiler to complain about unused
     28! variable
     29!
     30! 3473 2018-10-30 20:50:15Z suehring
    2731! Add virtual measurement module
    2832!
     
    615619        ONLY:  pcm_init
    616620
     621#if defined( __parallel )
    617622    USE pmc_interface,                                                         &
    618623        ONLY:  nested_run
     624#endif
    619625
    620626    USE radiation_model_mod,                                                   &
Note: See TracChangeset for help on using the changeset viewer.