Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design VIC single cell test cases for comparison of VIC classic and VIC image #2

Open
bartnijssen opened this issue Aug 6, 2014 · 0 comments
Assignees

Comments

@bartnijssen
Copy link
Owner

All tests to be run with one year of meteorological data. All meteorological variables to be specified at the model time step (since VIC image no longer has the MTCLIM generator). All tests with 3 soil layers for now.

  1. Tests will be implemented for various combinations of model options:
WB EB SB TL TLV FZ CB LK test ID
X WB
X X WB-SB
X X X WB-SB-TL
X X X WB-SB-TLV
X EB
X X EB-SB
X X X EB-SB-TL
X X X EB-SB-TLV
X X EB-FZ
X X X EB-SB-FZ
  • WB - water balance mode
  • EB - energy balance mode
  • SB - snow bands > 1 (for now test with fixed number of snow bands)
  • TL - treeline option with bare soil as the above treeline vegetation type
  • TLV - treeline option with specified vegetation as the above treeline vegetation type
  • FZ - frozen soil (probably needs to be split out for different options)
  • CB - carbon
  • LK - lake

All water balance simulations will be done using a 24 hour time step. All energy balance simulations will be done using a one hour time step.

  1. The tests should be repeated for the following vegetation types:
    • BS: 100% bare soil
    • VNO: 100% vegetation without overstory
    • VWO: 100% vegetation with overstory
    • BS-VNO: 50% bare soil / 50% veg w/o overstory
    • BS-VWO: 50% bare soil / 50% veg w overstory
    • VNO-VWO: 50% veg w/o overstory / 50% veg w overstory
    • BS-VNO-VWO: 40% bare soil / 30% veg w/o overstory / 30% veg w overstory
  2. The tests should be repeated for different meteorological conditions:
    • temperature
      • CLD: cold (mean annual air temperature < 0ºC)
      • TMP: temperate (mean annual air temperature < 10ºC)
      • WRM: warm (mean annual air temperature > 10ºC)
      • TRP: tropical (mean annual air temperature > 18ºC)
    • precipitation
      • DES: desert (mean annual precipitation < 100 mm/year)
      • SAR: semi-arid (mean annual precipitation < 500 mm/year)
      • SBH: sub-humid (mean annual precipitation < 1000 mm/year)
      • HUM: humid (mean annual precipitation > 2500 mm/year)

Test case IDs are constructed by appending the varying test instance IDs, separate by single dashes(-). All files and directories associated with a specific test will be identified by this ID.

@bartnijssen bartnijssen self-assigned this Aug 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant