There is a newer version of the record available.

Published November 29, 2021 | Version v6.2.2
Software Open

DrylandEcology/SOILWAT2: v6.2.2

  • 1. Microchip Technology Inc.
  • 2. Cognex Corporation
  • 3. @Underwriters-Labs
  • 4. Marshall University
  • 5. USGS

Description

This version produces identical simulation output as the previous release; however, the internal organization of global variables was updated and affects how SOILWAT2 works with rSOILWAT2 and STEPWAT2.

  • previously, global variables were defined/implemented in one source file; each other source files that referenced a global variable used a separate extern declaration --> problem: repeated code/declarations

  • new approach:

  • define/implement global variables in one source file
  • extern declare these variables in the header file belonging to that source file
  • include the header file by each other source files that uses a global variable

Files

DrylandEcology/SOILWAT2-v6.2.2.zip

Files (475.9 kB)

Name Size Download all
md5:74b592f17569e9f5a40f90221a81c049
475.9 kB Preview Download

Additional details