Class: CDO_YEARMEAN_cmd
- Inherits:
-
CDO_cmd
- Object
- FileCommand
- OutofplaceCommand
- CDO_cmd
- CDO_YEARMEAN_cmd
- Defined in:
- lib/file_command.rb
Instance Method Summary collapse
Methods inherited from CDO_cmd
Methods inherited from OutofplaceCommand
Methods inherited from FileCommand
Instance Method Details
#cmd_txt_outofplace(infiles, outfile) ⇒ Object
148 149 150 |
# File 'lib/file_command.rb', line 148 def cmd_txt_outofplace(infiles, outfile) %Q(#{SYSTEM_COMMANDS::CDO} yearmean #{infiles.join(' ')} #{outfile}) # this will rename our "number_of_time_bounds" dimension to "bnds" end |