Add time to (lat, lon) soil carbon data
Added by Yousef Albuhaisi almost 5 years ago
Hi,
I want to add a third dimension to soil carbon 2-D array. What I am aiming for is to make soil carbon dataset matching to soil moisture (time, lat,lon) in order to use them in one equation. The soil carbon I need is in 12 monthly steps from 2015-01-01. any ideas?
Thanks in Advance.
Replies (2)
RE: Add time to (lat, lon) soil carbon data - Added by Karin Meier-Fleischer almost 5 years ago
Hi Yousef,
you can add the time coordinate with the settaxis and setreftime operator
cdo -setreftime,2015-01-01,12:00:00,1mon -settaxis,2015-01-01,,1mon isric_soil_carbon_0.25.nc isric_soil_carbon_0.25_time.nc
-Karin
RE: Add time to (lat, lon) soil carbon data - Added by Yousef Albuhaisi almost 5 years ago
Thanks Karin!