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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.