Hi everyone,
Does anyone know how to execute the following script using NCO. Please refer the attached link for the script.
Thanks.
https://disc.gsfc.nasa.gov/recipes/?q=recipes/How-to-Concatenate-the-Time-Dimension-of-netCDF-Files-with-NCO
The script in your given link can be run on Linux shell. e.g. Ubuntu or Debian
First you need to install ksh shell by following command
$ sudo apt-get install ksh
Then set ksh as a default shell by
$ sudo chsh -s /bin/ksh UserName
Now, install NCO package
$ aptitude install nco
or refer to NCO website for more detail (1st link below)
All set : Its time to run your script now
Moreover, on Windows platform install the nco setup (2nd link below)
after installation you will find NCO.lnk (an NCO command prompt) at installation path with nc function executables.
As you want to Concatenate netCDF files
At your data folder copy the ncrcat.exe and
just run command prompt on same folder and type e.g.
ncrcat.exe -O file1.nc file2.nc OutFileName.nc
this combines both files in OutFileName.nc in the same folder
or you can make script at your own to automate the process over number of files.
Thank You.
Write if you have more query.
http://nco.sourceforge.net/
http://nco.sourceforge.net/src/nco-4.6.3.windows.mvs.exe
Dear Chintan,
Thanks for your reply.
Hi all, I have a classified image with 8 classes. How can I plot ROC curve based on my ROI (Region of Interest)? Pls guide me. Thanks.
05 June 2018 6,370 0 View
Geospatial data, especially remote sensing data, have widely been used for providing main data into flood modelling due to it free availability, high resolution dataset can be derived. However, I...
08 September 2016 9,401 9 View
06 July 2016 3,393 0 View
06 July 2016 9,558 3 View
01 February 2016 9,780 3 View
08 September 2014 1,672 6 View
Is there any free avaiable CO2 product in asc format?
07 August 2014 6,479 0 View
I'm looking for downscaling methods to generate hourly runoff via rainfall-runoff model.
05 June 2014 5,526 3 View
Hello, good day! I am trying to simulate similar bimorph piezoelectric harvester with below commands. However, the output power doesn't change with resistor value. Please help to find the reason. ET,10,CIRCU94,0 !SET UP RESISTOR R,1,100000 !RESISTANCE VALUE TYPE,10 !SET ELEMENT TYPE E,1,2 !CREATE RESISTOR BETWEEN NODES 1 AND 2 Thanks in advance Regards,
02 March 2021 0 0 View
Hi, I am trying to construct a multi-layer fibril structure from a single layer in PyMol by translating the layer along the fibril axis. For now, I am able to use the Translate command in PyMol...
02 March 2021 4,569 4 View
Dear Researchers I am trying to perform a PIL simulation using STM32F4 Discovery board and comunication serial USB TO TTL. During simulation I receive the following timeout error: An error...
01 March 2021 2,327 1 View
Which is suitable for use with Python? MySQL or SQL Server? What is your suggestion?
01 March 2021 3,422 3 View
Hi dear researchers I connected a rigid body into the part of my structure by tie constraint and then I added displacement to rigid body, in static general step every thing is fine and these two...
28 February 2021 3,442 2 View
The following code (see 1st 2 images attached) is used to produce PID controller values that are designed to control the system (G). The code finds the PID controller values (noted as k) by using...
28 February 2021 6,560 14 View
Have a nice day everyone, I'm stuck in extracting datasets out of MPI-ESM-MR netcdf files because the latitude ranges from -3*10^6 to 3*10^6 and longitude ranges -5,9*10^6 to 5,9*10^6. Plus, the...
28 February 2021 912 3 View
I have input and output data set for "ANFIS modeling in MATLAB", and I am getting some negative predicted values of output in testing. However, the predicted values of output in training are...
28 February 2021 3,459 3 View
I wanted to add an extra parameter to the existing Johnson cook equation in the ABAQUS simulation. How to add those extra parameters. Ref: A modified Johnson-Cook material model with strain...
28 February 2021 4,841 3 View
In R-studio, there are many commands of Gumbel package. Arguments are also different. I`m asking about the alpha parameter of the Copula which must be greater than 1. If this is the one used to...
25 February 2021 5,229 3 View