Changeset 1841


Ignore:
Timestamp:
Apr 7, 2016 7:14:06 PM (8 years ago)
Author:
raasch
Message:

some scripts now running under bash, redundant location message removed

Location:
palm/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r1827 r1841  
    1 #!/bin/ksh
     1#!/bin/bash
    22
    33# mbuild - script for compiling the PALM code and its utility programs
     
    2222# Current revisions:
    2323# ------------------
    24 #
     24# script now running under bash
    2525#
    2626# Former revisions:
  • palm/trunk/SCRIPTS/mrun

    r1805 r1841  
    1 #!/bin/ksh
     1#!/bin/bash
    22
    33# mrun - script for running PALM jobs
     
    2222# Current revisions:
    2323# ------------------
    24 #
     24# script now running under bash
    2525#
    2626# Former revisions:
  • palm/trunk/SCRIPTS/mrungui

    r1310 r1841  
    1 #!/bin/ksh
     1#!/bin/bash
    22
    33#--------------------------------------------------------------------------------#
     
    2020# Current revisions:
    2121# -----------------
    22 
     22# script now running under bash
    2323#
    2424# Former revisions:
  • palm/trunk/SCRIPTS/release_tutorial

    r1310 r1841  
    1 #!/bin/ksh
     1#!/bin/bash
    22#--------------------------------------------------------------------------------#
    33# This file is part of PALM.
     
    1818#
    1919# Current revisions:
    20 # -----------------
     20# ------------------
     21# script now running under bash
    2122#
    2223# Former revisions:
  • palm/trunk/SCRIPTS/subjob

    r1779 r1841  
    1 #!/bin/ksh
     1#!/bin/bash
    22
    33# subjob - script for automatic generation and submission of batch-job files
     
    2323# Current revisions:
    2424# ------------------
    25 #
     25# script now running under bash
    2626#
    2727# Former revisions:
  • palm/trunk/SOURCE/check_parameters.f90

    r1834 r1841  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! redundant location message removed
    2222!
    2323! Former revisions:
     
    38563856    ENDIF
    38573857
    3858     CALL location_message( 'finished', .TRUE. )
    3859 
    3860 !
    3861 !-- Prevent empty time records in volume, cross-section and masked data in case of
    3862 !-- non-parallel netcdf-output in restart runs
     3858!
     3859!-- Prevent empty time records in volume, cross-section and masked data in case
     3860!-- of non-parallel netcdf-output in restart runs
    38633861    IF ( netcdf_data_format < 5 )  THEN
    38643862       IF ( TRIM( initializing_actions ) == 'read_restart_data' )  THEN
Note: See TracChangeset for help on using the changeset viewer.