Changeset 294


Ignore:
Timestamp:
06/14/10 16:50:20 (14 years ago)
Author:
brocksce
Message:
  • Add 2 more operators to the cdo line to convert Monthly to Yearly output and get a date centered at the 01/07 (also it is not perfect since it is not the mid-year of a 365 days year, not found a generic way to consider all calendars)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_ts

    r287 r294  
    851851                        file_out_YE=${config_UserChoices_JobName}_${DATE_BUILD_END}_1Y_${var}.nc 
    852852                        # 
    853                         # Note that the date information in the outputfile is the date of the last contributing time step in the input file 
    854                         IGCM_sys_cdo -settunits,days -divdpy -yearsum -muldpm ${file_out} ${file_out_YE} 
     853                        # Set date of the mid year to 01/07 
     854                        # 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} 
    855856                        # 
    856857                        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.