⚲
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 (208 Bytes)
RE: merge multi netcdf files, not base on time
» processing.txt
Ralf Mueller
, 2021-03-04 09:34
#!/usr/bin/env bash
for i in $(seq 1 6); do ls l${i}.nc; cdo -setzaxis,griddes_${i}.txt l${i}.nc out${i}.nc ;done
[[ -f OUT.nc ]] && rm OUT.nc
cdo merge out1.nc out2.nc out3.nc out4.nc out5.nc out6.nc OUT.nc
« Previous
1
…
5
6
7
8
Next »
(7-7/8)
Loading...