Changeset 8595 for branches/ORCHIDEE_2_2


Ignore:
Timestamp:
2024-06-25T12:10:27+02:00 (2 weeks ago)
Author:
xiaoni.wang
Message:

Correction applied to ticket #836 in orc tag 2.2, to be consistent with the trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_driver/forcing_tools.f90

    r8531 r8595  
    10721072          ! This is the default should 'SPREAD_PREC' not be present in the run.def 
    10731073          ! 
    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 
    10751079          ! 
    10761080          CALL getin_p('SPREAD_PREC_SEC', time_to_spread) 
Note: See TracChangeset for help on using the changeset viewer.