Ignore:
Timestamp:
Sep 7, 2018 12:21:44 PM (6 years ago)
Author:
raasch
Message:

references to mrun replaced by palmrun, and updated

File:
1 edited

Legend:

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

    r3182 r3232  
    2525! -----------------
    2626! $Id$
     27! references to mrun replaced by palmrun, and updated
     28!
     29! 3182 2018-07-27 13:36:03Z suehring
    2730! Deduct spinup_time from RUN_CONTROL output of main 3d run
    2831! (use time_since_reference_point instead of simulated_time)
     
    215218! Description:
    216219! ------------
    217 !> Large-Eddy Simulation (LES) model for the convective boundary layer,
    218 !> optimized for use on parallel machines (implementation realized using the
    219 !> Message Passing Interface (MPI)). The model can also be run on vector machines
    220 !> (less well optimized) and workstations. Versions for the different types of
    221 !> machines are controlled via cpp-directives.
    222 !> Model runs are only feasible using the ksh-script mrun.
     220!> Large-Eddy Simulation (LES) model for atmospheric and oceanic boundary-layer
     221!> flows
     222!> see the PALM homepage https://palm-model.org for further information
    223223!>
    224 !> @todo create routine last_actions instead of calling lsm_last_actions etc.
    225224!> @todo move chem_init call to init_3d_model or to check_parameters
    226225!------------------------------------------------------------------------------!
     
    428427          CALL pmci_parent_initialize
    429428!
    430 !--    Exchange_horiz is needed after the nest initialization
     429!--       Exchange_horiz is needed after the nest initialization
    431430          IF ( child_domain )  THEN
    432431             CALL exchange_horiz( u, nbgp )
     
    545544
    546545!
    547 !-- Write run number to file (used by mrun to create unified cycle numbers for
    548 !-- output files
     546!-- Write run number to file (used by palmrun to create unified cycle numbers
     547!-- for output files
    549548    IF ( myid == 0  .AND.  runnr > 0 )  THEN
    550549       OPEN( 90, FILE='RUN_NUMBER', FORM='FORMATTED' )
Note: See TracChangeset for help on using the changeset viewer.