⚲
Project
General
Profile
Sign in
Register
Home
Projects
Imprint + Privacy Policy
Help
Search
:
CDO
All Projects
CDO
Overview
Activity
News
Wiki
Forums
Files
Documentation
Download (215 Bytes)
RE: Loop error
ยป values.sh
Muhammad Ramzan
, 2022-12-08 01:43
#!/bin/bash
exec
< coords.txt
"station , lat, lon"
read
-r
header
echo
--
"
$header
"
while
IFS
=
", "
read
-r
station lat lon
do
cdo
"remapnn,lon=
${
lon
}
_lat=
${
lat
}
,"
era_temp.nc
"
${
station
}
_out.nc"
done
(1-1/1)
Loading...