Skip to content

Commit afc1478

Browse files
committed
Create BAS_bavDxx directory during rundir creation
1 parent 6d8c9f7 commit afc1478

File tree

2 files changed

+1
-1732512
lines changed

2 files changed

+1
-1732512
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ rundir:
9696
mv initialization.nc input_ram/; \
9797
mv QinDenton_20130317_1min.txt input_scb/; \
9898
mv NitrogenCrossSections.dat input_ram/; \
99+
mkdir -p input_ram/BAS_bavDxx; \
99100
cp -r ${IMDIR}/input/glow_data input_sce/;
100101
@(if [ "$(STANDALONE)" != "NO" ]; then \
101102
cd ${RUNDIR} ; \

0 commit comments

Comments
 (0)