code.usgs.gov Open in urlscan Pro
137.227.229.60  Public Scan

URL: https://code.usgs.gov/water/espd/hgb/1dtemppro
Submission Tags: falconsandbox
Submission: On November 08 via api from US — Scanned from IT

Form analysis 0 forms found in the DOM

Text Content

Skip to content
GitLab
 * Explore

 * Sign in


PRIMARY NAVIGATION

Search or go to…
Project
 * 1DTempPro
 * Manage
    * Activity
    * Members
    * Labels

 * Plan
    * Issues
      0
    * Issue boards
    * Milestones
    * Wiki

 * Code
    * Merge requests
      0
    * Repository
    * Branches
    * Commits
    * Tags
    * Repository graph
    * Compare revisions
    * Snippets

 * Build
    * Pipelines
    * Jobs
    * Pipeline schedules
    * Artifacts

 * Deploy
    * Releases
    * Container Registry
    * Model registry

 * Operate
    * Environments

 * Monitor
    * Incidents
    * Service Desk

 * Analyze
    * Value stream analytics
    * Contributor analytics
    * CI/CD analytics
    * Repository analytics
    * Model experiments




Help
   
 * * Help
   * Support
   * GitLab documentation
   * Compare GitLab plans
   * Community forum
   * Contribute to GitLab
   * Provide feedback
 * * Keyboard shortcuts ?


Snippets Groups Projects
    
 1. Water
 2. ESPD
 3. HGB
 4. 1DTempPro






1DTEMPPRO

Star 0
Project ID: 3811
More actions
 * Copy project ID: 3811
   
   




PROJECT INFORMATION

USGS 1DTempPro is a computer program for analysis of vertical one-dimensional
(1D) temperature profiles

 * 12 Commits
 * 1 Branch
 * 0 Tags

 * README
 * Creative Commons Zero v1.0 Universal

Created on

May 19, 2020
master
Select Git revision

 * Branches 1
 * master default protected



1 result
 1. 1dtemppro
    

History Find file
Code
 * * Clone with SSH
     
 * * Clone with HTTPS
     
   
 * Open in your IDE
   * Visual Studio Code (SSH)
   * Visual Studio Code (HTTPS)
   * IntelliJ IDEA (SSH)
   * IntelliJ IDEA (HTTPS)
 * Download source code
   * zip
   * tar.gz
   * tar.bz2
   * tar
   

Download
 * Download source code
   * zip
   * tar.gz
   * tar.bz2
   * tar
   

Copy HTTPS clone URL
 * Copy SSH clone URLgit@code.usgs.gov:water/espd/hgb/1dtemppro.git
 * Copy HTTPS clone URLhttps://code.usgs.gov/water/espd/hgb/1dtemppro.git

corrected code.json
Cian B Dawson authored 4 years ago

4b1f2324

Name Last commit Last update 1DTempPro.zip Upload New File

4 years ago
1dtemppro-Figure1.jpg Upload New File

4 years ago
DISCLAIMER.md Upload New File

4 years ago
LICENSE.md Upload New File

4 years ago
README.md Replace README.md

4 years ago
Release_History.md Upload New File

4 years ago
TUTORIAL.txt Upload New File

4 years ago
code.json corrected code.json

4 years ago

README.md


1DTEMPPRO: A PROGRAM FOR ANALYSIS OF VERTICAL ONE-DIMENSIONAL (1D) TEMPERATURE
PROFILES

http://dx.doi.org/10.5066/F76T0JQS


OVERVIEW SUMMARY

1DTempPro is a computer program for the analysis of one-dimensional vertical
temperature profiles. The program is a graphical user interface (GUI) to the
previously published USGS code VS2DH, which numerically solves the flow and
heat-transport equations. The program allows users to visually calibrate VS2DH
models against measured data to estimate vertical groundwater/surface-water
exchange and also hydraulic conductivity for cases where hydraulic head is
known. 1DTempPro is written in C# for execution in a MS Windows .NET
environment.


FOR MORE INFORMATION

For instructions on installing and running the code, please refer to the
complete repository documentation and files, which include:

 * Version History (Release_History.md)
 * Instructions (below)
 * Tutorial (TUTORIAL.txt)
 * Associated paper(s) or reports
 * Sample or test data sets
 * License and Copyright (LICENSE.md)
 * Diclaimers (DISCLAIMER.md)


SUGGESTED CODE CITATION

