Skip to content

Commit 925dcb8

Browse files
authored
Fix cdscan call (#337)
1 parent 72cd936 commit 925dcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zppy/templates/global_time_series.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if [[ ${atmosphere_only} == "false" ]]; then
6767
echo 'Create xml for for ocn'
6868
export CDMS_NO_MPI=true
6969
cd ${case_dir}/post/ocn/glb/ts/monthly/${ts_num_years}yr
70-
cdscan -x glb.xml *.nc
70+
cdscan -x glb.xml mpaso.glb*.nc
7171
if [ $? != 0 ]; then
7272
cd {{ scriptDir }}
7373
echo 'ERROR (3)' > {{ prefix }}.status

0 commit comments

Comments
 (0)