Changeset 295


Ignore:
Timestamp:
06/14/10 16:54:22 (14 years ago)
Author:
brocksce
Message:
  • add settime to set 00:00
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_ts

    r294 r295  
    851851                        file_out_YE=${config_UserChoices_JobName}_${DATE_BUILD_END}_1Y_${var}.nc 
    852852                        # 
    853                         # Set date of the mid year to 01/07 
     853                        # Set date of the mid year to 01/07 at 00:00 
    854854                        # better than default where the date information in the outputfile is the date of the last contributing time step in the input file 
    855                         IGCM_sys_cdo -settunits,days -setday,1 -setmon,7 -divdpy -yearsum -muldpm ${file_out} ${file_out_YE} 
     855                        IGCM_sys_cdo -settime,00:00 -setday,1 -setmon,7 -settunits,days -divdpy -yearsum -muldpm ${file_out} ${file_out_YE} 
    856856                        # 
    857857                        eval IGCM_sys_Put_Out ${file_out_YE} \${R_OUT_${comp}}/Analyse/TS_MO_YE/${file_out_YE} 
Note: See TracChangeset for help on using the changeset viewer.