| 1 | <HTML> |
|---|
| 2 | <HEAD> |
|---|
| 3 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8"> |
|---|
| 4 | <LINK REL="stylesheet" TYPE="text/css" HREF="../PyNCplot.css"/> |
|---|
| 5 | </HEAD> |
|---|
| 6 | |
|---|
| 7 | </HEAD> |
|---|
| 8 | <BODY> |
|---|
| 9 | <DIV CLASS="valheader"> |
|---|
| 10 | netcdf_fold_concatenation_HMT |
|---|
| 11 | </DIV> |
|---|
| 12 | <DIV CLASS="valimg"> |
|---|
| 13 | Function to concatenate netCDF files in a given folder for a given set of variables giving Header, Middle, Tail for the name files |
|---|
| 14 | </DIV> |
|---|
| 15 | <DIV CLASS="valhelp"> |
|---|
| 16 | netcdf_fold_concatenation_HMT(values, ncfile, varn)<BR> |
|---|
| 17 | [values]= [fold],[dimname]<BR> |
|---|
| 18 | [fold]: folder with the location of the netCDF files<BR> |
|---|
| 19 | [dimname]: dimension along which files should be concatenated<BR> |
|---|
| 20 | [vardimname]: name of the dimension variable with the values<BR> |
|---|
| 21 | [ncfile]= [header],[middle],[tail]<BR> |
|---|
| 22 | [header] = header of the name of the files to concatenate [ncfile]*[middle]*[tail]<BR> |
|---|
| 23 | [middle] = middle of the name of the files to concatenate [ncfile]*[middle]*[tail]<BR> |
|---|
| 24 | [tail] = tail of the name of the files to concatenate [ncfile]*[middle]*[tail]<BR> |
|---|
| 25 | [varn]= ',' separated list of variables to concatenate <BR> |
|---|
| 26 | [var1],[var2],[...[varN]] or 'all' for all variables |
|---|
| 27 | </DIV> |
|---|
| 28 | <DIV CLASS="valins"> |
|---|
| 29 | $ python ${pyHOME}/nc_var.py -o netcdf_fold_concatenation_HMT -S forcings,tstep,tstep -f forcing,Aconcagua,nc -v tstep,LWdown,PSurf,Qair,Rainf,Snowf,SWdown_aerosol,Tair,Wind,SWdown,land |
|---|
| 30 | </DIV> |
|---|
| 31 | </BODY> |
|---|
| 32 | </HTML> |
|---|
| 33 | |
|---|