- Timestamp:
- Apr 7, 2016 7:14:06 PM (9 years ago)
- Location:
- palm/trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r1827 r1841 1 #!/bin/ ksh1 #!/bin/bash 2 2 3 3 # mbuild - script for compiling the PALM code and its utility programs … … 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # script now running under bash 25 25 # 26 26 # Former revisions: -
palm/trunk/SCRIPTS/mrun
r1805 r1841 1 #!/bin/ ksh1 #!/bin/bash 2 2 3 3 # mrun - script for running PALM jobs … … 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # script now running under bash 25 25 # 26 26 # Former revisions: -
palm/trunk/SCRIPTS/mrungui
r1310 r1841 1 #!/bin/ ksh1 #!/bin/bash 2 2 3 3 #--------------------------------------------------------------------------------# … … 20 20 # Current revisions: 21 21 # ----------------- 22 22 # script now running under bash 23 23 # 24 24 # Former revisions: -
palm/trunk/SCRIPTS/release_tutorial
r1310 r1841 1 #!/bin/ ksh1 #!/bin/bash 2 2 #--------------------------------------------------------------------------------# 3 3 # This file is part of PALM. … … 18 18 # 19 19 # Current revisions: 20 # ----------------- 20 # ------------------ 21 # script now running under bash 21 22 # 22 23 # Former revisions: -
palm/trunk/SCRIPTS/subjob
r1779 r1841 1 #!/bin/ ksh1 #!/bin/bash 2 2 3 3 # subjob - script for automatic generation and submission of batch-job files … … 23 23 # Current revisions: 24 24 # ------------------ 25 # 25 # script now running under bash 26 26 # 27 27 # Former revisions: -
palm/trunk/SOURCE/check_parameters.f90
r1834 r1841 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 21 ! redundant location message removed 22 22 ! 23 23 ! Former revisions: … … 3856 3856 ENDIF 3857 3857 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 3863 3861 IF ( netcdf_data_format < 5 ) THEN 3864 3862 IF ( TRIM( initializing_actions ) == 'read_restart_data' ) THEN
Note: See TracChangeset
for help on using the changeset viewer.