source: lmdz_wrf/trunk/tools/documentation/ncmanage/netcdf_fold_concatenation_HMT.html

Last change on this file was 1509, checked in by lfita, 9 years ago

Adding documentation for `netcdf_fold_concatenation_HMT'

File size: 1.6 KB
Line 
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    &nbsp;&nbsp;[values]= [fold],[dimname]<BR>
18    &nbsp;&nbsp;&nbsp;&nbsp;[fold]: folder with the location of the netCDF files<BR>
19    &nbsp;&nbsp;&nbsp;&nbsp;[dimname]: dimension along which files should be concatenated<BR>
20    &nbsp;&nbsp;&nbsp;&nbsp;[vardimname]: name of the dimension variable with the values<BR>
21    &nbsp;&nbsp;[ncfile]= [header],[middle],[tail]<BR>
22    &nbsp;&nbsp;&nbsp;&nbsp;[header] = header of the name of the files to concatenate [ncfile]*[middle]*[tail]<BR>
23    &nbsp;&nbsp;&nbsp;&nbsp;[middle] = middle of the name of the files to concatenate [ncfile]*[middle]*[tail]<BR>
24    &nbsp;&nbsp;&nbsp;&nbsp;[tail] = tail of the name of the files to concatenate [ncfile]*[middle]*[tail]<BR>
25    &nbsp;&nbsp;[varn]= ',' separated list of variables to concatenate <BR>
26    &nbsp;&nbsp;&nbsp;&nbsp;[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
Note: See TracBrowser for help on using the repository browser.