Changeset 600


Ignore:
Timestamp:
03/27/12 16:53:24 (12 years ago)
Author:
mafoipsl
Message:

Use /dev/null for error message when this error is known.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_MPI_OpenMP/AA_create_ts

    r597 r600  
    822822                        IGCM_sys_ncks -Oh -x -v ${var} ${file_out} ${file_out_YE%%.nc}_tmp1.nc 
    823823                        # This will remove the time axis because cdo rewrites severely with only considered useful variables 
    824                         IGCM_sys_cdo -mulc,1 ${file_out_YE%%.nc}_tmp1.nc ${file_out_YE%%.nc}_tmp2.nc 
     824                        IGCM_sys_cdo -mulc,1 ${file_out_YE%%.nc}_tmp1.nc ${file_out_YE%%.nc}_tmp2.nc 2>/dev/null 
    825825                        if [ $? -eq 0 ] ; then 
    826826                                # Now append all ancillary variables if previous cdo operator ok 
Note: See TracChangeset for help on using the changeset viewer.