Changes between Version 1 and Version 2 of ticket/0650
- Timestamp:
- 2010-09-27T14:15:52+02:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ticket/0650
v1 v2 13 13 === Description === 14 14 15 15 On-the-fly interpolation for 3D files. 16 16 It will replace time-interpolation for intial state in dtatem and dtasal. 17 18 In fldread, fnow has now a third dimension ( vertical ) and fdta a forth dimension ( vertical too) 19 20 17 In fldread, fnow has now a third dimension ( vertical ) and fdta a forth dimension ( vertical too). 18 In consequence, all routines using fldread will be modified, when fdta and fnow are allocated ; we decided to not allocate fdta when time-interpolation is not used. 21 19 ---- 22 20 === Testing === 23 21 Testing could consider (where appropriate) other configurations in addition to NVTK]. 24 22 25 ||NVTK Tested||!'''YES /NO!'''||26 ||Other model configurations||!'''YES /NO!'''||27 ||Processor configurations tested||[ Enter processor configs tested here]||28 ||If adding new functionality please confirm that the [[BR]]New code doesn't change results when it is switched off [[BR]]and !''works!'' when switched on||!''' YES/NO/NA!'''||23 ||NVTK Tested||!'''YES!'''|| 24 ||Other model configurations||!'''YES!'''|| 25 ||Processor configurations tested||[ 2*1 , 1*2 , 2*2 ]|| 26 ||If adding new functionality please confirm that the [[BR]]New code doesn't change results when it is switched off [[BR]]and !''works!'' when switched on||!'''NO!'''|| 29 27 30 (Answering UNSURE is likely to generate further questions from reviewers.) 28 In dtatem and dtasal, time-interpolation formula is : 29 zxy = FLOAT( nday + 15 - 30 * i15 ) / 30. 30 t_dta(:,:,:) = (1.-zxy) * temdta(:,:,:,1) + zxy * temdta(:,:,:,2) 31 Here, lenght of month is hard-coded: 30 days. 31 32 32 'Please add further summary details here' 33 Now, with fldread, computing is exact. 33 34 34 * Processor configurations tested35 * etc----36 35 37 36 === Bit Comparability ===