Changeset 351 for palm/trunk/SCRIPTS/NCL/ncl_preferences.ncl
- Timestamp:
- Jul 8, 2009 1:42:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/ncl_preferences.ncl
r342 r351 1256 1256 end if 1257 1257 ;*************************************************** 1258 ; OPTIONAL --time_stride-- TEMPORAL STRIDE 1259 ; 1260 ; temporal stride for the plots; if time_stride=1 all the profiles between first_time_step 1261 ; and end_time_step are plotted (including first_time_step and end_time_step), 1262 ; if time_stride=3 every third time step between start_time_step and end_time_step is plotted 1263 ; 1264 ; data type: integer 1265 ; 1266 ; example: time_stride = 3 1267 ; 1268 ; default: 1 1269 ;*************************************************** 1270 if (.not. isvar("time_stride"))then 1271 1272 1273 time_stride = 1 1274 1275 1276 end if 1277 ;*************************************************** 1258 1278 ; OPTIONAL --start_x-- STARTVALUE IN X-DIRECTION 1259 1279 ;
Note: See TracChangeset
for help on using the changeset viewer.