source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/RUN/elapsed @ 752

Last change on this file since 752 was 212, checked in by aslmd, 13 years ago

MESOSCALE: clean-up of the SIMU directory.

  • Property svn:executable set to *
File size: 229 bytes
Line 
1#! /bin/bash
2
3if [[ -f rsl.error.0000 ]]
4then
5  more rsl.error.0000 | grep elapsed | grep 'Timing for main' | awk '{s+=$9} END{print s}'
6else
7  more log_wrf | grep elapsed | grep 'Timing for main' | awk '{s+=$9} END{print s}'
8fi
Note: See TracBrowser for help on using the repository browser.