Changeset 8595 for branches/ORCHIDEE_2_2/ORCHIDEE
- Timestamp:
- 2024-06-25T12:10:27+02:00 (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_2_2/ORCHIDEE/src_driver/forcing_tools.f90
r8531 r8595 1072 1072 ! This is the default should 'SPREAD_PREC' not be present in the run.def 1073 1073 ! 1074 time_to_spread = forcing_tstep_ave/2.0 1074 IF ( forcing_tstep_ave >= one_day/8.0) THEN 1075 time_to_spread = forcing_tstep_ave/2.0 1076 ELSE 1077 time_to_spread = forcing_tstep_ave 1078 END IF 1075 1079 ! 1076 1080 CALL getin_p('SPREAD_PREC_SEC', time_to_spread)
Note: See TracChangeset
for help on using the changeset viewer.