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}}} |
| 25 | This 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. |