Blog posts

2199

Future Blog Post

less than 1 minute read

Published:

This post will show up by default. To disable scheduling of future posts, edit config.yml and set future: false. Read more

2022

Watershed Workflow

less than 1 minute read

Published:

installation

https://github.com/pinshuai/pinshuai.github.io/blob/master/_posts/2020-06-21-Install-Watershed-Workflow.md

Document

https://ecoon.github.io/watershed-workflow/build/html/install.html Read more

Usgs_data

less than 1 minute read

Published:

https://apps.nationalmap.gov/downloader/#/

hydrography

# NHDPlus Hydrography Dataset # sate # shapefile Read more

Ats_restart

less than 1 minute read

Published:

          For surface and subsurface domain.
          For flow and solute transport
          The initial condition should be defined in restart files.
          
          <ParameterList name="initial condition" type="ParameterList">
            <Parameter name="restart file" type="string" value="/scratch/tundra/dharp/arctic/geophysics/run_newmesh01/checkpoint10642.h5" />
          </ParameterList>
Read more

Spectral analysis

1 minute read

Published:

信号分析:为了获得时间和频域之间的相互关系;

傅里叶变换:提供频域信息,但有关时间变化的局部化信息基本丢失;

Read more

Nersc

less than 1 minute read

Published:

salloc -N 1 -C haswell -q interactive -t 01:30:00 -L SCRATCH

srun -n 1 ats –xml_file=./richards_steadystate.xml

forge –connect srun -n 1 ats –xml_file=./richards_steadystate.xml

srun -n 64 ../../../../../../global/project/projectdirs/m3421/ats-new/ats/install-master/cori-haswell/intel-6.0.5-mpich-7.7.10/opt/bin/ats –xml_file=2dtransect_tempest_d18m_nz101_lidar_850.xml

the difference between nersc version and docker version is on mass_flux to water_flux and manning’s and the results on total_component_concentration.cell.0 to tracer1

Read more

Important Concepts

1 minute read

Published:


title: ‘Important hydraulic concepts’ date: 2022-05-17 permalink: /posts/2022/05/blog-post-Important hydraulic concepts/ Read more

Blog Linux kernel

less than 1 minute read

Published:


title: ‘Linux Kernel’ date: 2022-05-08 permalink: /posts/2022/05/Linux Kernel/ Read more

ATS Units

less than 1 minute read

Published:

In this post, the units used in ATS can be found. Neumann (mass flux) boundary condition: The concentration surface-mass_flux Observation file: extensive integral mol/s Read more

C++ Code Guide

less than 1 minute read

Published:

Recently I was introduced to a product called Doxygen, which allows for automatic software documentation generation from comments in the source code. The product page is at https://lnkd.in/gwD8CdAS, I used it to generate the documentation for AMANZI-ATS. Read more