Changes between Version 50 and Version 51 of Documentation/Drivers
- Timestamp:
- 2022-05-09T14:01:28+02:00 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Drivers
v50 v51 16 16 - This time attributes should be "time: instantaneous" for the scalars (Tair,Qair,Psurf,Wind), and "time: mean(end)" for the fluxes (Rainf,Snowf, SWdown, LWdown). If the physical definitions of your forcing variables do not fit this scheme, then you should avoid using this forcing with dim2driver, unless you manage to adapt your files to these constraints. 17 17 18 * '''SPRED_PREC''': By default, we spread the precipitation over half the forcing time step (1.5h and 3h respectively for 3-hourly and 6-hourly files). 18 * '''SPRED_PREC''': By default, we spread the precipitation over half the forcing time step (1.5h and 3h respectively for 3-hourly and 6-hourly files). but for high-temporal forcing data (such as fluxnet), it is the same as the forcing time step. 19 19 20 20 ''' II) The new driver (src_driver/orchideedriver.f90)'''