Ignore:
Timestamp:
Oct 4, 2017 8:26:59 AM (6 years ago)
Author:
raasch
Message:

upper bounds of cross section and 3d output changed from nx+1,ny+1 to nx,ny; no output if redundant ghost layer data to NetCDF files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmrun

    r2507 r2512  
    662662
    663663
    664              # CHECK, IF DIRECTORY IS UNDER SVN CONTROL
    665           if [[ ! -d .svn ]]
     664             # CHECK, IF TRUNK-DIRECTORY IS UNDER SVN CONTROL
     665          if [[ ! -d ../.svn ]]
    666666          then
    667667             printf "\n\n  +++ source directory"
    668668             printf "\n         \"$source_path\" "
    669669             printf "\n         is not under control of \"subversion\"."
    670              printf "\n         Please do not use palmmrun-option \"-s LM\"\n"
     670             printf "\n         Please do not use palmrun-option \"-s LM\"\n"
    671671          fi
    672672
Note: See TracChangeset for help on using the changeset viewer.