Added by Jiwon Oh about 8 years ago
Hello.
I want to convert gregorian calendar to julian in netcdf file.
The original state of time variable is :
int time(time) ;
time:units = "hours since 1900-01-01 00:00:0.0" ;
time:long_name = "time" ;
time:calendar = "gregorian" ;
I know there is a command to convert calendar type using cdo.
However, I'm not sure that command support julian calendar.
Is there any way to convert calendar type using cdo or something like ncap2 ?
Thanks.