Changeset 1104 for palm/trunk


Ignore:
Timestamp:
Feb 20, 2013 2:37:12 AM (11 years ago)
Author:
raasch
Message:

last commit documented

Location:
palm/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/.mrun.config.hayaka

    • Property svn:keywords set to Id
    r1103 r1104  
    1 #$Id: .mrun.config.kiaps 1043 2012-11-06 06:18:09Z raasch $
     1#$Id$
    22#column 1          column 2                                   column 3
    33#name of variable  value of variable (~ must not be used)     scope
  • palm/trunk/SCRIPTS/.mrun.config.tatara

    • Property svn:keywords set to Id
    r1099 r1104  
    1 #$Id: .mrun.config.kiaps 1043 2012-11-06 06:18:09Z raasch $
     1#$Id$
    22#column 1          column 2                                   column 3
    33#name of variable  value of variable (~ must not be used)     scope
  • palm/trunk/SCRIPTS/mrun

    r1103 r1104  
    2222# Current revisions:
    2323# ------------------
     24#
     25#
     26# Former revisions:
     27# -----------------
     28# $Id$
     29#
     30# 1103 2013-02-20 02:15:53Z raasch
    2431# default script runs again under ksh, because of unsolved problems with read
    2532# from stdin: when bash script is called from a ksh, message "read error: 0:
     
    2835# shebang line replaced by /bin/bash when running jobs on lckyuh; no restarts
    2936# on lckyuh, but mrun does not terminate and issues a warning instead
    30 #
    31 # Former revisions:
    32 # -----------------
    33 # $Id$
    3437#
    3538# 1101 2013-02-17 10:20:21Z raasch
  • palm/trunk/SCRIPTS/subjob

    r1103 r1104  
    2323# Current revisions:
    2424# ------------------
    25 # bash compatibility adjustments (usage of OPTIND, output formatting with printf
    26 # instead typeset -L/R),
    27 # further adjustments for lckyuh
     25#
    2826#
    2927# Former revisions:
    3028# -----------------
    3129# $Id$
     30#
     31# 1103 2013-02-20 02:15:53Z raasch
     32# bash compatibility adjustments (usage of OPTIND, output formatting with printf
     33# instead typeset -L/R),
     34# further adjustments for lckyuh
    3235#
    3336# 2013-02-10 01:47:43Z raasch
  • palm/trunk/SOURCE/check_parameters.f90

    r1103 r1104  
    2020! Current revisions:
    2121! -----------------
    22 ! Bugfix: turbulent inflow must not require cyclic fill in restart runs
     22!
    2323!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1103 2013-02-20 02:15:53Z raasch
     29! Bugfix: turbulent inflow must not require cyclic fill in restart runs
    2730!
    2831! 1092 2013-02-02 11:24:22Z raasch
  • palm/trunk/SOURCE/poisfft.f90

    r1103 r1104  
    2020! Current revisions:
    2121! -----------------
    22 ! tri, ar, and ar1 arguments in tridia-routines (2d) are removed because they
    23 ! sometimes cause segmentation faults with intel 12.1 compiler
     22!
    2423!
    2524! Former revisions:
    2625! -----------------
    2726! $Id$
     27!
     28! 1103 2013-02-20 02:15:53Z raasch
     29! tri, ar, and ar1 arguments in tridia-routines (2d) are removed because they
     30! sometimes cause segmentation faults with intel 12.1 compiler
    2831!
    2932! 1092 2013-02-02 11:24:22Z raasch
Note: See TracChangeset for help on using the changeset viewer.