Changes between Version 5 and Version 6 of GroupActivities/Meetings/Other


Ignore:
Timestamp:
2014-01-08T15:19:47+01:00 (10 years ago)
Author:
aducharne
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GroupActivities/Meetings/Other

    v5 v6  
    44 
    55= 10/10/2013 - Technical meeting on the routing scheme =  
    6 Present : Agnès Ducharne (AD ; secretary), Josefine Ghattas (JG), Betrand Guénet (BG), Matthieu Guimberteau (MG), Ronny Lauerwald (RL), Jan Polcher (JP), Camille Risi (CR), Ana Schneider (AS) 
     6Present : Agnès Ducharne (AD ; secretary), Josefine Ghattas (JG), Betrand Guénet (BG), Matthieu Guimberteau (MG), Ronny Lauerwald (RL), Jan Polcher (JP), Camille Risi (CR), Ana Schneider (AS)[[BR]] 
     7Ana's slides [http://www.sisyphe.jussieu.fr/~ducharne/documents/Routing_10dec13.pdf] 
    78 
    8 As shown in Ana's slides [http://www.sisyphe.jussieu.fr/~ducharne/documents/Routing_10dec13.pdf], the main equation of the routing scheme is found in subroutine routing_flow .f90:[[BR]] 
     9The main equation of the routing scheme is found in subroutine routing_flow .f90:[[BR]] 
    910'''flow=MIN(i_reservoir/((topo_resid/1000.)*i_tcst*one_day/dt_routing), i_reservoir(i)-min_sechiba)'''[[BR]] 
    1011i_flow(ig,ib) = MAX(flow, zero)