Skip to content

Commit e9271a0

Browse files
Dana SinghDana Singh
authored andcommitted
#48 Update tasks
- update remap-pp-components to load and read yaml file - update flow.cylc to actually use combine-statics script
1 parent 50d7838 commit e9271a0

File tree

3 files changed

+218
-150
lines changed

3 files changed

+218
-150
lines changed

app/combine-statics/bin/combine-statics

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ for comp in $(ls); do
4040
mkdir -p $outputDir/$comp
4141
cdo -O merge *.nc $outputDir/$comp/$comp.static.nc
4242

43+
# #check
44+
# if [ -z "$( ls $outputDir/$comp)" ]; then
45+
# echo "empty"
46+
# else
47+
# echo "$(ls $outputDir/$comp)"
48+
# fi
49+
4350
if [ ! -z "${EPMT_DATA_LINEAGE+x}" ] && [ "$EPMT_DATA_LINEAGE" = "1" ]; then
4451
data_lineage_in_dir=$inputDir/$comp/P0Y/P0Y
4552
data_lineage_out_dir=$outputDir/$comp

0 commit comments

Comments
 (0)