source: trunk/LMDZ.PLUTO.old/libf/diff_script.sh @ 3446

Last change on this file since 3446 was 3175, checked in by emillour, 10 months ago

Pluto PCM:
Add the old Pluto LMDZ for reference (required prior step to making
an LMDZ.PLUTO using the same framework as the other physics packages).
TB+EM

  • Property svn:executable set to *
File size: 92 bytes
Line 
1#!/bin/bash
2
3echo $1
4
5diff $1/phypluto phypluto > phy.diff
6diff $1/dyn3d dyn3d > dyn.diff
7
8
Note: See TracBrowser for help on using the repository browser.