Changes between Version 16 and Version 17 of doc/app/vapor
- Timestamp:
- Apr 29, 2013 9:27:48 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/vapor
v16 v17 19 19 \\ 20 20 nc2vdf collects a list of parameters and uses the command line tools vdfcreate and ncdf2vdf, that come with VAPOR, to create the metadata file and populate the data collection automatically with all variables and time steps chosen by the user.\\ 21 The tool can be used in two ways, an interactive command line prompt asking for all necessary information and a non interactive batch mode reading all input parameters from a configuration file. The batch mode may be preferred . For converting large data sets, a batch job can be started at HLRN (so far only hicegate2 and bicegate2 are allowed). Large batch jobs that would exceed the wallclock time limit of the shell, you might want to submit a job (currently only possible on the UV systems).\\21 The tool can be used in two ways, an interactive command line prompt asking for all necessary information and a non interactive batch mode reading all input parameters from a configuration file. The batch mode may be preferred for converting large data sets and can be used as a batch job at HLRN (so far only hicegate2 and bicegate2 are allowed). For large batch jobs that would exceed the wallclock time limit of the shell, you might want to submit a batch job (currently only possible on the UV systems).\\ 22 22 \\ 23 23 === Starting the conversion === 24 The conversion can be started interactively, as local batch job at IMUK/HLRN or as batch job at UV. To use nc2vdf on your own workstation with VAPOR installed (Linux or Mac systems), you may edit the appropriate lines in the configuration file {{{nc2vdf.config}}}). The following instructions have to been executed .24 The conversion can be started interactively, as local batch job at IMUK/HLRN or as batch job at UV. To use nc2vdf on your own workstation with VAPOR installed (Linux or Mac systems), you may edit the appropriate lines in the configuration file {{{nc2vdf.config}}}). The following instructions have to been executed in the directory where the data reside. 25 25 26 26 ==== Interactive mode at IMUK/HLRN ==== … … 30 30 31 31 ==== Batch mode at IMUK/HLRN ==== 32 Provide a configuration file (usually {{{nc2vdf.config}}}). An example configuration file can be found in the folder {{{trunk/SCRIPTS/}}}. The configuration uses NCL syntax. Run the script as follows:\\\\32 Provide a configuration file (usually {{{nc2vdf.config}}}). An example configuration file can be found in the folder {{{trunk/SCRIPTS/}}}. The configuration uses NCL syntax. Please see the instructions and comments in the example file for more information. Run the script as follows:\\\\ 33 33 {{{nc2vdf ./anypath/nc2vdf.config}}} 34 34