Ignore:
Timestamp:
01/27/16 17:54:36 (8 years ago)
Author:
jgipsl
Message:

In ts, set attribute calendar=none for special case with non monotonic time axis (spinup orchidee).
see ticket #272

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys.ksh

    r1234 r1278  
    14781478  done 
    14791479 
     1480  # Special case for spinup with cyclic time axis: change attribute calendar to none 
     1481  if [ X${config_Post_IgnoreNonMonotonic} = XTRUE ] ; then 
     1482      eval lastArg=\${$#} 
     1483      echo "IGCM_sys_ncrcat : change attribute calendar to none in file:" ${lastArg} 
     1484      IGCM_sys_ncatted -a calendar,time_counter,m,c,none ${lastArg} 
     1485  fi 
     1486 
    14801487  if [ ${status} -gt 0 ] ; then 
    14811488    echo "IGCM_sys_ncrcat : ncrcat error" 
Note: See TracChangeset for help on using the changeset viewer.