1-5-2018 the heat flux deficit and water flux surplus files have names like: soda3.XX.X_10dy_heat_flux_dfct_1x1.nc soda3.XX.X_10dy_water_flux_surplus_1x1.nc They were created by JAC in two stages using routines contained in: /aosc/indian/carton/soda3/deficits Stage 1) grads scripts heat_flux_dfct_mld_sodaXXXX.gs and water_flux_dfct_mld_sodaXXXX.gs were run to create 1x1x10dy binary files containing mixed layer heat flux deficit and mixed layer freshwater surplus sodaXXXXheat_flux_dfct.grd, sodaXXXXwater_flux_dfct.grd. Then I ran the cdo commands cdo -b F32 -f nc4 import_binary sodaXXXXshrt_10dy_heat_flux_dfct_1x1.ctl sodaXXXXshrt_10dy_heat_flux_dfct_1x1.nc cdo -b F32 -f nc4 import_binary sodaXXXXshrt_10dy_water_flux_dfct_1x1.ctl sodaXXXXshrt_10dy_water_flux_dfct_1x1.nc to create separate heat flux deficit and water flux surplus netcdf files --------------------------- * The Arctic surface current files were created for T. James by: cdo sellevel,5.03354978561401 -selname,u,v /aosc/greenland/soda3.4.2/REGRIDED/ocean/soda3.4.2_5dy_ocean_reg_2010_01_05.nc soda3.4.2_5dy_ocean_reg_2010_01_05.nc * and so forth for each 5dy file cdo mergetime soda3.4.2_5dy_ocean_reg_199*.nc? temp.nc * for some reason a question mark got stuck on the end of the file name cdo sellonlatbox,0,360,50,90 temp.nc soda3.4.2_5dy_ocean_uv_5m_reg_1990s_arctic.nc cdo shifttime,-13hours soda3.4.2_5dy_ocean_uv_5m_reg_1990s_arctic.nc temp.nc 11.13.2019 Gennady The old heat flux deficit and water flux surplus files were renamed as: soda3.4.2_10dy_heat_flux_dfct_1x1.nc.jim soda3.4.2_10dy_water_flux_surplus_1x1.nc.jim New heat flux deficit and water flux surplus files cover 1980-2018 years and have old names: soda3.4.2_10dy_heat_flux_dfct_1x1.nc soda3.4.2_10dy_water_flux_surplus_1x1.nc These files were created by GRADS's scripts: /aosc/okhotsk/chepurin/SODA_EXP2/heat_flux_dfct_mld.gs /aosc/okhotsk/chepurin/SODA_EXP2/water_flux_surplus_mld.gs Then NetCDF attributes were modified by LINUX's scripts: /aosc/okhotsk/chepurin/SODA_EXP2/heat_att_edit.sh /aosc/okhotsk/chepurin/SODA_EXP2/water_att_edit.sh The variables in the new files have units: hflx W/m^2 for heat and wflx kg/m^2/s for water