Personal tools

Difference between revisions of "David ToDoList"

From MohidWiki

Jump to: navigation, search
(Module Basin)
(Coding Tasks)
Line 22: Line 22:
  
 
===Module Porous Media ===
 
===Module Porous Media ===
#Chage connection with river for layer based
+
#Chage connection with river for layer based CHECK
 
#Distribute oversaturation differently
 
#Distribute oversaturation differently
 
#Water that exists the soil in sub VerticalContinuity in a river cell should go to river directly and not to runoff first.
 
#Water that exists the soil in sub VerticalContinuity in a river cell should go to river directly and not to runoff first.
  
 
===Module PorousMediaProperties===
 
===Module PorousMediaProperties===
#Test interaction with river               [Urgent] [Feb10]
+
#Test interaction with river             CHECK
#Construct log to screen with properties  [Medium] [Feb10]
+
#Construct log to screen with properties  CHECK
#Get transpiration flux in to advection diffusion
+
#Get transpiration flux in to advection diffusion CHECK
 
#Update theta for ModuleAdvectionDiffusion (remove fluxes from river and vegetation and update again?)
 
#Update theta for ModuleAdvectionDiffusion (remove fluxes from river and vegetation and update again?)
 
#Compare solute transport to numeric solution
 
#Compare solute transport to numeric solution
  
 
===Module RunoffProperties===
 
===Module RunoffProperties===
#Construct bottom fluxes for properties - follow "BOTTOM_FLUXES" in DrainageNetwork. Property will have a water matrix and bottom matrix. First approach can be only transport, concentrate when part of water infiltrates and deposition when all water infiltrates. Then after, erosion and deposition can be programmed (see Drainage Network again).  [Medium] [Feb10]
+
#Construct bottom fluxes for properties - follow "BOTTOM_FLUXES" in DrainageNetwork. Property will have a water matrix and bottom matrix. First approach can be only transport, concentrate when part of water infiltrates and deposition when all water infiltrates. Then after, erosion and deposition can be programmed (see Drainage Network again).  CHECK
#Construct partition between dissolved and particulate - follow "PARTICULATE" in water properties. [Medium] [Feb10]
+
#Construct partition between dissolved and particulate - follow "PARTICULATE" in water properties.   CHECK. Need tests
#Construct log to screen with properties    [Medium] [Feb10]
+
#Construct log to screen with properties    CHECK
#Add the Possibility to use implicit advection diffusion (thomas3D)
+
#Add the Possibility to use implicit advection diffusion (thomas3D). CHECK
 
#Get discharges flux and boundary flux in to advection diffusion
 
#Get discharges flux and boundary flux in to advection diffusion
 
#Create rills (rill cells and area for flux defined with drainage accumulation computation)
 
#Create rills (rill cells and area for flux defined with drainage accumulation computation)
  
 
===Module Runoff===
 
===Module Runoff===
#Construct, modify and kill timeseries    [Medium] [Feb10]
+
#Construct, modify and kill timeseries    CHECK
  
 
===Module Vegetation===
 
===Module Vegetation===
#Code the excess water stress [Urgent] [Mar10]
+
#Code the excess water stress  
#Create DB for vegetation and automatically generate data whitout writting in vegetation data file. Create a file to check what was read.   [Medium] [Mar10] Use David Bailly Work to write in on file
+
#Create DB for vegetation and automatically generate data whitout writting in vegetation data file. Create a file to check what was read. Use David Bailly Work to write in on file
 
#Give porous media properties fluxes in g/s
 
#Give porous media properties fluxes in g/s
 
#How to account leaf flux to soil - for manning roughness?
 
#How to account leaf flux to soil - for manning roughness?
 
#Check equation of SWAT to separate potential evaporation using LAI to see if is the same as used in Basin
 
#Check equation of SWAT to separate potential evaporation using LAI to see if is the same as used in Basin
#Limit transpiration by evaporation? as for biomass?
 
 
#Uptake also ammonia?
 
#Uptake also ammonia?
  
Line 56: Line 55:
 
===Module Drainage network===
 
===Module Drainage network===
 
#Unit test with 2 delineations - 1 outlet at the midle and next delineate the basin there and compare with the new outlet
 
#Unit test with 2 delineations - 1 outlet at the midle and next delineate the basin there and compare with the new outlet
 
  
 
==Project Tasks==
 
==Project Tasks==
 
Excel file
 
Excel file

Revision as of 11:23, 25 January 2011

Article Tasks

[Task] [Priority] [MonthToFinish]

  1. Validate Model with analitical solutions - porous media and runoff
  2. Validate Model with erosion/deposition data (Jose)
  3. Compare Vegetation growth and erosion with SWAT in subbasin of Save and Enxoe
  4. Colocar modelo pesticidas MOHID
  5. Article 1 - part 1 (David Brito) Hidrology of MOHID Land and validation - analitic; part 2 (David Bailly) - Erosion and validation (José data)
  6. Article 2 - SWAT and Mohid Land
  7. Article 3 - application in Save (D Bailly)
  8. Article 4 - application in Enxoé (D Brito) - functioning of basin in one year and in events
  9. Article 5 - pesticides


Coding Tasks

Module Basin

  1. Compute Mass Balance for each property CHECK
  2. Take WATER_COLUMN_COEF from module and data file CHECK
  3. Water and Mass from rain should be updated after atmosphere processes and so it does not need to compute infilcolconc for porous media properties (it is the water column) CHECK
  4. If evaporation removes all water column then mass should be kept - use mass instead of concentration.

Module Porous Media

  1. Chage connection with river for layer based CHECK
  2. Distribute oversaturation differently
  3. Water that exists the soil in sub VerticalContinuity in a river cell should go to river directly and not to runoff first.

Module PorousMediaProperties

  1. Test interaction with river CHECK
  2. Construct log to screen with properties CHECK
  3. Get transpiration flux in to advection diffusion CHECK
  4. Update theta for ModuleAdvectionDiffusion (remove fluxes from river and vegetation and update again?)
  5. Compare solute transport to numeric solution

Module RunoffProperties

  1. Construct bottom fluxes for properties - follow "BOTTOM_FLUXES" in DrainageNetwork. Property will have a water matrix and bottom matrix. First approach can be only transport, concentrate when part of water infiltrates and deposition when all water infiltrates. Then after, erosion and deposition can be programmed (see Drainage Network again). CHECK
  2. Construct partition between dissolved and particulate - follow "PARTICULATE" in water properties. CHECK. Need tests
  3. Construct log to screen with properties CHECK
  4. Add the Possibility to use implicit advection diffusion (thomas3D). CHECK
  5. Get discharges flux and boundary flux in to advection diffusion
  6. Create rills (rill cells and area for flux defined with drainage accumulation computation)

Module Runoff

  1. Construct, modify and kill timeseries CHECK

Module Vegetation

  1. Code the excess water stress
  2. Create DB for vegetation and automatically generate data whitout writting in vegetation data file. Create a file to check what was read. Use David Bailly Work to write in on file
  3. Give porous media properties fluxes in g/s
  4. How to account leaf flux to soil - for manning roughness?
  5. Check equation of SWAT to separate potential evaporation using LAI to see if is the same as used in Basin
  6. Uptake also ammonia?


Module Drainage network

  1. Unit test with 2 delineations - 1 outlet at the midle and next delineate the basin there and compare with the new outlet

Project Tasks

Excel file