├── .circleci.disabled └── config.yml ├── .dockerignore ├── .github └── ISSUE_TEMPLATE │ └── config.yml ├── .gitignore ├── CMake ├── cdat_modules │ ├── cdat_deps.cmake │ ├── cdat_external.cmake │ └── cdat_pkg.cmake ├── cdat_modules_extra │ ├── checkout_testdata.cmake │ ├── clean_cdat_from_conda.bash.in │ ├── clean_local_build.bash.in │ ├── install_cdat_from_conda.bash.in │ ├── runtest.in │ └── version.in ├── cmake_modules │ ├── AppleSDKUtils.cmake │ ├── CDATLogger.cmake │ ├── CDATLogger.cmake.in │ ├── CheckBuildOutOfSource.cmake │ ├── ErrorExpressions.cmake │ ├── ExternalProject.cmake │ ├── FindCairo.cmake │ ├── FindFFMPEG.cmake │ ├── FindGdal.cmake │ ├── FindMD5.cmake │ ├── FindMatplotlib.cmake │ ├── FindMpi4py.cmake │ ├── FindPKG_CONFIG.cmake │ ├── FindPythonInterp.cmake │ ├── FindPythonLibs.cmake │ ├── FindReadline.cmake │ ├── FindShapely.cmake │ ├── FindTermCap.cmake │ ├── FindUUID.cmake │ ├── GetGitRevisionDescription.cmake │ ├── GetGitRevisionDescription.cmake.in │ ├── TestInSourceBuild.cmake │ ├── TopologicalSort.cmake │ ├── check_fortran.cmake │ ├── cmake_utils.cmake │ └── pipinstaller.cmake ├── coverage_report.py.in └── dashboard │ ├── annie.cmake │ ├── checkout.sh │ ├── dashboard.cmake │ ├── docker.cmake │ ├── krishna.cmake │ ├── meryem.cmake │ ├── next_checkout.sh │ ├── pcmdi11.cmake │ ├── placid.cmake │ ├── salix.cmake │ ├── samus.cmake │ ├── vishnu.cmake │ └── yavin.cmake ├── CMakeLists.txt ├── CONTRIBUTING.md ├── CTestConfig.cmake ├── Dockerfile ├── LICENSE ├── Makefile ├── Packages ├── Dead │ ├── demo │ │ ├── Lib │ │ │ ├── About.py │ │ │ ├── Args.py │ │ │ ├── DemoSet.py │ │ │ ├── DemoSplash.py │ │ │ ├── MainDisplay.py │ │ │ ├── MainMenu.py │ │ │ ├── OverviewCanvas.py │ │ │ ├── __init__.py │ │ │ └── geoparse.py │ │ ├── Script │ │ │ ├── cdatdemo │ │ │ ├── images │ │ │ │ ├── CDAT_architecture.gif │ │ │ │ ├── CDAT_modularity.gif │ │ │ │ ├── about.gif │ │ │ │ ├── about.xcf │ │ │ │ ├── air_pollution.gif │ │ │ │ ├── air_pollution_ss.gif │ │ │ │ ├── application_development.gif │ │ │ │ ├── cdat_overview.gif │ │ │ │ ├── cdat_overview_ss.gif │ │ │ │ ├── cleanit │ │ │ │ ├── data_access.gif │ │ │ │ ├── data_access_ss.gif │ │ │ │ ├── data_analysis.gif │ │ │ │ ├── diagnostics.gif │ │ │ │ ├── earth_sciences.gif │ │ │ │ ├── engineering.gif │ │ │ │ ├── engineering_ss.gif │ │ │ │ ├── globe.xcf │ │ │ │ ├── live_tools.gif │ │ │ │ ├── live_tools_ss.gif │ │ │ │ ├── main_background.gif │ │ │ │ ├── main_background.xcf │ │ │ │ ├── main_background2.gif │ │ │ │ ├── main_background2.xcf │ │ │ │ ├── pcmdi.gif │ │ │ │ ├── space_physics.gif │ │ │ │ ├── splash_screen.gif │ │ │ │ ├── splash_screen.xcf │ │ │ │ ├── visualization.gif │ │ │ │ └── xmgrace.gif │ │ │ └── tutorials │ │ │ │ ├── CDMS_Basics_1.py │ │ │ │ ├── CDMS_Basics_2.py │ │ │ │ ├── CDMS_Basics_3.py │ │ │ │ ├── Files_1.py │ │ │ │ ├── Files_2.py │ │ │ │ ├── Files_3.py │ │ │ │ ├── Files_5.py │ │ │ │ ├── Loops_1.py │ │ │ │ ├── Loops_2.py │ │ │ │ ├── Loops_3.py │ │ │ │ ├── Variables_and_Axes_1.py │ │ │ │ ├── Variables_and_Axes_2.py │ │ │ │ ├── WK │ │ │ │ ├── colormap.scr │ │ │ │ ├── data.nc │ │ │ │ └── results.nc │ │ │ │ ├── adv_subset.py │ │ │ │ ├── animate.py │ │ │ │ ├── average_var.py │ │ │ │ ├── boxfill_file.py │ │ │ │ ├── change_datatype.py │ │ │ │ ├── change_date.py │ │ │ │ ├── change_variable.py │ │ │ │ ├── cleanit │ │ │ │ ├── compare_datasets.py │ │ │ │ ├── continents_file.py │ │ │ │ ├── coord_conv.py │ │ │ │ ├── extract_and_plot.py │ │ │ │ ├── eztemplate_legend_horiz_per_row.py │ │ │ │ ├── eztemplate_legend_mix_local_global.py │ │ │ │ ├── eztemplate_legend_side_each.py │ │ │ │ ├── eztemplate_legend_vert_per_row.py │ │ │ │ ├── eztemplate_margins_legend_direction.py │ │ │ │ ├── eztemplate_margins_legend_thickness.py │ │ │ │ ├── eztemplate_reverse.py │ │ │ │ ├── eztemplate_simple.py │ │ │ │ ├── eztemplate_spacing.py │ │ │ │ ├── global_anomalies.py │ │ │ │ ├── index.py │ │ │ │ ├── isofill_file.py │ │ │ │ ├── isoline_file.py │ │ │ │ ├── mask_variable.py │ │ │ │ ├── open_and_plot.py │ │ │ │ ├── orientation_and_output.py │ │ │ │ ├── output_file.py │ │ │ │ ├── overlay_file.py │ │ │ │ ├── plot_keyword_arguments.py │ │ │ │ ├── primitive_file.py │ │ │ │ ├── redecorate.py │ │ │ │ ├── regrid_mask_anomaly.py │ │ │ │ ├── scan_var.py │ │ │ │ ├── scatter_file.py │ │ │ │ ├── show_continents.py │ │ │ │ ├── simple_x_y_line_plot.py │ │ │ │ ├── skew-t-basic.py │ │ │ │ ├── skew-t-more.py │ │ │ │ ├── skew-t-windbarbs.py │ │ │ │ ├── spatial_subset.py │ │ │ │ ├── spinning_earth.py │ │ │ │ ├── statistics_tutorial.py │ │ │ │ ├── td.py │ │ │ │ ├── template_file.py │ │ │ │ ├── temporal_subset.py │ │ │ │ ├── test_wk_01.py │ │ │ │ ├── vector_file.py │ │ │ │ ├── vertical_subset.py │ │ │ │ ├── write_ioapi.py │ │ │ │ ├── write_netCDF.py │ │ │ │ └── xmgrace_tutorial_Numeric.py │ │ └── setup.py │ ├── eof_workbench │ │ ├── EOF1.py │ │ ├── __init__.py │ │ ├── analyzer.py │ │ ├── rs.f │ │ └── rs.pyf │ ├── esg │ │ ├── Lib │ │ │ ├── __init__.py │ │ │ ├── esg.py │ │ │ ├── esgLs.py │ │ │ ├── esgMap.py │ │ │ └── esgParse.py │ │ ├── Script │ │ │ └── esscan │ │ └── setup.py │ ├── globus │ │ ├── Makefile │ │ ├── __init__.py │ │ ├── error.i │ │ ├── grid_storage.i │ │ ├── grid_storage_wrap.c │ │ └── storage.py │ ├── help │ │ ├── Lib │ │ │ ├── About.py │ │ │ ├── CDATHelp.py │ │ │ ├── HelpStdout.py │ │ │ ├── MainFrame.py │ │ │ ├── ProgressBar.py │ │ │ ├── QueryFrame.py │ │ │ ├── RebuildSearch.py │ │ │ ├── ResultsFrame.py │ │ │ ├── SearchTable.py │ │ │ ├── __init__.py │ │ │ └── geoparse.py │ │ ├── Script │ │ │ └── cdathelp │ │ └── setup.py │ ├── lats │ │ ├── Lib │ │ │ ├── __init__.py │ │ │ ├── latsParmTab.py │ │ │ └── lats_internal.py │ │ ├── Src │ │ │ └── slatsmodule.c │ │ └── setup.py │ ├── ncml │ │ ├── Lib │ │ │ ├── __init__.py │ │ │ ├── cs.py │ │ │ ├── csParse.py │ │ │ ├── ncml.py │ │ │ └── ncmlParse.py │ │ └── setup.py │ ├── pydebug │ │ ├── Lib │ │ │ └── pydebug.py │ │ └── setup.py │ └── reqm │ │ ├── Makefile │ │ ├── _GlobalIDL │ │ └── __init__.py │ │ ├── __init__.py │ │ ├── esgdefs.idl │ │ ├── reqm.idl │ │ ├── reqm.py │ │ └── setup.py ├── cdat_info │ ├── Lib │ │ ├── __init__.py │ │ └── cdat_info.py │ ├── scripts │ │ └── run_tests.py │ └── setup.py └── testing │ ├── __init__.py │ ├── common.py │ ├── regression.py │ └── setup.py ├── README.md ├── bsd-3-clause.txt ├── conda ├── 2.10-nox.yml ├── 2.10.yml ├── 2.12-nox-osx.yml ├── 2.12-nox.yml ├── 2.12-osx.yml ├── 2.12.yml ├── 2.6.yml ├── 2.8-nox.yml ├── 2.8.yml ├── cdat-v80-nox_py2.Darwin.yaml ├── cdat-v80-nox_py2.Linux.yaml ├── cdat-v80-nox_py3.Darwin.yaml ├── cdat-v80-nox_py3.Linux.yaml ├── cdat-v80_py2.Darwin.yaml ├── cdat-v80_py2.Linux.yaml ├── cdat-v80_py3.Darwin.yaml ├── cdat-v80_py3.Linux.yaml ├── cdat-v81-nox_py2.7.Darwin.yaml ├── cdat-v81-nox_py2.7.Linux.yaml ├── cdat-v81-nox_py3.6.Darwin.yaml ├── cdat-v81-nox_py3.6.Linux.yaml ├── cdat-v81-nox_py3.7.Linux.yaml ├── cdat-v81_py2.7.Darwin.yaml ├── cdat-v81_py2.7.Linux.yaml ├── cdat-v81_py3.6.Darwin.yaml ├── cdat-v81_py3.6.Linux.yaml ├── cdat-v81_py3.7.Linux.yaml ├── cdat-v82-nox_py2.7.Darwin.yaml ├── cdat-v82-nox_py2.7.Linux.yaml ├── cdat-v82-nox_py3.6.Darwin.yaml ├── cdat-v82-nox_py3.6.Linux.yaml ├── cdat-v82-nox_py3.7.Darwin.yaml ├── cdat-v82-nox_py3.7.Linux.yaml ├── cdat-v82_py2.7.Darwin.yaml ├── cdat-v82_py2.7.Linux.yaml ├── cdat-v82_py3.6.Darwin.yaml ├── cdat-v82_py3.6.Linux.yaml ├── cdat-v82_py3.7.Darwin.yaml └── cdat-v82_py3.7.Linux.yaml ├── contrib ├── ComparisonStatistics │ ├── Doc │ │ └── ComparisonStatistics.doc │ ├── Lib │ │ ├── Compall_core.py │ │ ├── ValidationFunctions.py │ │ └── __init__.py │ ├── Src │ │ ├── compall.pyf │ │ └── compall_lib.F │ ├── Test │ │ └── test_1.py │ └── setup.py ├── EzTemplate │ ├── Doc │ │ ├── documentation.html │ │ ├── test.gif │ │ ├── test0.gif │ │ ├── test2.gif │ │ ├── test3.gif │ │ ├── test3b.gif │ │ ├── test4.gif │ │ ├── test5.gif │ │ ├── test6.gif │ │ ├── test7.gif │ │ └── test8.gif │ ├── Lib │ │ └── __init__.py │ └── setup.py ├── HDF5Tools │ ├── Examples │ │ ├── OMI-Aura_L2-OMAERUV_2007m0205t1530-o13622_v888-2007m0205t185330.he5 │ │ ├── example_1.py │ │ ├── example_2.py │ │ ├── example_3.py │ │ └── example_4.py │ ├── Lib │ │ ├── HDF5Tools.py │ │ ├── HDF5_OMI.py │ │ └── __init__.py │ └── setup.py ├── IaGraph │ ├── IaGraph-0.3.1.1.tar.gz │ ├── clean_script │ └── install_script ├── MSU │ ├── Data │ │ ├── ta.nc │ │ ├── tam2.nc │ │ └── weights.nc │ ├── Doc │ │ └── example.py │ ├── Lib │ │ ├── MSU.py │ │ └── __init__.py │ ├── Src │ │ ├── eqmsu.pyf │ │ └── msuweight.f │ ├── Test │ │ └── test_MSU.py │ ├── msu.pfp │ └── setup.py ├── README ├── Rpy │ ├── install_script │ └── rpy-1.0.1.tar.gz ├── SP │ ├── LICENSE │ ├── ScientificPython-2.8.tar.gz │ ├── clean_script │ ├── install_script │ └── setup2.py ├── ZonalMeans │ ├── Lib │ │ ├── __init__.py │ │ ├── package_version.py │ │ └── zmean.py │ ├── Src │ │ ├── SphericalPolyArea.f90 │ │ ├── cal_int.f90 │ │ ├── cfraction.f90 │ │ ├── echange.f90 │ │ ├── intersecte.f90 │ │ ├── mask4d.f90 │ │ ├── meme_cote.f90 │ │ └── zonebasin.f90 │ ├── Test │ │ ├── test_data.nc │ │ ├── test_grid.nc │ │ ├── test_zonal.py │ │ ├── test_zonal_2.py │ │ ├── test_zonal_3.py │ │ └── test_zonal_4.py │ └── setup.py ├── asciidata │ ├── Lib │ │ ├── ASV.py │ │ ├── __init__.py │ │ └── asvnum.py │ ├── Test │ │ ├── asv_example.py │ │ ├── example2 │ │ ├── example3 │ │ ├── example_data.csv │ │ └── test.py │ └── setup.py ├── binaryio │ ├── Lib │ │ └── __init__.py │ ├── Src │ │ ├── binout.f │ │ └── binout.pyf │ ├── Test │ │ ├── bintest.f │ │ ├── readtest.f │ │ └── test_binaryio.py │ └── setup.py ├── cssgrid │ ├── Lib │ │ ├── __init__.py │ │ └── css.py │ ├── README.txt │ ├── Src │ │ ├── Makefile │ │ ├── csaddnod.f │ │ ├── csaplyr.f │ │ ├── csaplyrt.f │ │ ├── csarcint.f │ │ ├── csarclen.f │ │ ├── csareas.f │ │ ├── csbdyadd.f │ │ ├── csblda.f │ │ ├── csbnodes.f │ │ ├── csc2s.f │ │ ├── csc2sd.f │ │ ├── cscircum.f │ │ ├── cscomn.h │ │ ├── csconstr.f │ │ ├── cscovsph.f │ │ ├── cscrlist.f │ │ ├── csdelarc.f │ │ ├── csdelnb.f │ │ ├── csdelnod.f │ │ ├── csedge.f │ │ ├── csfval.f │ │ ├── csgetd.f │ │ ├── csgeti.f │ │ ├── csgetnp.f │ │ ├── csgetr.f │ │ ├── csgetsig.f │ │ ├── csgivens.f │ │ ├── csgradg.f │ │ ├── csgradl.f │ │ ├── csgrcoef.f │ │ ├── cshval.f │ │ ├── csinsert.f │ │ ├── csinside.f │ │ ├── csintadd.f │ │ ├── csintrc0.f │ │ ├── csintrc1.f │ │ ├── csintrsc.f │ │ ├── csjrand.f │ │ ├── csleft.f │ │ ├── cslstptr.f │ │ ├── csnbcnt.f │ │ ├── csnearnd.f │ │ ├── csoptim.f │ │ ├── csrotate.f │ │ ├── css2c.f │ │ ├── css2cd.f │ │ ├── csscoord.f │ │ ├── csscoordd.f │ │ ├── csserr.f │ │ ├── cssetd.f │ │ ├── csseti.f │ │ ├── cssetr.f │ │ ├── cssetup.f │ │ ├── cssgprnt.f │ │ ├── cssgrid.f │ │ ├── cssgridd.f │ │ ├── cssgridmodule.pyf │ │ ├── cssig0.f │ │ ├── cssig1.f │ │ ├── cssig2.f │ │ ├── cssmsgs.f │ │ ├── cssmsurf.f │ │ ├── cssnhcsh.f │ │ ├── cssproto.h │ │ ├── csstore.f │ │ ├── csstri.f │ │ ├── csstrid.f │ │ ├── csswap.f │ │ ├── csswptst.f │ │ ├── cstrans.f │ │ ├── cstransd.f │ │ ├── cstrfind.f │ │ ├── cstrlist.f │ │ ├── cstrlprt.f │ │ ├── cstrmesh.f │ │ ├── cstrprnt.f │ │ ├── csunif.f │ │ ├── csvoro.f │ │ └── csvorod.f │ ├── Test │ │ └── test_cssgrid.py │ └── setup.py ├── dsgrid │ ├── Include │ │ ├── dsgvars.h │ │ ├── dsproto.h │ │ ├── dstypes.h │ │ └── dsuhead.h │ ├── Lib │ │ └── ds.py │ ├── README.txt │ ├── Src │ │ ├── dserror.c │ │ ├── dsgrid2d.c │ │ ├── dsgrid2s.c │ │ ├── dsgrid3d.c │ │ ├── dsgrid3s.c │ │ ├── dsgridmodule.c │ │ ├── dssprtd.c │ │ ├── dssprts.c │ │ ├── dsuser.c │ │ ├── dsuserd.c │ │ └── dsusers.c │ ├── Test │ │ └── test_dsgrid.py │ └── setup.py ├── egenix │ ├── LICENSE │ ├── clean_script │ ├── egenix-mx-base-2.0.6.tar.gz │ └── install_script ├── eof │ ├── Lib │ │ ├── __init__.py │ │ ├── analyzer.py │ │ └── eof1.py │ ├── Src │ │ ├── rs.f │ │ └── rs.pyf │ ├── Test │ │ └── test_eof.py │ └── setup.py ├── ioapiTools │ ├── clean_script │ ├── install_script │ └── ioapiTools-0.3.2.tar.gz ├── lmoments │ ├── Misc │ │ ├── xclust.for │ │ ├── xfit.for │ │ ├── xsim.for │ │ └── xtest.for │ ├── README │ ├── Src │ │ ├── Makefile │ │ ├── alg136.for │ │ ├── cdfexp.for │ │ ├── cdfgam.for │ │ ├── cdfgev.for │ │ ├── cdfglo.for │ │ ├── cdfgno.for │ │ ├── cdfgpa.for │ │ ├── cdfgum.for │ │ ├── cdfkap.for │ │ ├── cdfnor.for │ │ ├── cdfpe3.for │ │ ├── cdfwak.for │ │ ├── cluagg.for │ │ ├── cluinf.for │ │ ├── clukm.for │ │ ├── derf.for │ │ ├── digamd.for │ │ ├── dlgama.for │ │ ├── durand.for │ │ ├── flmoments.pyf │ │ ├── gamind.for │ │ ├── lmrexp.for │ │ ├── lmrgam.for │ │ ├── lmrgev.for │ │ ├── lmrglo.for │ │ ├── lmrgno.for │ │ ├── lmrgpa.for │ │ ├── lmrgum.for │ │ ├── lmrkap.for │ │ ├── lmrnor.for │ │ ├── lmrpe3.for │ │ ├── lmrwak.for │ │ ├── pelexp.for │ │ ├── pelgam.for │ │ ├── pelgev.for │ │ ├── pelglo.for │ │ ├── pelgno.for │ │ ├── pelgpa.for │ │ ├── pelgum.for │ │ ├── pelkap.for │ │ ├── pelnor.for │ │ ├── pelpe3.for │ │ ├── pelwak.for │ │ ├── quaexp.for │ │ ├── quagam.for │ │ ├── quagev.for │ │ ├── quaglo.for │ │ ├── quagno.for │ │ ├── quagpa.for │ │ ├── quagum.for │ │ ├── quakap.for │ │ ├── quanor.for │ │ ├── quape3.for │ │ ├── quastn.for │ │ ├── quawak.for │ │ ├── reglmr.for │ │ ├── regtst.for │ │ ├── samlmr.for │ │ ├── samlmu.for │ │ ├── sampwm.for │ │ └── sort.for │ ├── read.me │ └── setup.py ├── natgrid │ ├── Include │ │ ├── nnchead.h │ │ ├── nncheadd.h │ │ ├── nncheads.h │ │ ├── nnexver.h │ │ ├── nnghead.h │ │ ├── nngheadd.h │ │ ├── nngheads.h │ │ ├── nnmhead.h │ │ ├── nntpvrs.h │ │ ├── nntypes.h │ │ ├── nnuhead.h │ │ ├── nnuheadd.h │ │ └── nnuheads.h │ ├── Lib │ │ └── nat.py │ ├── Src │ │ ├── natgrid.c │ │ ├── natgridd.c │ │ ├── natgridmodule.c │ │ ├── natgrids.c │ │ ├── nncrunch.c │ │ ├── nncrunchd.c │ │ ├── nncrunchs.c │ │ ├── nnerror.c │ │ ├── nnuser.c │ │ ├── nnuserd.c │ │ └── nnusers.c │ ├── Test │ │ └── test_natgrid.py │ ├── natgridmodule.doc │ └── setup.py ├── ort │ ├── Src │ │ ├── ortreader.pyf │ │ └── reado.f │ └── setup.py ├── pyIoapi │ ├── clean_script │ ├── install_script │ └── pyIoapi-0.3.1.tar.gz ├── pyncl │ ├── clean_script │ ├── install_script │ └── pyncl-1.4.1.tar.gz ├── regridpack │ ├── Lib │ │ ├── __init__.py │ │ └── adamsregrid.py │ ├── Src │ │ ├── Makefile │ │ ├── gaqd.f │ │ ├── regridpack.pyf │ │ ├── rgrd1.f │ │ ├── rgrd1u.f │ │ ├── rgrd2.f │ │ ├── rgrd2u.f │ │ ├── rgrd3.f │ │ ├── rgrd3u.f │ │ ├── rgrd4.f │ │ └── rgrd4u.f │ ├── Test │ │ └── test_regridpack_dum.py │ ├── regridmodule.doc │ └── setup.py ├── sciMake │ ├── DetermineVisItArchitecture.cmake │ ├── Makefile.am │ ├── Makefile.show │ ├── Modules │ │ ├── FindEpicsElegant.cmake │ │ ├── FindEpicsExtensions.cmake │ │ ├── FindEpicsExtensionsParallel.cmake │ │ ├── FindEpicsExtensionsSerial.cmake │ │ ├── FindMath.cmake │ │ ├── FindSciAdios.cmake │ │ ├── FindSciBabel.cmake │ │ ├── FindSciBase.cmake │ │ ├── FindSciBlasLapack.cmake │ │ ├── FindSciBoost.cmake │ │ ├── FindSciBotan.cmake │ │ ├── FindSciCLapackCMake.cmake │ │ ├── FindSciCfitsio.cmake │ │ ├── FindSciChombo.cmake │ │ ├── FindSciComposerToolkit.cmake │ │ ├── FindSciCubit.cmake │ │ ├── FindSciDoxygen.cmake │ │ ├── FindSciFacets.cmake │ │ ├── FindSciFacetsIfc.cmake │ │ ├── FindSciFcIoWrappers.cmake │ │ ├── FindSciFftw.cmake │ │ ├── FindSciFftw3.cmake │ │ ├── FindSciFluxgrid.cmake │ │ ├── FindSciFmcfm.cmake │ │ ├── FindSciGaCode.cmake │ │ ├── FindSciGeom.cmake │ │ ├── FindSciGpulib.cmake │ │ ├── FindSciGsl.cmake │ │ ├── FindSciGtest.cmake │ │ ├── FindSciHdf5.cmake │ │ ├── FindSciIdl.cmake │ │ ├── FindSciIps.cmake │ │ ├── FindSciLicMgr.cmake │ │ ├── FindSciMesa.cmake │ │ ├── FindSciMex.cmake │ │ ├── FindSciMpi.cmake │ │ ├── FindSciMuparser.cmake │ │ ├── FindSciMxml.cmake │ │ ├── FindSciNautilus.cmake │ │ ├── FindSciNe7ssh.cmake │ │ ├── FindSciNetcdf.cmake │ │ ├── FindSciNetlibLite.cmake │ │ ├── FindSciNsis.cmake │ │ ├── FindSciNtccTransport.cmake │ │ ├── FindSciNubeam.cmake │ │ ├── FindSciOpenSplice.cmake │ │ ├── FindSciOpenSsl.cmake │ │ ├── FindSciPSpline.cmake │ │ ├── FindSciPatoh.cmake │ │ ├── FindSciPetsc.cmake │ │ ├── FindSciPhysics.cmake │ │ ├── FindSciPlasmaState.cmake │ │ ├── FindSciPolyswift.cmake │ │ ├── FindSciPythonLibs.cmake │ │ ├── FindSciQScintilla.cmake │ │ ├── FindSciQt4.cmake │ │ ├── FindSciSimD.cmake │ │ ├── FindSciSphinx.cmake │ │ ├── FindSciSquish.cmake │ │ ├── FindSciSsh.cmake │ │ ├── FindSciSz.cmake │ │ ├── FindSciThrust.cmake │ │ ├── FindSciTranspbase.cmake │ │ ├── FindSciTrilinos.cmake │ │ ├── FindSciUedge.cmake │ │ ├── FindSciVisIt.cmake │ │ ├── FindSciVorpal.cmake │ │ ├── FindSciVtk.cmake │ │ ├── FindSciVtk500i.cmake │ │ ├── FindSciZ.cmake │ │ ├── Makefile.am │ │ ├── SciFindPackage.cmake │ │ └── sciOSPLMacros.cmake │ ├── README.txt │ ├── mklinks.sh │ ├── rmcomms.sed │ ├── sciCChecks.cmake │ ├── sciCxxChecks.cmake │ ├── sciCxxFindVersion.cmake │ ├── sciDocLogic.cmake │ ├── sciEngFindVersion.cmake │ ├── sciFinalize.cmake │ ├── sciFortranChecks.cmake │ ├── sciFortranDouble.cmake │ ├── sciFortranFindVersion.cmake │ ├── sciFuncsMacros.cmake │ ├── sciGetDepsFromInstall.cmake │ ├── sciInit.cmake │ ├── sciMpiLauncher.cmake │ ├── sciSeparateLibs.cmake │ ├── sciSquishMacros.cmake │ ├── sciSquishRunTestCase.sh │ ├── sciSquishTestScript.cmake │ ├── sciSvnInfo.cmake │ ├── sciTranspPreprocess.cmake │ ├── sciWinFlags.cmake │ ├── trycompile │ │ ├── Makefile.am │ │ ├── checkCompilerRTTI.cxx │ │ ├── gendeclstatics.cxx │ │ ├── modulesrcfile.f90 │ │ ├── mpi_h.cxx │ │ ├── mpi_mod.f90 │ │ └── stdabsdbl.cxx │ └── xvfb-run.sh ├── scipy │ ├── clean_script │ ├── install_script │ └── md5s.txt ├── shgrid │ ├── Lib │ │ ├── __init__.py │ │ └── sh.py │ ├── Src │ │ ├── sh3grd.f │ │ ├── sh3val.f │ │ ├── shblda.f │ │ ├── sherr.f │ │ ├── shgeti.f │ │ ├── shgetnp.f │ │ ├── shgetnp3.f │ │ ├── shgivens.f │ │ ├── shgrid.f │ │ ├── shgridmodule.pyf │ │ ├── shqshep.f │ │ ├── shrot.f │ │ ├── shseti.f │ │ ├── shsetup.f │ │ └── shstore3.f │ ├── Test │ │ └── test_shgrid.py │ └── setup.py ├── spanlib │ ├── AUTHORS │ ├── COPYING │ ├── ChangeLog │ ├── INSTALL │ ├── Makefile.am │ ├── NEWS │ ├── README │ ├── admin │ │ └── m4 │ │ │ ├── ac_nc_fortran.m4 │ │ │ ├── ac_sr_blas.m4 │ │ │ ├── ac_sr_doc.m4 │ │ │ ├── ac_sr_docbook.m4 │ │ │ ├── ac_sr_f2py.m4 │ │ │ ├── ac_sr_fortran.m4 │ │ │ ├── ac_sr_netcdf.m4 │ │ │ ├── ac_sr_spanlib_doc.m4 │ │ │ ├── ac_sr_spanlib_example.m4 │ │ │ ├── ac_sr_spanlib_footer.m4 │ │ │ ├── ac_sr_spanlib_fortran.m4 │ │ │ ├── ac_sr_spanlib_python.m4 │ │ │ ├── ac_sr_utils.m4 │ │ │ └── ax_with_python.m4 │ ├── autogen.sh │ ├── configure.in │ ├── doc │ │ ├── Makefile.am │ │ ├── makefile.old │ │ ├── source │ │ │ ├── conf.py │ │ │ ├── fortran.module.rst │ │ │ ├── fortran.rst │ │ │ ├── index.rst │ │ │ ├── index.rst.old │ │ │ ├── installation.rst │ │ │ ├── presentation.fundamentals.rst │ │ │ ├── presentation.introduction.rst │ │ │ ├── presentation.rst │ │ │ ├── presentation.techs.rst │ │ │ ├── python.examples.rst │ │ │ ├── python.module.rst │ │ │ ├── python.rst │ │ │ ├── python.schematic.rst │ │ │ ├── references.rst │ │ │ ├── sphinxext │ │ │ │ └── only_directives.py │ │ │ └── static │ │ │ │ └── default.css │ │ └── spanlib.webprj │ ├── example │ │ ├── Makefile.am │ │ ├── example1.f90 │ │ ├── example1.py │ │ ├── example2.f90 │ │ ├── example2.py │ │ ├── example3.f90 │ │ └── makefile.old │ ├── lib │ │ ├── Makefile.am │ │ ├── __init__.py │ │ └── spanlib_python.py │ ├── scripts │ │ ├── Makefile.am │ │ ├── check_fortran.py │ │ ├── genpyf.py │ │ ├── quickview.py │ │ └── strip_fcargs.py │ ├── src │ │ ├── Makefile.am │ │ ├── getf90precision.f90 │ │ ├── makefile.old │ │ ├── spanlib.f90 │ │ ├── spanlib.ifort.f90 │ │ ├── spanlib_pywrap.f90 │ │ ├── template.setup.cfg │ │ ├── template.setup.py │ │ └── template.spanlib_lapack95.f90 │ └── test │ │ ├── test_nopca_nomssa_yesphases.py │ │ ├── test_nopca_yesmssa_nophases.py │ │ ├── test_nopca_yesmssa_yesphase.py │ │ ├── test_pca_base.py │ │ ├── test_stack.py │ │ ├── test_yespca_nomssa_nophases.py │ │ ├── test_yespca_nomssa_yesphases.py │ │ ├── test_yespca_yesmssa_nophases.py │ │ └── test_yespca_yesmssa_yesphases.py ├── spherepack │ ├── Lib │ │ ├── __init__.py │ │ └── sphere.py │ ├── Src │ │ ├── Makefile │ │ ├── alf.f │ │ ├── divec.f │ │ ├── dives.f │ │ ├── divgc.f │ │ ├── divgs.f │ │ ├── gaqd.f │ │ ├── gradec.f │ │ ├── grades.f │ │ ├── gradgc.f │ │ ├── gradgs.f │ │ ├── hrfft.f │ │ ├── idivec.f │ │ ├── idives.f │ │ ├── idivgc.f │ │ ├── idivgs.f │ │ ├── idvtec.f │ │ ├── idvtes.f │ │ ├── idvtgc.f │ │ ├── idvtgs.f │ │ ├── igradec.f │ │ ├── igrades.f │ │ ├── igradgc.f │ │ ├── igradgs.f │ │ ├── ihgeod.f │ │ ├── isfvpec.f │ │ ├── isfvpes.f │ │ ├── isfvpgc.f │ │ ├── isfvpgs.f │ │ ├── islapec.f │ │ ├── islapes.f │ │ ├── islapgc.f │ │ ├── islapgs.f │ │ ├── ivlapec.f │ │ ├── ivlapes.f │ │ ├── ivlapgc.f │ │ ├── ivlapgs.f │ │ ├── ivrtec.f │ │ ├── ivrtes.f │ │ ├── ivrtgc.f │ │ ├── ivrtgs.f │ │ ├── sfvpec.f │ │ ├── sfvpes.f │ │ ├── sfvpgc.f │ │ ├── sfvpgs.f │ │ ├── shaec.f │ │ ├── shaes.f │ │ ├── shagc.f │ │ ├── shags.f │ │ ├── shigc.f │ │ ├── shigs.f │ │ ├── shsec.f │ │ ├── shses.f │ │ ├── shsgc.f │ │ ├── shsgs.f │ │ ├── slapec.f │ │ ├── slapes.f │ │ ├── slapgc.f │ │ ├── slapgs.f │ │ ├── sphcom.f │ │ ├── spherepack.pyf │ │ ├── sshifte.f │ │ ├── trssph.f │ │ ├── trvsph.f │ │ ├── vhaec.f │ │ ├── vhaes.f │ │ ├── vhagc.f │ │ ├── vhags.f │ │ ├── vhsec.f │ │ ├── vhses.f │ │ ├── vhsgc.f │ │ ├── vhsgs.f │ │ ├── vlapec.f │ │ ├── vlapes.f │ │ ├── vlapgc.f │ │ ├── vlapgs.f │ │ ├── vrtec.f │ │ ├── vrtes.f │ │ ├── vrtgc.f │ │ ├── vrtgs.f │ │ ├── vshifte.f │ │ ├── vtsec.f │ │ ├── vtses.f │ │ ├── vtsgc.f │ │ └── vtsgs.f │ ├── Test │ │ └── test_spherepack.py │ ├── setup.py │ └── spheremodule.doc └── trends │ ├── Src │ ├── trends.f │ └── trends.pyf │ └── setup.py ├── deploy ├── .gitignore ├── README.md ├── Vagrantfile ├── ansible │ ├── provision.yml │ └── run_climatology_example.sh.j2 ├── config.example.yml └── docker │ ├── README.md │ └── ubuntu │ └── Dockerfile ├── esg ├── find_site.py ├── fnorb-1.1.tar.gz ├── fnorb.sh ├── install_script ├── ldap.sh ├── ldapmodule-1.5.tar.gz └── prolog.sh ├── modules ├── CDATSetupUtils.py ├── CondaUtils.py ├── Const.py ├── TestSetupUtils.py └── Util.py ├── scripts ├── collect_coverage.py ├── install_from_channel.py ├── install_from_env.py ├── install_miniconda.py ├── install_nightly.py ├── prep_artifacts.py ├── run_testsuite.py └── validate_nightly_install.py └── testing ├── CMakeLists.txt ├── Thermo └── CMakeLists.txt ├── cdms2 └── CMakeLists.txt ├── cdutil ├── CMakeLists.txt ├── test_VariablesMatcher_1.py ├── test_VariablesMatcher_2.py ├── test_VariablesMatcher_3.py ├── test_averager.py ├── test_daily_bounds.py ├── test_dep_bounds.py ├── test_djf_criteria.py ├── test_gen_mask.py ├── test_keep_missing_value.py ├── test_missing_season.py ├── test_sftbyrgn.py ├── test_times.py ├── test_times_2.py ├── test_times_3.py ├── test_vert.py └── test_years.py ├── dv3d ├── CMakeLists.txt ├── README.txt ├── ReviewTests.py ├── TestDefinitions.py ├── TestManager.py └── dv3d_execute_test.py ├── matplotlib ├── CMakeLists.txt ├── test_basemap_import.py └── test_matplotlib_import.py ├── metrics ├── CMakeLists.txt ├── README ├── diags_test.py ├── diagtest01.py ├── diagtest02.py ├── diagtest03.py ├── diagtest04.py ├── diagtest05.py ├── diagtest06.py ├── diagtest07.py ├── diagtest08.py ├── diagtest09.py ├── diagtest10.py ├── diagtest11.py ├── diagtest12.py ├── diagtest13.py ├── diagtest14.py ├── diagtest15.py └── diagtest41.py ├── ocgis ├── CMakeLists.txt ├── test_ocgis_cdms.py └── test_ocgis_import.py ├── paraview ├── CMakeLists.txt ├── testcontour.vt └── testslice.vt ├── pcmdi ├── CMakeLists.txt ├── pcmdi_verify_executable_went_ok.py └── test_all_pcmdi_libs.f ├── regrid ├── CMakeLists.txt ├── openCreateData.py ├── test177_regrid_mask.py ├── testAccuracy.py ├── testBergman.py ├── testCNRMGrid.py ├── testCltRegrid.py ├── testConserv.py ├── testCurviRegridder.py ├── testDateline.py ├── testDiag.py ├── testDistArray.py ├── testDistSrc.py ├── testDistTransientVar.py ├── testEsmf.py ├── testEsmf3D.py ├── testEsmf3DSmallNative.py ├── testEsmf3DSmallesmf.py ├── testEsmfEdge.py ├── testEsmfFractions.py ├── testEsmfGridToMeshRegridCsrv.py ├── testEsmfInit.py ├── testEsmfInterface.py ├── testEsmfLevelAndTime.py ├── testEsmfParallelGridField.py ├── testEsmfRefCounting.py ├── testEsmfRegridMpi.py ├── testEsmfRegridPeriodictyRegional.py ├── testEsmfSalinity.py ├── testEsmfSmall.py ├── testEsmfVM.py ├── testEsmfVsLibcf.py ├── testEsmf_3x4_6x8_Bilinear.py ├── testEsmf_3x4_6x8_Bilinear_Masked.py ├── testEsmf_3x4_6x8_Conserve.py ├── testEsmf_3x4_6x8_Conserve_Masked.py ├── testGhostedDistArray.py ├── testGridTypes.py ├── testHadGem2Grid.py ├── testIPSLGrid.py ├── testImports.py ├── testLibCFLevelAndTime.py ├── testMPIGrid.py ├── testMarvel.py ├── testMaskingSalinity.py ├── testMpi.py ├── testMvCdmsRegrid.py ├── testMvGenericRegrid.py ├── testNorESM1Grid.py ├── testRaynaud.py ├── testRegrid2.py ├── testRegrid2Tool.py ├── testRemoteGet.py ├── testReverseOrderInterp.py ├── testSalinity.py ├── testSo2Tas.py ├── testSo2TasACCESSFails.py ├── testTasRegrid.py ├── testUnits.py ├── testUnstructGrid.py ├── testVcs.py ├── testWrite.py └── testinmcmGrid.py ├── rpy2 ├── CMakeLists.txt └── test_rpy2_import.py ├── unidata ├── CMakeLists.txt ├── test_udunits.py └── test_udunits2_additions.py ├── uvcdat ├── CMakeLists.txt ├── cdms_test.vt └── cdms_test_axis_var.vt ├── vcs ├── .gitattributes ├── CMakeLists.txt ├── celine.json ├── celine.nc ├── editors │ ├── CMakeLists.txt │ ├── test_vcs_editor_font.py │ └── test_vcs_editor_marker_delete.py ├── read_yxvsx.scr ├── template_test_associated_dump.json ├── test_drawLinesAndMarkersLegend.py ├── test_fewer_colors_than_levels.py ├── test_vcs_1D_datawc.py ├── test_vcs_1D_datawc_missing.py ├── test_vcs_1D_with_manyDs.py ├── test_vcs_1d_in_boxfill.py ├── test_vcs_1d_marker_not_shown_if_xaxis_flipped.py ├── test_vcs_1d_missing.py ├── test_vcs_animate_boxfill.py ├── test_vcs_animate_isofill.py ├── test_vcs_animate_isoline.py ├── test_vcs_animate_isoline_colored.py ├── test_vcs_animate_isoline_text_labels.py ├── test_vcs_animate_isoline_text_labels_colored.py ├── test_vcs_animate_meshfill.py ├── test_vcs_antialiasing.py ├── test_vcs_aspect_ratio.py ├── test_vcs_auto_time_labels.py ├── test_vcs_autot_axis_titles.py ├── test_vcs_background_mode_rotate.py ├── test_vcs_bad_png_path.py ├── test_vcs_bad_time_units.py ├── test_vcs_basic_gms.py ├── test_vcs_basic_text.py ├── test_vcs_basic_vectors.py ├── test_vcs_box_custom_as_def_vistrails_exts.py ├── test_vcs_boxfill_10x10_masked_numpy.py ├── test_vcs_boxfill_10x10_numpy.py ├── test_vcs_boxfill_custom.py ├── test_vcs_boxfill_custom_ext1.py ├── test_vcs_boxfill_custom_ext1_ext2.py ├── test_vcs_boxfill_custom_ext2.py ├── test_vcs_boxfill_custom_non_default_levels.py ├── test_vcs_boxfill_datawc_time.py ├── test_vcs_boxfill_decreasing_latitude.py ├── test_vcs_boxfill_lambert_crash.py ├── test_vcs_boxfill_lev1_lev2.py ├── test_vcs_boxfill_lev1_lev2_ext1.py ├── test_vcs_boxfill_lev1_lev2_ext1_ext2.py ├── test_vcs_boxfill_lev1_lev2_ext2.py ├── test_vcs_boxfill_lev1_lev2_ta_missing.py ├── test_vcs_boxfill_number_color_less_than_number_levels.py ├── test_vcs_boxfill_number_color_more_than_number_levels.py ├── test_vcs_boxfill_orthographic.py ├── test_vcs_boxfill_projection.py ├── test_vcs_boxfill_robinson_wrap.py ├── test_vcs_canvas_background.py ├── test_vcs_canvas_background_update.py ├── test_vcs_canvas_switchfonts.py ├── test_vcs_clear_empty_canvas.py ├── test_vcs_click_info.py ├── test_vcs_close.py ├── test_vcs_colorcells.py ├── test_vcs_colormaps_source.py ├── test_vcs_colorpicker_appearance.py ├── test_vcs_colorpicker_selection.py ├── test_vcs_common.py ├── test_vcs_configurator_click_label.py ├── test_vcs_configurator_click_marker.py ├── test_vcs_configurator_click_text.py ├── test_vcs_configurator_resize.py ├── test_vcs_continents.py ├── test_vcs_create_get.py ├── test_vcs_custom_logo.py ├── test_vcs_draw_logo_on.py ├── test_vcs_dump_json.json ├── test_vcs_dump_json.py ├── test_vcs_endconfigure.py ├── test_vcs_export_text.py ├── test_vcs_extends.py ├── test_vcs_fillarea_basics_no_plot.py ├── test_vcs_fillarea_transparency.py ├── test_vcs_first_png_blank.py ├── test_vcs_flipNone.py ├── test_vcs_flipX.py ├── test_vcs_flipXY.py ├── test_vcs_flipY.py ├── test_vcs_gen_meshfill.py ├── test_vcs_geometry.py ├── test_vcs_get_set_cmap_colorcell.py ├── test_vcs_gms_animate_projected_plots.py ├── test_vcs_gms_patterns_hatches.py ├── test_vcs_hatches_patterns.py ├── test_vcs_import.py ├── test_vcs_infinity.py ├── test_vcs_init.py ├── test_vcs_init_open_sizing.py ├── test_vcs_init_size_keyword.py ├── test_vcs_interact_no_open.py ├── test_vcs_interact_no_plot.py ├── test_vcs_iso_celine_part1.py ├── test_vcs_iso_celine_part2.py ├── test_vcs_isofill_data_read_north_to_south.py ├── test_vcs_isofill_isoline_labels.py ├── test_vcs_isofill_levels.py ├── test_vcs_isofill_mask_cell_shift.py ├── test_vcs_isofill_masked_bounds.py ├── test_vcs_isoline_extend_attributes.py ├── test_vcs_isoline_labels.py ├── test_vcs_isoline_labels_background.py ├── test_vcs_isoline_labels_multi_label_input_types.py ├── test_vcs_isoline_labelskipdistance.py ├── test_vcs_isoline_numpy.py ├── test_vcs_isoline_width_stipple.py ├── test_vcs_issue_960_labels.py ├── test_vcs_json.json ├── test_vcs_lambert.py ├── test_vcs_large_pattern_hatch.py ├── test_vcs_legend.py ├── test_vcs_legend_2.py ├── test_vcs_line_patterns.py ├── test_vcs_line_point_extension.py ├── test_vcs_load_json.py ├── test_vcs_lon_axes_freak_out.py ├── test_vcs_markers.py ├── test_vcs_matplotlib_colormap.py ├── test_vcs_mercator_edge.py ├── test_vcs_meshfill_draw_mesh.py ├── test_vcs_meshfill_mercator.py ├── test_vcs_meshfill_no_wrapping.py ├── test_vcs_meshfill_regular_grid.py ├── test_vcs_meshfill_vertices.py ├── test_vcs_meshfill_zoom.py ├── test_vcs_mintics.py ├── test_vcs_missing_colorname.py ├── test_vcs_missing_opacity_gms.py ├── test_vcs_mkscale_great_range.py ├── test_vcs_mkscale_zero_range.py ├── test_vcs_monotonic_decreasing_yxvsx_default.py ├── test_vcs_no_continents.py ├── test_vcs_no_extra_elements.py ├── test_vcs_oned_level_axis.py ├── test_vcs_patterns.py ├── test_vcs_plot_file_var.py ├── test_vcs_plot_unstructured_via_boxfill.py ├── test_vcs_png_metadata.py ├── test_vcs_png_set_size.py ├── test_vcs_png_to_base64.py ├── test_vcs_png_window_resize.py ├── test_vcs_polar_zoom.py ├── test_vcs_projection_basics_no_plot.py ├── test_vcs_put_png_on_canvas.py ├── test_vcs_queries.py ├── test_vcs_read_old_scr.py ├── test_vcs_readyx_scr.py ├── test_vcs_reload_taylor_from_json.py ├── test_vcs_remove_marker_none_1d.py ├── test_vcs_remove_objects.py ├── test_vcs_save_td_json.py ├── test_vcs_set_line_attribute_from_line.py ├── test_vcs_setcolormap.py ├── test_vcs_settings_color_name_rgba.py ├── test_vcs_settings_color_name_rgba_1d.py ├── test_vcs_settings_color_name_rgba_boxfill.py ├── test_vcs_settings_color_name_rgba_isoline.py ├── test_vcs_settings_color_name_rgba_meshfill.py ├── test_vcs_show.py ├── test_vcs_star_triangle_markers.py ├── test_vcs_taylor_2quads.py ├── test_vcs_taylor_template_ctl.py ├── test_vcs_template_saves_associated_to_tt.py ├── test_vcs_text_object_as_input.py ├── test_vcs_textextents.py ├── test_vcs_update_array.py ├── test_vcs_user_passed_date.py ├── test_vcs_user_passed_date_as_string.py ├── test_vcs_vectors_missing.py ├── test_vcs_vectors_robinson.py ├── test_vcs_vectors_robinson_wrap.py ├── test_vcs_vectors_scale_options.py ├── test_vcs_verify_boxfill_basics.py ├── test_vcs_verify_levels_extensions_order_setting.py ├── test_vcs_verify_proj_basics.py ├── test_vcs_verify_read_a_isofill.py ├── test_vcs_verify_set_ext_2_on_default.py ├── test_vcs_wmo_marker.py ├── test_vcs_wmo_markers.py ├── vcs_test_save_td_to_json.json.good ├── vcs_test_save_td_to_py.py.good └── vtk_ui │ ├── CMakeLists.txt │ ├── Pepper.png │ ├── blex.ttf │ ├── test_vtk_ui_behavior_keyable.py │ ├── test_vtk_ui_button_action.py │ ├── test_vtk_ui_button_alignment.py │ ├── test_vtk_ui_button_click.py │ ├── test_vtk_ui_button_corner_radius.py │ ├── test_vtk_ui_button_dimensions.py │ ├── test_vtk_ui_button_draw.py │ ├── test_vtk_ui_button_font.py │ ├── test_vtk_ui_button_image.py │ ├── test_vtk_ui_button_state_advance.py │ ├── test_vtk_ui_button_states.py │ ├── test_vtk_ui_button_tooltip_hide.py │ ├── test_vtk_ui_button_tooltip_show.py │ ├── test_vtk_ui_contrasting_colors.py │ ├── test_vtk_ui_handle_appearance.py │ ├── test_vtk_ui_handle_interaction.py │ ├── test_vtk_ui_handle_normalize.py │ ├── test_vtk_ui_handle_sizing.py │ ├── test_vtk_ui_hsv_rgb.py │ ├── test_vtk_ui_label_behaviors.py │ ├── test_vtk_ui_label_bounds.py │ ├── test_vtk_ui_label_detach.py │ ├── test_vtk_ui_label_font_attrs.py │ ├── test_vtk_ui_label_left.py │ ├── test_vtk_ui_label_render.py │ ├── test_vtk_ui_label_show_hide.py │ ├── test_vtk_ui_label_text.py │ ├── test_vtk_ui_label_top.py │ ├── test_vtk_ui_label_x.py │ ├── test_vtk_ui_label_y.py │ ├── test_vtk_ui_manager_resize.py │ ├── test_vtk_ui_set_font.py │ ├── test_vtk_ui_slider_appearance.py │ ├── test_vtk_ui_slider_callbacks.py │ ├── test_vtk_ui_slider_jumps.py │ ├── test_vtk_ui_slider_place.py │ ├── test_vtk_ui_slider_value_func.py │ ├── test_vtk_ui_slider_values.py │ ├── test_vtk_ui_text_dimensions.py │ ├── test_vtk_ui_textbox_appearance.py │ ├── test_vtk_ui_textbox_blank_text.py │ ├── test_vtk_ui_textbox_coordinate_editing.py │ ├── test_vtk_ui_textbox_cursor.py │ ├── test_vtk_ui_textbox_detach.py │ ├── test_vtk_ui_textbox_highlight.py │ ├── test_vtk_ui_textbox_typing.py │ ├── test_vtk_ui_toggle_button_get_text.py │ ├── test_vtk_ui_toolbar_close.py │ ├── test_vtk_ui_toolbar_in_toolbar_closed.py │ ├── test_vtk_ui_toolbar_in_toolbar_open.py │ ├── test_vtk_ui_toolbar_label.py │ ├── test_vtk_ui_toolbar_open.py │ ├── test_vtk_ui_white_or_black.py │ ├── test_vtk_ui_widget_detach.py │ ├── test_vtk_ui_widget_init.py │ ├── test_vtk_ui_widget_show_hide.py │ ├── test_vtk_ui_widget_subscribe_unsubscribe.py │ ├── vtk_ui_coverage.py │ └── vtk_ui_test.py ├── vcsaddons ├── CMakeLists.txt ├── test_12_plot_one_leg_per_row.py ├── test_12_plot_one_leg_per_row_right.py ├── test_EzTemplate_12_plots_clean_func.py ├── test_EzTemplate_12_plots_legd_direction.py ├── test_EzTemplate_12_plots_margins_thickness.py ├── test_EzTemplate_12_plots_mix_glb_local.py ├── test_EzTemplate_12_plots_spacing.py ├── test_vcs_addons_EzTemplate_2x2.py ├── test_vcs_addons_convert_arrays.py ├── test_vcs_addons_histogram_defaults.py ├── test_vcs_addons_histogram_inherit.py ├── test_vcs_addons_pcoords.py ├── test_vcs_addons_polar.py ├── test_vcs_addons_polar_annual.py ├── test_vcs_addons_polar_degrees.py ├── test_vcs_addons_polar_diurnal.py ├── test_vcs_addons_polar_inherit.py ├── test_vcs_addons_polar_seasonal.py ├── test_vcs_addons_polar_semidiurnal.py └── test_vcsaddons_preview_2x2.py └── xmgrace └── CMakeLists.txt /.circleci.disabled/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/.circleci.disabled/config.yml -------------------------------------------------------------------------------- /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/.dockerignore -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/.gitignore -------------------------------------------------------------------------------- /CMake/cdat_modules/cdat_deps.cmake: -------------------------------------------------------------------------------- 1 | set(CDAT_deps) 2 | -------------------------------------------------------------------------------- /CMake/cdat_modules/cdat_external.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cdat_modules/cdat_external.cmake -------------------------------------------------------------------------------- /CMake/cdat_modules/cdat_pkg.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cdat_modules/cdat_pkg.cmake -------------------------------------------------------------------------------- /CMake/cdat_modules_extra/runtest.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cdat_modules_extra/runtest.in -------------------------------------------------------------------------------- /CMake/cdat_modules_extra/version.in: -------------------------------------------------------------------------------- 1 | @cdat_VERSION@ -------------------------------------------------------------------------------- /CMake/cmake_modules/AppleSDKUtils.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/AppleSDKUtils.cmake -------------------------------------------------------------------------------- /CMake/cmake_modules/CDATLogger.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/CDATLogger.cmake -------------------------------------------------------------------------------- /CMake/cmake_modules/CDATLogger.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/CDATLogger.cmake.in -------------------------------------------------------------------------------- /CMake/cmake_modules/ExternalProject.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/ExternalProject.cmake -------------------------------------------------------------------------------- /CMake/cmake_modules/FindCairo.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/FindCairo.cmake -------------------------------------------------------------------------------- /CMake/cmake_modules/FindFFMPEG.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/FindFFMPEG.cmake -------------------------------------------------------------------------------- /CMake/cmake_modules/FindGdal.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/FindGdal.cmake -------------------------------------------------------------------------------- /CMake/cmake_modules/FindMD5.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/FindMD5.cmake -------------------------------------------------------------------------------- /CMake/cmake_modules/FindMatplotlib.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/FindMatplotlib.cmake -------------------------------------------------------------------------------- /CMake/cmake_modules/FindMpi4py.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/FindMpi4py.cmake -------------------------------------------------------------------------------- /CMake/cmake_modules/FindPKG_CONFIG.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/FindPKG_CONFIG.cmake -------------------------------------------------------------------------------- /CMake/cmake_modules/FindPythonLibs.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/FindPythonLibs.cmake -------------------------------------------------------------------------------- /CMake/cmake_modules/FindReadline.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/FindReadline.cmake -------------------------------------------------------------------------------- /CMake/cmake_modules/FindShapely.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/FindShapely.cmake -------------------------------------------------------------------------------- /CMake/cmake_modules/FindTermCap.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/FindTermCap.cmake -------------------------------------------------------------------------------- /CMake/cmake_modules/FindUUID.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/FindUUID.cmake -------------------------------------------------------------------------------- /CMake/cmake_modules/TestInSourceBuild.cmake: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CMake/cmake_modules/TopologicalSort.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/TopologicalSort.cmake -------------------------------------------------------------------------------- /CMake/cmake_modules/check_fortran.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/check_fortran.cmake -------------------------------------------------------------------------------- /CMake/cmake_modules/cmake_utils.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/cmake_utils.cmake -------------------------------------------------------------------------------- /CMake/cmake_modules/pipinstaller.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/cmake_modules/pipinstaller.cmake -------------------------------------------------------------------------------- /CMake/coverage_report.py.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/coverage_report.py.in -------------------------------------------------------------------------------- /CMake/dashboard/annie.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/dashboard/annie.cmake -------------------------------------------------------------------------------- /CMake/dashboard/checkout.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/dashboard/checkout.sh -------------------------------------------------------------------------------- /CMake/dashboard/dashboard.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/dashboard/dashboard.cmake -------------------------------------------------------------------------------- /CMake/dashboard/docker.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/dashboard/docker.cmake -------------------------------------------------------------------------------- /CMake/dashboard/krishna.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/dashboard/krishna.cmake -------------------------------------------------------------------------------- /CMake/dashboard/meryem.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/dashboard/meryem.cmake -------------------------------------------------------------------------------- /CMake/dashboard/next_checkout.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/dashboard/next_checkout.sh -------------------------------------------------------------------------------- /CMake/dashboard/pcmdi11.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/dashboard/pcmdi11.cmake -------------------------------------------------------------------------------- /CMake/dashboard/placid.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/dashboard/placid.cmake -------------------------------------------------------------------------------- /CMake/dashboard/salix.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/dashboard/salix.cmake -------------------------------------------------------------------------------- /CMake/dashboard/samus.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/dashboard/samus.cmake -------------------------------------------------------------------------------- /CMake/dashboard/vishnu.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/dashboard/vishnu.cmake -------------------------------------------------------------------------------- /CMake/dashboard/yavin.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMake/dashboard/yavin.cmake -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CTestConfig.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/CTestConfig.cmake -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Makefile -------------------------------------------------------------------------------- /Packages/Dead/demo/Lib/About.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/demo/Lib/About.py -------------------------------------------------------------------------------- /Packages/Dead/demo/Lib/Args.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/demo/Lib/Args.py -------------------------------------------------------------------------------- /Packages/Dead/demo/Lib/DemoSet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/demo/Lib/DemoSet.py -------------------------------------------------------------------------------- /Packages/Dead/demo/Lib/DemoSplash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/demo/Lib/DemoSplash.py -------------------------------------------------------------------------------- /Packages/Dead/demo/Lib/MainDisplay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/demo/Lib/MainDisplay.py -------------------------------------------------------------------------------- /Packages/Dead/demo/Lib/MainMenu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/demo/Lib/MainMenu.py -------------------------------------------------------------------------------- /Packages/Dead/demo/Lib/OverviewCanvas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/demo/Lib/OverviewCanvas.py -------------------------------------------------------------------------------- /Packages/Dead/demo/Lib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/demo/Lib/__init__.py -------------------------------------------------------------------------------- /Packages/Dead/demo/Lib/geoparse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/demo/Lib/geoparse.py -------------------------------------------------------------------------------- /Packages/Dead/demo/Script/cdatdemo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/demo/Script/cdatdemo -------------------------------------------------------------------------------- /Packages/Dead/demo/Script/images/cleanit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/demo/Script/images/cleanit -------------------------------------------------------------------------------- /Packages/Dead/demo/Script/tutorials/td.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/demo/Script/tutorials/td.py -------------------------------------------------------------------------------- /Packages/Dead/demo/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/demo/setup.py -------------------------------------------------------------------------------- /Packages/Dead/eof_workbench/EOF1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/eof_workbench/EOF1.py -------------------------------------------------------------------------------- /Packages/Dead/eof_workbench/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/eof_workbench/__init__.py -------------------------------------------------------------------------------- /Packages/Dead/eof_workbench/analyzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/eof_workbench/analyzer.py -------------------------------------------------------------------------------- /Packages/Dead/eof_workbench/rs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/eof_workbench/rs.f -------------------------------------------------------------------------------- /Packages/Dead/eof_workbench/rs.pyf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/eof_workbench/rs.pyf -------------------------------------------------------------------------------- /Packages/Dead/esg/Lib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/esg/Lib/__init__.py -------------------------------------------------------------------------------- /Packages/Dead/esg/Lib/esg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/esg/Lib/esg.py -------------------------------------------------------------------------------- /Packages/Dead/esg/Lib/esgLs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/esg/Lib/esgLs.py -------------------------------------------------------------------------------- /Packages/Dead/esg/Lib/esgMap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/esg/Lib/esgMap.py -------------------------------------------------------------------------------- /Packages/Dead/esg/Lib/esgParse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/esg/Lib/esgParse.py -------------------------------------------------------------------------------- /Packages/Dead/esg/Script/esscan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/esg/Script/esscan -------------------------------------------------------------------------------- /Packages/Dead/esg/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/esg/setup.py -------------------------------------------------------------------------------- /Packages/Dead/globus/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/globus/Makefile -------------------------------------------------------------------------------- /Packages/Dead/globus/__init__.py: -------------------------------------------------------------------------------- 1 | __all__ = ['grid_storage'] 2 | -------------------------------------------------------------------------------- /Packages/Dead/globus/error.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/globus/error.i -------------------------------------------------------------------------------- /Packages/Dead/globus/grid_storage.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/globus/grid_storage.i -------------------------------------------------------------------------------- /Packages/Dead/globus/grid_storage_wrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/globus/grid_storage_wrap.c -------------------------------------------------------------------------------- /Packages/Dead/globus/storage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/globus/storage.py -------------------------------------------------------------------------------- /Packages/Dead/help/Lib/About.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/help/Lib/About.py -------------------------------------------------------------------------------- /Packages/Dead/help/Lib/CDATHelp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/help/Lib/CDATHelp.py -------------------------------------------------------------------------------- /Packages/Dead/help/Lib/HelpStdout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/help/Lib/HelpStdout.py -------------------------------------------------------------------------------- /Packages/Dead/help/Lib/MainFrame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/help/Lib/MainFrame.py -------------------------------------------------------------------------------- /Packages/Dead/help/Lib/ProgressBar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/help/Lib/ProgressBar.py -------------------------------------------------------------------------------- /Packages/Dead/help/Lib/QueryFrame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/help/Lib/QueryFrame.py -------------------------------------------------------------------------------- /Packages/Dead/help/Lib/RebuildSearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/help/Lib/RebuildSearch.py -------------------------------------------------------------------------------- /Packages/Dead/help/Lib/ResultsFrame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/help/Lib/ResultsFrame.py -------------------------------------------------------------------------------- /Packages/Dead/help/Lib/SearchTable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/help/Lib/SearchTable.py -------------------------------------------------------------------------------- /Packages/Dead/help/Lib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/help/Lib/__init__.py -------------------------------------------------------------------------------- /Packages/Dead/help/Lib/geoparse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/help/Lib/geoparse.py -------------------------------------------------------------------------------- /Packages/Dead/help/Script/cdathelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/help/Script/cdathelp -------------------------------------------------------------------------------- /Packages/Dead/help/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/help/setup.py -------------------------------------------------------------------------------- /Packages/Dead/lats/Lib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/lats/Lib/__init__.py -------------------------------------------------------------------------------- /Packages/Dead/lats/Lib/latsParmTab.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/lats/Lib/latsParmTab.py -------------------------------------------------------------------------------- /Packages/Dead/lats/Lib/lats_internal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/lats/Lib/lats_internal.py -------------------------------------------------------------------------------- /Packages/Dead/lats/Src/slatsmodule.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/lats/Src/slatsmodule.c -------------------------------------------------------------------------------- /Packages/Dead/lats/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/lats/setup.py -------------------------------------------------------------------------------- /Packages/Dead/ncml/Lib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/ncml/Lib/__init__.py -------------------------------------------------------------------------------- /Packages/Dead/ncml/Lib/cs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/ncml/Lib/cs.py -------------------------------------------------------------------------------- /Packages/Dead/ncml/Lib/csParse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/ncml/Lib/csParse.py -------------------------------------------------------------------------------- /Packages/Dead/ncml/Lib/ncml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/ncml/Lib/ncml.py -------------------------------------------------------------------------------- /Packages/Dead/ncml/Lib/ncmlParse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/ncml/Lib/ncmlParse.py -------------------------------------------------------------------------------- /Packages/Dead/ncml/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/ncml/setup.py -------------------------------------------------------------------------------- /Packages/Dead/pydebug/Lib/pydebug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/pydebug/Lib/pydebug.py -------------------------------------------------------------------------------- /Packages/Dead/pydebug/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/pydebug/setup.py -------------------------------------------------------------------------------- /Packages/Dead/reqm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/reqm/Makefile -------------------------------------------------------------------------------- /Packages/Dead/reqm/_GlobalIDL/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/reqm/_GlobalIDL/__init__.py -------------------------------------------------------------------------------- /Packages/Dead/reqm/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/reqm/__init__.py -------------------------------------------------------------------------------- /Packages/Dead/reqm/esgdefs.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/reqm/esgdefs.idl -------------------------------------------------------------------------------- /Packages/Dead/reqm/reqm.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/reqm/reqm.idl -------------------------------------------------------------------------------- /Packages/Dead/reqm/reqm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/reqm/reqm.py -------------------------------------------------------------------------------- /Packages/Dead/reqm/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/Dead/reqm/setup.py -------------------------------------------------------------------------------- /Packages/cdat_info/Lib/__init__.py: -------------------------------------------------------------------------------- 1 | from cdat_info import * # noqa 2 | -------------------------------------------------------------------------------- /Packages/cdat_info/Lib/cdat_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/cdat_info/Lib/cdat_info.py -------------------------------------------------------------------------------- /Packages/cdat_info/scripts/run_tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/cdat_info/scripts/run_tests.py -------------------------------------------------------------------------------- /Packages/cdat_info/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/cdat_info/setup.py -------------------------------------------------------------------------------- /Packages/testing/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Packages/testing/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/testing/common.py -------------------------------------------------------------------------------- /Packages/testing/regression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/testing/regression.py -------------------------------------------------------------------------------- /Packages/testing/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/Packages/testing/setup.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/README.md -------------------------------------------------------------------------------- /bsd-3-clause.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/bsd-3-clause.txt -------------------------------------------------------------------------------- /conda/2.10-nox.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/2.10-nox.yml -------------------------------------------------------------------------------- /conda/2.10.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/2.10.yml -------------------------------------------------------------------------------- /conda/2.12-nox-osx.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/2.12-nox-osx.yml -------------------------------------------------------------------------------- /conda/2.12-nox.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/2.12-nox.yml -------------------------------------------------------------------------------- /conda/2.12-osx.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/2.12-osx.yml -------------------------------------------------------------------------------- /conda/2.12.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/2.12.yml -------------------------------------------------------------------------------- /conda/2.6.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/2.6.yml -------------------------------------------------------------------------------- /conda/2.8-nox.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/2.8-nox.yml -------------------------------------------------------------------------------- /conda/2.8.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/2.8.yml -------------------------------------------------------------------------------- /conda/cdat-v80-nox_py2.Darwin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v80-nox_py2.Darwin.yaml -------------------------------------------------------------------------------- /conda/cdat-v80-nox_py2.Linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v80-nox_py2.Linux.yaml -------------------------------------------------------------------------------- /conda/cdat-v80-nox_py3.Darwin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v80-nox_py3.Darwin.yaml -------------------------------------------------------------------------------- /conda/cdat-v80-nox_py3.Linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v80-nox_py3.Linux.yaml -------------------------------------------------------------------------------- /conda/cdat-v80_py2.Darwin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v80_py2.Darwin.yaml -------------------------------------------------------------------------------- /conda/cdat-v80_py2.Linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v80_py2.Linux.yaml -------------------------------------------------------------------------------- /conda/cdat-v80_py3.Darwin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v80_py3.Darwin.yaml -------------------------------------------------------------------------------- /conda/cdat-v80_py3.Linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v80_py3.Linux.yaml -------------------------------------------------------------------------------- /conda/cdat-v81-nox_py2.7.Darwin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v81-nox_py2.7.Darwin.yaml -------------------------------------------------------------------------------- /conda/cdat-v81-nox_py2.7.Linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v81-nox_py2.7.Linux.yaml -------------------------------------------------------------------------------- /conda/cdat-v81-nox_py3.6.Darwin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v81-nox_py3.6.Darwin.yaml -------------------------------------------------------------------------------- /conda/cdat-v81-nox_py3.6.Linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v81-nox_py3.6.Linux.yaml -------------------------------------------------------------------------------- /conda/cdat-v81-nox_py3.7.Linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v81-nox_py3.7.Linux.yaml -------------------------------------------------------------------------------- /conda/cdat-v81_py2.7.Darwin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v81_py2.7.Darwin.yaml -------------------------------------------------------------------------------- /conda/cdat-v81_py2.7.Linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v81_py2.7.Linux.yaml -------------------------------------------------------------------------------- /conda/cdat-v81_py3.6.Darwin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v81_py3.6.Darwin.yaml -------------------------------------------------------------------------------- /conda/cdat-v81_py3.6.Linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v81_py3.6.Linux.yaml -------------------------------------------------------------------------------- /conda/cdat-v81_py3.7.Linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v81_py3.7.Linux.yaml -------------------------------------------------------------------------------- /conda/cdat-v82-nox_py2.7.Darwin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v82-nox_py2.7.Darwin.yaml -------------------------------------------------------------------------------- /conda/cdat-v82-nox_py2.7.Linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v82-nox_py2.7.Linux.yaml -------------------------------------------------------------------------------- /conda/cdat-v82-nox_py3.6.Darwin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v82-nox_py3.6.Darwin.yaml -------------------------------------------------------------------------------- /conda/cdat-v82-nox_py3.6.Linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v82-nox_py3.6.Linux.yaml -------------------------------------------------------------------------------- /conda/cdat-v82-nox_py3.7.Darwin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v82-nox_py3.7.Darwin.yaml -------------------------------------------------------------------------------- /conda/cdat-v82-nox_py3.7.Linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v82-nox_py3.7.Linux.yaml -------------------------------------------------------------------------------- /conda/cdat-v82_py2.7.Darwin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v82_py2.7.Darwin.yaml -------------------------------------------------------------------------------- /conda/cdat-v82_py2.7.Linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v82_py2.7.Linux.yaml -------------------------------------------------------------------------------- /conda/cdat-v82_py3.6.Darwin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v82_py3.6.Darwin.yaml -------------------------------------------------------------------------------- /conda/cdat-v82_py3.6.Linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v82_py3.6.Linux.yaml -------------------------------------------------------------------------------- /conda/cdat-v82_py3.7.Darwin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v82_py3.7.Darwin.yaml -------------------------------------------------------------------------------- /conda/cdat-v82_py3.7.Linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/conda/cdat-v82_py3.7.Linux.yaml -------------------------------------------------------------------------------- /contrib/ComparisonStatistics/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ComparisonStatistics/setup.py -------------------------------------------------------------------------------- /contrib/EzTemplate/Doc/documentation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/EzTemplate/Doc/documentation.html -------------------------------------------------------------------------------- /contrib/EzTemplate/Doc/test.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/EzTemplate/Doc/test.gif -------------------------------------------------------------------------------- /contrib/EzTemplate/Doc/test0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/EzTemplate/Doc/test0.gif -------------------------------------------------------------------------------- /contrib/EzTemplate/Doc/test2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/EzTemplate/Doc/test2.gif -------------------------------------------------------------------------------- /contrib/EzTemplate/Doc/test3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/EzTemplate/Doc/test3.gif -------------------------------------------------------------------------------- /contrib/EzTemplate/Doc/test3b.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/EzTemplate/Doc/test3b.gif -------------------------------------------------------------------------------- /contrib/EzTemplate/Doc/test4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/EzTemplate/Doc/test4.gif -------------------------------------------------------------------------------- /contrib/EzTemplate/Doc/test5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/EzTemplate/Doc/test5.gif -------------------------------------------------------------------------------- /contrib/EzTemplate/Doc/test6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/EzTemplate/Doc/test6.gif -------------------------------------------------------------------------------- /contrib/EzTemplate/Doc/test7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/EzTemplate/Doc/test7.gif -------------------------------------------------------------------------------- /contrib/EzTemplate/Doc/test8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/EzTemplate/Doc/test8.gif -------------------------------------------------------------------------------- /contrib/EzTemplate/Lib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/EzTemplate/Lib/__init__.py -------------------------------------------------------------------------------- /contrib/EzTemplate/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/EzTemplate/setup.py -------------------------------------------------------------------------------- /contrib/HDF5Tools/Examples/example_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/HDF5Tools/Examples/example_1.py -------------------------------------------------------------------------------- /contrib/HDF5Tools/Examples/example_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/HDF5Tools/Examples/example_2.py -------------------------------------------------------------------------------- /contrib/HDF5Tools/Examples/example_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/HDF5Tools/Examples/example_3.py -------------------------------------------------------------------------------- /contrib/HDF5Tools/Examples/example_4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/HDF5Tools/Examples/example_4.py -------------------------------------------------------------------------------- /contrib/HDF5Tools/Lib/HDF5Tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/HDF5Tools/Lib/HDF5Tools.py -------------------------------------------------------------------------------- /contrib/HDF5Tools/Lib/HDF5_OMI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/HDF5Tools/Lib/HDF5_OMI.py -------------------------------------------------------------------------------- /contrib/HDF5Tools/Lib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/HDF5Tools/Lib/__init__.py -------------------------------------------------------------------------------- /contrib/HDF5Tools/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/HDF5Tools/setup.py -------------------------------------------------------------------------------- /contrib/IaGraph/IaGraph-0.3.1.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/IaGraph/IaGraph-0.3.1.1.tar.gz -------------------------------------------------------------------------------- /contrib/IaGraph/clean_script: -------------------------------------------------------------------------------- 1 | /bin/rm -fr build 2 | -------------------------------------------------------------------------------- /contrib/IaGraph/install_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/IaGraph/install_script -------------------------------------------------------------------------------- /contrib/MSU/Data/ta.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/MSU/Data/ta.nc -------------------------------------------------------------------------------- /contrib/MSU/Data/tam2.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/MSU/Data/tam2.nc -------------------------------------------------------------------------------- /contrib/MSU/Data/weights.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/MSU/Data/weights.nc -------------------------------------------------------------------------------- /contrib/MSU/Doc/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/MSU/Doc/example.py -------------------------------------------------------------------------------- /contrib/MSU/Lib/MSU.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/MSU/Lib/MSU.py -------------------------------------------------------------------------------- /contrib/MSU/Lib/__init__.py: -------------------------------------------------------------------------------- 1 | from MSU import * 2 | -------------------------------------------------------------------------------- /contrib/MSU/Src/eqmsu.pyf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/MSU/Src/eqmsu.pyf -------------------------------------------------------------------------------- /contrib/MSU/Src/msuweight.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/MSU/Src/msuweight.f -------------------------------------------------------------------------------- /contrib/MSU/Test/test_MSU.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/MSU/Test/test_MSU.py -------------------------------------------------------------------------------- /contrib/MSU/msu.pfp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/MSU/msu.pfp -------------------------------------------------------------------------------- /contrib/MSU/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/MSU/setup.py -------------------------------------------------------------------------------- /contrib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/README -------------------------------------------------------------------------------- /contrib/Rpy/install_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/Rpy/install_script -------------------------------------------------------------------------------- /contrib/Rpy/rpy-1.0.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/Rpy/rpy-1.0.1.tar.gz -------------------------------------------------------------------------------- /contrib/SP/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/SP/LICENSE -------------------------------------------------------------------------------- /contrib/SP/ScientificPython-2.8.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/SP/ScientificPython-2.8.tar.gz -------------------------------------------------------------------------------- /contrib/SP/clean_script: -------------------------------------------------------------------------------- 1 | /bin/rm -fr build 2 | -------------------------------------------------------------------------------- /contrib/SP/install_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/SP/install_script -------------------------------------------------------------------------------- /contrib/SP/setup2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/SP/setup2.py -------------------------------------------------------------------------------- /contrib/ZonalMeans/Lib/__init__.py: -------------------------------------------------------------------------------- 1 | from zmean import * 2 | -------------------------------------------------------------------------------- /contrib/ZonalMeans/Lib/package_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ZonalMeans/Lib/package_version.py -------------------------------------------------------------------------------- /contrib/ZonalMeans/Lib/zmean.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ZonalMeans/Lib/zmean.py -------------------------------------------------------------------------------- /contrib/ZonalMeans/Src/cal_int.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ZonalMeans/Src/cal_int.f90 -------------------------------------------------------------------------------- /contrib/ZonalMeans/Src/cfraction.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ZonalMeans/Src/cfraction.f90 -------------------------------------------------------------------------------- /contrib/ZonalMeans/Src/echange.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ZonalMeans/Src/echange.f90 -------------------------------------------------------------------------------- /contrib/ZonalMeans/Src/intersecte.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ZonalMeans/Src/intersecte.f90 -------------------------------------------------------------------------------- /contrib/ZonalMeans/Src/mask4d.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ZonalMeans/Src/mask4d.f90 -------------------------------------------------------------------------------- /contrib/ZonalMeans/Src/meme_cote.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ZonalMeans/Src/meme_cote.f90 -------------------------------------------------------------------------------- /contrib/ZonalMeans/Src/zonebasin.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ZonalMeans/Src/zonebasin.f90 -------------------------------------------------------------------------------- /contrib/ZonalMeans/Test/test_data.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ZonalMeans/Test/test_data.nc -------------------------------------------------------------------------------- /contrib/ZonalMeans/Test/test_grid.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ZonalMeans/Test/test_grid.nc -------------------------------------------------------------------------------- /contrib/ZonalMeans/Test/test_zonal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ZonalMeans/Test/test_zonal.py -------------------------------------------------------------------------------- /contrib/ZonalMeans/Test/test_zonal_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ZonalMeans/Test/test_zonal_2.py -------------------------------------------------------------------------------- /contrib/ZonalMeans/Test/test_zonal_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ZonalMeans/Test/test_zonal_3.py -------------------------------------------------------------------------------- /contrib/ZonalMeans/Test/test_zonal_4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ZonalMeans/Test/test_zonal_4.py -------------------------------------------------------------------------------- /contrib/ZonalMeans/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ZonalMeans/setup.py -------------------------------------------------------------------------------- /contrib/asciidata/Lib/ASV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/asciidata/Lib/ASV.py -------------------------------------------------------------------------------- /contrib/asciidata/Lib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/asciidata/Lib/__init__.py -------------------------------------------------------------------------------- /contrib/asciidata/Lib/asvnum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/asciidata/Lib/asvnum.py -------------------------------------------------------------------------------- /contrib/asciidata/Test/asv_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/asciidata/Test/asv_example.py -------------------------------------------------------------------------------- /contrib/asciidata/Test/example2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/asciidata/Test/example2 -------------------------------------------------------------------------------- /contrib/asciidata/Test/example3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/asciidata/Test/example3 -------------------------------------------------------------------------------- /contrib/asciidata/Test/example_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/asciidata/Test/example_data.csv -------------------------------------------------------------------------------- /contrib/asciidata/Test/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/asciidata/Test/test.py -------------------------------------------------------------------------------- /contrib/asciidata/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/asciidata/setup.py -------------------------------------------------------------------------------- /contrib/binaryio/Lib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/binaryio/Lib/__init__.py -------------------------------------------------------------------------------- /contrib/binaryio/Src/binout.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/binaryio/Src/binout.f -------------------------------------------------------------------------------- /contrib/binaryio/Src/binout.pyf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/binaryio/Src/binout.pyf -------------------------------------------------------------------------------- /contrib/binaryio/Test/bintest.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/binaryio/Test/bintest.f -------------------------------------------------------------------------------- /contrib/binaryio/Test/readtest.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/binaryio/Test/readtest.f -------------------------------------------------------------------------------- /contrib/binaryio/Test/test_binaryio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/binaryio/Test/test_binaryio.py -------------------------------------------------------------------------------- /contrib/binaryio/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/binaryio/setup.py -------------------------------------------------------------------------------- /contrib/cssgrid/Lib/__init__.py: -------------------------------------------------------------------------------- 1 | from css import * 2 | -------------------------------------------------------------------------------- /contrib/cssgrid/Lib/css.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Lib/css.py -------------------------------------------------------------------------------- /contrib/cssgrid/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/README.txt -------------------------------------------------------------------------------- /contrib/cssgrid/Src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/Makefile -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csaddnod.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csaddnod.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csaplyr.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csaplyr.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csaplyrt.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csaplyrt.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csarcint.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csarcint.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csarclen.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csarclen.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csareas.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csareas.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csbdyadd.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csbdyadd.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csblda.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csblda.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csbnodes.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csbnodes.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csc2s.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csc2s.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csc2sd.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csc2sd.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cscircum.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cscircum.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cscomn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cscomn.h -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csconstr.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csconstr.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cscovsph.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cscovsph.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cscrlist.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cscrlist.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csdelarc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csdelarc.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csdelnb.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csdelnb.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csdelnod.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csdelnod.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csedge.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csedge.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csfval.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csfval.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csgetd.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csgetd.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csgeti.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csgeti.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csgetnp.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csgetnp.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csgetr.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csgetr.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csgetsig.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csgetsig.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csgivens.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csgivens.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csgradg.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csgradg.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csgradl.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csgradl.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csgrcoef.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csgrcoef.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cshval.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cshval.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csinsert.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csinsert.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csinside.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csinside.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csintadd.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csintadd.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csintrc0.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csintrc0.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csintrc1.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csintrc1.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csintrsc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csintrsc.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csjrand.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csjrand.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csleft.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csleft.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cslstptr.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cslstptr.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csnbcnt.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csnbcnt.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csnearnd.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csnearnd.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csoptim.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csoptim.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csrotate.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csrotate.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/css2c.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/css2c.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/css2cd.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/css2cd.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csscoord.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csscoord.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csscoordd.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csscoordd.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csserr.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csserr.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cssetd.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cssetd.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csseti.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csseti.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cssetr.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cssetr.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cssetup.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cssetup.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cssgprnt.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cssgprnt.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cssgrid.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cssgrid.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cssgridd.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cssgridd.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cssgridmodule.pyf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cssgridmodule.pyf -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cssig0.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cssig0.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cssig1.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cssig1.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cssig2.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cssig2.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cssmsgs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cssmsgs.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cssmsurf.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cssmsurf.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cssnhcsh.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cssnhcsh.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cssproto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cssproto.h -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csstore.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csstore.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csstri.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csstri.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csstrid.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csstrid.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csswap.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csswap.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csswptst.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csswptst.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cstrans.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cstrans.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cstransd.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cstransd.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cstrfind.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cstrfind.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cstrlist.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cstrlist.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cstrlprt.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cstrlprt.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cstrmesh.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cstrmesh.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/cstrprnt.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/cstrprnt.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csunif.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csunif.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csvoro.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csvoro.f -------------------------------------------------------------------------------- /contrib/cssgrid/Src/csvorod.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Src/csvorod.f -------------------------------------------------------------------------------- /contrib/cssgrid/Test/test_cssgrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/Test/test_cssgrid.py -------------------------------------------------------------------------------- /contrib/cssgrid/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/cssgrid/setup.py -------------------------------------------------------------------------------- /contrib/dsgrid/Include/dsgvars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/Include/dsgvars.h -------------------------------------------------------------------------------- /contrib/dsgrid/Include/dsproto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/Include/dsproto.h -------------------------------------------------------------------------------- /contrib/dsgrid/Include/dstypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/Include/dstypes.h -------------------------------------------------------------------------------- /contrib/dsgrid/Include/dsuhead.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/Include/dsuhead.h -------------------------------------------------------------------------------- /contrib/dsgrid/Lib/ds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/Lib/ds.py -------------------------------------------------------------------------------- /contrib/dsgrid/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/README.txt -------------------------------------------------------------------------------- /contrib/dsgrid/Src/dserror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/Src/dserror.c -------------------------------------------------------------------------------- /contrib/dsgrid/Src/dsgrid2d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/Src/dsgrid2d.c -------------------------------------------------------------------------------- /contrib/dsgrid/Src/dsgrid2s.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/Src/dsgrid2s.c -------------------------------------------------------------------------------- /contrib/dsgrid/Src/dsgrid3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/Src/dsgrid3d.c -------------------------------------------------------------------------------- /contrib/dsgrid/Src/dsgrid3s.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/Src/dsgrid3s.c -------------------------------------------------------------------------------- /contrib/dsgrid/Src/dsgridmodule.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/Src/dsgridmodule.c -------------------------------------------------------------------------------- /contrib/dsgrid/Src/dssprtd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/Src/dssprtd.c -------------------------------------------------------------------------------- /contrib/dsgrid/Src/dssprts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/Src/dssprts.c -------------------------------------------------------------------------------- /contrib/dsgrid/Src/dsuser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/Src/dsuser.c -------------------------------------------------------------------------------- /contrib/dsgrid/Src/dsuserd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/Src/dsuserd.c -------------------------------------------------------------------------------- /contrib/dsgrid/Src/dsusers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/Src/dsusers.c -------------------------------------------------------------------------------- /contrib/dsgrid/Test/test_dsgrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/Test/test_dsgrid.py -------------------------------------------------------------------------------- /contrib/dsgrid/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/dsgrid/setup.py -------------------------------------------------------------------------------- /contrib/egenix/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/egenix/LICENSE -------------------------------------------------------------------------------- /contrib/egenix/clean_script: -------------------------------------------------------------------------------- 1 | /bin/rm -fr build *.py 2 | -------------------------------------------------------------------------------- /contrib/egenix/install_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/egenix/install_script -------------------------------------------------------------------------------- /contrib/eof/Lib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/eof/Lib/__init__.py -------------------------------------------------------------------------------- /contrib/eof/Lib/analyzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/eof/Lib/analyzer.py -------------------------------------------------------------------------------- /contrib/eof/Lib/eof1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/eof/Lib/eof1.py -------------------------------------------------------------------------------- /contrib/eof/Src/rs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/eof/Src/rs.f -------------------------------------------------------------------------------- /contrib/eof/Src/rs.pyf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/eof/Src/rs.pyf -------------------------------------------------------------------------------- /contrib/eof/Test/test_eof.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/eof/Test/test_eof.py -------------------------------------------------------------------------------- /contrib/eof/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/eof/setup.py -------------------------------------------------------------------------------- /contrib/ioapiTools/clean_script: -------------------------------------------------------------------------------- 1 | /bin/rm -fr build 2 | -------------------------------------------------------------------------------- /contrib/ioapiTools/install_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ioapiTools/install_script -------------------------------------------------------------------------------- /contrib/lmoments/Misc/xclust.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Misc/xclust.for -------------------------------------------------------------------------------- /contrib/lmoments/Misc/xfit.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Misc/xfit.for -------------------------------------------------------------------------------- /contrib/lmoments/Misc/xsim.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Misc/xsim.for -------------------------------------------------------------------------------- /contrib/lmoments/Misc/xtest.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Misc/xtest.for -------------------------------------------------------------------------------- /contrib/lmoments/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/README -------------------------------------------------------------------------------- /contrib/lmoments/Src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/Makefile -------------------------------------------------------------------------------- /contrib/lmoments/Src/alg136.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/alg136.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/cdfexp.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/cdfexp.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/cdfgam.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/cdfgam.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/cdfgev.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/cdfgev.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/cdfglo.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/cdfglo.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/cdfgno.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/cdfgno.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/cdfgpa.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/cdfgpa.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/cdfgum.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/cdfgum.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/cdfkap.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/cdfkap.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/cdfnor.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/cdfnor.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/cdfpe3.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/cdfpe3.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/cdfwak.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/cdfwak.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/cluagg.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/cluagg.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/cluinf.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/cluinf.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/clukm.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/clukm.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/derf.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/derf.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/digamd.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/digamd.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/dlgama.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/dlgama.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/durand.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/durand.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/flmoments.pyf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/flmoments.pyf -------------------------------------------------------------------------------- /contrib/lmoments/Src/gamind.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/gamind.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/lmrexp.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/lmrexp.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/lmrgam.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/lmrgam.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/lmrgev.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/lmrgev.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/lmrglo.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/lmrglo.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/lmrgno.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/lmrgno.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/lmrgpa.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/lmrgpa.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/lmrgum.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/lmrgum.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/lmrkap.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/lmrkap.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/lmrnor.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/lmrnor.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/lmrpe3.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/lmrpe3.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/lmrwak.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/lmrwak.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/pelexp.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/pelexp.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/pelgam.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/pelgam.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/pelgev.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/pelgev.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/pelglo.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/pelglo.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/pelgno.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/pelgno.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/pelgpa.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/pelgpa.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/pelgum.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/pelgum.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/pelkap.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/pelkap.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/pelnor.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/pelnor.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/pelpe3.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/pelpe3.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/pelwak.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/pelwak.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/quaexp.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/quaexp.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/quagam.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/quagam.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/quagev.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/quagev.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/quaglo.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/quaglo.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/quagno.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/quagno.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/quagpa.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/quagpa.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/quagum.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/quagum.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/quakap.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/quakap.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/quanor.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/quanor.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/quape3.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/quape3.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/quastn.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/quastn.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/quawak.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/quawak.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/reglmr.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/reglmr.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/regtst.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/regtst.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/samlmr.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/samlmr.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/samlmu.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/samlmu.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/sampwm.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/sampwm.for -------------------------------------------------------------------------------- /contrib/lmoments/Src/sort.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/Src/sort.for -------------------------------------------------------------------------------- /contrib/lmoments/read.me: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/read.me -------------------------------------------------------------------------------- /contrib/lmoments/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/lmoments/setup.py -------------------------------------------------------------------------------- /contrib/natgrid/Include/nnchead.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Include/nnchead.h -------------------------------------------------------------------------------- /contrib/natgrid/Include/nncheadd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Include/nncheadd.h -------------------------------------------------------------------------------- /contrib/natgrid/Include/nncheads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Include/nncheads.h -------------------------------------------------------------------------------- /contrib/natgrid/Include/nnexver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Include/nnexver.h -------------------------------------------------------------------------------- /contrib/natgrid/Include/nnghead.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Include/nnghead.h -------------------------------------------------------------------------------- /contrib/natgrid/Include/nngheadd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Include/nngheadd.h -------------------------------------------------------------------------------- /contrib/natgrid/Include/nngheads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Include/nngheads.h -------------------------------------------------------------------------------- /contrib/natgrid/Include/nnmhead.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Include/nnmhead.h -------------------------------------------------------------------------------- /contrib/natgrid/Include/nntpvrs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Include/nntpvrs.h -------------------------------------------------------------------------------- /contrib/natgrid/Include/nntypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Include/nntypes.h -------------------------------------------------------------------------------- /contrib/natgrid/Include/nnuhead.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Include/nnuhead.h -------------------------------------------------------------------------------- /contrib/natgrid/Include/nnuheadd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Include/nnuheadd.h -------------------------------------------------------------------------------- /contrib/natgrid/Include/nnuheads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Include/nnuheads.h -------------------------------------------------------------------------------- /contrib/natgrid/Lib/nat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Lib/nat.py -------------------------------------------------------------------------------- /contrib/natgrid/Src/natgrid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Src/natgrid.c -------------------------------------------------------------------------------- /contrib/natgrid/Src/natgridd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Src/natgridd.c -------------------------------------------------------------------------------- /contrib/natgrid/Src/natgridmodule.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Src/natgridmodule.c -------------------------------------------------------------------------------- /contrib/natgrid/Src/natgrids.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Src/natgrids.c -------------------------------------------------------------------------------- /contrib/natgrid/Src/nncrunch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Src/nncrunch.c -------------------------------------------------------------------------------- /contrib/natgrid/Src/nncrunchd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Src/nncrunchd.c -------------------------------------------------------------------------------- /contrib/natgrid/Src/nncrunchs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Src/nncrunchs.c -------------------------------------------------------------------------------- /contrib/natgrid/Src/nnerror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Src/nnerror.c -------------------------------------------------------------------------------- /contrib/natgrid/Src/nnuser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Src/nnuser.c -------------------------------------------------------------------------------- /contrib/natgrid/Src/nnuserd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Src/nnuserd.c -------------------------------------------------------------------------------- /contrib/natgrid/Src/nnusers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Src/nnusers.c -------------------------------------------------------------------------------- /contrib/natgrid/Test/test_natgrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/Test/test_natgrid.py -------------------------------------------------------------------------------- /contrib/natgrid/natgridmodule.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/natgridmodule.doc -------------------------------------------------------------------------------- /contrib/natgrid/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/natgrid/setup.py -------------------------------------------------------------------------------- /contrib/ort/Src/ortreader.pyf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ort/Src/ortreader.pyf -------------------------------------------------------------------------------- /contrib/ort/Src/reado.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ort/Src/reado.f -------------------------------------------------------------------------------- /contrib/ort/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/ort/setup.py -------------------------------------------------------------------------------- /contrib/pyIoapi/clean_script: -------------------------------------------------------------------------------- 1 | /bin/rm -fr build 2 | -------------------------------------------------------------------------------- /contrib/pyIoapi/install_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/pyIoapi/install_script -------------------------------------------------------------------------------- /contrib/pyIoapi/pyIoapi-0.3.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/pyIoapi/pyIoapi-0.3.1.tar.gz -------------------------------------------------------------------------------- /contrib/pyncl/clean_script: -------------------------------------------------------------------------------- 1 | /bin/rm -fr build 2 | -------------------------------------------------------------------------------- /contrib/pyncl/install_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/pyncl/install_script -------------------------------------------------------------------------------- /contrib/pyncl/pyncl-1.4.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/pyncl/pyncl-1.4.1.tar.gz -------------------------------------------------------------------------------- /contrib/regridpack/Lib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/regridpack/Lib/__init__.py -------------------------------------------------------------------------------- /contrib/regridpack/Lib/adamsregrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/regridpack/Lib/adamsregrid.py -------------------------------------------------------------------------------- /contrib/regridpack/Src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/regridpack/Src/Makefile -------------------------------------------------------------------------------- /contrib/regridpack/Src/gaqd.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/regridpack/Src/gaqd.f -------------------------------------------------------------------------------- /contrib/regridpack/Src/regridpack.pyf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/regridpack/Src/regridpack.pyf -------------------------------------------------------------------------------- /contrib/regridpack/Src/rgrd1.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/regridpack/Src/rgrd1.f -------------------------------------------------------------------------------- /contrib/regridpack/Src/rgrd1u.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/regridpack/Src/rgrd1u.f -------------------------------------------------------------------------------- /contrib/regridpack/Src/rgrd2.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/regridpack/Src/rgrd2.f -------------------------------------------------------------------------------- /contrib/regridpack/Src/rgrd2u.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/regridpack/Src/rgrd2u.f -------------------------------------------------------------------------------- /contrib/regridpack/Src/rgrd3.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/regridpack/Src/rgrd3.f -------------------------------------------------------------------------------- /contrib/regridpack/Src/rgrd3u.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/regridpack/Src/rgrd3u.f -------------------------------------------------------------------------------- /contrib/regridpack/Src/rgrd4.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/regridpack/Src/rgrd4.f -------------------------------------------------------------------------------- /contrib/regridpack/Src/rgrd4u.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/regridpack/Src/rgrd4u.f -------------------------------------------------------------------------------- /contrib/regridpack/regridmodule.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/regridpack/regridmodule.doc -------------------------------------------------------------------------------- /contrib/regridpack/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/regridpack/setup.py -------------------------------------------------------------------------------- /contrib/sciMake/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/Makefile.am -------------------------------------------------------------------------------- /contrib/sciMake/Makefile.show: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/Makefile.show -------------------------------------------------------------------------------- /contrib/sciMake/Modules/FindMath.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/Modules/FindMath.cmake -------------------------------------------------------------------------------- /contrib/sciMake/Modules/FindSciBase.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/Modules/FindSciBase.cmake -------------------------------------------------------------------------------- /contrib/sciMake/Modules/FindSciFftw.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/Modules/FindSciFftw.cmake -------------------------------------------------------------------------------- /contrib/sciMake/Modules/FindSciGeom.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/Modules/FindSciGeom.cmake -------------------------------------------------------------------------------- /contrib/sciMake/Modules/FindSciGsl.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/Modules/FindSciGsl.cmake -------------------------------------------------------------------------------- /contrib/sciMake/Modules/FindSciHdf5.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/Modules/FindSciHdf5.cmake -------------------------------------------------------------------------------- /contrib/sciMake/Modules/FindSciIdl.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/Modules/FindSciIdl.cmake -------------------------------------------------------------------------------- /contrib/sciMake/Modules/FindSciIps.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/Modules/FindSciIps.cmake -------------------------------------------------------------------------------- /contrib/sciMake/Modules/FindSciSz.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/Modules/FindSciSz.cmake -------------------------------------------------------------------------------- /contrib/sciMake/Modules/FindSciZ.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/Modules/FindSciZ.cmake -------------------------------------------------------------------------------- /contrib/sciMake/Modules/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/Modules/Makefile.am -------------------------------------------------------------------------------- /contrib/sciMake/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/README.txt -------------------------------------------------------------------------------- /contrib/sciMake/mklinks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/mklinks.sh -------------------------------------------------------------------------------- /contrib/sciMake/rmcomms.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/rmcomms.sed -------------------------------------------------------------------------------- /contrib/sciMake/sciCChecks.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/sciCChecks.cmake -------------------------------------------------------------------------------- /contrib/sciMake/sciCxxChecks.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/sciCxxChecks.cmake -------------------------------------------------------------------------------- /contrib/sciMake/sciCxxFindVersion.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/sciCxxFindVersion.cmake -------------------------------------------------------------------------------- /contrib/sciMake/sciDocLogic.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/sciDocLogic.cmake -------------------------------------------------------------------------------- /contrib/sciMake/sciEngFindVersion.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/sciEngFindVersion.cmake -------------------------------------------------------------------------------- /contrib/sciMake/sciFinalize.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/sciFinalize.cmake -------------------------------------------------------------------------------- /contrib/sciMake/sciFortranChecks.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/sciFortranChecks.cmake -------------------------------------------------------------------------------- /contrib/sciMake/sciFortranDouble.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/sciFortranDouble.cmake -------------------------------------------------------------------------------- /contrib/sciMake/sciFuncsMacros.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/sciFuncsMacros.cmake -------------------------------------------------------------------------------- /contrib/sciMake/sciInit.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/sciInit.cmake -------------------------------------------------------------------------------- /contrib/sciMake/sciMpiLauncher.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/sciMpiLauncher.cmake -------------------------------------------------------------------------------- /contrib/sciMake/sciSeparateLibs.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/sciSeparateLibs.cmake -------------------------------------------------------------------------------- /contrib/sciMake/sciSquishMacros.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/sciSquishMacros.cmake -------------------------------------------------------------------------------- /contrib/sciMake/sciSquishRunTestCase.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/sciSquishRunTestCase.sh -------------------------------------------------------------------------------- /contrib/sciMake/sciSvnInfo.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/sciSvnInfo.cmake -------------------------------------------------------------------------------- /contrib/sciMake/sciWinFlags.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/sciWinFlags.cmake -------------------------------------------------------------------------------- /contrib/sciMake/trycompile/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/trycompile/Makefile.am -------------------------------------------------------------------------------- /contrib/sciMake/trycompile/mpi_h.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/trycompile/mpi_h.cxx -------------------------------------------------------------------------------- /contrib/sciMake/trycompile/mpi_mod.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/trycompile/mpi_mod.f90 -------------------------------------------------------------------------------- /contrib/sciMake/xvfb-run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/sciMake/xvfb-run.sh -------------------------------------------------------------------------------- /contrib/scipy/clean_script: -------------------------------------------------------------------------------- 1 | /bin/rm -fr build 2 | -------------------------------------------------------------------------------- /contrib/scipy/install_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/scipy/install_script -------------------------------------------------------------------------------- /contrib/scipy/md5s.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/scipy/md5s.txt -------------------------------------------------------------------------------- /contrib/shgrid/Lib/__init__.py: -------------------------------------------------------------------------------- 1 | from sh import * 2 | 3 | -------------------------------------------------------------------------------- /contrib/shgrid/Lib/sh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/shgrid/Lib/sh.py -------------------------------------------------------------------------------- /contrib/shgrid/Src/sh3grd.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/shgrid/Src/sh3grd.f -------------------------------------------------------------------------------- /contrib/shgrid/Src/sh3val.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/shgrid/Src/sh3val.f -------------------------------------------------------------------------------- /contrib/shgrid/Src/shblda.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/shgrid/Src/shblda.f -------------------------------------------------------------------------------- /contrib/shgrid/Src/sherr.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/shgrid/Src/sherr.f -------------------------------------------------------------------------------- /contrib/shgrid/Src/shgeti.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/shgrid/Src/shgeti.f -------------------------------------------------------------------------------- /contrib/shgrid/Src/shgetnp.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/shgrid/Src/shgetnp.f -------------------------------------------------------------------------------- /contrib/shgrid/Src/shgetnp3.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/shgrid/Src/shgetnp3.f -------------------------------------------------------------------------------- /contrib/shgrid/Src/shgivens.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/shgrid/Src/shgivens.f -------------------------------------------------------------------------------- /contrib/shgrid/Src/shgrid.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/shgrid/Src/shgrid.f -------------------------------------------------------------------------------- /contrib/shgrid/Src/shgridmodule.pyf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/shgrid/Src/shgridmodule.pyf -------------------------------------------------------------------------------- /contrib/shgrid/Src/shqshep.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/shgrid/Src/shqshep.f -------------------------------------------------------------------------------- /contrib/shgrid/Src/shrot.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/shgrid/Src/shrot.f -------------------------------------------------------------------------------- /contrib/shgrid/Src/shseti.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/shgrid/Src/shseti.f -------------------------------------------------------------------------------- /contrib/shgrid/Src/shsetup.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/shgrid/Src/shsetup.f -------------------------------------------------------------------------------- /contrib/shgrid/Src/shstore3.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/shgrid/Src/shstore3.f -------------------------------------------------------------------------------- /contrib/shgrid/Test/test_shgrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/shgrid/Test/test_shgrid.py -------------------------------------------------------------------------------- /contrib/shgrid/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/shgrid/setup.py -------------------------------------------------------------------------------- /contrib/spanlib/AUTHORS: -------------------------------------------------------------------------------- 1 | Stephane Raynaud 2 | Charles Doutriaux 3 | -------------------------------------------------------------------------------- /contrib/spanlib/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/COPYING -------------------------------------------------------------------------------- /contrib/spanlib/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/ChangeLog -------------------------------------------------------------------------------- /contrib/spanlib/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/INSTALL -------------------------------------------------------------------------------- /contrib/spanlib/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/Makefile.am -------------------------------------------------------------------------------- /contrib/spanlib/NEWS: -------------------------------------------------------------------------------- 1 | TODO 2 | -------------------------------------------------------------------------------- /contrib/spanlib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/README -------------------------------------------------------------------------------- /contrib/spanlib/admin/m4/ac_sr_blas.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/admin/m4/ac_sr_blas.m4 -------------------------------------------------------------------------------- /contrib/spanlib/admin/m4/ac_sr_doc.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/admin/m4/ac_sr_doc.m4 -------------------------------------------------------------------------------- /contrib/spanlib/admin/m4/ac_sr_f2py.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/admin/m4/ac_sr_f2py.m4 -------------------------------------------------------------------------------- /contrib/spanlib/admin/m4/ac_sr_utils.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/admin/m4/ac_sr_utils.m4 -------------------------------------------------------------------------------- /contrib/spanlib/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/autogen.sh -------------------------------------------------------------------------------- /contrib/spanlib/configure.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/configure.in -------------------------------------------------------------------------------- /contrib/spanlib/doc/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/doc/Makefile.am -------------------------------------------------------------------------------- /contrib/spanlib/doc/makefile.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/doc/makefile.old -------------------------------------------------------------------------------- /contrib/spanlib/doc/source/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/doc/source/conf.py -------------------------------------------------------------------------------- /contrib/spanlib/doc/source/fortran.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/doc/source/fortran.rst -------------------------------------------------------------------------------- /contrib/spanlib/doc/source/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/doc/source/index.rst -------------------------------------------------------------------------------- /contrib/spanlib/doc/source/python.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/doc/source/python.rst -------------------------------------------------------------------------------- /contrib/spanlib/doc/spanlib.webprj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/doc/spanlib.webprj -------------------------------------------------------------------------------- /contrib/spanlib/example/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/example/Makefile.am -------------------------------------------------------------------------------- /contrib/spanlib/example/example1.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/example/example1.f90 -------------------------------------------------------------------------------- /contrib/spanlib/example/example1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/example/example1.py -------------------------------------------------------------------------------- /contrib/spanlib/example/example2.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/example/example2.f90 -------------------------------------------------------------------------------- /contrib/spanlib/example/example2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/example/example2.py -------------------------------------------------------------------------------- /contrib/spanlib/example/example3.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/example/example3.f90 -------------------------------------------------------------------------------- /contrib/spanlib/example/makefile.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/example/makefile.old -------------------------------------------------------------------------------- /contrib/spanlib/lib/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/lib/Makefile.am -------------------------------------------------------------------------------- /contrib/spanlib/lib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/lib/__init__.py -------------------------------------------------------------------------------- /contrib/spanlib/lib/spanlib_python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/lib/spanlib_python.py -------------------------------------------------------------------------------- /contrib/spanlib/scripts/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/scripts/Makefile.am -------------------------------------------------------------------------------- /contrib/spanlib/scripts/genpyf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/scripts/genpyf.py -------------------------------------------------------------------------------- /contrib/spanlib/scripts/quickview.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/scripts/quickview.py -------------------------------------------------------------------------------- /contrib/spanlib/scripts/strip_fcargs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/scripts/strip_fcargs.py -------------------------------------------------------------------------------- /contrib/spanlib/src/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/src/Makefile.am -------------------------------------------------------------------------------- /contrib/spanlib/src/getf90precision.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/src/getf90precision.f90 -------------------------------------------------------------------------------- /contrib/spanlib/src/makefile.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/src/makefile.old -------------------------------------------------------------------------------- /contrib/spanlib/src/spanlib.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/src/spanlib.f90 -------------------------------------------------------------------------------- /contrib/spanlib/src/spanlib.ifort.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/src/spanlib.ifort.f90 -------------------------------------------------------------------------------- /contrib/spanlib/src/spanlib_pywrap.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/src/spanlib_pywrap.f90 -------------------------------------------------------------------------------- /contrib/spanlib/src/template.setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/src/template.setup.cfg -------------------------------------------------------------------------------- /contrib/spanlib/src/template.setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/src/template.setup.py -------------------------------------------------------------------------------- /contrib/spanlib/test/test_pca_base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/test/test_pca_base.py -------------------------------------------------------------------------------- /contrib/spanlib/test/test_stack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spanlib/test/test_stack.py -------------------------------------------------------------------------------- /contrib/spherepack/Lib/__init__.py: -------------------------------------------------------------------------------- 1 | from sphere import * 2 | -------------------------------------------------------------------------------- /contrib/spherepack/Lib/sphere.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Lib/sphere.py -------------------------------------------------------------------------------- /contrib/spherepack/Src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/Makefile -------------------------------------------------------------------------------- /contrib/spherepack/Src/alf.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/alf.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/divec.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/divec.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/dives.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/dives.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/divgc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/divgc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/divgs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/divgs.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/gaqd.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/gaqd.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/gradec.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/gradec.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/grades.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/grades.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/gradgc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/gradgc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/gradgs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/gradgs.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/hrfft.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/hrfft.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/idivec.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/idivec.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/idives.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/idives.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/idivgc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/idivgc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/idivgs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/idivgs.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/idvtec.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/idvtec.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/idvtes.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/idvtes.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/idvtgc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/idvtgc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/idvtgs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/idvtgs.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/igradec.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/igradec.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/igrades.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/igrades.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/igradgc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/igradgc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/igradgs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/igradgs.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/ihgeod.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/ihgeod.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/isfvpec.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/isfvpec.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/isfvpes.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/isfvpes.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/isfvpgc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/isfvpgc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/isfvpgs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/isfvpgs.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/islapec.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/islapec.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/islapes.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/islapes.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/islapgc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/islapgc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/islapgs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/islapgs.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/ivlapec.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/ivlapec.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/ivlapes.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/ivlapes.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/ivlapgc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/ivlapgc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/ivlapgs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/ivlapgs.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/ivrtec.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/ivrtec.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/ivrtes.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/ivrtes.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/ivrtgc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/ivrtgc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/ivrtgs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/ivrtgs.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/sfvpec.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/sfvpec.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/sfvpes.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/sfvpes.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/sfvpgc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/sfvpgc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/sfvpgs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/sfvpgs.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/shaec.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/shaec.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/shaes.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/shaes.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/shagc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/shagc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/shags.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/shags.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/shigc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/shigc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/shigs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/shigs.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/shsec.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/shsec.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/shses.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/shses.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/shsgc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/shsgc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/shsgs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/shsgs.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/slapec.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/slapec.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/slapes.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/slapes.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/slapgc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/slapgc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/slapgs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/slapgs.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/sphcom.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/sphcom.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/spherepack.pyf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/spherepack.pyf -------------------------------------------------------------------------------- /contrib/spherepack/Src/sshifte.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/sshifte.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/trssph.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/trssph.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/trvsph.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/trvsph.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vhaec.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vhaec.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vhaes.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vhaes.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vhagc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vhagc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vhags.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vhags.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vhsec.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vhsec.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vhses.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vhses.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vhsgc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vhsgc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vhsgs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vhsgs.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vlapec.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vlapec.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vlapes.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vlapes.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vlapgc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vlapgc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vlapgs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vlapgs.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vrtec.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vrtec.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vrtes.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vrtes.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vrtgc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vrtgc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vrtgs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vrtgs.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vshifte.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vshifte.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vtsec.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vtsec.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vtses.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vtses.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vtsgc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vtsgc.f -------------------------------------------------------------------------------- /contrib/spherepack/Src/vtsgs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/Src/vtsgs.f -------------------------------------------------------------------------------- /contrib/spherepack/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/setup.py -------------------------------------------------------------------------------- /contrib/spherepack/spheremodule.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/spherepack/spheremodule.doc -------------------------------------------------------------------------------- /contrib/trends/Src/trends.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/trends/Src/trends.f -------------------------------------------------------------------------------- /contrib/trends/Src/trends.pyf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/trends/Src/trends.pyf -------------------------------------------------------------------------------- /contrib/trends/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/contrib/trends/setup.py -------------------------------------------------------------------------------- /deploy/.gitignore: -------------------------------------------------------------------------------- 1 | config.yml 2 | -------------------------------------------------------------------------------- /deploy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/deploy/README.md -------------------------------------------------------------------------------- /deploy/Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/deploy/Vagrantfile -------------------------------------------------------------------------------- /deploy/ansible/provision.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/deploy/ansible/provision.yml -------------------------------------------------------------------------------- /deploy/config.example.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/deploy/config.example.yml -------------------------------------------------------------------------------- /deploy/docker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/deploy/docker/README.md -------------------------------------------------------------------------------- /deploy/docker/ubuntu/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/deploy/docker/ubuntu/Dockerfile -------------------------------------------------------------------------------- /esg/find_site.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/esg/find_site.py -------------------------------------------------------------------------------- /esg/fnorb-1.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/esg/fnorb-1.1.tar.gz -------------------------------------------------------------------------------- /esg/fnorb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/esg/fnorb.sh -------------------------------------------------------------------------------- /esg/install_script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/esg/install_script -------------------------------------------------------------------------------- /esg/ldap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/esg/ldap.sh -------------------------------------------------------------------------------- /esg/ldapmodule-1.5.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/esg/ldapmodule-1.5.tar.gz -------------------------------------------------------------------------------- /esg/prolog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/esg/prolog.sh -------------------------------------------------------------------------------- /modules/CDATSetupUtils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/modules/CDATSetupUtils.py -------------------------------------------------------------------------------- /modules/CondaUtils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/modules/CondaUtils.py -------------------------------------------------------------------------------- /modules/Const.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/modules/Const.py -------------------------------------------------------------------------------- /modules/TestSetupUtils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/modules/TestSetupUtils.py -------------------------------------------------------------------------------- /modules/Util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/modules/Util.py -------------------------------------------------------------------------------- /scripts/collect_coverage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/scripts/collect_coverage.py -------------------------------------------------------------------------------- /scripts/install_from_channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/scripts/install_from_channel.py -------------------------------------------------------------------------------- /scripts/install_from_env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/scripts/install_from_env.py -------------------------------------------------------------------------------- /scripts/install_miniconda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/scripts/install_miniconda.py -------------------------------------------------------------------------------- /scripts/install_nightly.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/scripts/install_nightly.py -------------------------------------------------------------------------------- /scripts/prep_artifacts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/scripts/prep_artifacts.py -------------------------------------------------------------------------------- /scripts/run_testsuite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/scripts/run_testsuite.py -------------------------------------------------------------------------------- /scripts/validate_nightly_install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/scripts/validate_nightly_install.py -------------------------------------------------------------------------------- /testing/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/CMakeLists.txt -------------------------------------------------------------------------------- /testing/Thermo/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/Thermo/CMakeLists.txt -------------------------------------------------------------------------------- /testing/cdms2/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/cdms2/CMakeLists.txt -------------------------------------------------------------------------------- /testing/cdutil/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/cdutil/CMakeLists.txt -------------------------------------------------------------------------------- /testing/cdutil/test_averager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/cdutil/test_averager.py -------------------------------------------------------------------------------- /testing/cdutil/test_daily_bounds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/cdutil/test_daily_bounds.py -------------------------------------------------------------------------------- /testing/cdutil/test_dep_bounds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/cdutil/test_dep_bounds.py -------------------------------------------------------------------------------- /testing/cdutil/test_djf_criteria.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/cdutil/test_djf_criteria.py -------------------------------------------------------------------------------- /testing/cdutil/test_gen_mask.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/cdutil/test_gen_mask.py -------------------------------------------------------------------------------- /testing/cdutil/test_missing_season.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/cdutil/test_missing_season.py -------------------------------------------------------------------------------- /testing/cdutil/test_sftbyrgn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/cdutil/test_sftbyrgn.py -------------------------------------------------------------------------------- /testing/cdutil/test_times.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/cdutil/test_times.py -------------------------------------------------------------------------------- /testing/cdutil/test_times_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/cdutil/test_times_2.py -------------------------------------------------------------------------------- /testing/cdutil/test_times_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/cdutil/test_times_3.py -------------------------------------------------------------------------------- /testing/cdutil/test_vert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/cdutil/test_vert.py -------------------------------------------------------------------------------- /testing/cdutil/test_years.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/cdutil/test_years.py -------------------------------------------------------------------------------- /testing/dv3d/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/dv3d/CMakeLists.txt -------------------------------------------------------------------------------- /testing/dv3d/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/dv3d/README.txt -------------------------------------------------------------------------------- /testing/dv3d/ReviewTests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/dv3d/ReviewTests.py -------------------------------------------------------------------------------- /testing/dv3d/TestDefinitions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/dv3d/TestDefinitions.py -------------------------------------------------------------------------------- /testing/dv3d/TestManager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/dv3d/TestManager.py -------------------------------------------------------------------------------- /testing/dv3d/dv3d_execute_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/dv3d/dv3d_execute_test.py -------------------------------------------------------------------------------- /testing/matplotlib/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/matplotlib/CMakeLists.txt -------------------------------------------------------------------------------- /testing/metrics/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/CMakeLists.txt -------------------------------------------------------------------------------- /testing/metrics/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/README -------------------------------------------------------------------------------- /testing/metrics/diags_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/diags_test.py -------------------------------------------------------------------------------- /testing/metrics/diagtest01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/diagtest01.py -------------------------------------------------------------------------------- /testing/metrics/diagtest02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/diagtest02.py -------------------------------------------------------------------------------- /testing/metrics/diagtest03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/diagtest03.py -------------------------------------------------------------------------------- /testing/metrics/diagtest04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/diagtest04.py -------------------------------------------------------------------------------- /testing/metrics/diagtest05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/diagtest05.py -------------------------------------------------------------------------------- /testing/metrics/diagtest06.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/diagtest06.py -------------------------------------------------------------------------------- /testing/metrics/diagtest07.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/diagtest07.py -------------------------------------------------------------------------------- /testing/metrics/diagtest08.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/diagtest08.py -------------------------------------------------------------------------------- /testing/metrics/diagtest09.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/diagtest09.py -------------------------------------------------------------------------------- /testing/metrics/diagtest10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/diagtest10.py -------------------------------------------------------------------------------- /testing/metrics/diagtest11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/diagtest11.py -------------------------------------------------------------------------------- /testing/metrics/diagtest12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/diagtest12.py -------------------------------------------------------------------------------- /testing/metrics/diagtest13.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/diagtest13.py -------------------------------------------------------------------------------- /testing/metrics/diagtest14.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/diagtest14.py -------------------------------------------------------------------------------- /testing/metrics/diagtest15.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/diagtest15.py -------------------------------------------------------------------------------- /testing/metrics/diagtest41.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/metrics/diagtest41.py -------------------------------------------------------------------------------- /testing/ocgis/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/ocgis/CMakeLists.txt -------------------------------------------------------------------------------- /testing/ocgis/test_ocgis_cdms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/ocgis/test_ocgis_cdms.py -------------------------------------------------------------------------------- /testing/ocgis/test_ocgis_import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/ocgis/test_ocgis_import.py -------------------------------------------------------------------------------- /testing/paraview/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/paraview/CMakeLists.txt -------------------------------------------------------------------------------- /testing/paraview/testcontour.vt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/paraview/testcontour.vt -------------------------------------------------------------------------------- /testing/paraview/testslice.vt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/paraview/testslice.vt -------------------------------------------------------------------------------- /testing/pcmdi/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/pcmdi/CMakeLists.txt -------------------------------------------------------------------------------- /testing/pcmdi/test_all_pcmdi_libs.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/pcmdi/test_all_pcmdi_libs.f -------------------------------------------------------------------------------- /testing/regrid/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/CMakeLists.txt -------------------------------------------------------------------------------- /testing/regrid/openCreateData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/openCreateData.py -------------------------------------------------------------------------------- /testing/regrid/test177_regrid_mask.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/test177_regrid_mask.py -------------------------------------------------------------------------------- /testing/regrid/testAccuracy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testAccuracy.py -------------------------------------------------------------------------------- /testing/regrid/testBergman.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testBergman.py -------------------------------------------------------------------------------- /testing/regrid/testCNRMGrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testCNRMGrid.py -------------------------------------------------------------------------------- /testing/regrid/testCltRegrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testCltRegrid.py -------------------------------------------------------------------------------- /testing/regrid/testConserv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testConserv.py -------------------------------------------------------------------------------- /testing/regrid/testCurviRegridder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testCurviRegridder.py -------------------------------------------------------------------------------- /testing/regrid/testDateline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testDateline.py -------------------------------------------------------------------------------- /testing/regrid/testDiag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testDiag.py -------------------------------------------------------------------------------- /testing/regrid/testDistArray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testDistArray.py -------------------------------------------------------------------------------- /testing/regrid/testDistSrc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testDistSrc.py -------------------------------------------------------------------------------- /testing/regrid/testDistTransientVar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testDistTransientVar.py -------------------------------------------------------------------------------- /testing/regrid/testEsmf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testEsmf.py -------------------------------------------------------------------------------- /testing/regrid/testEsmf3D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testEsmf3D.py -------------------------------------------------------------------------------- /testing/regrid/testEsmf3DSmallNative.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testEsmf3DSmallNative.py -------------------------------------------------------------------------------- /testing/regrid/testEsmf3DSmallesmf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testEsmf3DSmallesmf.py -------------------------------------------------------------------------------- /testing/regrid/testEsmfEdge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testEsmfEdge.py -------------------------------------------------------------------------------- /testing/regrid/testEsmfFractions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testEsmfFractions.py -------------------------------------------------------------------------------- /testing/regrid/testEsmfInit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testEsmfInit.py -------------------------------------------------------------------------------- /testing/regrid/testEsmfInterface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testEsmfInterface.py -------------------------------------------------------------------------------- /testing/regrid/testEsmfLevelAndTime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testEsmfLevelAndTime.py -------------------------------------------------------------------------------- /testing/regrid/testEsmfRefCounting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testEsmfRefCounting.py -------------------------------------------------------------------------------- /testing/regrid/testEsmfRegridMpi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testEsmfRegridMpi.py -------------------------------------------------------------------------------- /testing/regrid/testEsmfSalinity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testEsmfSalinity.py -------------------------------------------------------------------------------- /testing/regrid/testEsmfSmall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testEsmfSmall.py -------------------------------------------------------------------------------- /testing/regrid/testEsmfVM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testEsmfVM.py -------------------------------------------------------------------------------- /testing/regrid/testEsmfVsLibcf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testEsmfVsLibcf.py -------------------------------------------------------------------------------- /testing/regrid/testGhostedDistArray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testGhostedDistArray.py -------------------------------------------------------------------------------- /testing/regrid/testGridTypes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testGridTypes.py -------------------------------------------------------------------------------- /testing/regrid/testHadGem2Grid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testHadGem2Grid.py -------------------------------------------------------------------------------- /testing/regrid/testIPSLGrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testIPSLGrid.py -------------------------------------------------------------------------------- /testing/regrid/testImports.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testImports.py -------------------------------------------------------------------------------- /testing/regrid/testLibCFLevelAndTime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testLibCFLevelAndTime.py -------------------------------------------------------------------------------- /testing/regrid/testMPIGrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testMPIGrid.py -------------------------------------------------------------------------------- /testing/regrid/testMarvel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testMarvel.py -------------------------------------------------------------------------------- /testing/regrid/testMaskingSalinity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testMaskingSalinity.py -------------------------------------------------------------------------------- /testing/regrid/testMpi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testMpi.py -------------------------------------------------------------------------------- /testing/regrid/testMvCdmsRegrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testMvCdmsRegrid.py -------------------------------------------------------------------------------- /testing/regrid/testMvGenericRegrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testMvGenericRegrid.py -------------------------------------------------------------------------------- /testing/regrid/testNorESM1Grid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testNorESM1Grid.py -------------------------------------------------------------------------------- /testing/regrid/testRaynaud.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testRaynaud.py -------------------------------------------------------------------------------- /testing/regrid/testRegrid2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testRegrid2.py -------------------------------------------------------------------------------- /testing/regrid/testRegrid2Tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testRegrid2Tool.py -------------------------------------------------------------------------------- /testing/regrid/testRemoteGet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testRemoteGet.py -------------------------------------------------------------------------------- /testing/regrid/testSalinity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testSalinity.py -------------------------------------------------------------------------------- /testing/regrid/testSo2Tas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testSo2Tas.py -------------------------------------------------------------------------------- /testing/regrid/testSo2TasACCESSFails.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testSo2TasACCESSFails.py -------------------------------------------------------------------------------- /testing/regrid/testTasRegrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testTasRegrid.py -------------------------------------------------------------------------------- /testing/regrid/testUnits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testUnits.py -------------------------------------------------------------------------------- /testing/regrid/testUnstructGrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testUnstructGrid.py -------------------------------------------------------------------------------- /testing/regrid/testVcs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testVcs.py -------------------------------------------------------------------------------- /testing/regrid/testWrite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testWrite.py -------------------------------------------------------------------------------- /testing/regrid/testinmcmGrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/regrid/testinmcmGrid.py -------------------------------------------------------------------------------- /testing/rpy2/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/rpy2/CMakeLists.txt -------------------------------------------------------------------------------- /testing/rpy2/test_rpy2_import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/rpy2/test_rpy2_import.py -------------------------------------------------------------------------------- /testing/unidata/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/unidata/CMakeLists.txt -------------------------------------------------------------------------------- /testing/unidata/test_udunits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/unidata/test_udunits.py -------------------------------------------------------------------------------- /testing/uvcdat/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/uvcdat/CMakeLists.txt -------------------------------------------------------------------------------- /testing/uvcdat/cdms_test.vt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/uvcdat/cdms_test.vt -------------------------------------------------------------------------------- /testing/uvcdat/cdms_test_axis_var.vt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/uvcdat/cdms_test_axis_var.vt -------------------------------------------------------------------------------- /testing/vcs/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/.gitattributes -------------------------------------------------------------------------------- /testing/vcs/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/CMakeLists.txt -------------------------------------------------------------------------------- /testing/vcs/celine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/celine.json -------------------------------------------------------------------------------- /testing/vcs/celine.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/celine.nc -------------------------------------------------------------------------------- /testing/vcs/editors/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/editors/CMakeLists.txt -------------------------------------------------------------------------------- /testing/vcs/read_yxvsx.scr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/read_yxvsx.scr -------------------------------------------------------------------------------- /testing/vcs/test_vcs_1D_datawc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_1D_datawc.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_1D_with_manyDs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_1D_with_manyDs.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_1d_in_boxfill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_1d_in_boxfill.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_1d_missing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_1d_missing.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_animate_boxfill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_animate_boxfill.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_animate_isofill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_animate_isofill.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_animate_isoline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_animate_isoline.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_antialiasing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_antialiasing.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_aspect_ratio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_aspect_ratio.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_bad_png_path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_bad_png_path.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_bad_time_units.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_bad_time_units.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_basic_gms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_basic_gms.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_basic_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_basic_text.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_basic_vectors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_basic_vectors.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_boxfill_custom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_boxfill_custom.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_click_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_click_info.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_close.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_close.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_colorcells.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_colorcells.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_common.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_continents.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_continents.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_create_get.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_create_get.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_custom_logo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_custom_logo.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_draw_logo_on.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_draw_logo_on.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_dump_json.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_dump_json.json -------------------------------------------------------------------------------- /testing/vcs/test_vcs_dump_json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_dump_json.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_endconfigure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_endconfigure.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_export_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_export_text.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_extends.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_extends.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_first_png_blank.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_first_png_blank.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_flipNone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_flipNone.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_flipX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_flipX.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_flipXY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_flipXY.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_flipY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_flipY.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_gen_meshfill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_gen_meshfill.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_geometry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_geometry.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_import.py: -------------------------------------------------------------------------------- 1 | import vcs 2 | 3 | -------------------------------------------------------------------------------- /testing/vcs/test_vcs_infinity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_infinity.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_init.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_init.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_isofill_levels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_isofill_levels.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_isoline_labels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_isoline_labels.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_isoline_numpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_isoline_numpy.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_json.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_json.json -------------------------------------------------------------------------------- /testing/vcs/test_vcs_lambert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_lambert.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_legend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_legend.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_legend_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_legend_2.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_line_patterns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_line_patterns.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_load_json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_load_json.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_markers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_markers.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_mercator_edge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_mercator_edge.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_meshfill_zoom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_meshfill_zoom.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_mintics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_mintics.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_no_continents.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_no_continents.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_oned_level_axis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_oned_level_axis.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_patterns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_patterns.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_plot_file_var.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_plot_file_var.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_png_metadata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_png_metadata.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_png_set_size.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_png_set_size.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_png_to_base64.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_png_to_base64.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_polar_zoom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_polar_zoom.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_queries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_queries.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_read_old_scr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_read_old_scr.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_readyx_scr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_readyx_scr.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_remove_objects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_remove_objects.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_save_td_json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_save_td_json.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_setcolormap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_setcolormap.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_show.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_show.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_taylor_2quads.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_taylor_2quads.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_textextents.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_textextents.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_update_array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_update_array.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_vectors_missing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_vectors_missing.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_wmo_marker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_wmo_marker.py -------------------------------------------------------------------------------- /testing/vcs/test_vcs_wmo_markers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/test_vcs_wmo_markers.py -------------------------------------------------------------------------------- /testing/vcs/vtk_ui/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/vtk_ui/CMakeLists.txt -------------------------------------------------------------------------------- /testing/vcs/vtk_ui/Pepper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/vtk_ui/Pepper.png -------------------------------------------------------------------------------- /testing/vcs/vtk_ui/blex.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/vtk_ui/blex.ttf -------------------------------------------------------------------------------- /testing/vcs/vtk_ui/vtk_ui_coverage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/vtk_ui/vtk_ui_coverage.py -------------------------------------------------------------------------------- /testing/vcs/vtk_ui/vtk_ui_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcs/vtk_ui/vtk_ui_test.py -------------------------------------------------------------------------------- /testing/vcsaddons/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/vcsaddons/CMakeLists.txt -------------------------------------------------------------------------------- /testing/xmgrace/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CDAT/cdat/HEAD/testing/xmgrace/CMakeLists.txt --------------------------------------------------------------------------------