21 | | * '''USER_CODE'''\\ |
22 | | - user_init_plant_canopy.f90 |
23 | | - user_module.f90 |
24 | | - user_parin.f90 |
25 | | * {{{generate_static_driver.ncl}}}: Simple NCL script that was used to generate the NetCDF file {{{test_canopy_static}}} |
26 | | This simulation setup (canopy_mode = 'block' or 'read_from_file_3d') reproduces the results of Shaw & Schumann (1992). The USER_CODE is for a simulation with only a subregion of the surface covered with plant canopy. |
| 21 | * {{{create_basic_static_driver.py}}}: Simple python script that was used to generate the NetCDF file {{{test_canopy_static}}}. |
| 22 | This simulation setup (canopy_mode = 'block' or 'read_from_file_3d') reproduces the results of Shaw & Schumann (1992). |
| 23 | {{{#!comment |
| 24 | The USER_CODE is for a simulation with only a subregion of the surface covered with plant canopy. |
| 25 | }}} |