├── .gitignore ├── LICENSE ├── README.md ├── add_paths.m ├── configs.m ├── inwave_tools ├── Bound_wave.m ├── InWave_delilah_param.m ├── InWave_inlet_test_param.m ├── InWave_lip_param.m ├── InWave_shoreface_param.m ├── create_InWave_bry.m ├── create_InWave_grd.m ├── create_InWave_ini.m ├── freq_test.m ├── groupchar.m ├── jonswap_lip.m ├── master_InWave_create_files.m ├── offbreach_2012103100.spc2d ├── plot_bound_wave.m ├── read_swan_spc.m ├── specchar.m └── waven.m ├── m_map ├── Contents.m ├── m_annotation.m ├── m_coast.m ├── m_colmap.m ├── m_contfbar.m ├── m_contour.m ├── m_contourf.m ├── m_coord.m ├── m_demo.m ├── m_elev.m ├── m_ellipse.m ├── m_etopo2.m ├── m_etopo2.m.OLD ├── m_fdist.m ├── m_geo2mag.m ├── m_geodesic.m ├── m_grid.m ├── m_gshhs.m ├── m_gshhs_c.m ├── m_gshhs_f.m ├── m_gshhs_h.m ├── m_gshhs_i.m ├── m_gshhs_l.m ├── m_hatch.m ├── m_idist.m ├── m_jet.m ├── m_legend.m ├── m_line.m ├── m_ll2xy.m ├── m_lldist.m ├── m_mag2geo.m ├── m_patch.m ├── m_pcolor.m ├── m_plot.m ├── m_plotbndry.m ├── m_proj.m ├── m_quiver.m ├── m_range_ring.m ├── m_rectangle.m ├── m_ruler.m ├── m_scale.m ├── m_scatter.m ├── m_shadedrelief.m ├── m_shaperead.m ├── m_streamline.m ├── m_tba2b.m ├── m_tbase.m ├── m_text.m ├── m_track.m ├── m_ungrid.m ├── m_usercoast.m ├── m_utmgrid.m ├── m_vec.m ├── m_windbarb.m ├── m_xy2ll.m ├── m_xydist.m ├── map.html ├── mapug.html ├── mygrid_sand2.m └── wysiwyg.m ├── mtools ├── create_extra_rho_grid.m ├── create_roms_child_clm.m ├── create_roms_child_init.m ├── create_roms_forcings.m ├── create_roms_init.m ├── create_roms_netcdf_grid_file.m ├── create_roms_rivers.m ├── create_roms_xygrid.m ├── create_ww3_grid_files.m ├── create_ww3_wind_forcing.m ├── dasp.m ├── earthdist.m ├── gregorian.m ├── ij2ind.m ├── ind2ij.m ├── julian.m ├── maplev.m ├── mat2roms_mw.m ├── narrnc2roms.m ├── ncei_2roms.m ├── ncei_2swan.m ├── netcdf_load.m ├── parentchild_bathy.m ├── parentchild_mask.m ├── pcolorjw.m ├── plot_scrip_weights.m ├── roms2swan.m ├── roms_getnplot_grid_rutgers.m ├── rot.m ├── s2hms.m ├── set_depth.m ├── stretching.m ├── sw_dist.m ├── sw_f.m ├── swan_write_era5_NCARds633_ASCII_file.m ├── swanmat2roms.m ├── wrf2roms_mw.m └── wrf_rename.plx ├── my_tools_core ├── evaluation_metrics │ ├── get_ioa.m │ ├── get_mb.m │ └── get_r.m ├── graph │ ├── a2z_string.m │ ├── apply_colors.m │ ├── apply_font.m │ ├── color_blue_green_yellow.m │ ├── color_blue_yellow_red.m │ ├── color_ocean.m │ ├── color_red_yellow_green.m │ ├── draw_background.m │ ├── draw_border.m │ ├── draw_map.m │ ├── draw_monthly_profile.m │ ├── draw_profile.m │ ├── draw_single_lonlat_tick.m │ ├── draw_time_series_lines.m │ ├── draw_time_series_maps.m │ ├── draw_time_series_stack_lines.m │ ├── equal_aspect_ratio.m │ ├── ncl │ │ ├── _1.png │ │ ├── _10.png │ │ ├── _11.png │ │ ├── _12.png │ │ ├── _13.png │ │ ├── _14.png │ │ ├── _15.png │ │ ├── _16.png │ │ ├── _17.png │ │ ├── _18.png │ │ ├── _19.png │ │ ├── _2.png │ │ ├── _20.png │ │ ├── _21.png │ │ ├── _22.png │ │ ├── _23.png │ │ ├── _24.png │ │ ├── _25.png │ │ ├── _26.png │ │ ├── _27.png │ │ ├── _28.png │ │ ├── _29.png │ │ ├── _3.png │ │ ├── _30.png │ │ ├── _31.png │ │ ├── _32.png │ │ ├── _33.png │ │ ├── _4.png │ │ ├── _5.png │ │ ├── _6.png │ │ ├── _7.png │ │ ├── _8.png │ │ ├── _9.png │ │ ├── color_ncl.m │ │ ├── demo1_NCLCM.m │ │ ├── demo2_NCLCM.m │ │ ├── demo3_NCLCM.m │ │ ├── demo4_NCLCM.m │ │ ├── demo5_NCLCM.m │ │ ├── getNCL.m │ │ └── nclCM_Data.mat │ ├── save_all_figures.m │ ├── set_gcf_size.m │ ├── set_tiledlayout_compact.m │ ├── show_simulation_and_observation_core.m │ ├── show_value_change_core.m │ ├── text_corner.m │ ├── text_left_top.m │ └── text_right_bottom.m ├── nc │ ├── fill_rst_bio_to_ini.m │ ├── nc_compact.m │ ├── nc_dem_clip_core.m │ ├── nc_extract_variables.m │ ├── nc_fill_values_from_another.m │ ├── read_data.m │ └── roms_add_variable_to_xyzt_nc.m ├── roms_atom │ ├── download_fnl.py │ ├── roms_add_radiations_NCEP.m │ ├── roms_create_force_NCEP.m │ └── roms_create_force_radiation_ERA5.m ├── roms_biology │ ├── get_all_biology_vars.m │ └── mgL2mmolm3.m ├── roms_clm_bdy_ini │ ├── create_bdy.m │ ├── create_clm_nc.m │ ├── create_clms.m │ ├── create_nudgcoef.m │ ├── create_single_clm.m │ ├── download_cmems.py │ ├── download_hycom.py │ ├── get_bar.m │ ├── get_hycom_info.m │ ├── get_roms_grid_info.m │ ├── merge_clms.m │ ├── roms_create_clm_bdy_ini.m │ └── rotate_uv.m ├── roms_floats │ ├── floats_contribution.m │ ├── roms_create_floats.m │ ├── roms_create_timely_floats.m │ └── show_floats.m ├── roms_grid │ ├── roms_create_grid_core.m │ ├── roms_create_grid_from_wrfinput.m │ ├── roms_fill_grid_h_core.m │ ├── roms_fix_h.m │ ├── roms_get_grid_details.m │ ├── roms_get_volumes.m │ ├── roms_get_xy_by_lonlat_core.m │ ├── roms_load_grid_psi.m │ ├── roms_load_grid_rho.m │ └── roms_uv_to_speed.m ├── roms_interpolate │ ├── convert_rho_to_uv.m │ ├── fill_invalid_data.m │ ├── get_xyz_data_info.m │ ├── interpolate_xyz_to_sigma.m │ └── interpolate_z_to_sigma.m ├── roms_output │ ├── roms_get_times.m │ └── roms_unify_uv.m ├── roms_river │ └── roms_create_rivers_core.m ├── roms_tides │ ├── roms_create_tides_tpx.m │ └── roms_create_tides_tpxo9.m └── roms_tracer │ ├── roms_add_passive_tracer_core.m │ ├── roms_add_tracer_from_xyz.m │ ├── roms_add_tracer_to_bdy_nc.m │ ├── roms_add_tracer_to_clm_nc.m │ └── roms_get_dye.m ├── my_tools_project ├── bundle_dh.m ├── bundle_hzw.m ├── dh │ ├── compare │ │ ├── compare_SST_SSS_with_Argo.m │ │ ├── compare_SST_with_AVHRR.m │ │ ├── compare_SST_with_Argo.m │ │ ├── compare_bio_with_clm.m │ │ ├── compare_biology_vars.m │ │ ├── compare_chl_with_CMEMS.m │ │ ├── compare_chl_with_clm.m │ │ ├── compare_chl_with_oceancolour.m │ │ ├── compare_nutrients_with_gov.m │ │ └── compare_with_clm.m │ ├── graph │ │ ├── dh_graphic_abstract.m │ │ ├── draw_2var_correlation.m │ │ ├── draw_biology_profile.m │ │ ├── draw_biology_time_series_lines.m │ │ ├── draw_biology_time_series_maps.m │ │ ├── draw_monthly_flux.m │ │ ├── draw_np_ratio.m │ │ ├── draw_outfalls_compare_maps.m │ │ ├── draw_provinces.m │ │ ├── draw_seasonal_currents.m │ │ ├── draw_seasonal_wind.m │ │ ├── draw_sensitivity_testing_bars.m │ │ ├── draw_sensitivity_testing_maps.m │ │ ├── draw_sensitivity_testing_maps2.m │ │ ├── draw_sensitivity_testing_nutrients_contributions.m │ │ └── write_sensitivity_testing_table.m │ ├── input │ │ ├── add_real_bio_varibles.m │ │ ├── check_n_flux.m │ │ ├── create_bio_rivers.m │ │ ├── create_n_flux_force.m │ │ ├── create_special_nudgcoef.m │ │ └── get_all_biology_var_info.m │ └── show_dh_area.m ├── hzw │ ├── diffuse │ │ ├── add_ini_bdy_dye.m │ │ ├── adjust_tide.m │ │ ├── compare.m │ │ ├── compare_single.m │ │ ├── create_real_emission_points.m │ │ ├── read_emission_table.m │ │ ├── show_degradation_coefficient.m │ │ ├── show_emission_points.m │ │ ├── show_value_change.m │ │ └── show_year_average.m │ ├── hydrodynamics │ │ ├── DownloadTideData.cs │ │ ├── show_residual_current.m │ │ ├── show_seasonal_wind.m │ │ ├── show_tide_compare.m │ │ └── show_tide_current.m │ ├── observation │ │ ├── ParseWaterQualityJson │ │ │ ├── .gitignore │ │ │ ├── ParseWaterQualityJson.csproj │ │ │ ├── ParseWaterQualityJson.sln │ │ │ ├── Program.cs │ │ │ └── Water.cs │ │ ├── draw_observations_position.m │ │ ├── get_observations.m │ │ ├── get_observations_of_all.m │ │ ├── get_observations_of_cluster.m │ │ ├── get_observations_of_sites_groups.m │ │ ├── observation_interpolation.m │ │ ├── show_obs_and_emis.m │ │ └── show_observations_per_quarter.m │ ├── revision │ │ └── show_all_obs.m │ ├── show_hzw_area.m │ ├── trace │ │ ├── GridClassificationTool │ │ │ ├── .gitignore │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── AssemblyInfo.cs │ │ │ ├── GridClassificationTool.csproj │ │ │ ├── GridClassificationTool.sln │ │ │ ├── GridType.cs │ │ │ ├── MainWindow.xaml │ │ │ ├── MainWindow.xaml.cs │ │ │ ├── ZoomableBorder.cs │ │ │ └── libs │ │ │ │ ├── FzCoreLib.Windows.dll │ │ │ │ ├── FzStandardLib.dll │ │ │ │ ├── ModernWpf.FzExtension.dll │ │ │ │ └── WindowsAPICodePack.FzExtension.dll │ │ ├── add_ini_bdy_tracer.m │ │ ├── create_manual_virtual_emission_points.m │ │ ├── create_manual_virtual_emission_points_with_time.m │ │ ├── create_virtual_emission_points.m │ │ ├── export_mask.m │ │ ├── prepare_contribution_ini_rivers.m │ │ ├── show_contributions.m │ │ ├── trace.m │ │ └── trace_single.m │ └── water_exchange │ │ ├── add_water_exchange_dye.m │ │ ├── create_water_exchange_rivers.m │ │ ├── get_points_in_range.m │ │ ├── show_half_exchange_map.m │ │ ├── show_tracer_map.m │ │ └── show_tracer_percent_in_each_part.m └── project_data.m ├── nctoolbox ├── README ├── cdm │ ├── cfdataset.m │ ├── ncdataset.m │ ├── ncgeodataset.m │ ├── ncgeovariable.m │ ├── ncugrid.m │ ├── ncuvariable.m │ ├── ncvariable.m │ └── utilities │ │ ├── graphics │ │ ├── arrows.m │ │ ├── cdot.m │ │ ├── dasp.m │ │ ├── pclegend.m │ │ └── pcolorjw.m │ │ ├── interp │ │ ├── av2.m │ │ ├── cgrid_uv2rho.m │ │ ├── complex_ongrid.m │ │ ├── getinterp.m │ │ ├── interptime.m │ │ ├── interptoxy.m │ │ └── nj_tseries.m │ │ ├── misc │ │ ├── arg2hash.m │ │ ├── bora.png │ │ ├── date_index.m │ │ ├── geosubset_construct.m │ │ ├── ij2ind.m │ │ ├── ind2ij.m │ │ ├── indexing.m │ │ ├── modellook.PNG │ │ ├── ncload.m │ │ ├── near.m │ │ ├── near_lonlat.m │ │ ├── nearxy.m │ │ ├── now_utc.m │ │ ├── setpassword.m │ │ ├── setproxy.m │ │ ├── sw_dist.m │ │ ├── utc2sdn.m │ │ └── value4key.m │ │ ├── njcompatability │ │ ├── nj_attget.m │ │ ├── nj_lonlat.m │ │ ├── nj_subsetGrid.m │ │ ├── nj_time.m │ │ └── nj_tslice.m │ │ ├── search │ │ ├── links2dap.m │ │ ├── links2wcs.m │ │ ├── links2wms.m │ │ └── opensearch.m │ │ ├── slicing │ │ ├── iso_plot.m │ │ ├── nc_genslice.m │ │ ├── vsliceg.m │ │ └── zsliceg.m │ │ ├── units │ │ └── ncunits.m │ │ └── vis │ │ └── modellook.m ├── demos │ ├── contrib │ │ ├── COAWST_isosurface_movie.m │ │ ├── comp_ngulf_tseries.m │ │ ├── comp_ugrid_uv.m │ │ ├── fukushima.m │ │ ├── gi_cat_demo.m │ │ ├── katama_ssh.m │ │ ├── nam_wind_now.m │ │ ├── oceansites_demo.m │ │ └── test_cf_ugrid3.m │ ├── demo1.m │ ├── demo10.m │ ├── demo2.m │ ├── demo2a.m │ ├── demo3.m │ ├── demo3b.m │ ├── demo4.m │ ├── demo5.m │ ├── demo6.m │ ├── demo7.m │ ├── demo8.m │ ├── demo9.m │ ├── demo9a.m │ ├── geodemo_1a.m │ ├── geodemo_1b.m │ ├── geodemo_1c.m │ ├── geodemo_1d.m │ ├── geodemo_2.m │ ├── geodemo_3.m │ ├── geodemo_4.m │ ├── geodemo_4b.m │ ├── geodemo_6.m │ ├── html │ │ ├── geodemo_1a.html │ │ ├── geodemo_1a.png │ │ ├── geodemo_1a_01.png │ │ ├── geodemo_1b.html │ │ ├── geodemo_1b.png │ │ ├── geodemo_1b_01.png │ │ ├── geodemo_1c.html │ │ ├── geodemo_1c.png │ │ ├── geodemo_1c_01.png │ │ ├── geodemo_1d.html │ │ ├── geodemo_1d.png │ │ ├── geodemo_1d_01.png │ │ ├── geodemo_2.html │ │ ├── geodemo_2.png │ │ ├── geodemo_2_01.png │ │ ├── geodemo_2_02.png │ │ ├── geodemo_2_03.png │ │ ├── geodemo_3.html │ │ ├── geodemo_3.png │ │ ├── geodemo_3_01.png │ │ ├── geodemo_4.html │ │ ├── geodemo_4.png │ │ ├── geodemo_4_01.png │ │ ├── geodemo_4b.html │ │ ├── geodemo_4b.png │ │ ├── geodemo_4b_01.png │ │ ├── geodemo_6.html │ │ ├── geodemo_6.png │ │ ├── geodemo_6_01.png │ │ └── geodemo_6_02.png │ └── runtests.m ├── java │ ├── BasicCredentialsProvider.class │ ├── BasicCredentialsProvider.java │ ├── addjars.m │ ├── bounce-0.14.jar │ ├── bufr-3.0.jar │ ├── commons-httpclient-3.1.jar │ ├── ehcache-1.6.0.jar │ ├── grib-8.0.jar │ ├── je-4.0.71.jar │ ├── log4j-1.2.15.jar │ ├── log4j.xml │ ├── netcdf-4.2.jar │ ├── opendap-2.2.jar │ ├── protobuf-java-2.3.0.jar │ ├── setup_nctoolbox_java.m │ ├── slf4j-api-1.5.6.jar │ └── slf4j-log4j12-1.5.6.jar └── setup_nctoolbox.m ├── roms_clm ├── create_roms_netcdf_bndry_mwUL.m ├── create_roms_netcdf_clm_mwUL.m ├── create_roms_netcdf_init_mw.m ├── dirsort.m ├── get_ijrg.m ├── rho2u_2d_mw.m ├── rho2u_3d_mw.m ├── rho2v_2d_mw.m ├── rho2v_3d_mw.m ├── roms_cgridpos.m ├── roms_combine_clm_bdy.m ├── roms_from_stdlev_mw.m ├── roms_zint_mw.m ├── u2rho_2d_mw.m ├── u2rho_3d_mw.m ├── updatbdry_coawst_mw.m ├── updatbdry_coawst_mw.m.bak ├── updatclim_coawst_mw.m ├── updatinit_coawst_mw.m ├── v2rho_2d_mw.m └── v2rho_3d_mw.m ├── rutgers ├── 4dvar │ ├── Contents.m │ ├── average.m │ ├── balance_4dvar.m │ ├── balance_driver.m │ ├── biconj.m │ ├── c_observations.m │ ├── c_std.m │ ├── c_std_bry.m │ ├── c_std_frc.m │ ├── d_observations.m │ ├── d_ssh_obs.m │ ├── d_sst_merge.m │ ├── d_sst_obs.m │ ├── d_std.m │ ├── d_std_bry.m │ ├── d_std_frc.m │ ├── d_std_unbalanced.m │ ├── d_ts_metoffice.m │ ├── ini_balance.m │ ├── lateral_obc.m │ ├── load_ssh_aviso.m │ ├── load_sst_AMSRE.m │ ├── load_sst_pfeg.m │ ├── load_ts_metoffice.m │ ├── obs_depth.m │ ├── obs_extract.m │ ├── obs_ijpos.m │ ├── obs_merge.m │ ├── obs_read.m │ ├── obs_write.m │ ├── plot_super.m │ ├── rho_balance.m │ ├── s_balance.m │ ├── ssh_reference.m │ ├── super_obs.m │ ├── uv_balance.m │ ├── variance.m │ └── zeta_balance.m ├── bathymetry │ ├── Contents.m │ ├── c_bath.m │ ├── extract_bath.m │ ├── get_bath.m │ └── x_etopo.m ├── bin │ ├── copyright.bash │ └── copyright.sh ├── boundary │ ├── Contents.m │ ├── c_boundary.m │ ├── d_obc_mercator.m │ ├── d_obc_roms2roms.m │ ├── extract_bry.m │ ├── interp_boundary.m │ ├── obc_mercator.m │ ├── obc_roms2roms.m │ └── plot_boundary.m ├── coastlines │ ├── Contents.m │ ├── boundary.dat │ ├── extract_coast.m │ ├── get_coast.m │ ├── grid_corners.m │ ├── r_gshhs.m │ └── x_gshhs.m ├── colormaps │ ├── Contents.m │ ├── cbarrow.m │ ├── cividis.m │ ├── cm_algae.m │ ├── cm_amp.m │ ├── cm_balance.m │ ├── cm_curl.m │ ├── cm_deep.m │ ├── cm_delta.m │ ├── cm_dense.m │ ├── cm_diff.m │ ├── cm_gray.m │ ├── cm_haline.m │ ├── cm_ice.m │ ├── cm_matter.m │ ├── cm_oxy.m │ ├── cm_phase.m │ ├── cm_rain.m │ ├── cm_solar.m │ ├── cm_speed.m │ ├── cm_tarn.m │ ├── cm_tempo.m │ ├── cm_thermal.m │ ├── cm_topo.m │ ├── cm_turbid.m │ ├── cmocean.m │ ├── cmocean.png │ ├── colorspace.m │ ├── inferno.m │ ├── magma.m │ ├── plasma.m │ ├── viridis.m │ ├── vivid.m │ ├── wrt_palette.m │ └── zebra.m ├── coupling │ ├── Contents.m │ ├── c_weights.m │ ├── coamps_weights.m │ ├── smooth_weights.m │ └── wrf_weights.m ├── forcing │ ├── Contents.m │ ├── add_heatflux.m │ ├── d_core2_frc.m │ ├── d_ecmwf2roms.m │ ├── otps2roms.m │ └── write_tides.m ├── grid │ ├── Contents.m │ ├── ad_interpolator.m │ ├── add_coords.m │ ├── add_drag.m │ ├── add_mask.m │ ├── add_masks.m │ ├── add_sponge.m │ ├── append_contact.m │ ├── c_contact.m │ ├── c_grid.m │ ├── cartesian_grid.m │ ├── check_nest_masks.m │ ├── check_refine.m │ ├── coarse2fine.m │ ├── contact.m │ ├── disp_contact.m │ ├── fine2coarse.m │ ├── flip_grid.m │ ├── get_roms_grid.m │ ├── grid_connections.m │ ├── grid_extract.m │ ├── grid_metrics.m │ ├── grid_perimeter.m │ ├── grid_rotated.m │ ├── grids_structure.m │ ├── interpolator.m │ ├── plot_contact.m │ ├── qc_interp.m │ ├── read_contact.m │ ├── refined_gridvar.m │ ├── roms_metrics.m │ ├── rotate_cartesian.m │ ├── rotate_grid.m │ ├── rotate_spherical.m │ ├── set_grid.m │ ├── spherical_grid.m │ ├── sponge.m │ ├── uniform_grid.m │ └── write_contact.m ├── initial │ ├── Contents.m │ ├── c_biology.m │ ├── c_climatology.m │ ├── c_initial.m │ ├── d_climatology.m │ ├── d_initial.m │ ├── d_mercator2roms.m │ ├── d_nudgcoef.m │ ├── d_oa2roms.m │ ├── d_roms2roms.m │ ├── interp_field.m │ ├── mercator2roms.m │ ├── oa2roms.m │ ├── oa_cat.m │ └── roms2roms.m ├── landmask │ ├── Contents.m │ ├── add_coastline.m │ ├── add_wetdry.m │ ├── axisscroll.m │ ├── button.m │ ├── editmask.m │ ├── editmask_bathy.m │ ├── editscope.m │ ├── ijcoast.m │ ├── landsea.m │ ├── pltmask.m │ ├── pltscope.m │ ├── pointer.m │ ├── radiobox.m │ ├── read_mask.m │ ├── read_scope.m │ ├── textbox.m │ ├── uv_scope.m │ ├── uvp_masks.m │ ├── write_mask.m │ └── write_scope.m ├── netcdf │ ├── Contents.m │ ├── check_metadata.m │ ├── check_records.m │ ├── nc_append.m │ ├── nc_attadd.m │ ├── nc_attdel.m │ ├── nc_check.m │ ├── nc_constant.m │ ├── nc_create.m │ ├── nc_dfixed.m │ ├── nc_dinfo.m │ ├── nc_drename.m │ ├── nc_getatt.m │ ├── nc_inq.m │ ├── nc_interface.m │ ├── nc_read.m │ ├── nc_slice.m │ ├── nc_stats.m │ ├── nc_test.m │ ├── nc_time.m │ ├── nc_vdef.m │ ├── nc_vinfo.m │ ├── nc_vname.m │ ├── nc_vnames.m │ ├── nc_vrename.m │ ├── nc_write.m │ ├── remove_record.m │ └── roms_metadata.m ├── seawater │ ├── Contents.m │ ├── sw_adtg.m │ ├── sw_alpha.m │ ├── sw_aonb.m │ ├── sw_beta.m │ ├── sw_bfrq.m │ ├── sw_c3515.m │ ├── sw_cndr.m │ ├── sw_copy.m │ ├── sw_cp.m │ ├── sw_dens.m │ ├── sw_dens0.m │ ├── sw_dist.m │ ├── sw_dpth.m │ ├── sw_f.m │ ├── sw_fp.m │ ├── sw_g.m │ ├── sw_gpan.m │ ├── sw_gvel.m │ ├── sw_info.m │ ├── sw_new.m │ ├── sw_pden.m │ ├── sw_pres.m │ ├── sw_ptmp.m │ ├── sw_salds.m │ ├── sw_salrp.m │ ├── sw_salrt.m │ ├── sw_sals.m │ ├── sw_salt.m │ ├── sw_satAr.m │ ├── sw_satN2.m │ ├── sw_satO2.m │ ├── sw_seck.m │ ├── sw_smow.m │ ├── sw_svan.m │ ├── sw_svel.m │ ├── sw_swvel.m │ ├── sw_temp.m │ ├── sw_test.m │ └── sw_ver.m └── utility │ ├── Contents.m │ ├── caldate.m │ ├── date_stamp.m │ ├── day_code.m │ ├── daynum.m │ ├── daynum360.m │ ├── dayvec.m │ ├── dayvec360.m │ ├── depths.m │ ├── eos.m │ ├── fstats.m │ ├── gcircle.m │ ├── geodesic_dist.m │ ├── greg2str.m │ ├── gregorian.m │ ├── hms2h.m │ ├── hslope.m │ ├── julian.m │ ├── nanland.m │ ├── pcolorjw.m │ ├── plot_field.m │ ├── plot_nesting.m │ ├── plot_perimeter.m │ ├── ptiles.m │ ├── rfactor.m │ ├── roms_eos.m │ ├── roms_field.m │ ├── roms_vectors.m │ ├── rotate_vec.m │ ├── rvorticity.m │ ├── s2hms.m │ ├── sample_grid.m │ ├── scoord.m │ ├── set_depth.m │ ├── shapiro1.m │ ├── shapiro2.m │ ├── smooth_bath.m │ ├── stretching.m │ ├── tile.m │ ├── tround.m │ ├── untexlabel.m │ ├── uplow.m │ ├── uv_barotropic.m │ ├── vector4stream.m │ ├── wrt_colormap.m │ ├── wrt_latlon.m │ └── yearday.m ├── swan_forc ├── bdry_com.m ├── readww3_2TPAR.m └── ww3_specpoints.m └── tides ├── roms_tide_forc_file.m ├── t_tide ├── g.mat ├── t_18constituents.mat ├── t_astron.m ├── t_constituents.mat ├── t_demo.m ├── t_equilib.dat ├── t_equilib.m ├── t_errors.m ├── t_example.mat ├── t_getconsts.m ├── t_predic.m ├── t_readme.m ├── t_synth.m ├── t_tide.m ├── t_vuf.m ├── t_xtide.m ├── t_xtide.mat └── tide3.dat └── tidal_ellipse ├── ap2ep.m ├── cBEpm.m ├── ep2ap.m ├── example.m ├── plot_ell.m └── tanh_v5_2.m /.gitignore: -------------------------------------------------------------------------------- 1 | m_map/private/ 2 | *.asv 3 | *.nc 4 | /.vs 5 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/README.md -------------------------------------------------------------------------------- /add_paths.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/add_paths.m -------------------------------------------------------------------------------- /configs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/configs.m -------------------------------------------------------------------------------- /inwave_tools/Bound_wave.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/inwave_tools/Bound_wave.m -------------------------------------------------------------------------------- /inwave_tools/InWave_delilah_param.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/inwave_tools/InWave_delilah_param.m -------------------------------------------------------------------------------- /inwave_tools/InWave_inlet_test_param.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/inwave_tools/InWave_inlet_test_param.m -------------------------------------------------------------------------------- /inwave_tools/InWave_lip_param.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/inwave_tools/InWave_lip_param.m -------------------------------------------------------------------------------- /inwave_tools/InWave_shoreface_param.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/inwave_tools/InWave_shoreface_param.m -------------------------------------------------------------------------------- /inwave_tools/create_InWave_bry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/inwave_tools/create_InWave_bry.m -------------------------------------------------------------------------------- /inwave_tools/create_InWave_grd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/inwave_tools/create_InWave_grd.m -------------------------------------------------------------------------------- /inwave_tools/create_InWave_ini.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/inwave_tools/create_InWave_ini.m -------------------------------------------------------------------------------- /inwave_tools/freq_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/inwave_tools/freq_test.m -------------------------------------------------------------------------------- /inwave_tools/groupchar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/inwave_tools/groupchar.m -------------------------------------------------------------------------------- /inwave_tools/jonswap_lip.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/inwave_tools/jonswap_lip.m -------------------------------------------------------------------------------- /inwave_tools/master_InWave_create_files.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/inwave_tools/master_InWave_create_files.m -------------------------------------------------------------------------------- /inwave_tools/offbreach_2012103100.spc2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/inwave_tools/offbreach_2012103100.spc2d -------------------------------------------------------------------------------- /inwave_tools/plot_bound_wave.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/inwave_tools/plot_bound_wave.m -------------------------------------------------------------------------------- /inwave_tools/read_swan_spc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/inwave_tools/read_swan_spc.m -------------------------------------------------------------------------------- /inwave_tools/specchar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/inwave_tools/specchar.m -------------------------------------------------------------------------------- /inwave_tools/waven.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/inwave_tools/waven.m -------------------------------------------------------------------------------- /m_map/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/Contents.m -------------------------------------------------------------------------------- /m_map/m_annotation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_annotation.m -------------------------------------------------------------------------------- /m_map/m_coast.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_coast.m -------------------------------------------------------------------------------- /m_map/m_colmap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_colmap.m -------------------------------------------------------------------------------- /m_map/m_contfbar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_contfbar.m -------------------------------------------------------------------------------- /m_map/m_contour.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_contour.m -------------------------------------------------------------------------------- /m_map/m_contourf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_contourf.m -------------------------------------------------------------------------------- /m_map/m_coord.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_coord.m -------------------------------------------------------------------------------- /m_map/m_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_demo.m -------------------------------------------------------------------------------- /m_map/m_elev.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_elev.m -------------------------------------------------------------------------------- /m_map/m_ellipse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_ellipse.m -------------------------------------------------------------------------------- /m_map/m_etopo2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_etopo2.m -------------------------------------------------------------------------------- /m_map/m_etopo2.m.OLD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_etopo2.m.OLD -------------------------------------------------------------------------------- /m_map/m_fdist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_fdist.m -------------------------------------------------------------------------------- /m_map/m_geo2mag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_geo2mag.m -------------------------------------------------------------------------------- /m_map/m_geodesic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_geodesic.m -------------------------------------------------------------------------------- /m_map/m_grid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_grid.m -------------------------------------------------------------------------------- /m_map/m_gshhs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_gshhs.m -------------------------------------------------------------------------------- /m_map/m_gshhs_c.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_gshhs_c.m -------------------------------------------------------------------------------- /m_map/m_gshhs_f.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_gshhs_f.m -------------------------------------------------------------------------------- /m_map/m_gshhs_h.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_gshhs_h.m -------------------------------------------------------------------------------- /m_map/m_gshhs_i.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_gshhs_i.m -------------------------------------------------------------------------------- /m_map/m_gshhs_l.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_gshhs_l.m -------------------------------------------------------------------------------- /m_map/m_hatch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_hatch.m -------------------------------------------------------------------------------- /m_map/m_idist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_idist.m -------------------------------------------------------------------------------- /m_map/m_jet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_jet.m -------------------------------------------------------------------------------- /m_map/m_legend.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_legend.m -------------------------------------------------------------------------------- /m_map/m_line.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_line.m -------------------------------------------------------------------------------- /m_map/m_ll2xy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_ll2xy.m -------------------------------------------------------------------------------- /m_map/m_lldist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_lldist.m -------------------------------------------------------------------------------- /m_map/m_mag2geo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_mag2geo.m -------------------------------------------------------------------------------- /m_map/m_patch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_patch.m -------------------------------------------------------------------------------- /m_map/m_pcolor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_pcolor.m -------------------------------------------------------------------------------- /m_map/m_plot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_plot.m -------------------------------------------------------------------------------- /m_map/m_plotbndry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_plotbndry.m -------------------------------------------------------------------------------- /m_map/m_proj.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_proj.m -------------------------------------------------------------------------------- /m_map/m_quiver.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_quiver.m -------------------------------------------------------------------------------- /m_map/m_range_ring.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_range_ring.m -------------------------------------------------------------------------------- /m_map/m_rectangle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_rectangle.m -------------------------------------------------------------------------------- /m_map/m_ruler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_ruler.m -------------------------------------------------------------------------------- /m_map/m_scale.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_scale.m -------------------------------------------------------------------------------- /m_map/m_scatter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_scatter.m -------------------------------------------------------------------------------- /m_map/m_shadedrelief.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_shadedrelief.m -------------------------------------------------------------------------------- /m_map/m_shaperead.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_shaperead.m -------------------------------------------------------------------------------- /m_map/m_streamline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_streamline.m -------------------------------------------------------------------------------- /m_map/m_tba2b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_tba2b.m -------------------------------------------------------------------------------- /m_map/m_tbase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_tbase.m -------------------------------------------------------------------------------- /m_map/m_text.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_text.m -------------------------------------------------------------------------------- /m_map/m_track.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_track.m -------------------------------------------------------------------------------- /m_map/m_ungrid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_ungrid.m -------------------------------------------------------------------------------- /m_map/m_usercoast.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_usercoast.m -------------------------------------------------------------------------------- /m_map/m_utmgrid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_utmgrid.m -------------------------------------------------------------------------------- /m_map/m_vec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_vec.m -------------------------------------------------------------------------------- /m_map/m_windbarb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_windbarb.m -------------------------------------------------------------------------------- /m_map/m_xy2ll.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_xy2ll.m -------------------------------------------------------------------------------- /m_map/m_xydist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/m_xydist.m -------------------------------------------------------------------------------- /m_map/map.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/map.html -------------------------------------------------------------------------------- /m_map/mapug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/mapug.html -------------------------------------------------------------------------------- /m_map/mygrid_sand2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/mygrid_sand2.m -------------------------------------------------------------------------------- /m_map/wysiwyg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/m_map/wysiwyg.m -------------------------------------------------------------------------------- /mtools/create_extra_rho_grid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/create_extra_rho_grid.m -------------------------------------------------------------------------------- /mtools/create_roms_child_clm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/create_roms_child_clm.m -------------------------------------------------------------------------------- /mtools/create_roms_child_init.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/create_roms_child_init.m -------------------------------------------------------------------------------- /mtools/create_roms_forcings.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/create_roms_forcings.m -------------------------------------------------------------------------------- /mtools/create_roms_init.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/create_roms_init.m -------------------------------------------------------------------------------- /mtools/create_roms_netcdf_grid_file.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/create_roms_netcdf_grid_file.m -------------------------------------------------------------------------------- /mtools/create_roms_rivers.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/create_roms_rivers.m -------------------------------------------------------------------------------- /mtools/create_roms_xygrid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/create_roms_xygrid.m -------------------------------------------------------------------------------- /mtools/create_ww3_grid_files.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/create_ww3_grid_files.m -------------------------------------------------------------------------------- /mtools/create_ww3_wind_forcing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/create_ww3_wind_forcing.m -------------------------------------------------------------------------------- /mtools/dasp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/dasp.m -------------------------------------------------------------------------------- /mtools/earthdist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/earthdist.m -------------------------------------------------------------------------------- /mtools/gregorian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/gregorian.m -------------------------------------------------------------------------------- /mtools/ij2ind.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/ij2ind.m -------------------------------------------------------------------------------- /mtools/ind2ij.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/ind2ij.m -------------------------------------------------------------------------------- /mtools/julian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/julian.m -------------------------------------------------------------------------------- /mtools/maplev.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/maplev.m -------------------------------------------------------------------------------- /mtools/mat2roms_mw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/mat2roms_mw.m -------------------------------------------------------------------------------- /mtools/narrnc2roms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/narrnc2roms.m -------------------------------------------------------------------------------- /mtools/ncei_2roms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/ncei_2roms.m -------------------------------------------------------------------------------- /mtools/ncei_2swan.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/ncei_2swan.m -------------------------------------------------------------------------------- /mtools/netcdf_load.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/netcdf_load.m -------------------------------------------------------------------------------- /mtools/parentchild_bathy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/parentchild_bathy.m -------------------------------------------------------------------------------- /mtools/parentchild_mask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/parentchild_mask.m -------------------------------------------------------------------------------- /mtools/pcolorjw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/pcolorjw.m -------------------------------------------------------------------------------- /mtools/plot_scrip_weights.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/plot_scrip_weights.m -------------------------------------------------------------------------------- /mtools/roms2swan.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/roms2swan.m -------------------------------------------------------------------------------- /mtools/roms_getnplot_grid_rutgers.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/roms_getnplot_grid_rutgers.m -------------------------------------------------------------------------------- /mtools/rot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/rot.m -------------------------------------------------------------------------------- /mtools/s2hms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/s2hms.m -------------------------------------------------------------------------------- /mtools/set_depth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/set_depth.m -------------------------------------------------------------------------------- /mtools/stretching.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/stretching.m -------------------------------------------------------------------------------- /mtools/sw_dist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/sw_dist.m -------------------------------------------------------------------------------- /mtools/sw_f.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/sw_f.m -------------------------------------------------------------------------------- /mtools/swan_write_era5_NCARds633_ASCII_file.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/swan_write_era5_NCARds633_ASCII_file.m -------------------------------------------------------------------------------- /mtools/swanmat2roms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/swanmat2roms.m -------------------------------------------------------------------------------- /mtools/wrf2roms_mw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/wrf2roms_mw.m -------------------------------------------------------------------------------- /mtools/wrf_rename.plx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/mtools/wrf_rename.plx -------------------------------------------------------------------------------- /my_tools_core/evaluation_metrics/get_ioa.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/evaluation_metrics/get_ioa.m -------------------------------------------------------------------------------- /my_tools_core/evaluation_metrics/get_mb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/evaluation_metrics/get_mb.m -------------------------------------------------------------------------------- /my_tools_core/evaluation_metrics/get_r.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/evaluation_metrics/get_r.m -------------------------------------------------------------------------------- /my_tools_core/graph/a2z_string.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/a2z_string.m -------------------------------------------------------------------------------- /my_tools_core/graph/apply_colors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/apply_colors.m -------------------------------------------------------------------------------- /my_tools_core/graph/apply_font.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/apply_font.m -------------------------------------------------------------------------------- /my_tools_core/graph/color_blue_green_yellow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/color_blue_green_yellow.m -------------------------------------------------------------------------------- /my_tools_core/graph/color_blue_yellow_red.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/color_blue_yellow_red.m -------------------------------------------------------------------------------- /my_tools_core/graph/color_ocean.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/color_ocean.m -------------------------------------------------------------------------------- /my_tools_core/graph/color_red_yellow_green.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/color_red_yellow_green.m -------------------------------------------------------------------------------- /my_tools_core/graph/draw_background.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/draw_background.m -------------------------------------------------------------------------------- /my_tools_core/graph/draw_border.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/draw_border.m -------------------------------------------------------------------------------- /my_tools_core/graph/draw_map.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/draw_map.m -------------------------------------------------------------------------------- /my_tools_core/graph/draw_monthly_profile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/draw_monthly_profile.m -------------------------------------------------------------------------------- /my_tools_core/graph/draw_profile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/draw_profile.m -------------------------------------------------------------------------------- /my_tools_core/graph/draw_single_lonlat_tick.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/draw_single_lonlat_tick.m -------------------------------------------------------------------------------- /my_tools_core/graph/draw_time_series_lines.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/draw_time_series_lines.m -------------------------------------------------------------------------------- /my_tools_core/graph/draw_time_series_maps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/draw_time_series_maps.m -------------------------------------------------------------------------------- /my_tools_core/graph/draw_time_series_stack_lines.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/draw_time_series_stack_lines.m -------------------------------------------------------------------------------- /my_tools_core/graph/equal_aspect_ratio.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/equal_aspect_ratio.m -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_1.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_10.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_11.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_12.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_13.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_14.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_15.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_16.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_17.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_18.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_19.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_2.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_20.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_21.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_22.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_23.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_24.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_25.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_26.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_27.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_28.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_29.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_3.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_30.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_31.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_32.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_33.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_4.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_5.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_6.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_7.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_8.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/_9.png -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/color_ncl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/color_ncl.m -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/demo1_NCLCM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/demo1_NCLCM.m -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/demo2_NCLCM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/demo2_NCLCM.m -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/demo3_NCLCM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/demo3_NCLCM.m -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/demo4_NCLCM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/demo4_NCLCM.m -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/demo5_NCLCM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/demo5_NCLCM.m -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/getNCL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/getNCL.m -------------------------------------------------------------------------------- /my_tools_core/graph/ncl/nclCM_Data.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/ncl/nclCM_Data.mat -------------------------------------------------------------------------------- /my_tools_core/graph/save_all_figures.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/save_all_figures.m -------------------------------------------------------------------------------- /my_tools_core/graph/set_gcf_size.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/set_gcf_size.m -------------------------------------------------------------------------------- /my_tools_core/graph/set_tiledlayout_compact.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/set_tiledlayout_compact.m -------------------------------------------------------------------------------- /my_tools_core/graph/show_simulation_and_observation_core.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/show_simulation_and_observation_core.m -------------------------------------------------------------------------------- /my_tools_core/graph/show_value_change_core.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/show_value_change_core.m -------------------------------------------------------------------------------- /my_tools_core/graph/text_corner.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/text_corner.m -------------------------------------------------------------------------------- /my_tools_core/graph/text_left_top.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/text_left_top.m -------------------------------------------------------------------------------- /my_tools_core/graph/text_right_bottom.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/graph/text_right_bottom.m -------------------------------------------------------------------------------- /my_tools_core/nc/fill_rst_bio_to_ini.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/nc/fill_rst_bio_to_ini.m -------------------------------------------------------------------------------- /my_tools_core/nc/nc_compact.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/nc/nc_compact.m -------------------------------------------------------------------------------- /my_tools_core/nc/nc_dem_clip_core.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/nc/nc_dem_clip_core.m -------------------------------------------------------------------------------- /my_tools_core/nc/nc_extract_variables.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/nc/nc_extract_variables.m -------------------------------------------------------------------------------- /my_tools_core/nc/nc_fill_values_from_another.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/nc/nc_fill_values_from_another.m -------------------------------------------------------------------------------- /my_tools_core/nc/read_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/nc/read_data.m -------------------------------------------------------------------------------- /my_tools_core/nc/roms_add_variable_to_xyzt_nc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/nc/roms_add_variable_to_xyzt_nc.m -------------------------------------------------------------------------------- /my_tools_core/roms_atom/download_fnl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_atom/download_fnl.py -------------------------------------------------------------------------------- /my_tools_core/roms_atom/roms_add_radiations_NCEP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_atom/roms_add_radiations_NCEP.m -------------------------------------------------------------------------------- /my_tools_core/roms_atom/roms_create_force_NCEP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_atom/roms_create_force_NCEP.m -------------------------------------------------------------------------------- /my_tools_core/roms_atom/roms_create_force_radiation_ERA5.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_atom/roms_create_force_radiation_ERA5.m -------------------------------------------------------------------------------- /my_tools_core/roms_biology/get_all_biology_vars.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_biology/get_all_biology_vars.m -------------------------------------------------------------------------------- /my_tools_core/roms_biology/mgL2mmolm3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_biology/mgL2mmolm3.m -------------------------------------------------------------------------------- /my_tools_core/roms_clm_bdy_ini/create_bdy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_clm_bdy_ini/create_bdy.m -------------------------------------------------------------------------------- /my_tools_core/roms_clm_bdy_ini/create_clm_nc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_clm_bdy_ini/create_clm_nc.m -------------------------------------------------------------------------------- /my_tools_core/roms_clm_bdy_ini/create_clms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_clm_bdy_ini/create_clms.m -------------------------------------------------------------------------------- /my_tools_core/roms_clm_bdy_ini/create_nudgcoef.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_clm_bdy_ini/create_nudgcoef.m -------------------------------------------------------------------------------- /my_tools_core/roms_clm_bdy_ini/create_single_clm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_clm_bdy_ini/create_single_clm.m -------------------------------------------------------------------------------- /my_tools_core/roms_clm_bdy_ini/download_cmems.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_clm_bdy_ini/download_cmems.py -------------------------------------------------------------------------------- /my_tools_core/roms_clm_bdy_ini/download_hycom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_clm_bdy_ini/download_hycom.py -------------------------------------------------------------------------------- /my_tools_core/roms_clm_bdy_ini/get_bar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_clm_bdy_ini/get_bar.m -------------------------------------------------------------------------------- /my_tools_core/roms_clm_bdy_ini/get_hycom_info.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_clm_bdy_ini/get_hycom_info.m -------------------------------------------------------------------------------- /my_tools_core/roms_clm_bdy_ini/get_roms_grid_info.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_clm_bdy_ini/get_roms_grid_info.m -------------------------------------------------------------------------------- /my_tools_core/roms_clm_bdy_ini/merge_clms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_clm_bdy_ini/merge_clms.m -------------------------------------------------------------------------------- /my_tools_core/roms_clm_bdy_ini/roms_create_clm_bdy_ini.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_clm_bdy_ini/roms_create_clm_bdy_ini.m -------------------------------------------------------------------------------- /my_tools_core/roms_clm_bdy_ini/rotate_uv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_clm_bdy_ini/rotate_uv.m -------------------------------------------------------------------------------- /my_tools_core/roms_floats/floats_contribution.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_floats/floats_contribution.m -------------------------------------------------------------------------------- /my_tools_core/roms_floats/roms_create_floats.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_floats/roms_create_floats.m -------------------------------------------------------------------------------- /my_tools_core/roms_floats/roms_create_timely_floats.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_floats/roms_create_timely_floats.m -------------------------------------------------------------------------------- /my_tools_core/roms_floats/show_floats.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_floats/show_floats.m -------------------------------------------------------------------------------- /my_tools_core/roms_grid/roms_create_grid_core.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_grid/roms_create_grid_core.m -------------------------------------------------------------------------------- /my_tools_core/roms_grid/roms_create_grid_from_wrfinput.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_grid/roms_create_grid_from_wrfinput.m -------------------------------------------------------------------------------- /my_tools_core/roms_grid/roms_fill_grid_h_core.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_grid/roms_fill_grid_h_core.m -------------------------------------------------------------------------------- /my_tools_core/roms_grid/roms_fix_h.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_grid/roms_fix_h.m -------------------------------------------------------------------------------- /my_tools_core/roms_grid/roms_get_grid_details.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_grid/roms_get_grid_details.m -------------------------------------------------------------------------------- /my_tools_core/roms_grid/roms_get_volumes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_grid/roms_get_volumes.m -------------------------------------------------------------------------------- /my_tools_core/roms_grid/roms_get_xy_by_lonlat_core.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_grid/roms_get_xy_by_lonlat_core.m -------------------------------------------------------------------------------- /my_tools_core/roms_grid/roms_load_grid_psi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_grid/roms_load_grid_psi.m -------------------------------------------------------------------------------- /my_tools_core/roms_grid/roms_load_grid_rho.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_grid/roms_load_grid_rho.m -------------------------------------------------------------------------------- /my_tools_core/roms_grid/roms_uv_to_speed.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_grid/roms_uv_to_speed.m -------------------------------------------------------------------------------- /my_tools_core/roms_interpolate/convert_rho_to_uv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_interpolate/convert_rho_to_uv.m -------------------------------------------------------------------------------- /my_tools_core/roms_interpolate/fill_invalid_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_interpolate/fill_invalid_data.m -------------------------------------------------------------------------------- /my_tools_core/roms_interpolate/get_xyz_data_info.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_interpolate/get_xyz_data_info.m -------------------------------------------------------------------------------- /my_tools_core/roms_interpolate/interpolate_xyz_to_sigma.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_interpolate/interpolate_xyz_to_sigma.m -------------------------------------------------------------------------------- /my_tools_core/roms_interpolate/interpolate_z_to_sigma.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_interpolate/interpolate_z_to_sigma.m -------------------------------------------------------------------------------- /my_tools_core/roms_output/roms_get_times.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_output/roms_get_times.m -------------------------------------------------------------------------------- /my_tools_core/roms_output/roms_unify_uv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_output/roms_unify_uv.m -------------------------------------------------------------------------------- /my_tools_core/roms_river/roms_create_rivers_core.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_river/roms_create_rivers_core.m -------------------------------------------------------------------------------- /my_tools_core/roms_tides/roms_create_tides_tpx.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_tides/roms_create_tides_tpx.m -------------------------------------------------------------------------------- /my_tools_core/roms_tides/roms_create_tides_tpxo9.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_tides/roms_create_tides_tpxo9.m -------------------------------------------------------------------------------- /my_tools_core/roms_tracer/roms_add_passive_tracer_core.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_tracer/roms_add_passive_tracer_core.m -------------------------------------------------------------------------------- /my_tools_core/roms_tracer/roms_add_tracer_from_xyz.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_tracer/roms_add_tracer_from_xyz.m -------------------------------------------------------------------------------- /my_tools_core/roms_tracer/roms_add_tracer_to_bdy_nc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_tracer/roms_add_tracer_to_bdy_nc.m -------------------------------------------------------------------------------- /my_tools_core/roms_tracer/roms_add_tracer_to_clm_nc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_tracer/roms_add_tracer_to_clm_nc.m -------------------------------------------------------------------------------- /my_tools_core/roms_tracer/roms_get_dye.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_core/roms_tracer/roms_get_dye.m -------------------------------------------------------------------------------- /my_tools_project/bundle_dh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/bundle_dh.m -------------------------------------------------------------------------------- /my_tools_project/bundle_hzw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/bundle_hzw.m -------------------------------------------------------------------------------- /my_tools_project/dh/compare/compare_SST_SSS_with_Argo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/compare/compare_SST_SSS_with_Argo.m -------------------------------------------------------------------------------- /my_tools_project/dh/compare/compare_SST_with_AVHRR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/compare/compare_SST_with_AVHRR.m -------------------------------------------------------------------------------- /my_tools_project/dh/compare/compare_SST_with_Argo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/compare/compare_SST_with_Argo.m -------------------------------------------------------------------------------- /my_tools_project/dh/compare/compare_bio_with_clm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/compare/compare_bio_with_clm.m -------------------------------------------------------------------------------- /my_tools_project/dh/compare/compare_biology_vars.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/compare/compare_biology_vars.m -------------------------------------------------------------------------------- /my_tools_project/dh/compare/compare_chl_with_CMEMS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/compare/compare_chl_with_CMEMS.m -------------------------------------------------------------------------------- /my_tools_project/dh/compare/compare_chl_with_clm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/compare/compare_chl_with_clm.m -------------------------------------------------------------------------------- /my_tools_project/dh/compare/compare_chl_with_oceancolour.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/compare/compare_chl_with_oceancolour.m -------------------------------------------------------------------------------- /my_tools_project/dh/compare/compare_nutrients_with_gov.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/compare/compare_nutrients_with_gov.m -------------------------------------------------------------------------------- /my_tools_project/dh/compare/compare_with_clm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/compare/compare_with_clm.m -------------------------------------------------------------------------------- /my_tools_project/dh/graph/dh_graphic_abstract.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/graph/dh_graphic_abstract.m -------------------------------------------------------------------------------- /my_tools_project/dh/graph/draw_2var_correlation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/graph/draw_2var_correlation.m -------------------------------------------------------------------------------- /my_tools_project/dh/graph/draw_biology_profile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/graph/draw_biology_profile.m -------------------------------------------------------------------------------- /my_tools_project/dh/graph/draw_biology_time_series_lines.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/graph/draw_biology_time_series_lines.m -------------------------------------------------------------------------------- /my_tools_project/dh/graph/draw_biology_time_series_maps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/graph/draw_biology_time_series_maps.m -------------------------------------------------------------------------------- /my_tools_project/dh/graph/draw_monthly_flux.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/graph/draw_monthly_flux.m -------------------------------------------------------------------------------- /my_tools_project/dh/graph/draw_np_ratio.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/graph/draw_np_ratio.m -------------------------------------------------------------------------------- /my_tools_project/dh/graph/draw_outfalls_compare_maps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/graph/draw_outfalls_compare_maps.m -------------------------------------------------------------------------------- /my_tools_project/dh/graph/draw_provinces.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/graph/draw_provinces.m -------------------------------------------------------------------------------- /my_tools_project/dh/graph/draw_seasonal_currents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/graph/draw_seasonal_currents.m -------------------------------------------------------------------------------- /my_tools_project/dh/graph/draw_seasonal_wind.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/graph/draw_seasonal_wind.m -------------------------------------------------------------------------------- /my_tools_project/dh/graph/draw_sensitivity_testing_bars.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/graph/draw_sensitivity_testing_bars.m -------------------------------------------------------------------------------- /my_tools_project/dh/graph/draw_sensitivity_testing_maps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/graph/draw_sensitivity_testing_maps.m -------------------------------------------------------------------------------- /my_tools_project/dh/graph/draw_sensitivity_testing_maps2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/graph/draw_sensitivity_testing_maps2.m -------------------------------------------------------------------------------- /my_tools_project/dh/graph/draw_sensitivity_testing_nutrients_contributions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/graph/draw_sensitivity_testing_nutrients_contributions.m -------------------------------------------------------------------------------- /my_tools_project/dh/graph/write_sensitivity_testing_table.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/graph/write_sensitivity_testing_table.m -------------------------------------------------------------------------------- /my_tools_project/dh/input/add_real_bio_varibles.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/input/add_real_bio_varibles.m -------------------------------------------------------------------------------- /my_tools_project/dh/input/check_n_flux.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/input/check_n_flux.m -------------------------------------------------------------------------------- /my_tools_project/dh/input/create_bio_rivers.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/input/create_bio_rivers.m -------------------------------------------------------------------------------- /my_tools_project/dh/input/create_n_flux_force.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/input/create_n_flux_force.m -------------------------------------------------------------------------------- /my_tools_project/dh/input/create_special_nudgcoef.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/input/create_special_nudgcoef.m -------------------------------------------------------------------------------- /my_tools_project/dh/input/get_all_biology_var_info.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/input/get_all_biology_var_info.m -------------------------------------------------------------------------------- /my_tools_project/dh/show_dh_area.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/dh/show_dh_area.m -------------------------------------------------------------------------------- /my_tools_project/hzw/diffuse/add_ini_bdy_dye.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/diffuse/add_ini_bdy_dye.m -------------------------------------------------------------------------------- /my_tools_project/hzw/diffuse/adjust_tide.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/diffuse/adjust_tide.m -------------------------------------------------------------------------------- /my_tools_project/hzw/diffuse/compare.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/diffuse/compare.m -------------------------------------------------------------------------------- /my_tools_project/hzw/diffuse/compare_single.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/diffuse/compare_single.m -------------------------------------------------------------------------------- /my_tools_project/hzw/diffuse/create_real_emission_points.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/diffuse/create_real_emission_points.m -------------------------------------------------------------------------------- /my_tools_project/hzw/diffuse/read_emission_table.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/diffuse/read_emission_table.m -------------------------------------------------------------------------------- /my_tools_project/hzw/diffuse/show_degradation_coefficient.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/diffuse/show_degradation_coefficient.m -------------------------------------------------------------------------------- /my_tools_project/hzw/diffuse/show_emission_points.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/diffuse/show_emission_points.m -------------------------------------------------------------------------------- /my_tools_project/hzw/diffuse/show_value_change.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/diffuse/show_value_change.m -------------------------------------------------------------------------------- /my_tools_project/hzw/diffuse/show_year_average.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/diffuse/show_year_average.m -------------------------------------------------------------------------------- /my_tools_project/hzw/hydrodynamics/DownloadTideData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/hydrodynamics/DownloadTideData.cs -------------------------------------------------------------------------------- /my_tools_project/hzw/hydrodynamics/show_residual_current.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/hydrodynamics/show_residual_current.m -------------------------------------------------------------------------------- /my_tools_project/hzw/hydrodynamics/show_seasonal_wind.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/hydrodynamics/show_seasonal_wind.m -------------------------------------------------------------------------------- /my_tools_project/hzw/hydrodynamics/show_tide_compare.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/hydrodynamics/show_tide_compare.m -------------------------------------------------------------------------------- /my_tools_project/hzw/hydrodynamics/show_tide_current.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/hydrodynamics/show_tide_current.m -------------------------------------------------------------------------------- /my_tools_project/hzw/observation/ParseWaterQualityJson/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/observation/ParseWaterQualityJson/.gitignore -------------------------------------------------------------------------------- /my_tools_project/hzw/observation/ParseWaterQualityJson/ParseWaterQualityJson.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/observation/ParseWaterQualityJson/ParseWaterQualityJson.csproj -------------------------------------------------------------------------------- /my_tools_project/hzw/observation/ParseWaterQualityJson/ParseWaterQualityJson.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/observation/ParseWaterQualityJson/ParseWaterQualityJson.sln -------------------------------------------------------------------------------- /my_tools_project/hzw/observation/ParseWaterQualityJson/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/observation/ParseWaterQualityJson/Program.cs -------------------------------------------------------------------------------- /my_tools_project/hzw/observation/ParseWaterQualityJson/Water.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/observation/ParseWaterQualityJson/Water.cs -------------------------------------------------------------------------------- /my_tools_project/hzw/observation/draw_observations_position.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/observation/draw_observations_position.m -------------------------------------------------------------------------------- /my_tools_project/hzw/observation/get_observations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/observation/get_observations.m -------------------------------------------------------------------------------- /my_tools_project/hzw/observation/get_observations_of_all.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/observation/get_observations_of_all.m -------------------------------------------------------------------------------- /my_tools_project/hzw/observation/get_observations_of_cluster.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/observation/get_observations_of_cluster.m -------------------------------------------------------------------------------- /my_tools_project/hzw/observation/get_observations_of_sites_groups.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/observation/get_observations_of_sites_groups.m -------------------------------------------------------------------------------- /my_tools_project/hzw/observation/observation_interpolation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/observation/observation_interpolation.m -------------------------------------------------------------------------------- /my_tools_project/hzw/observation/show_obs_and_emis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/observation/show_obs_and_emis.m -------------------------------------------------------------------------------- /my_tools_project/hzw/observation/show_observations_per_quarter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/observation/show_observations_per_quarter.m -------------------------------------------------------------------------------- /my_tools_project/hzw/revision/show_all_obs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/revision/show_all_obs.m -------------------------------------------------------------------------------- /my_tools_project/hzw/show_hzw_area.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/show_hzw_area.m -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/GridClassificationTool/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/GridClassificationTool/.gitignore -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/GridClassificationTool/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/GridClassificationTool/App.xaml -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/GridClassificationTool/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/GridClassificationTool/App.xaml.cs -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/GridClassificationTool/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/GridClassificationTool/AssemblyInfo.cs -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/GridClassificationTool/GridClassificationTool.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/GridClassificationTool/GridClassificationTool.csproj -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/GridClassificationTool/GridClassificationTool.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/GridClassificationTool/GridClassificationTool.sln -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/GridClassificationTool/GridType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/GridClassificationTool/GridType.cs -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/GridClassificationTool/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/GridClassificationTool/MainWindow.xaml -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/GridClassificationTool/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/GridClassificationTool/MainWindow.xaml.cs -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/GridClassificationTool/ZoomableBorder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/GridClassificationTool/ZoomableBorder.cs -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/GridClassificationTool/libs/FzCoreLib.Windows.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/GridClassificationTool/libs/FzCoreLib.Windows.dll -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/GridClassificationTool/libs/FzStandardLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/GridClassificationTool/libs/FzStandardLib.dll -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/GridClassificationTool/libs/ModernWpf.FzExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/GridClassificationTool/libs/ModernWpf.FzExtension.dll -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/GridClassificationTool/libs/WindowsAPICodePack.FzExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/GridClassificationTool/libs/WindowsAPICodePack.FzExtension.dll -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/add_ini_bdy_tracer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/add_ini_bdy_tracer.m -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/create_manual_virtual_emission_points.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/create_manual_virtual_emission_points.m -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/create_manual_virtual_emission_points_with_time.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/create_manual_virtual_emission_points_with_time.m -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/create_virtual_emission_points.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/create_virtual_emission_points.m -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/export_mask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/export_mask.m -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/prepare_contribution_ini_rivers.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/prepare_contribution_ini_rivers.m -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/show_contributions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/show_contributions.m -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/trace.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/trace.m -------------------------------------------------------------------------------- /my_tools_project/hzw/trace/trace_single.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/trace/trace_single.m -------------------------------------------------------------------------------- /my_tools_project/hzw/water_exchange/add_water_exchange_dye.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/water_exchange/add_water_exchange_dye.m -------------------------------------------------------------------------------- /my_tools_project/hzw/water_exchange/create_water_exchange_rivers.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/water_exchange/create_water_exchange_rivers.m -------------------------------------------------------------------------------- /my_tools_project/hzw/water_exchange/get_points_in_range.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/water_exchange/get_points_in_range.m -------------------------------------------------------------------------------- /my_tools_project/hzw/water_exchange/show_half_exchange_map.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/water_exchange/show_half_exchange_map.m -------------------------------------------------------------------------------- /my_tools_project/hzw/water_exchange/show_tracer_map.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/water_exchange/show_tracer_map.m -------------------------------------------------------------------------------- /my_tools_project/hzw/water_exchange/show_tracer_percent_in_each_part.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/hzw/water_exchange/show_tracer_percent_in_each_part.m -------------------------------------------------------------------------------- /my_tools_project/project_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/my_tools_project/project_data.m -------------------------------------------------------------------------------- /nctoolbox/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/README -------------------------------------------------------------------------------- /nctoolbox/cdm/cfdataset.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/cfdataset.m -------------------------------------------------------------------------------- /nctoolbox/cdm/ncdataset.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/ncdataset.m -------------------------------------------------------------------------------- /nctoolbox/cdm/ncgeodataset.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/ncgeodataset.m -------------------------------------------------------------------------------- /nctoolbox/cdm/ncgeovariable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/ncgeovariable.m -------------------------------------------------------------------------------- /nctoolbox/cdm/ncugrid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/ncugrid.m -------------------------------------------------------------------------------- /nctoolbox/cdm/ncuvariable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/ncuvariable.m -------------------------------------------------------------------------------- /nctoolbox/cdm/ncvariable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/ncvariable.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/graphics/arrows.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/graphics/arrows.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/graphics/cdot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/graphics/cdot.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/graphics/dasp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/graphics/dasp.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/graphics/pclegend.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/graphics/pclegend.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/graphics/pcolorjw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/graphics/pcolorjw.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/interp/av2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/interp/av2.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/interp/cgrid_uv2rho.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/interp/cgrid_uv2rho.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/interp/complex_ongrid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/interp/complex_ongrid.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/interp/getinterp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/interp/getinterp.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/interp/interptime.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/interp/interptime.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/interp/interptoxy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/interp/interptoxy.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/interp/nj_tseries.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/interp/nj_tseries.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/misc/arg2hash.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/misc/arg2hash.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/misc/bora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/misc/bora.png -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/misc/date_index.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/misc/date_index.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/misc/geosubset_construct.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/misc/geosubset_construct.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/misc/ij2ind.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/misc/ij2ind.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/misc/ind2ij.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/misc/ind2ij.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/misc/indexing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/misc/indexing.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/misc/modellook.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/misc/modellook.PNG -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/misc/ncload.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/misc/ncload.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/misc/near.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/misc/near.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/misc/near_lonlat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/misc/near_lonlat.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/misc/nearxy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/misc/nearxy.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/misc/now_utc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/misc/now_utc.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/misc/setpassword.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/misc/setpassword.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/misc/setproxy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/misc/setproxy.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/misc/sw_dist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/misc/sw_dist.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/misc/utc2sdn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/misc/utc2sdn.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/misc/value4key.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/misc/value4key.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/njcompatability/nj_attget.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/njcompatability/nj_attget.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/njcompatability/nj_lonlat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/njcompatability/nj_lonlat.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/njcompatability/nj_subsetGrid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/njcompatability/nj_subsetGrid.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/njcompatability/nj_time.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/njcompatability/nj_time.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/njcompatability/nj_tslice.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/njcompatability/nj_tslice.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/search/links2dap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/search/links2dap.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/search/links2wcs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/search/links2wcs.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/search/links2wms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/search/links2wms.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/search/opensearch.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/search/opensearch.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/slicing/iso_plot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/slicing/iso_plot.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/slicing/nc_genslice.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/slicing/nc_genslice.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/slicing/vsliceg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/slicing/vsliceg.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/slicing/zsliceg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/slicing/zsliceg.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/units/ncunits.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/units/ncunits.m -------------------------------------------------------------------------------- /nctoolbox/cdm/utilities/vis/modellook.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/cdm/utilities/vis/modellook.m -------------------------------------------------------------------------------- /nctoolbox/demos/contrib/COAWST_isosurface_movie.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/contrib/COAWST_isosurface_movie.m -------------------------------------------------------------------------------- /nctoolbox/demos/contrib/comp_ngulf_tseries.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/contrib/comp_ngulf_tseries.m -------------------------------------------------------------------------------- /nctoolbox/demos/contrib/comp_ugrid_uv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/contrib/comp_ugrid_uv.m -------------------------------------------------------------------------------- /nctoolbox/demos/contrib/fukushima.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/contrib/fukushima.m -------------------------------------------------------------------------------- /nctoolbox/demos/contrib/gi_cat_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/contrib/gi_cat_demo.m -------------------------------------------------------------------------------- /nctoolbox/demos/contrib/katama_ssh.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/contrib/katama_ssh.m -------------------------------------------------------------------------------- /nctoolbox/demos/contrib/nam_wind_now.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/contrib/nam_wind_now.m -------------------------------------------------------------------------------- /nctoolbox/demos/contrib/oceansites_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/contrib/oceansites_demo.m -------------------------------------------------------------------------------- /nctoolbox/demos/contrib/test_cf_ugrid3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/contrib/test_cf_ugrid3.m -------------------------------------------------------------------------------- /nctoolbox/demos/demo1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/demo1.m -------------------------------------------------------------------------------- /nctoolbox/demos/demo10.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/demo10.m -------------------------------------------------------------------------------- /nctoolbox/demos/demo2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/demo2.m -------------------------------------------------------------------------------- /nctoolbox/demos/demo2a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/demo2a.m -------------------------------------------------------------------------------- /nctoolbox/demos/demo3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/demo3.m -------------------------------------------------------------------------------- /nctoolbox/demos/demo3b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/demo3b.m -------------------------------------------------------------------------------- /nctoolbox/demos/demo4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/demo4.m -------------------------------------------------------------------------------- /nctoolbox/demos/demo5.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/demo5.m -------------------------------------------------------------------------------- /nctoolbox/demos/demo6.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/demo6.m -------------------------------------------------------------------------------- /nctoolbox/demos/demo7.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/demo7.m -------------------------------------------------------------------------------- /nctoolbox/demos/demo8.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/demo8.m -------------------------------------------------------------------------------- /nctoolbox/demos/demo9.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/demo9.m -------------------------------------------------------------------------------- /nctoolbox/demos/demo9a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/demo9a.m -------------------------------------------------------------------------------- /nctoolbox/demos/geodemo_1a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/geodemo_1a.m -------------------------------------------------------------------------------- /nctoolbox/demos/geodemo_1b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/geodemo_1b.m -------------------------------------------------------------------------------- /nctoolbox/demos/geodemo_1c.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/geodemo_1c.m -------------------------------------------------------------------------------- /nctoolbox/demos/geodemo_1d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/geodemo_1d.m -------------------------------------------------------------------------------- /nctoolbox/demos/geodemo_2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/geodemo_2.m -------------------------------------------------------------------------------- /nctoolbox/demos/geodemo_3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/geodemo_3.m -------------------------------------------------------------------------------- /nctoolbox/demos/geodemo_4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/geodemo_4.m -------------------------------------------------------------------------------- /nctoolbox/demos/geodemo_4b.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/geodemo_4b.m -------------------------------------------------------------------------------- /nctoolbox/demos/geodemo_6.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/geodemo_6.m -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_1a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_1a.html -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_1a.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_1a_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_1a_01.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_1b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_1b.html -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_1b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_1b.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_1b_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_1b_01.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_1c.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_1c.html -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_1c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_1c.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_1c_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_1c_01.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_1d.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_1d.html -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_1d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_1d.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_1d_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_1d_01.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_2.html -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_2.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_2_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_2_01.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_2_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_2_02.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_2_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_2_03.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_3.html -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_3.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_3_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_3_01.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_4.html -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_4.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_4_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_4_01.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_4b.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_4b.html -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_4b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_4b.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_4b_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_4b_01.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_6.html -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_6.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_6_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_6_01.png -------------------------------------------------------------------------------- /nctoolbox/demos/html/geodemo_6_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/html/geodemo_6_02.png -------------------------------------------------------------------------------- /nctoolbox/demos/runtests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/demos/runtests.m -------------------------------------------------------------------------------- /nctoolbox/java/BasicCredentialsProvider.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/java/BasicCredentialsProvider.class -------------------------------------------------------------------------------- /nctoolbox/java/BasicCredentialsProvider.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/java/BasicCredentialsProvider.java -------------------------------------------------------------------------------- /nctoolbox/java/addjars.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/java/addjars.m -------------------------------------------------------------------------------- /nctoolbox/java/bounce-0.14.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/java/bounce-0.14.jar -------------------------------------------------------------------------------- /nctoolbox/java/bufr-3.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/java/bufr-3.0.jar -------------------------------------------------------------------------------- /nctoolbox/java/commons-httpclient-3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/java/commons-httpclient-3.1.jar -------------------------------------------------------------------------------- /nctoolbox/java/ehcache-1.6.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/java/ehcache-1.6.0.jar -------------------------------------------------------------------------------- /nctoolbox/java/grib-8.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/java/grib-8.0.jar -------------------------------------------------------------------------------- /nctoolbox/java/je-4.0.71.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/java/je-4.0.71.jar -------------------------------------------------------------------------------- /nctoolbox/java/log4j-1.2.15.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/java/log4j-1.2.15.jar -------------------------------------------------------------------------------- /nctoolbox/java/log4j.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/java/log4j.xml -------------------------------------------------------------------------------- /nctoolbox/java/netcdf-4.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/java/netcdf-4.2.jar -------------------------------------------------------------------------------- /nctoolbox/java/opendap-2.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/java/opendap-2.2.jar -------------------------------------------------------------------------------- /nctoolbox/java/protobuf-java-2.3.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/java/protobuf-java-2.3.0.jar -------------------------------------------------------------------------------- /nctoolbox/java/setup_nctoolbox_java.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/java/setup_nctoolbox_java.m -------------------------------------------------------------------------------- /nctoolbox/java/slf4j-api-1.5.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/java/slf4j-api-1.5.6.jar -------------------------------------------------------------------------------- /nctoolbox/java/slf4j-log4j12-1.5.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/java/slf4j-log4j12-1.5.6.jar -------------------------------------------------------------------------------- /nctoolbox/setup_nctoolbox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/nctoolbox/setup_nctoolbox.m -------------------------------------------------------------------------------- /roms_clm/create_roms_netcdf_bndry_mwUL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/create_roms_netcdf_bndry_mwUL.m -------------------------------------------------------------------------------- /roms_clm/create_roms_netcdf_clm_mwUL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/create_roms_netcdf_clm_mwUL.m -------------------------------------------------------------------------------- /roms_clm/create_roms_netcdf_init_mw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/create_roms_netcdf_init_mw.m -------------------------------------------------------------------------------- /roms_clm/dirsort.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/dirsort.m -------------------------------------------------------------------------------- /roms_clm/get_ijrg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/get_ijrg.m -------------------------------------------------------------------------------- /roms_clm/rho2u_2d_mw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/rho2u_2d_mw.m -------------------------------------------------------------------------------- /roms_clm/rho2u_3d_mw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/rho2u_3d_mw.m -------------------------------------------------------------------------------- /roms_clm/rho2v_2d_mw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/rho2v_2d_mw.m -------------------------------------------------------------------------------- /roms_clm/rho2v_3d_mw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/rho2v_3d_mw.m -------------------------------------------------------------------------------- /roms_clm/roms_cgridpos.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/roms_cgridpos.m -------------------------------------------------------------------------------- /roms_clm/roms_combine_clm_bdy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/roms_combine_clm_bdy.m -------------------------------------------------------------------------------- /roms_clm/roms_from_stdlev_mw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/roms_from_stdlev_mw.m -------------------------------------------------------------------------------- /roms_clm/roms_zint_mw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/roms_zint_mw.m -------------------------------------------------------------------------------- /roms_clm/u2rho_2d_mw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/u2rho_2d_mw.m -------------------------------------------------------------------------------- /roms_clm/u2rho_3d_mw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/u2rho_3d_mw.m -------------------------------------------------------------------------------- /roms_clm/updatbdry_coawst_mw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/updatbdry_coawst_mw.m -------------------------------------------------------------------------------- /roms_clm/updatbdry_coawst_mw.m.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/updatbdry_coawst_mw.m.bak -------------------------------------------------------------------------------- /roms_clm/updatclim_coawst_mw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/updatclim_coawst_mw.m -------------------------------------------------------------------------------- /roms_clm/updatinit_coawst_mw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/updatinit_coawst_mw.m -------------------------------------------------------------------------------- /roms_clm/v2rho_2d_mw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/v2rho_2d_mw.m -------------------------------------------------------------------------------- /roms_clm/v2rho_3d_mw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/roms_clm/v2rho_3d_mw.m -------------------------------------------------------------------------------- /rutgers/4dvar/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/Contents.m -------------------------------------------------------------------------------- /rutgers/4dvar/average.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/average.m -------------------------------------------------------------------------------- /rutgers/4dvar/balance_4dvar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/balance_4dvar.m -------------------------------------------------------------------------------- /rutgers/4dvar/balance_driver.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/balance_driver.m -------------------------------------------------------------------------------- /rutgers/4dvar/biconj.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/biconj.m -------------------------------------------------------------------------------- /rutgers/4dvar/c_observations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/c_observations.m -------------------------------------------------------------------------------- /rutgers/4dvar/c_std.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/c_std.m -------------------------------------------------------------------------------- /rutgers/4dvar/c_std_bry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/c_std_bry.m -------------------------------------------------------------------------------- /rutgers/4dvar/c_std_frc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/c_std_frc.m -------------------------------------------------------------------------------- /rutgers/4dvar/d_observations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/d_observations.m -------------------------------------------------------------------------------- /rutgers/4dvar/d_ssh_obs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/d_ssh_obs.m -------------------------------------------------------------------------------- /rutgers/4dvar/d_sst_merge.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/d_sst_merge.m -------------------------------------------------------------------------------- /rutgers/4dvar/d_sst_obs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/d_sst_obs.m -------------------------------------------------------------------------------- /rutgers/4dvar/d_std.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/d_std.m -------------------------------------------------------------------------------- /rutgers/4dvar/d_std_bry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/d_std_bry.m -------------------------------------------------------------------------------- /rutgers/4dvar/d_std_frc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/d_std_frc.m -------------------------------------------------------------------------------- /rutgers/4dvar/d_std_unbalanced.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/d_std_unbalanced.m -------------------------------------------------------------------------------- /rutgers/4dvar/d_ts_metoffice.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/d_ts_metoffice.m -------------------------------------------------------------------------------- /rutgers/4dvar/ini_balance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/ini_balance.m -------------------------------------------------------------------------------- /rutgers/4dvar/lateral_obc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/lateral_obc.m -------------------------------------------------------------------------------- /rutgers/4dvar/load_ssh_aviso.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/load_ssh_aviso.m -------------------------------------------------------------------------------- /rutgers/4dvar/load_sst_AMSRE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/load_sst_AMSRE.m -------------------------------------------------------------------------------- /rutgers/4dvar/load_sst_pfeg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/load_sst_pfeg.m -------------------------------------------------------------------------------- /rutgers/4dvar/load_ts_metoffice.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/load_ts_metoffice.m -------------------------------------------------------------------------------- /rutgers/4dvar/obs_depth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/obs_depth.m -------------------------------------------------------------------------------- /rutgers/4dvar/obs_extract.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/obs_extract.m -------------------------------------------------------------------------------- /rutgers/4dvar/obs_ijpos.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/obs_ijpos.m -------------------------------------------------------------------------------- /rutgers/4dvar/obs_merge.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/obs_merge.m -------------------------------------------------------------------------------- /rutgers/4dvar/obs_read.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/obs_read.m -------------------------------------------------------------------------------- /rutgers/4dvar/obs_write.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/obs_write.m -------------------------------------------------------------------------------- /rutgers/4dvar/plot_super.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/plot_super.m -------------------------------------------------------------------------------- /rutgers/4dvar/rho_balance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/rho_balance.m -------------------------------------------------------------------------------- /rutgers/4dvar/s_balance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/s_balance.m -------------------------------------------------------------------------------- /rutgers/4dvar/ssh_reference.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/ssh_reference.m -------------------------------------------------------------------------------- /rutgers/4dvar/super_obs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/super_obs.m -------------------------------------------------------------------------------- /rutgers/4dvar/uv_balance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/uv_balance.m -------------------------------------------------------------------------------- /rutgers/4dvar/variance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/variance.m -------------------------------------------------------------------------------- /rutgers/4dvar/zeta_balance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/4dvar/zeta_balance.m -------------------------------------------------------------------------------- /rutgers/bathymetry/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/bathymetry/Contents.m -------------------------------------------------------------------------------- /rutgers/bathymetry/c_bath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/bathymetry/c_bath.m -------------------------------------------------------------------------------- /rutgers/bathymetry/extract_bath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/bathymetry/extract_bath.m -------------------------------------------------------------------------------- /rutgers/bathymetry/get_bath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/bathymetry/get_bath.m -------------------------------------------------------------------------------- /rutgers/bathymetry/x_etopo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/bathymetry/x_etopo.m -------------------------------------------------------------------------------- /rutgers/bin/copyright.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/bin/copyright.bash -------------------------------------------------------------------------------- /rutgers/bin/copyright.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/bin/copyright.sh -------------------------------------------------------------------------------- /rutgers/boundary/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/boundary/Contents.m -------------------------------------------------------------------------------- /rutgers/boundary/c_boundary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/boundary/c_boundary.m -------------------------------------------------------------------------------- /rutgers/boundary/d_obc_mercator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/boundary/d_obc_mercator.m -------------------------------------------------------------------------------- /rutgers/boundary/d_obc_roms2roms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/boundary/d_obc_roms2roms.m -------------------------------------------------------------------------------- /rutgers/boundary/extract_bry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/boundary/extract_bry.m -------------------------------------------------------------------------------- /rutgers/boundary/interp_boundary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/boundary/interp_boundary.m -------------------------------------------------------------------------------- /rutgers/boundary/obc_mercator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/boundary/obc_mercator.m -------------------------------------------------------------------------------- /rutgers/boundary/obc_roms2roms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/boundary/obc_roms2roms.m -------------------------------------------------------------------------------- /rutgers/boundary/plot_boundary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/boundary/plot_boundary.m -------------------------------------------------------------------------------- /rutgers/coastlines/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/coastlines/Contents.m -------------------------------------------------------------------------------- /rutgers/coastlines/boundary.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/coastlines/boundary.dat -------------------------------------------------------------------------------- /rutgers/coastlines/extract_coast.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/coastlines/extract_coast.m -------------------------------------------------------------------------------- /rutgers/coastlines/get_coast.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/coastlines/get_coast.m -------------------------------------------------------------------------------- /rutgers/coastlines/grid_corners.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/coastlines/grid_corners.m -------------------------------------------------------------------------------- /rutgers/coastlines/r_gshhs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/coastlines/r_gshhs.m -------------------------------------------------------------------------------- /rutgers/coastlines/x_gshhs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/coastlines/x_gshhs.m -------------------------------------------------------------------------------- /rutgers/colormaps/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/Contents.m -------------------------------------------------------------------------------- /rutgers/colormaps/cbarrow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cbarrow.m -------------------------------------------------------------------------------- /rutgers/colormaps/cividis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cividis.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_algae.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_algae.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_amp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_amp.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_balance.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_balance.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_curl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_curl.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_deep.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_deep.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_delta.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_delta.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_dense.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_dense.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_diff.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_diff.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_gray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_gray.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_haline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_haline.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_ice.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_ice.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_matter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_matter.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_oxy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_oxy.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_phase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_phase.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_rain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_rain.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_solar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_solar.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_speed.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_speed.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_tarn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_tarn.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_tempo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_tempo.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_thermal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_thermal.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_topo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_topo.m -------------------------------------------------------------------------------- /rutgers/colormaps/cm_turbid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cm_turbid.m -------------------------------------------------------------------------------- /rutgers/colormaps/cmocean.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cmocean.m -------------------------------------------------------------------------------- /rutgers/colormaps/cmocean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/cmocean.png -------------------------------------------------------------------------------- /rutgers/colormaps/colorspace.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/colorspace.m -------------------------------------------------------------------------------- /rutgers/colormaps/inferno.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/inferno.m -------------------------------------------------------------------------------- /rutgers/colormaps/magma.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/magma.m -------------------------------------------------------------------------------- /rutgers/colormaps/plasma.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/plasma.m -------------------------------------------------------------------------------- /rutgers/colormaps/viridis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/viridis.m -------------------------------------------------------------------------------- /rutgers/colormaps/vivid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/vivid.m -------------------------------------------------------------------------------- /rutgers/colormaps/wrt_palette.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/wrt_palette.m -------------------------------------------------------------------------------- /rutgers/colormaps/zebra.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/colormaps/zebra.m -------------------------------------------------------------------------------- /rutgers/coupling/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/coupling/Contents.m -------------------------------------------------------------------------------- /rutgers/coupling/c_weights.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/coupling/c_weights.m -------------------------------------------------------------------------------- /rutgers/coupling/coamps_weights.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/coupling/coamps_weights.m -------------------------------------------------------------------------------- /rutgers/coupling/smooth_weights.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/coupling/smooth_weights.m -------------------------------------------------------------------------------- /rutgers/coupling/wrf_weights.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/coupling/wrf_weights.m -------------------------------------------------------------------------------- /rutgers/forcing/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/forcing/Contents.m -------------------------------------------------------------------------------- /rutgers/forcing/add_heatflux.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/forcing/add_heatflux.m -------------------------------------------------------------------------------- /rutgers/forcing/d_core2_frc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/forcing/d_core2_frc.m -------------------------------------------------------------------------------- /rutgers/forcing/d_ecmwf2roms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/forcing/d_ecmwf2roms.m -------------------------------------------------------------------------------- /rutgers/forcing/otps2roms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/forcing/otps2roms.m -------------------------------------------------------------------------------- /rutgers/forcing/write_tides.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/forcing/write_tides.m -------------------------------------------------------------------------------- /rutgers/grid/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/Contents.m -------------------------------------------------------------------------------- /rutgers/grid/ad_interpolator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/ad_interpolator.m -------------------------------------------------------------------------------- /rutgers/grid/add_coords.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/add_coords.m -------------------------------------------------------------------------------- /rutgers/grid/add_drag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/add_drag.m -------------------------------------------------------------------------------- /rutgers/grid/add_mask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/add_mask.m -------------------------------------------------------------------------------- /rutgers/grid/add_masks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/add_masks.m -------------------------------------------------------------------------------- /rutgers/grid/add_sponge.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/add_sponge.m -------------------------------------------------------------------------------- /rutgers/grid/append_contact.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/append_contact.m -------------------------------------------------------------------------------- /rutgers/grid/c_contact.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/c_contact.m -------------------------------------------------------------------------------- /rutgers/grid/c_grid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/c_grid.m -------------------------------------------------------------------------------- /rutgers/grid/cartesian_grid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/cartesian_grid.m -------------------------------------------------------------------------------- /rutgers/grid/check_nest_masks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/check_nest_masks.m -------------------------------------------------------------------------------- /rutgers/grid/check_refine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/check_refine.m -------------------------------------------------------------------------------- /rutgers/grid/coarse2fine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/coarse2fine.m -------------------------------------------------------------------------------- /rutgers/grid/contact.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/contact.m -------------------------------------------------------------------------------- /rutgers/grid/disp_contact.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/disp_contact.m -------------------------------------------------------------------------------- /rutgers/grid/fine2coarse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/fine2coarse.m -------------------------------------------------------------------------------- /rutgers/grid/flip_grid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/flip_grid.m -------------------------------------------------------------------------------- /rutgers/grid/get_roms_grid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/get_roms_grid.m -------------------------------------------------------------------------------- /rutgers/grid/grid_connections.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/grid_connections.m -------------------------------------------------------------------------------- /rutgers/grid/grid_extract.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/grid_extract.m -------------------------------------------------------------------------------- /rutgers/grid/grid_metrics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/grid_metrics.m -------------------------------------------------------------------------------- /rutgers/grid/grid_perimeter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/grid_perimeter.m -------------------------------------------------------------------------------- /rutgers/grid/grid_rotated.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/grid_rotated.m -------------------------------------------------------------------------------- /rutgers/grid/grids_structure.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/grids_structure.m -------------------------------------------------------------------------------- /rutgers/grid/interpolator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/interpolator.m -------------------------------------------------------------------------------- /rutgers/grid/plot_contact.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/plot_contact.m -------------------------------------------------------------------------------- /rutgers/grid/qc_interp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/qc_interp.m -------------------------------------------------------------------------------- /rutgers/grid/read_contact.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/read_contact.m -------------------------------------------------------------------------------- /rutgers/grid/refined_gridvar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/refined_gridvar.m -------------------------------------------------------------------------------- /rutgers/grid/roms_metrics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/roms_metrics.m -------------------------------------------------------------------------------- /rutgers/grid/rotate_cartesian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/rotate_cartesian.m -------------------------------------------------------------------------------- /rutgers/grid/rotate_grid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/rotate_grid.m -------------------------------------------------------------------------------- /rutgers/grid/rotate_spherical.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/rotate_spherical.m -------------------------------------------------------------------------------- /rutgers/grid/set_grid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/set_grid.m -------------------------------------------------------------------------------- /rutgers/grid/spherical_grid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/spherical_grid.m -------------------------------------------------------------------------------- /rutgers/grid/sponge.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/sponge.m -------------------------------------------------------------------------------- /rutgers/grid/uniform_grid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/uniform_grid.m -------------------------------------------------------------------------------- /rutgers/grid/write_contact.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/grid/write_contact.m -------------------------------------------------------------------------------- /rutgers/initial/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/initial/Contents.m -------------------------------------------------------------------------------- /rutgers/initial/c_biology.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/initial/c_biology.m -------------------------------------------------------------------------------- /rutgers/initial/c_climatology.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/initial/c_climatology.m -------------------------------------------------------------------------------- /rutgers/initial/c_initial.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/initial/c_initial.m -------------------------------------------------------------------------------- /rutgers/initial/d_climatology.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/initial/d_climatology.m -------------------------------------------------------------------------------- /rutgers/initial/d_initial.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/initial/d_initial.m -------------------------------------------------------------------------------- /rutgers/initial/d_mercator2roms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/initial/d_mercator2roms.m -------------------------------------------------------------------------------- /rutgers/initial/d_nudgcoef.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/initial/d_nudgcoef.m -------------------------------------------------------------------------------- /rutgers/initial/d_oa2roms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/initial/d_oa2roms.m -------------------------------------------------------------------------------- /rutgers/initial/d_roms2roms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/initial/d_roms2roms.m -------------------------------------------------------------------------------- /rutgers/initial/interp_field.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/initial/interp_field.m -------------------------------------------------------------------------------- /rutgers/initial/mercator2roms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/initial/mercator2roms.m -------------------------------------------------------------------------------- /rutgers/initial/oa2roms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/initial/oa2roms.m -------------------------------------------------------------------------------- /rutgers/initial/oa_cat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/initial/oa_cat.m -------------------------------------------------------------------------------- /rutgers/initial/roms2roms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/initial/roms2roms.m -------------------------------------------------------------------------------- /rutgers/landmask/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/Contents.m -------------------------------------------------------------------------------- /rutgers/landmask/add_coastline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/add_coastline.m -------------------------------------------------------------------------------- /rutgers/landmask/add_wetdry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/add_wetdry.m -------------------------------------------------------------------------------- /rutgers/landmask/axisscroll.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/axisscroll.m -------------------------------------------------------------------------------- /rutgers/landmask/button.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/button.m -------------------------------------------------------------------------------- /rutgers/landmask/editmask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/editmask.m -------------------------------------------------------------------------------- /rutgers/landmask/editmask_bathy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/editmask_bathy.m -------------------------------------------------------------------------------- /rutgers/landmask/editscope.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/editscope.m -------------------------------------------------------------------------------- /rutgers/landmask/ijcoast.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/ijcoast.m -------------------------------------------------------------------------------- /rutgers/landmask/landsea.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/landsea.m -------------------------------------------------------------------------------- /rutgers/landmask/pltmask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/pltmask.m -------------------------------------------------------------------------------- /rutgers/landmask/pltscope.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/pltscope.m -------------------------------------------------------------------------------- /rutgers/landmask/pointer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/pointer.m -------------------------------------------------------------------------------- /rutgers/landmask/radiobox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/radiobox.m -------------------------------------------------------------------------------- /rutgers/landmask/read_mask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/read_mask.m -------------------------------------------------------------------------------- /rutgers/landmask/read_scope.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/read_scope.m -------------------------------------------------------------------------------- /rutgers/landmask/textbox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/textbox.m -------------------------------------------------------------------------------- /rutgers/landmask/uv_scope.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/uv_scope.m -------------------------------------------------------------------------------- /rutgers/landmask/uvp_masks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/uvp_masks.m -------------------------------------------------------------------------------- /rutgers/landmask/write_mask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/write_mask.m -------------------------------------------------------------------------------- /rutgers/landmask/write_scope.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/landmask/write_scope.m -------------------------------------------------------------------------------- /rutgers/netcdf/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/Contents.m -------------------------------------------------------------------------------- /rutgers/netcdf/check_metadata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/check_metadata.m -------------------------------------------------------------------------------- /rutgers/netcdf/check_records.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/check_records.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_append.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_append.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_attadd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_attadd.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_attdel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_attdel.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_check.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_check.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_constant.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_constant.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_create.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_create.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_dfixed.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_dfixed.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_dinfo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_dinfo.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_drename.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_drename.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_getatt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_getatt.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_inq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_inq.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_interface.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_interface.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_read.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_read.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_slice.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_slice.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_stats.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_stats.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_test.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_time.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_time.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_vdef.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_vdef.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_vinfo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_vinfo.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_vname.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_vname.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_vnames.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_vnames.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_vrename.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_vrename.m -------------------------------------------------------------------------------- /rutgers/netcdf/nc_write.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/nc_write.m -------------------------------------------------------------------------------- /rutgers/netcdf/remove_record.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/remove_record.m -------------------------------------------------------------------------------- /rutgers/netcdf/roms_metadata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/netcdf/roms_metadata.m -------------------------------------------------------------------------------- /rutgers/seawater/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/Contents.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_adtg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_adtg.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_alpha.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_alpha.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_aonb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_aonb.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_beta.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_beta.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_bfrq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_bfrq.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_c3515.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_c3515.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_cndr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_cndr.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_copy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_copy.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_cp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_cp.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_dens.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_dens.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_dens0.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_dens0.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_dist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_dist.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_dpth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_dpth.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_f.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_f.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_fp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_fp.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_g.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_g.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_gpan.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_gpan.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_gvel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_gvel.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_info.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_info.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_new.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_new.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_pden.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_pden.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_pres.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_pres.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_ptmp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_ptmp.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_salds.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_salds.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_salrp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_salrp.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_salrt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_salrt.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_sals.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_sals.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_salt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_salt.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_satAr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_satAr.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_satN2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_satN2.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_satO2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_satO2.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_seck.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_seck.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_smow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_smow.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_svan.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_svan.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_svel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_svel.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_swvel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_swvel.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_temp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_temp.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_test.m -------------------------------------------------------------------------------- /rutgers/seawater/sw_ver.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/seawater/sw_ver.m -------------------------------------------------------------------------------- /rutgers/utility/Contents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/Contents.m -------------------------------------------------------------------------------- /rutgers/utility/caldate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/caldate.m -------------------------------------------------------------------------------- /rutgers/utility/date_stamp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/date_stamp.m -------------------------------------------------------------------------------- /rutgers/utility/day_code.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/day_code.m -------------------------------------------------------------------------------- /rutgers/utility/daynum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/daynum.m -------------------------------------------------------------------------------- /rutgers/utility/daynum360.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/daynum360.m -------------------------------------------------------------------------------- /rutgers/utility/dayvec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/dayvec.m -------------------------------------------------------------------------------- /rutgers/utility/dayvec360.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/dayvec360.m -------------------------------------------------------------------------------- /rutgers/utility/depths.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/depths.m -------------------------------------------------------------------------------- /rutgers/utility/eos.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/eos.m -------------------------------------------------------------------------------- /rutgers/utility/fstats.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/fstats.m -------------------------------------------------------------------------------- /rutgers/utility/gcircle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/gcircle.m -------------------------------------------------------------------------------- /rutgers/utility/geodesic_dist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/geodesic_dist.m -------------------------------------------------------------------------------- /rutgers/utility/greg2str.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/greg2str.m -------------------------------------------------------------------------------- /rutgers/utility/gregorian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/gregorian.m -------------------------------------------------------------------------------- /rutgers/utility/hms2h.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/hms2h.m -------------------------------------------------------------------------------- /rutgers/utility/hslope.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/hslope.m -------------------------------------------------------------------------------- /rutgers/utility/julian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/julian.m -------------------------------------------------------------------------------- /rutgers/utility/nanland.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/nanland.m -------------------------------------------------------------------------------- /rutgers/utility/pcolorjw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/pcolorjw.m -------------------------------------------------------------------------------- /rutgers/utility/plot_field.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/plot_field.m -------------------------------------------------------------------------------- /rutgers/utility/plot_nesting.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/plot_nesting.m -------------------------------------------------------------------------------- /rutgers/utility/plot_perimeter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/plot_perimeter.m -------------------------------------------------------------------------------- /rutgers/utility/ptiles.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/ptiles.m -------------------------------------------------------------------------------- /rutgers/utility/rfactor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/rfactor.m -------------------------------------------------------------------------------- /rutgers/utility/roms_eos.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/roms_eos.m -------------------------------------------------------------------------------- /rutgers/utility/roms_field.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/roms_field.m -------------------------------------------------------------------------------- /rutgers/utility/roms_vectors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/roms_vectors.m -------------------------------------------------------------------------------- /rutgers/utility/rotate_vec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/rotate_vec.m -------------------------------------------------------------------------------- /rutgers/utility/rvorticity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/rvorticity.m -------------------------------------------------------------------------------- /rutgers/utility/s2hms.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/s2hms.m -------------------------------------------------------------------------------- /rutgers/utility/sample_grid.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/sample_grid.m -------------------------------------------------------------------------------- /rutgers/utility/scoord.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/scoord.m -------------------------------------------------------------------------------- /rutgers/utility/set_depth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/set_depth.m -------------------------------------------------------------------------------- /rutgers/utility/shapiro1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/shapiro1.m -------------------------------------------------------------------------------- /rutgers/utility/shapiro2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/shapiro2.m -------------------------------------------------------------------------------- /rutgers/utility/smooth_bath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/smooth_bath.m -------------------------------------------------------------------------------- /rutgers/utility/stretching.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/stretching.m -------------------------------------------------------------------------------- /rutgers/utility/tile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/tile.m -------------------------------------------------------------------------------- /rutgers/utility/tround.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/tround.m -------------------------------------------------------------------------------- /rutgers/utility/untexlabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/untexlabel.m -------------------------------------------------------------------------------- /rutgers/utility/uplow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/uplow.m -------------------------------------------------------------------------------- /rutgers/utility/uv_barotropic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/uv_barotropic.m -------------------------------------------------------------------------------- /rutgers/utility/vector4stream.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/vector4stream.m -------------------------------------------------------------------------------- /rutgers/utility/wrt_colormap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/wrt_colormap.m -------------------------------------------------------------------------------- /rutgers/utility/wrt_latlon.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/wrt_latlon.m -------------------------------------------------------------------------------- /rutgers/utility/yearday.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/rutgers/utility/yearday.m -------------------------------------------------------------------------------- /swan_forc/bdry_com.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/swan_forc/bdry_com.m -------------------------------------------------------------------------------- /swan_forc/readww3_2TPAR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/swan_forc/readww3_2TPAR.m -------------------------------------------------------------------------------- /swan_forc/ww3_specpoints.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/swan_forc/ww3_specpoints.m -------------------------------------------------------------------------------- /tides/roms_tide_forc_file.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/roms_tide_forc_file.m -------------------------------------------------------------------------------- /tides/t_tide/g.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/t_tide/g.mat -------------------------------------------------------------------------------- /tides/t_tide/t_18constituents.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/t_tide/t_18constituents.mat -------------------------------------------------------------------------------- /tides/t_tide/t_astron.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/t_tide/t_astron.m -------------------------------------------------------------------------------- /tides/t_tide/t_constituents.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/t_tide/t_constituents.mat -------------------------------------------------------------------------------- /tides/t_tide/t_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/t_tide/t_demo.m -------------------------------------------------------------------------------- /tides/t_tide/t_equilib.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/t_tide/t_equilib.dat -------------------------------------------------------------------------------- /tides/t_tide/t_equilib.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/t_tide/t_equilib.m -------------------------------------------------------------------------------- /tides/t_tide/t_errors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/t_tide/t_errors.m -------------------------------------------------------------------------------- /tides/t_tide/t_example.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/t_tide/t_example.mat -------------------------------------------------------------------------------- /tides/t_tide/t_getconsts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/t_tide/t_getconsts.m -------------------------------------------------------------------------------- /tides/t_tide/t_predic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/t_tide/t_predic.m -------------------------------------------------------------------------------- /tides/t_tide/t_readme.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/t_tide/t_readme.m -------------------------------------------------------------------------------- /tides/t_tide/t_synth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/t_tide/t_synth.m -------------------------------------------------------------------------------- /tides/t_tide/t_tide.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/t_tide/t_tide.m -------------------------------------------------------------------------------- /tides/t_tide/t_vuf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/t_tide/t_vuf.m -------------------------------------------------------------------------------- /tides/t_tide/t_xtide.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/t_tide/t_xtide.m -------------------------------------------------------------------------------- /tides/t_tide/t_xtide.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/t_tide/t_xtide.mat -------------------------------------------------------------------------------- /tides/t_tide/tide3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/t_tide/tide3.dat -------------------------------------------------------------------------------- /tides/tidal_ellipse/ap2ep.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/tidal_ellipse/ap2ep.m -------------------------------------------------------------------------------- /tides/tidal_ellipse/cBEpm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/tidal_ellipse/cBEpm.m -------------------------------------------------------------------------------- /tides/tidal_ellipse/ep2ap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/tidal_ellipse/ep2ap.m -------------------------------------------------------------------------------- /tides/tidal_ellipse/example.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/tidal_ellipse/example.m -------------------------------------------------------------------------------- /tides/tidal_ellipse/plot_ell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/tidal_ellipse/plot_ell.m -------------------------------------------------------------------------------- /tides/tidal_ellipse/tanh_v5_2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/f-shake/my_roms_tools/HEAD/tides/tidal_ellipse/tanh_v5_2.m --------------------------------------------------------------------------------