We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72cd936 commit 925dcb8Copy full SHA for 925dcb8
zppy/templates/global_time_series.bash
@@ -67,7 +67,7 @@ if [[ ${atmosphere_only} == "false" ]]; then
67
echo 'Create xml for for ocn'
68
export CDMS_NO_MPI=true
69
cd ${case_dir}/post/ocn/glb/ts/monthly/${ts_num_years}yr
70
- cdscan -x glb.xml *.nc
+ cdscan -x glb.xml mpaso.glb*.nc
71
if [ $? != 0 ]; then
72
cd {{ scriptDir }}
73
echo 'ERROR (3)' > {{ prefix }}.status
0 commit comments