Class: CDO_YEARMEAN_cmd

Inherits:
CDO_cmd show all
Defined in:
lib/file_command.rb

Instance Method Summary collapse

Methods inherited from CDO_cmd

#command_success?

Methods inherited from OutofplaceCommand

#cmd_txt, #inplace?

Methods inherited from FileCommand

#run

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