Changes between Version 1 and Version 2 of ModelVersions/Diff1_1-1_2


Ignore:
Timestamp:
2008-04-18T08:48:41+02:00 (16 years ago)
Author:
mmaipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModelVersions/Diff1_1-1_2

    v1 v2  
    1818  1.1 => zhdispl = Zero plane displacement height 
    1919  1.2 => roughheight = Effective height for roughness 
    20   is now passed as argument of condveg_main. 
     20  is now passed as argument of condveg_main. [[BR]] 
    2121  And zhdispl is not used as argument of condveg_main any more. 
    2222  (still computed with the message :  
     
    3030 * diffuco : [[BR]] 
    3131  In 1.1 , height, zhdispl are arguments of diffuco_main. 
    32   They are no more used in 1.2 and now roughheight is used. 
     32  They are no more used in 1.2 and now roughheight is used. [[BR]] 
    3333  zheight = sum( veget*height ) is no more used in 1.2 and 
    3434  the difference (zheight - zhdispl(ji)) was replaced by roughheight(ji). 
     
    4545  }}} 
    4646 
    47  * enerbil : [[BR]]   
    48   In enerbil_surftemp, new output arguments are qair_new and epot_air_new. 
    49   After their computation, they replace qair and epot_air in computation of enerbil_flux and enerbil_evapveg 
     47 * enerbil : [[BR]] 
     48  In enerbil_surftemp, new output arguments are qair_new and epot_air_new.[[BR]] 
     49  After their computation, they replace qair and epot_air in computation of enerbil_flux and enerbil_evapveg. 
    5050 
    5151 * hydrol :   
     
    5353  In hydrol_soil : 
    5454  * protect the computation of gqsb by the test (ABS(vegtot(ji)-veget(ji,1)) .LE. min_sechiba) 
    55   * modification of run_off_tot computation in case of no vegetation on a point : add irrigation. 
     55  * modification of run_off_tot computation in case of no vegetation on a point : add irrigation. [[BR]] 
    5656  In hydrol_hdiff, if gqsb is zero, dsg is set to zero too. 
    5757 
     
    6262 
    6363 * routing : 
    64   Add the Kassel irrigation parametrization linked to the crops : crop_coef = 1.5 . 
    65   Save irrigation and irrigmap in sechiba_history file. 
    66   Compute precip_mean, totnobio_mean, humrel_mean and vegtot_mean. 
     64  Add the Kassel irrigation parametrization linked to the crops : crop_coef = 1.5 .[[BR]] 
     65  Save irrigation and irrigmap in sechiba_history file.[[BR]] 
     66  Compute precip_mean, totnobio_mean, humrel_mean and vegtot_mean.[[BR]] 
    6767  Change arguments humrel for humrel_mean in routing_lake. 
    68   Save them respectively as precip_route, totnobio_route, humrel_route and vegtot_route in sechiba_restart. 
    69   Add those variables to routing_flow parameters.  
     68  Save them respectively as precip_route, totnobio_route, humrel_route and vegtot_route in sechiba_restart.[[BR]] 
     69  Add those variables to routing_flow parameters. [[BR]] 
    7070  In routing_flow :  
    7171  * change totarea computation on each points 
    7272  * add irrig_net 
    73   * suppress baseirrig in stream_reservoir computation (it is taken in account only in case of irrigation). 
    74   In routing_lake, protect refill to be non-negative. 
     73  * suppress baseirrig in stream_reservoir computation (it is taken in account only in case of irrigation).[[BR]] 
     74  In routing_lake, protect refill to be non-negative.[[BR]] 
    7575  In routing_basins, put a lot of code in a new function routing_getgrid,  
    76   with a "simplification of the outflow. We only need the direction normal to the box boundary and the 4 corners". 
     76  with a "simplification of the outflow. We only need the direction normal to the box boundary and the 4 corners".[[BR]] 
    7777  Finaly in routing_irrigmap, irrigmap computation is protect by contfrac. 
    7878