Changeset 1142


Ignore:
Timestamp:
11/21/14 11:04:50 (10 years ago)
Author:
sdipsl
Message:
  • Simplify. Also needed to work with netcdf4 files. See #233
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_ts

    r1112 r1142  
    726726            # 
    727727            # Compute yearly average considering calendar 
    728             # and set date of the mid year to 01/07 at 00:00 
    729             IGCM_sys_cdo -settime,00:00 -setday,1 -setmon,7 -settunits,days -divdpy -yearsum -muldpm -selvar,${var} ${file_out} ${file_out_YE} 
     728            IGCM_sys_cdo yearmonmean -selvar,{var} ${file_out} ${file_out_YE} 
    730729            # Extract all ancillary variables except $var, they will be appended after the cdo command 
    731730            # Needed because cdo applies calculs on all variables 
Note: See TracChangeset for help on using the changeset viewer.