netcdf MYCOASTLCS/MYCOASTLCS_Vigo_20210330.nc { dimensions: time = 24; longitude = 500; latitude = 500; variables: double depth; :_FillValue = NaN; // double :long_name = "depth"; :standard_name = "depth"; :units = "meters"; float forward_ftle(time=24, latitude=500, longitude=500); :_FillValue = NaNf; // float :coordinates = "depth"; :_ChunkSizes = 12U, 250U, 250U; // uint byte forward_lcs(time=24, latitude=500, longitude=500); :_FillValue = 127B; // byte :coordinates = "depth"; :_ChunkSizes = 12U, 250U, 250U; // uint byte backward_lcs(time=24, latitude=500, longitude=500); :coordinates = "depth"; :_FillValue = 127B; // byte :_ChunkSizes = 12U, 250U, 250U; // uint float backward_ftle(time=24, latitude=500, longitude=500); :_FillValue = NaNf; // float :coordinates = "depth"; :_ChunkSizes = 12U, 250U, 250U; // uint double time(time=24); :_FillValue = NaN; // double :long_name = "time"; :axis = "T"; :units = "seconds since 2010-01-01"; :calendar = "standard"; double longitude(longitude=500); :_FillValue = NaN; // double :long_name = "longitude"; :standard_name = "longitude"; :units = "degrees_east"; :valid_min = -180.0; // double :valid_max = 180.0; // double :axis = "X"; double latitude(latitude=500); :_FillValue = NaN; // double :long_name = "latitude"; :standard_name = "latitude"; :units = "degrees_north"; :valid_min = -90.0; // double :valid_max = 90.0; // double // global attributes: :title = "FTLE and LCS fields from MYCOASTLCS tool"; :institution = "Group of Non-Linear Physics, University of Santiago de Compostela, SPAIN"; :source = "Lagrangian ensemble of simulations: LAGAR. Hydrodinamic inputs, MOHID."; :comment = "MYCOAST-Interreg Project"; :references = ""; }