Ignore:
Timestamp:
12/08/22 10:24:05 (19 months ago)
Author:
omamce
Message:

O.M. : WATER_BUDGET

Switch to .ini file to read configuratio
Correct SECHIBA budget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/WATER_BUDGET/CPL_waterbudget.py

    r6271 r6277  
    692692    RUN_mas_wat_end = ONE_stock_int ( d_RUN_end ['fast_reservoir'] +  d_RUN_end ['slow_reservoir'] +  d_RUN_end ['stream_reservoir']) 
    693693 
    694 if Routing == 'ORCHIDEE' :  
     694if Routing == 'SECHIBA' :  
    695695    RUN_mas_wat_beg = ONE_stock_int ( d_SRF_beg['fastres']  + d_SRF_beg['slowres'] + d_SRF_beg['streamres'] \ 
    696696                                    + d_SRF_beg['floodres'] + d_SRF_beg['lakeres'] + d_SRF_beg['pondres'] ) 
Note: See TracChangeset for help on using the changeset viewer.