Changes between Version 15 and Version 16 of doc/app/plant_canopy_parameters


Ignore:
Timestamp:
Jan 22, 2018 3:30:09 PM (7 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/plant_canopy_parameters

    v15 v16  
    1 == Plant Canopy Parameters ==
     1== Plant canopy parameters ==
    22[[TracNav(doc/app/partoc|nocollapse)]]
    33
     
    1515* user-defined code (see [wiki:doc/app/userint user interface guide], and subroutine {{{user_init_plant_canopy.f90}}} under {{{trunk/SOURCE}}} directory)
    1616The attached [attachment:test_canopy.zip test_canopy] example includes:
    17 * {{{test_canopy_p3d}}}: ASCII parameter file
    18 * {{{test_canopy_static}}}: NetCDF static-information file with leaf area information (so-called [wiki:doc/app/iofiles/#static static driver] that could also include other information, e.g. topography data)
    19 * {{{static_driver_generic_canopy_2m.ncl}}}: Simple NCL script that was used to generate the NetCDF file {{{test_canopy_static}}}
    20 This simulation setup reproduces the results of Shaw & Schumann (BLM 61: 47-64, 1992).
     17* '''INPUT'''\\
     18   - {{{test_canopy_p3d}}}: ASCII parameter file
     19   - {{{test_canopy_static}}}: NetCDF static-information file with leaf area information (so-called [wiki:doc/app/iofiles/#static static driver] that could also include other information, e.g. topography data)
     20* '''USER_CODE'''\\
     21   - user_init_plant_canopy.f90
     22   - user_module.f90
     23   - user_parin.f90
     24* {{{generate_static_driver.ncl}}}: Simple NCL script that was used to generate the NetCDF file {{{test_canopy_static}}}
     25This simulation setup (canopy_mode = 'block' or 'read_from_file_3d') reproduces the results of Shaw & Schumann (BLM 61: 47-64, 1992). The USER_CODE is for a simulation with only a subregion of the surface covered with plant canopy.
    2126
    2227----