7 |
elseif ii==2; nameSample='wod05'; nameFile='wod05_CTD_1990s.nc'; |
elseif ii==2; nameSample='wod05'; nameFile='wod05_CTD_1990s.nc'; |
8 |
end; |
end; |
9 |
|
|
10 |
MITprof_ref=MITprof_read('profiles_samples/reference_results/',nameFile); |
MITprof_ref=MITprof_read(['profiles_samples/reference_results/' nameFile]); |
11 |
MITprof_new=MITprof_read(['profiles_samples/' nameSample '_sample/processed/'],nameFile); |
MITprof_new=MITprof_read(['profiles_samples/' nameSample '_sample/processed/' nameFile]); |
12 |
|
|
13 |
figureL; imagesc(MITprof_new.prof_T-MITprof_ref.prof_T); colorbar; title('prof_T'); pause; close; |
figureL; imagesc(MITprof_new.prof_T-MITprof_ref.prof_T); colorbar; title('prof_T'); pause; close; |
14 |
figureL; imagesc(MITprof_new.prof_Testim-MITprof_ref.prof_Testim); colorbar; title('prof_Testim'); pause; close; |
figureL; imagesc(MITprof_new.prof_Testim-MITprof_ref.prof_Testim); colorbar; title('prof_Testim'); pause; close; |