Changes between Version 71 and Version 72 of WRF4GTutorial2
- Timestamp:
- Oct 4, 2012 8:06:00 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4GTutorial2
v71 v72 75 75 }}} 76 76 77 The chunk log name is composed of using chunk number and job identifier (GW).77 The chunk log name is composed of using chunk number and job identifier. 78 78 * `log_{chunk_number}_{job_identifier}.tar.gz` 79 79 In our case, chunk log name will be log_1_4.tar.gz because the chunk number is 1 and the job identifier is 4. … … 193 193 * '''resource_name''': is the name of the resource. 194 194 * '''attributes''': are the static attributes of the resource and their syntax is: 195 * <scheme>://<username>@<host>?<query>195 * `<scheme>://<username>@<host>?<query>` 196 196 * '''scheme''': the URL schemes available are "ssh" and "local". 197 197 * '''ssh''': access to remote DRM via SSH … … 202 202 * key1=value1;key2=value2;key3=value3 203 203 204 Abailable variables:204 The keys available are: 205 205 * '''LRMS_TYPE'''(mandatory): DRM system for execution [pbs | sge | fork | loadleveler | mnslurm ] 206 206 * '''PROJECT'''(optional for SGE, PBS and !LoadLeveler): specifies the user's project on the computing resource