• skip to content

CLAWRIM Wiki

The Computational Lab for Advanced Water Resources Informatics and Modeling

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start ยป code
Trace:

code

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@howtos
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

how_to_install_hec-ras_on_linux
16 Hits, Last modified: 12 months ago
, we use NMSU's Discovery node ''discovery-l2'': <code bash> # connect to the NMSU network using either ... username@discovery-l2 # type your NMSU password </code> Download the [[https://www.hec.usstart?rev=1721... RAS_610_Linux.zip|HEC-RAS 6.1.0 Linux version]]. <code bash> mkdir -p ~/archive/hecras cd ~/archive/hecr... oftware/hec-ras/downloads/HEC-RAS_610_Linux.zip </code> Uncompress the downloaded file. <code bash> mkd
how_to_compile_peakfq_on_linux
6 Hits, Last modified: 11 months ago
mpiler]]. You can download the incomplete source code of PeakFQ from [[https://water.usgs.gov/software/... I'll use [[https://water.usgs.gov/software/PeakFQ/code/7.5.1/PeakFQ_7.5.1.src.zip|PeakFQ_7.5.1.src.zip]]... h compile_peakfq.sh> #!/bin/sh # download source code wget https://water.usgs.gov/software/PeakFQ/code/7.5.1/PeakFQ_7.5.1.src.zip # unzip it mkdir -p ~/usr/
how_to_compile_grass_gis_on_slackware
2 Hits, Last modified: 12 months ago
ps://grass.osgeo.org/|GRASS GIS]] on Slackware. <code bash> # switch to root su - # create postgres gr... ; then echo 'export PATH="$HOME/usr/local/bin:$PATH"' > ~/.bash_profile . ~/.bash_profile fi </code>
how_to_compile_modflow_6_on_slackware
2 Hits, Last modified: 4 months ago
these dependencies and MODFLOW 6 on Slackware. <code bash> # switch to root su - # install openmpi an... ; then echo 'export PATH="$HOME/usr/local/bin:$PATH"' > ~/.bash_profile . ~/.bash_profile fi </code>
how_to_compile_qgis_on_slackware
2 Hits, Last modified: 12 months ago
ASS GIS on Slackware|Install GRASS GIS]] first. <code bash> # switch to root su - # replace USERNAME w... ny dependencies; # build (S)aved options for qgis to compile GRASS GIS support sbopkg -k -i qgis </code>
how_to_count_non-null_records_in_a_column_in_a_csv_file
2 Hits, Last modified: 13 months ago
n-null records in a column in a CSV file ====== <code bash> tail -n +2 merged.csv | sed 's/"//g; s/,/ /g' | awk '{ if($57 != "") count++ } END{ print count }' </code>
how_to_download_features_using_the_arcgis_rest_api
2 Hits, Last modified: 11 months ago
*.geojson > $output </file> Here is an example: <code bash> ./download_arcgis_rest_features.sh https://hazards.fema.gov/arcgis/rest/services/FIRMette/NFHLREST_FIRMette/MapServer/1 firm_panels </code>
how_to_find_the_order_of_a_column_in_a_csv_file
2 Hits, Last modified: 13 months ago
find the order of a column in a CSV file ====== <code bash> head -1 merged.csv | sed 's/"//g; s/,/ /g' | awk '{ for(i=1; i<=NF; i++) if($i == "TOBS") print i }' </code>
how_to_install_miniconda_on_linux
2 Hits, Last modified: 11 months ago
====== How to install Miniconda on Linux ====== <code bash> wget https://repo.anaconda.com/miniconda/Mi... t . ~/.bashrc conda config --add channels conda-forge conda config --set channel_priority strict </code>
how_to_install_tex_live_on_linux
2 Hits, Last modified: 11 months ago
ins how to install TeX Live as a non-root user. <code bash> # download the installer cd /tmp wget https... them into the current session . ~/.bash_profile </code> Use [[https://www.tug.org/texlive/tlmgr.html|tl
how_to_install_the_intel_fortran_compiler_on_linux
2 Hits, Last modified: 11 months ago
.80_offline.sh]]. I suggest an offline version. <code bash> # download the installer wget https://regis... at << 'EOT' > hello.f write(*,*) "Hello World!" end EOT ifx -o hello hello.f ./hello </code>
how_to_merge_csv_files_in_the_current_directory
2 Hits, Last modified: 13 months ago
merge CSV files in the current directory ====== <code bash> # set a variable to know if a file is the f... one > merged.csv # forward any outputs from the above for loop # to merged.csv </code>
how_to_use_shell_scripting_on_windows
2 Hits, Last modified: 13 months ago
- Copy busybox.exe to C:\opt\bin - Start busybox.exe <code dos> C:\opt\bin\busybox.exe sh -l </code>

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki