# $Id$ # INCLUDEDEF=orchidee.def INCLUDEDEF=orchidee_pft.def # Parameters of the driver differ between the coupled and off-line configs #************************************************************************** # Time length for one intergration # (default full lenght of forcing file) TIME_LENGTH = _AUTO_ # Time in the forcing file at which the model start if start date is # not set by the forcing file # (default 0) TIME_SKIP = _AUTO_ # If DRIVER_reset_time=y, read the year from forcing file instead of # taking it from restart file (default n) DRIVER_reset_time = _AUTO_ # Name of restart file for the driver (default NONE) RESTART_FILEIN = _AUTOBLOCKER_ # Value for atmospheric CO2 could be interactive (LMDz), a time series or fixed # (default=350) ATM_CO2 = _AUTO_: DEFAULT = 350. # Off-line configurations could be run for a smaller domain # (default no limits are set, the full domain on the forcing file is used) #************************************************************************** LIMIT_WEST=-10 LIMIT_EAST=30 LIMIT_SOUTH=34 LIMIT_NORTH=76