You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can use wdmexp command, whih will generate a summary,
met input:
Ex: cbp wdmexp met2date met met_N51073.wdm 1000 1984 2023
runoff SURO output:
Ex: cbp wdmexp vadeq_2021 land soyN51073.wdm 111 1984 2023
Loading /opt/model/p6/vadeq/hspf.config
Outputting to /opt/model/p6/vadeq/input/scenario/climate/met/met2date/
echo met_N51073.wdm,1984,2023,1000 | wdm2text
program to write hourly ascii output from a wdm
wdm name, start year, end year, dsn
hourly average = 3.7912358137427338E-003
annual average = 33.233973143268805
Check individual grid cells duration in CSV
gc=`./nldas_land_grids $i`
n=0
yr=2021
for i in $gc;do
if [ $n -gt 0 ]; then
lrow=`tail -n 1 out/grid_met_csv/$yr/${i}zPP.txt`
echo "$i: $lrow"
fi
n=$(($n+1))
done
# make the full met2date for this series
a2l_one 1984010101 2023082923 /backup/meteorology/out/grid_met_csv /backup/meteorology/out/lseg_csv N24031
The text was updated successfully, but these errors were encountered:
Overview
Data Model
Workflow
Run met data workflow steps all the way, so this gets inserted after pre-populating the database runtime table.
Cell and WDM QA
Single Cell csv QA
./make_met2date N51165 19840101 20230829 "2021 2022 2023" landseg
i=N24013; ./grid2land.sh 2022010100 2022123123 /backup/meteorology /backup/meteorology/out/grid_met_csv $i
nano /backup/meteorology/out/lseg_csv/1984010101-2023082923/${i}.PRC
Verify data in WDM files
wdmexp
command, whih will generate a summary,cbp wdmexp met2date met met_N51073.wdm 1000 1984 2023
cbp wdmexp vadeq_2021 land soyN51073.wdm 111 1984 2023
Check individual grid cells duration in CSV
The text was updated successfully, but these errors were encountered: