Changeset 1270


Ignore:
Timestamp:
Dec 16, 2013 11:05:01 AM (10 years ago)
Author:
fricke
Message:

call of combine_plot_fields adjusted for lccrayb/lccrayh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1256 r1270  
    2222# Current revisions:
    2323# ------------------
    24 #
     24# call of combine_plot_fields adjusted for lccrayb/lccrayh
    2525#
    2626# Former revisions:
     
    39803980   elif [[ "$combine_plot_fields" == true ]]
    39813981   then
    3982       printf "\n\n\n *** post-processing: now executing \"combine_plot_fields${block}.x\" ..."
    3983       combine_plot_fields${block}.x
     3982      if [[ $localhost = lccrayh  ||  $localhost = lccrayb ]]
     3983      then
     3984         printf "\n\n\n *** post-processing: now executing \"aprun  -n 1  -N 1 combine_plot_fields${block}.x\" ..."
     3985         aprun  -n 1  -N 1 combine_plot_fields${block}.x #$ROPTS < runfile_atmos
     3986      else
     3987         printf "\n\n\n *** post-processing: now executing \"combine_plot_fields${block}.x\" ..."
     3988         combine_plot_fields${block}.x
     3989      fi
    39843990   else
    39853991#     Temporary solution to skip combine_plot_fields. This is necessary in case of huge amount of
Note: See TracChangeset for help on using the changeset viewer.