Koch, F.W., Voytek, E.B., Day-Lewis, F.D., Healy, R., Briggs, M.A., Werkema, D.,
and Lane, J.W., Jr., 2015, 1DTempPro: A program for analysis of vertical
one-dimensional (1D) temperature profiles v2.0: U.S. Geological Survey Software
Release, 23 July 2015, http://dx.doi.org/10.5066/F76T0JQS.


SUGGESTED REPORT CITATION

Koch, F.W., Voytek, E.B., Day-Lewis, F.D., Healy, R., Briggs, M.A., Werkema, D.,
and Lane, J.W., Jr., 2015, 1DTempPro V2: New Features for Inferring
Groundwater/Surface-Water Exchange, Groundwater,
https://doi.org/10.1111/gwat.12369, 6p.


TABLE OF CONTENTS

A. SYSTEM REQUIREMENTS
B. DISTRIBUTION FILES
C. DOCUMENTATION
D. INSTALLING
E. RUNNING THE SOFTWARE
F. UNINSTALLING
G. TUTORIALS AND EXAMPLE PROBLEMS
H. KNOWN BUGS
I. SUPPORT


A. SYSTEM REQUIREMENTS

For installation of 1DTempPro, 50 megabytes of free disk space is needed.

To run 1DTempPro, the following are necessary:

 * Windows 7 or later (untested on older platforms)
 * 100 MB free disk space or more, depending on size of problem
 * display resolution of 800x600 or higher
 * display color of 16 bit or higher


B. DISTRIBUTION FILES

 * 1DTempProV2.application (ClickOnce Application, use this to install and run,
   includes VS2DH3_3.exe)
 * setup.exe
 * README.txt
 * TUTORIAL.txt
 * SAMPLE DATA (Folder containing sample data, instructions in TUTORIAL.txt)


C. DOCUMENTATION

This software distribution includes a brief tutorial, and sample data files.

Additional information about VS2DH, the modelling code around which this GUI was
built, can be found at:
http://wwwbrr.cr.usgs.gov/projects/GW_Unsat/vs2di1.3/index.html

Levenberg-Marquardt algorithm implementation built on code by Krzysztof Kniaz:
http://kniaz.net/software/LMA.aspx


D. INSTALLATION

To install 1DTempPro, unzip the installation folder. Double-click
'1DTempProV2.application' and follow the installation prompts.

Administrative rights are not required, but the software will only install for
use by the user currently logged in.

Leftover installation files from previous versions of 1DTempPro, antivirus
software, and firewalls MAY interfere with installation. If installation fails,
the standalone executable 1DTempProV2.exe (found in the application files) may
be run without installation.


E. RUNNING THE SOFTWARE

After proper installation, the software can be run from the Start menu:

Click ‘START/WINDOWS MENU’ --> ‘ALL PROGRAMS’ --> '1DTEMPPRO'

When running VS2DH through 1DTempPro, you may get repeated messages along the
lines of “publisher could not be verified.” If this happens, you may need to
unblock the original VS2DH3_3.exe file. To do this, right-click on it —->
‘Properties’ --> ‘General’ tab —> ‘Unblock’


F. UNINSTALLING

To uninstall 1DTempPro use the Windows feature 'Uninstall or change a program'
found in the Control Panel.

'Control Panel' --> 'Programs' --> 'Programs and Features'


G. TUTORIALS AND SAMPLE DATA SETS

A tutorial is provided with the software installation. It can be accessed from
the installation folder, or from within the 1DTempPro program under Help -->
Tutorial

A folder of a sample data is provided (SAMPLE DATA) for the user to learn the
software, and test for proper installation. Detailed instructions are found in
the Tutorial file.


H. KNOWN BUGS

 * Occasionally when making changes to a loaded workspace with a multi-layer
   column model, some layer parameters are reset to default. Ensure correct
   values are displayed in the GUI before running VS2Dh.
 * Sometimes specific discharge and hydraulic conductivity values get scaled by
   a factor corresponding to the conversion between m/s and m/d without the
   units changing. If this happens, the change will be reflected in the GUI, so
   before running VS2DH, ensure the correct values and units are displayed.

Please report as much detail as possible about any additional bugs to the email
address listed below.


POINT OF CONTACT

Support is provided for correcting bugs and clarification of how the software is
intended to work. Only limited assistance can be provided for applying the
software to specific problems by contacting the points of contact listed below:

USGS Hydrogeophysics Branch

Mailing Address: 11 Sherman Place, Unit 5015, University of Connecticut, Storrs
Mansfield, CT 06269

Phone: (860) 487-7402

Email: hgb_help@usgs.gov


SOFTWARE LICENSE AND PURCHASE INFORMATION

Refer to LICENSE.md