Skip to content
Snippets Groups Projects
Commit 9c28c9d3 authored by gael.alory_legos.obs-mip.fr's avatar gael.alory_legos.obs-mip.fr
Browse files

passage en longitude [-180 180] dans le cas de l'ecriture en netcdf natif

parent 46491213
No related branches found
No related tags found
No related merge requests found
......@@ -351,6 +351,12 @@ end
% -------------------------------------
tsg = getappdata( hTsgGUI, 'tsg_data');
% shift to [-180 180] longitude range if needed
% ---------------------------------------------
if ~isempty(tsg.indcross)
tsg.LONX = mod(tsg.LONX+180,360)-180;
end
% Get an instance of dynaload object from file 'tsgqc_netcdf.csv'
% -----------------------------------------------------------------
nc = netcdf_native('tsgqc_netcdf.csv');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment