source: flexpart.git/create_tarball.sh @ 5fbb60d

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 5fbb60d was 5fbb60d, checked in by Ignacio Pisso <Ignacio.Pisso@…>, 9 years ago

create_tarball.sh for version=9.2.0.2

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

  • Property mode set to 100755
File size: 356 bytes
Line 
1#!/bin/bash
2
3version=9.2.0.2
4tarball_tmp=flexpart$version 
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
13mkdir $tarball_tmp/tests
14cp -r tests/NILU/test_1 $tarball_tmp/tests/
15
16#return
17
18tar -cvf flexpart$version.tar $tarball_tmp/*
19
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG