source: flexpart.git/create_tarball.sh @ ade0176

10.4.1_peseiFPv9.3.1FPv9.3.1b_testingFPv9.3.2GFS_025bugfixes+enhancementsdevfp9.3.1-20161214-nc4grib2nc4_repairrelease-10release-10.4.1scaling-bug
Last change on this file since ade0176 was ade0176, checked in by Ignacio Pisso <Ignacio.Pisso@…>, 9 years ago

added create_tarball.sh script for packing distribution

Signed-off-by: Ignacio Pisso <Ignacio.Pisso@…>

  • Property mode set to 100755
File size: 249 bytes
Line 
1#!/bin/bash
2
3
4tarball_tmp=flexpart$1 
5
6mkdir $tarball_tmp
7mkdir $tarball_tmp/src
8cp src/*.f90 $tarball_tmp/src
9cp src/makefile $tarball_tmp/src
10cp src/makefile.gfs $tarball_tmp/src
11cp -r options $tarball_tmp
12
13tar -cvf flexpart$1.tar $tarball_tmp/*
14
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG