- Timestamp:
- Sep 24, 2014 2:09:56 PM (10 years ago)
- Location:
- palm/trunk
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r1468 r1469 22 22 # Current revisions: 23 23 # ------------------ 24 # Typo removed (addres->address) 25 # Adjustments for lcxe6 24 # 26 25 # 27 26 # Former revisions: … … 29 28 # $Id$ 30 29 # 30 # 1468 2014-09-24 14:06:57Z maronga 31 # Typo removed (addres->address) 32 # Adjustments for lcxe6 33 # 31 34 # 1390 2014-05-06 07:57:37Z maronga 32 35 # disabled compilation of parameter file check (currently not working), -
palm/trunk/SCRIPTS/mrun
r1468 r1469 22 22 # Current revisions: 23 23 # ------------------ 24 # Typo removed (addres->address) 25 # Bugfix: returning files to IMUK via ssh did not work for lccrayh and lcycrayb 26 # Added support for restart runs (remote) for lcxe6 24 # 27 25 # 28 26 # Former revisions: … … 30 28 # $Id$ 31 29 # 30 # 1468 2014-09-24 14:06:57Z maronga 31 # Typo removed (addres->address) 32 # Bugfix: returning files to IMUK via ssh did not work for lccrayh and lcycrayb 33 # Added support for restart runs (remote) for lcxe6 34 # 32 35 # 1442 2014-07-28 07:09:10Z raasch 33 36 # default queues for HLRN-III (lccrayb/lccrayh) defined -
palm/trunk/SCRIPTS/subjob
r1468 r1469 23 23 # Current revisions: 24 24 # ------------------ 25 # Typo removed (addres->address) 26 # Adjustments for lcxe6 25 # 27 26 # 28 27 # Former revisions: … … 30 29 # $Id$ 31 30 # 31 # 1468 2014-09-24 14:06:57Z maronga 32 # Typo removed (addres->address) 33 # Adjustments for lcxe6 34 # 32 35 # 1452 2014-08-22 09:41:06Z heinze 33 36 # local hosts for blizzard added -
palm/trunk/SOURCE/check_for_restart.f90
r1468 r1469 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added support for unscheduled job termination using the flag files 23 ! DO_STOP_NOW and DO_RESTART_NOW 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1468 2014-09-24 14:06:57Z maronga 29 ! Added support for unscheduled job termination using the flag files 30 ! DO_STOP_NOW and DO_RESTART_NOW 31 ! 29 32 ! 1353 2014-04-08 15:21:23Z heinze 30 33 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/check_open.f90
r1468 r1469 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adapted for use on up to 6-digit processor cores 23 ! Added file unit 117 (PROGRESS) 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1468 2014-09-24 14:06:57Z maronga 29 ! Adapted for use on up to 6-digit processor cores 30 ! Added file unit 117 (PROGRESS) 31 ! 29 32 ! 1359 2014-04-11 17:15:14Z hoffmann 30 33 ! Format of particle exchange statistics extended to reasonable numbers of -
palm/trunk/SOURCE/header.f90
r1468 r1469 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adapted for use on up to 6-digit processor cores22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1468 2014-09-24 14:06:57Z maronga 29 ! Adapted for use on up to 6-digit processor cores 30 ! 28 31 ! 1429 2014-07-15 12:53:45Z knoop 29 32 ! header exended to provide ensemble_member_nr if specified -
palm/trunk/SOURCE/init_pegrid.f90
r1468 r1469 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Adapted for use on up to 6-digit processor cores22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1468 2014-09-24 14:06:57Z maronga 29 ! Adapted for use on up to 6-digit processor cores 30 ! 28 31 ! 1435 2014-07-21 10:37:02Z keck 29 32 ! bugfix: added missing parameter coupling_mode_remote to ONLY-attribute -
palm/trunk/SOURCE/modules.f90
r1468 r1469 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Adapted for use on up to 6-digit processor cores. 23 ! Increased identifier string length for user-defined quantities to 20. 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1468 2014-09-24 14:06:57Z maronga 29 ! Adapted for use on up to 6-digit processor cores. 30 ! Increased identifier string length for user-defined quantities to 20. 31 ! 29 32 ! 1450 2014-08-21 07:31:51Z heinze 30 33 ! ntnudge from 100 to 1000 increased to allow longer simulations -
palm/trunk/SOURCE/palm.f90
r1468 r1469 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adapted for use on up to 6-digit processor cores22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1468 2014-09-24 14:06:57Z maronga 29 ! Adapted for use on up to 6-digit processor cores 30 ! 28 31 ! 1402 2014-05-09 14:25:13Z raasch 29 32 ! location messages added -
palm/trunk/SOURCE/progress_bar.f90
r1468 r1469 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added support for progress file PROGRESS which is used in case of batch jobs23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1468 2014-09-24 14:06:57Z maronga 29 ! Added support for progress file PROGRESS which is used in case of batch jobs 27 30 ! 28 31 ! Description: -
palm/trunk/SOURCE/read_3d_binary.f90
r1468 r1469 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adapted for use on up to 6-digit processor cores22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1468 2014-09-24 14:06:57Z maronga 29 ! Adapted for use on up to 6-digit processor cores 30 ! 28 31 ! 1400 2014-05-09 14:03:54Z knoop 29 32 ! reading of arrays for random_generator_parallel added -
palm/trunk/UTIL/combine_plot_fields.f90
r1468 r1469 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adapted for use on up to 6-digit processor cores (not tested)23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1468 2014-09-24 14:06:57Z maronga 29 ! Adapted for use on up to 6-digit processor cores (not tested) 27 30 ! 28 31 ! 1394 2014-05-06 10:17:31Z keck -
palm/trunk/UTIL/combine_plot_fields_single_open.f90
r1468 r1469 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adapted for use on up to 6-digit processor cores (not tested)23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! --------------------- 26 26 ! $Id$ 27 ! 28 ! 1468 2014-09-24 14:06:57Z maronga 29 ! Adapted for use on up to 6-digit processor cores (not tested) 27 30 ! 28 31 ! code put under GPL (PALM 3.9)
Note: See TracChangeset
for help on using the changeset viewer.