Class: CMORizer::Step::IndividualBaseStep
- Defined in:
- lib/step.rb
Direct Known Subclasses
APPLY_CMOR_FILENAME, APPLY_GRID, AUTO_CONVERT_UNIT, AUTO_INSERT_TIME_BOUNDS, CMOR_FILE, COMPRESS, FIX_CF_NAMES, MEAN_TIMESTAMP_ADJUST, SET_GLOBAL_ATTRIBUTES, SET_LOCAL_ATTRIBUTES, TIME_SECONDS_TO_DAYS, Unit_K_to_degC
Instance Attribute Summary
Attributes inherited from BaseStep
#forbid_inplace, #initial_prefix, #needs_to_run, #resultpath
Instance Method Summary collapse
Methods inherited from BaseStep
#add_input, #create_outpath, #file_commands, #initialize, #set_info, #truncate_string
Constructor Details
This class inherits a constructor from CMORizer::Step::BaseStep
Instance Method Details
#can_process?(number_of_eventual_input_years) ⇒ Boolean
122 123 124 |
# File 'lib/step.rb', line 122 def can_process?(number_of_eventual_input_years) true end |