.. _task styles: Task block ----- Format `````````````````````` The Task block specifies key information needed for running EF5. It defines the type of modeling task to be executed, the time period for the simulation, the time step, and the forcing data to be used. A simple example of a Task block might look like this: .. code-block:: ini [Task RunFF] STYLE=SIMU MODEL=CREST ROUTING=KW BASIN=FF PRECIP=Q2_PRECIP PET=PET OUTPUT=/EF5Demo/FF/output/ PARAM_SET=MyCrest_params ROUTING_PARAM=MyKW_params TIMESTEP=5u TIME_BEGIN=201006010000 TIME_END=201006010030 Parameters `````````````````````` .. confval:: STYLE Defines the type of task EF5 will execute. See :ref:`style section