Ignore:
Timestamp:
Nov 28, 2012 4:18:43 PM (11 years ago)
Author:
maronga
Message:

allow usage of topography in combination with cloud physics, allow usage of topography in coupled ocean model, minor changes in mbuild and mrun

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1059 r1069  
    2222# Current revisions:
    2323# -----------------
    24 #
     24# bugfix: coupling mode was always set to mpi2, typos removed
     25
    2526#
    2627# Former revisions:
     
    559560    while read line
    560561    do
    561        if [[ "$line" != ""  &&  $(echo $line | cut -c1) != "#" &&  ( $(echo $line | cut -d" " -s -f4) = $cond1 || $(echo $line | cut -d" " -s -f4)  = $cond2 ) ]]
     562       if [[ "$line" != ""  &&  $(echo $line | cut -c1) != "#" &&  $(echo $line | cut -d" " -s -f4) = $cond1 && $(echo $line | cut -d" " -s -f4)  = $cond2 ]]
    562563       then
    563564          coupled_mode="mpi2"
     
    22402241 then
    22412242    skip_check=true
    2242     reason="restart run.)"
     2243    reason="restart run."
    22432244 fi
    22442245
     
    24262427             locat=normal; exit
    24272428          else
    2428              printf "\n  *** Skipping parameter file check."
     2429             printf "\n  *** skipping parameter file check."
    24292430         
    24302431          fi
Note: See TracChangeset for help on using the changeset viewer.