Changeset 371 for trunk


Ignore:
Timestamp:
10/27/10 15:53:51 (14 years ago)
Author:
brocksce
Message:

Limit MO-->YE process to the concerned variable and not to all variables from the input file.
For example, if file1 contains var1,areas,cont_frac variable
only var1 will be treated. Not anymore areas,cont_frac.
What is strange is that
cdo -muldpm processes also 2D variables that do not have time axis.
The behaviour was not expected. I have done a report on this to the cdo team.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_create_ts

    r370 r371  
    864864                        # Set date of the mid year to 01/07 at 00:00 
    865865                        # better than default where the date information in the outputfile is the date of the last contributing time step in the input file 
    866                         IGCM_sys_cdo -settime,00:00 -setday,1 -setmon,7 -settunits,days -divdpy -yearsum -muldpm ${file_out} ${file_out_YE} 
     866                        IGCM_sys_cdo -settime,00:00 -setday,1 -setmon,7 -settunits,days -divdpy -yearsum -muldpm -selvar,${var} ${file_out} ${file_out_YE} 
    867867                        # 
    868868                        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.