diff --git a/_generated/rompy.core.data.DataBlob.html b/_generated/rompy.core.data.DataBlob.html index 9fded1c0..2e2fdc41 100644 --- a/_generated/rompy.core.data.DataBlob.html +++ b/_generated/rompy.core.data.DataBlob.html @@ -457,12 +457,14 @@

rompy.core.data.DataBlob pydantic model rompy.core.data.DataBlob[source]#

Data source for model ingestion.

-

Generic data source for files that simply need to be copied to the model directory.

+

Generic data source for files that either need to be copied to the model directory +or linked if link is set to True.

Fields:
@@ -473,9 +475,15 @@

rompy.core.data.DataBlob + +

Whether to create a symbolic link instead of copying the file

+

+
-field model_type: Literal['data_blob'] = 'data_blob'#
+field model_type: Literal['data_blob', 'data_link'] = 'data_blob'#

Model type discriminator

@@ -487,14 +495,14 @@

rompy.core.data.DataBlob
-get(destdir: str | Path, name: str | None = None) Path[source]#
-

Copy the data source to a new directory.

+get(destdir: str | Path, name: str | None = None, *args, **kwargs) Path[source]# +

Copy or link the data source to a new directory.

Parameters:
-

destdir (str | Path) – The destination directory to copy the data source to.

+

destdir (str | Path) – The destination directory to copy or link the data source to.

Returns:
-

outfile – The path to the copied file.

+

The path to the copied file or created symlink.

Return type:

Path

@@ -569,6 +577,7 @@

rompy.core.data.DataBlob
  • DataBlob
  • -validator validate_start_end  »  start, end[source]
    +validator validate_start_end  »  end, start[source]
    @@ -1139,12 +1139,14 @@

    Data# pydantic model rompy.core.data.DataBlob[source]

    Data source for model ingestion.

    -

    Generic data source for files that simply need to be copied to the model directory.

    +

    Generic data source for files that either need to be copied to the model directory +or linked if link is set to True.

    Fields:
    @@ -1157,7 +1159,13 @@

    Data#
    -field model_type: Literal['data_blob'] = 'data_blob'
    +field link: bool = False +

    Whether to create a symbolic link instead of copying the file

    +

    + +
    +
    +field model_type: Literal['data_blob', 'data_link'] = 'data_blob'

    Model type discriminator

    @@ -1169,14 +1177,14 @@

    Data#
    -get(destdir: str | Path, name: str | None = None) Path[source]
    -

    Copy the data source to a new directory.

    +get(destdir: str | Path, name: str | None = None, *args, **kwargs) Path[source] +

    Copy or link the data source to a new directory.

    Parameters:
    -

    destdir (str | Path) – The destination directory to copy the data source to.

    +

    destdir (str | Path) – The destination directory to copy or link the data source to.

    Returns:
    -

    outfile – The path to the copied file.

    +

    The path to the copied file or created symlink.

    Return type:

    Path

    @@ -1207,6 +1215,7 @@

    Data#

    crop_data (bool)

  • filter (rompy.core.filters.Filter | None)

  • id (str)

  • +
  • link (bool)

  • model_type (Literal['data_grid'])

  • source (rompy.core.data.SourceDataset | rompy.core.data.SourceFile | rompy.core.data.SourceIntake | rompy.core.data.SourceDatamesh)

  • time_buffer (list[int])

  • @@ -1244,6 +1253,12 @@

    Data#

    Unique identifier for this data source

    +
    +
    +field link: bool = False
    +

    Whether to create a symbolic link instead of copying the file

    +
    +
    field model_type: Literal['data_grid'] = 'data_grid'
    @@ -3084,6 +3099,7 @@

    Data#

    fac (float)

  • filter ()

  • id ()

  • +
  • link ()

  • model_type ()

  • source ()

  • time_buffer ()

  • @@ -3177,6 +3193,19 @@

    Data#

    +
    +
    +field link: bool = False
    +

    Whether to create a symbolic link instead of copying the file

    +
    +
    Validated by:
    +
    +
    +
    +
    +
    field model_type: Literal['data_grid'] = 'data_grid'
    @@ -3355,6 +3384,7 @@

    Boundary#
  • filter ()

  • grid_type ()

  • id ()

  • +
  • link ()

  • model_type (Literal['boundnest1', 'BOUNDNEST1'])

  • rectangle (Literal['closed', 'open'])

  • sel_method ()

  • @@ -3450,6 +3480,19 @@

    Boundary#

    +
    +
    +field link: bool = False
    +

    Whether to create a symbolic link instead of copying the file

    +
    +
    Validated by:
    +
      +
    • assert_has_wavespectra_accessor

    • +
    +
    +
    +
    +
    field model_type: Literal['boundnest1', 'BOUNDNEST1'] = 'boundnest1'
    @@ -3626,6 +3669,7 @@

    Boundary#
  • filter ()

  • grid_type ()

  • id ()

  • +
  • link ()

  • model_type (Literal['boundspecbase', 'BOUNDSPECBASE'])

  • sel_method ()

  • sel_method_kwargs ()

  • @@ -3737,6 +3781,19 @@

    Boundary#

    +
    +
    +field link: bool = False
    +

    Whether to create a symbolic link instead of copying the file

    +
    +
    Validated by:
    +
      +
    • assert_has_wavespectra_accessor

    • +
    +
    +
    +
    +
    field model_type: Literal['boundspecbase', 'BOUNDSPECBASE'] = 'boundspecbase'
    @@ -3969,6 +4026,7 @@

    Boundary#
  • filter ()

  • grid_type ()

  • id ()

  • +
  • link ()

  • location (rompy.swan.subcomponents.boundary.SIDE | rompy.swan.subcomponents.boundary.SIDES | rompy.swan.subcomponents.base.XY)

  • model_type (Literal['boundspecside', 'BOUNDSPECSIDE'])

  • sel_method ()

  • @@ -4081,6 +4139,19 @@

    Boundary#

    +
    +
    +field link: bool = False
    +

    Whether to create a symbolic link instead of copying the file

    +
    +
    Validated by:
    +
      +
    • assert_has_wavespectra_accessor

    • +
    +
    +
    +
    +
    field location: SIDE | SIDES | XY [Required]
    @@ -4319,6 +4390,7 @@

    Boundary#
  • filter ()

  • grid_type ()

  • id ()

  • +
  • link ()

  • location (rompy.swan.subcomponents.boundary.SIDE)

  • model_type (Literal['boundspecside', 'BOUNDSPECSIDE'])

  • sel_method ()

  • @@ -4431,6 +4503,19 @@

    Boundary#

    +
    +
    +field link: bool = False
    +

    Whether to create a symbolic link instead of copying the file

    +
    +
    Validated by:
    +
      +
    • assert_has_wavespectra_accessor

    • +
    +
    +
    +
    +
    field location: SIDE [Required]
    @@ -22062,8 +22147,8 @@

    Physics#
    • dimensions = 2

    • strict_data_typing = False

    • -
    • serialize_numpy_array_to_json = <function pd_np_native_numpy_array_to_data_dict_serializer at 0x7fa9974d5120>

    • -
    • json_schema_from_type_data = <function pd_np_native_numpy_array_json_schema_from_type_data at 0x7fa99729e680>

    • +
    • serialize_numpy_array_to_json = <function pd_np_native_numpy_array_to_data_dict_serializer at 0x7f5e9212ce50>

    • +
    • json_schema_from_type_data = <function pd_np_native_numpy_array_json_schema_from_type_data at 0x7f5e91d697e0>

    • __module__ = pydantic_numpy.helper.annotation

    diff --git a/demo.html b/demo.html index a38544e3..3ac28841 100644 --- a/demo.html +++ b/demo.html @@ -489,7 +489,7 @@

    Thumbnails gallery -
    +
    SCHISM procedural example
    diff --git a/genindex.html b/genindex.html index 08b56c94..f07ef2ba 100644 --- a/genindex.html +++ b/genindex.html @@ -2030,12 +2030,20 @@

    L

  • lindsprdeg (rompy.schism.config.SchismCSIROConfig attribute)
  • - - +
    @@ -489,13 +489,13 @@

    rompy.schism.data.SCHISMData
    -field tides: SCHISMDataTides | None = None#
    +field tides: DataBlob | SCHISMDataTides | None = None#

    tidal data

    -field wave: SCHISMDataWave | None = None#
    +field wave: DataBlob | SCHISMDataWave | None = None#

    wave data

    diff --git a/schism/_generated/rompy.schism.data.SCHISMDataOcean.html b/schism/_generated/rompy.schism.data.SCHISMDataOcean.html index 05697122..7b3bb904 100644 --- a/schism/_generated/rompy.schism.data.SCHISMDataOcean.html +++ b/schism/_generated/rompy.schism.data.SCHISMDataOcean.html @@ -461,11 +461,11 @@

    rompy.schism.data.SCHISMDataOcean
    Fields:
    Validators:
    @@ -477,7 +477,7 @@

    rompy.schism.data.SCHISMDataOcean
    -field SAL_3D: SCHISMDataBoundary | None = None#
    +field SAL_3D: DataBlob | SCHISMDataBoundary | None = None#

    SAL_3D

    Validated by:
    @@ -491,7 +491,7 @@

    rompy.schism.data.SCHISMDataOcean
    -field TEM_3D: SCHISMDataBoundary | None = None#
    +field TEM_3D: DataBlob | SCHISMDataBoundary | None = None#

    TEM_3D

    Validated by:
    @@ -519,7 +519,7 @@

    rompy.schism.data.SCHISMDataOcean
    -field elev2D: SCHISMDataBoundary | None = None#
    +field elev2D: DataBlob | SCHISMDataBoundary | None = None#

    elev2D

    Validated by:
    @@ -533,7 +533,7 @@

    rompy.schism.data.SCHISMDataOcean
    -field uv3D: SCHISMDataBoundary | None = None#
    +field uv3D: DataBlob | SCHISMDataBoundary | None = None#

    uv3D

    Validated by:
    diff --git a/schism/_generated/rompy.schism.data.SCHISMDataSflux.html b/schism/_generated/rompy.schism.data.SCHISMDataSflux.html index 997574dc..9b83b2cb 100644 --- a/schism/_generated/rompy.schism.data.SCHISMDataSflux.html +++ b/schism/_generated/rompy.schism.data.SCHISMDataSflux.html @@ -460,13 +460,13 @@

    rompy.schism.data.SCHISMDataSflux
    Fields:
    Validators:
    @@ -477,7 +477,7 @@

    rompy.schism.data.SCHISMDataSflux
    -field air_1: SfluxAir = None#
    +field air_1: DataBlob | SfluxAir | None = None#

    sflux air source 1

    Validated by:
    @@ -490,7 +490,7 @@

    rompy.schism.data.SCHISMDataSflux
    -field air_2: SfluxAir = None#
    +field air_2: DataBlob | SfluxAir | None = None#

    sflux air source 2

    Validated by:
    @@ -516,7 +516,7 @@

    rompy.schism.data.SCHISMDataSflux
    -field prc_1: SfluxPrc = None#
    +field prc_1: DataBlob | SfluxPrc | None = None#

    sflux prc source 1

    Validated by:
    @@ -529,7 +529,7 @@

    rompy.schism.data.SCHISMDataSflux
    -field prc_2: SfluxPrc = None#
    +field prc_2: DataBlob | SfluxPrc | None = None#

    sflux prc source 2

    Validated by:
    @@ -542,7 +542,7 @@

    rompy.schism.data.SCHISMDataSflux
    -field rad_1: SfluxRad = None#
    +field rad_1: DataBlob | SfluxRad | None = None#

    sflux rad source 1

    Validated by:
    @@ -555,7 +555,7 @@

    rompy.schism.data.SCHISMDataSflux
    -field rad_2: SfluxRad = None#
    +field rad_2: DataBlob | SfluxRad | None = None#

    sflux rad source 2

    Validated by:
    diff --git a/searchindex.js b/searchindex.js index 9d4b9152..28a2b10e 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"API Documentation": [[12, "api-documentation"]], "Available source terms": [[19, "Available-source-terms"]], "Base": [[12, "base"], [12, "id13"], [228, "base"]], "Basic demonstration": [[17, "Basic-demonstration"]], "Bathy": [[26, "Bathy"]], "Biphase": [[233, "biphase"]], "Bottom friction": [[158, "bottom-friction"]], "Bottom friction components": [[19, "Bottom-friction-components"]], "Boundary": [[12, "boundary"], [12, "id4"], [12, "id10"], [12, "id16"], [13, "boundary"], [26, "Boundary"], [26, "id1"], [151, "boundary"], [229, "boundary"]], "Boundary and initial conditions": [[151, "boundary-and-initial-conditions"], [229, "boundary-and-initial-conditions"]], "Boundary segment along multiple sides": [[23, "Boundary-segment-along-multiple-sides"]], "Boundary segment along multiple sides with custom spacing": [[23, "Boundary-segment-along-multiple-sides-with-custom-spacing"]], "Boundary segment along multiple sides with parent spacing": [[23, "Boundary-segment-along-multiple-sides-with-parent-spacing"]], "Boundary segment along one side": [[23, "Boundary-segment-along-one-side"]], "Boundary side with IDW and TPAR files": [[24, "Boundary-side-with-IDW-and-TPAR-files"]], "Boundary side with nearest and SPEC2D files": [[24, "Boundary-side-with-nearest-and-SPEC2D-files"]], "Boundnest1 with IDW interpolation at all boundary points": [[22, "Boundnest1-with-IDW-interpolation-at-all-boundary-points"]], "Boundnest1 with custom spacing": [[22, "Boundnest1-with-custom-spacing"]], "Boundnest1 with nearest selection at all boundary points": [[22, "Boundnest1-with-nearest-selection-at-all-boundary-points"]], "Boundnest1 with spacing defined from the parent dataset": [[22, "Boundnest1-with-spacing-defined-from-the-parent-dataset"]], "Bragg scattering": [[158, "bragg-scattering"]], "CGRID": [[26, "CGRID"]], "COSINE": [[46, "cosine"]], "Cgrid": [[12, "cgrid"]], "Check results": [[20, "Check-results"]], "Check the workspace": [[25, "Check-the-workspace"], [26, "Check-the-workspace"], [27, "Check-the-workspace"]], "Command line interface": [[17, "Command-line-interface"]], "Components": [[160, "components"]], "Computational grid": [[152, "computational-grid"], [230, "computational-grid"]], "Config": [[12, "config"], [12, "id1"]], "Config Minimal": [[46, "config-minimal"]], "Config Object": [[46, "config-object"]], "Core Classes": [[12, "core-classes"]], "Core Concepts": [[13, "core-concepts"]], "Core objects": [[13, "core-objects"]], "Data": [[12, "data"], [12, "id3"], [13, "data"], [46, "data"], [160, "data"]], "Define rompy objects": [[22, "Define-rompy-objects"], [23, "Define-rompy-objects"], [24, "Define-rompy-objects"]], "Demonstration notebooks": [[14, "demonstration-notebooks"]], "Enum Types": [[238, "enum-types"]], "Examine components": [[27, "Examine-components"]], "Examples:": [[12, "examples"], [12, "id11"], [12, "id12"], [125, "examples"], [128, "examples"], [138, "examples"]], "Exemples": [[12, "exemples"], [72, "exemples"]], "Filters": [[12, "filters"]], "Forcing data": [[20, "Forcing-data"]], "Frontmatter": [[20, "Frontmatter"]], "Full Namelist Implementation": [[46, "full-namelist-implementation"]], "Full config object": [[20, "Full-config-object"]], "Generate workspace": [[20, "Generate-workspace"], [26, "Generate-workspace"]], "Generate workspaces": [[27, "Generate-workspaces"]], "Generating the INPUT file": [[21, "Generating-the-INPUT-file"]], "Generation": [[158, "generation"]], "Grid": [[12, "grid"], [12, "id2"], [13, "grid"], [160, "grid"]], "Grid reader": [[234, "grid-reader"]], "Gridded parameters": [[27, "Gridded-parameters"]], "Grids": [[46, "grids"]], "Group": [[12, "group"], [153, "group"]], "Helper functions": [[22, "Helper-functions"], [23, "Helper-functions"], [24, "Helper-functions"]], "How to subclass": [[12, "how-to-subclass"]], "ICM": [[46, "icm"]], "Ice": [[46, "ice"]], "Indices and tables": [[15, "indices-and-tables"]], "Initial conditions": [[26, "Initial-conditions"], [151, "initial-conditions"], [229, "initial-conditions"]], "Inpgrid": [[12, "inpgrid"]], "Input grids": [[26, "Input-grids"], [154, "input-grids"]], "Installation": [[29, "installation"]], "Instantiate config": [[26, "Instantiate-config"]], "Instantiate model": [[25, "Instantiate-model"], [27, "Instantiate-model"]], "Interface": [[160, "interface"]], "Limiter": [[158, "limiter"]], "Locations": [[157, "locations"]], "Lock-up": [[155, "lock-up"]], "Lockup": [[26, "Lockup"]], "Mix up hardcoded and rendered commands": [[21, "Mix-up-hardcoded-and-rendered-commands"]], "Model": [[12, "model"]], "Model Grid": [[20, "Model-Grid"], [26, "Model-Grid"]], "Model Run": [[13, "model-run"], [20, "Model-Run"]], "Model components": [[21, "Model-components"]], "Models": [[16, "models"]], "Mud dumping": [[158, "mud-dumping"]], "No nearest neighbours": [[24, "No-nearest-neighbours"]], "Numerics": [[12, "numerics"], [12, "id18"], [26, "Numerics"], [156, "numerics"], [231, "numerics"]], "Obstacle": [[158, "obstacle"]], "Ocean Boundary": [[20, "Ocean-Boundary"]], "Off": [[158, "off"]], "Output": [[26, "Output"], [157, "output"], [232, "output"]], "PHYSICS group component": [[19, "PHYSICS-group-component"]], "Param": [[46, "param"]], "Physics": [[12, "physics"], [12, "id17"], [26, "Physics"], [158, "physics"], [233, "physics"]], "Plot gridded Hs": [[25, "Plot-gridded-Hs"], [26, "Plot-gridded-Hs"]], "Plot gridded wind": [[25, "Plot-gridded-wind"], [26, "Plot-gridded-wind"]], "Plot hotfile": [[26, "Plot-hotfile"]], "Plot model depth": [[25, "Plot-model-depth"], [26, "Plot-model-depth"]], "Plot outputs": [[18, "Plot-outputs"], [25, "Plot-outputs"], [26, "Plot-outputs"], [27, "Plot-outputs"]], "Plot spectra": [[25, "Plot-spectra"], [26, "Plot-spectra"]], "Plot timeseries": [[25, "Plot-timeseries"], [26, "Plot-timeseries"]], "Propagation scheme": [[26, "Propagation-scheme"]], "QC config": [[25, "QC-config"]], "Quadruplet interactions": [[158, "quadruplet-interactions"]], "Quadruplets component": [[19, "Quadruplets-component"]], "Quickstart": [[29, "quickstart"]], "Readgrid": [[12, "readgrid"]], "Run SWAN": [[18, "Run-SWAN"]], "Run rompy": [[18, "Run-rompy"]], "Run schism": [[20, "Run-schism"]], "Run the model": [[25, "Run-the-model"], [25, "id1"], [26, "Run-the-model"], [27, "Run-the-model"]], "Running from configuration files.": [[20, "Running-from-configuration-files."]], "SCHISM": [[46, "schism"]], "SCHISM procedural example": [[20, "SCHISM-procedural-example"]], "SEDIMENT": [[46, "sediment"]], "ST6 presets": [[19, "ST6-presets"], [233, "st6-presets"]], "SWAN": [[160, "swan"]], "SWAN BOUNDNEST1": [[22, "SWAN-BOUNDNEST1"]], "SWAN BOUNDSPEC SEGMENT": [[23, "SWAN-BOUNDSPEC-SEGMENT"]], "SWAN BOUNDSPEC SIDE": [[24, "SWAN-BOUNDSPEC-SIDE"]], "SWAN Physics Components": [[19, "SWAN-Physics-Components"]], "SWAN components": [[26, "SWAN-components"]], "SWAN declarative example": [[25, "SWAN-declarative-example"]], "SWAN procedural example": [[26, "SWAN-procedural-example"]], "SWAN sensitivity example": [[27, "SWAN-sensitivity-example"]], "Scattering": [[158, "scattering"]], "Sea ice dissipation": [[158, "sea-ice-dissipation"]], "Sensitivity config": [[27, "Sensitivity-config"]], "Settings": [[157, "settings"]], "Sflux Data": [[20, "Sflux-Data"]], "Source terms": [[233, "source-terms"]], "Spectrum": [[12, "spectrum"], [13, "spectrum"], [235, "spectrum"]], "Startup": [[12, "startup"], [12, "id14"], [26, "Startup"], [159, "startup"], [236, "startup"]], "Subcomponents": [[160, "subcomponents"]], "Surfbeat": [[158, "surfbeat"]], "Swan classes": [[12, "swan-classes"]], "Swan components": [[12, "swan-components"]], "Swan subcomponents": [[12, "swan-subcomponents"]], "Swell dissipation": [[158, "swell-dissipation"]], "Swell dissipation and negative wind component": [[19, "Swell-dissipation-and-negative-wind-component"]], "Templates demonstration": [[28, "Templates-demonstration"]], "The render component method:": [[21, "The-render-component-method:"]], "Thumbnails gallery": [[14, "thumbnails-gallery"]], "Tidal data": [[20, "Tidal-data"]], "Time": [[12, "time"], [12, "id15"], [237, "time"]], "Times": [[26, "Times"]], "Transmission and reflection": [[233, "transmission-and-reflection"]], "Turbulent viscosity": [[158, "turbulent-viscosity"]], "Types": [[12, "types"], [12, "id5"], [160, "types"]], "Usage": [[29, "usage"]], "User-specified boundary points": [[23, "User-specified-boundary-points"]], "Vegetaion dumping": [[158, "vegetaion-dumping"]], "Wave": [[20, "Wave"]], "Wave breaking": [[158, "wave-breaking"]], "Wave breaking components": [[19, "Wave-breaking-components"]], "Wave diffraction": [[158, "wave-diffraction"]], "Wave generation component": [[19, "Wave-generation-component"]], "Wave setup": [[158, "wave-setup"]], "Wave spectra": [[27, "Wave-spectra"]], "Wave triads": [[158, "wave-triads"]], "Welcome to rompy\u2019s documentation!": [[15, "welcome-to-rompy-s-documentation"]], "Whitecapping": [[158, "whitecapping"]], "Whitecapping components": [[19, "Whitecapping-components"]], "Winds": [[26, "Winds"]], "Work with existing data": [[26, "Work-with-existing-data"]], "Working demonstration": [[18, "Working-demonstration"]], "Workspace basepath": [[20, "Workspace-basepath"], [26, "Workspace-basepath"], [27, "Workspace-basepath"]], "Write": [[157, "write"]], "Yaml config example": [[21, "Yaml-config-example"]], "rompy.core.BaseConfig": [[0, "rompy-core-baseconfig"]], "rompy.core.boundary.BoundaryWaveStation": [[1, "rompy-core-boundary-boundarywavestation"]], "rompy.core.boundary.SourceWavespectra": [[2, "rompy-core-boundary-sourcewavespectra"]], "rompy.core.data.DataBlob": [[3, "rompy-core-data-datablob"]], "rompy.core.data.DataGrid": [[4, "rompy-core-data-datagrid"]], "rompy.core.data.SourceBase": [[5, "rompy-core-data-sourcebase"]], "rompy.core.data.SourceFile": [[6, "rompy-core-data-sourcefile"]], "rompy.core.data.SourceIntake": [[7, "rompy-core-data-sourceintake"]], "rompy.core.grid.BaseGrid": [[8, "rompy-core-grid-basegrid"]], "rompy.core.grid.RegularGrid": [[9, "rompy-core-grid-regulargrid"]], "rompy.core.spectrum.LogFrequency": [[10, "rompy-core-spectrum-logfrequency"]], "rompy.model.ModelRun": [[11, "rompy-model-modelrun"]], "rompy.schism.config.SchismCSIROConfig": [[30, "rompy-schism-config-schismcsiroconfig"]], "rompy.schism.data.SCHISMData": [[31, "rompy-schism-data-schismdata"]], "rompy.schism.data.SCHISMDataBoundary": [[32, "rompy-schism-data-schismdataboundary"]], "rompy.schism.data.SCHISMDataOcean": [[33, "rompy-schism-data-schismdataocean"]], "rompy.schism.data.SCHISMDataSflux": [[34, "rompy-schism-data-schismdatasflux"]], "rompy.schism.data.SCHISMDataTides": [[35, "rompy-schism-data-schismdatatides"]], "rompy.schism.data.SCHISMDataWave": [[36, "rompy-schism-data-schismdatawave"]], "rompy.schism.data.SfluxAir": [[37, "rompy-schism-data-sfluxair"]], "rompy.schism.data.SfluxPrc": [[38, "rompy-schism-data-sfluxprc"]], "rompy.schism.data.SfluxRad": [[39, "rompy-schism-data-sfluxrad"]], "rompy.schism.data.SfluxSource": [[40, "rompy-schism-data-sfluxsource"]], "rompy.schism.namelists.cosine.COSINE": [[41, "rompy-schism-namelists-cosine-cosine"]], "rompy.schism.namelists.ice.ICE": [[42, "rompy-schism-namelists-ice-ice"]], "rompy.schism.namelists.icm.ICM": [[43, "rompy-schism-namelists-icm-icm"]], "rompy.schism.namelists.param.PARAM": [[44, "rompy-schism-namelists-param-param"]], "rompy.schism.namelists.sediment.SEDIMENT": [[45, "rompy-schism-namelists-sediment-sediment"]], "rompy.swan.boundary.Boundnest1": [[47, "rompy-swan-boundary-boundnest1"]], "rompy.swan.components.boundary.BOUNDNEST1": [[60, "rompy-swan-components-boundary-boundnest1"]], "rompy.swan.components.boundary.BOUNDNEST2": [[61, "rompy-swan-components-boundary-boundnest2"]], "rompy.swan.components.boundary.BOUNDNEST3": [[62, "rompy-swan-components-boundary-boundnest3"]], "rompy.swan.components.boundary.BOUNDSPEC": [[63, "rompy-swan-components-boundary-boundspec"]], "rompy.swan.components.boundary.INITIAL": [[64, "rompy-swan-components-boundary-initial"]], "rompy.swan.components.cgrid.CURVILINEAR": [[65, "rompy-swan-components-cgrid-curvilinear"]], "rompy.swan.components.cgrid.REGULAR": [[66, "rompy-swan-components-cgrid-regular"]], "rompy.swan.components.cgrid.UNSTRUCTURED": [[67, "rompy-swan-components-cgrid-unstructured"]], "rompy.swan.components.group.BaseGroupComponent": [[68, "rompy-swan-components-group-basegroupcomponent"]], "rompy.swan.components.group.INPGRIDS": [[69, "rompy-swan-components-group-inpgrids"]], "rompy.swan.components.group.LOCKUP": [[70, "rompy-swan-components-group-lockup"]], "rompy.swan.components.group.OUTPUT": [[71, "rompy-swan-components-group-output"]], "rompy.swan.components.group.PHYSICS": [[72, "rompy-swan-components-group-physics"]], "rompy.swan.components.group.STARTUP": [[73, "rompy-swan-components-group-startup"]], "rompy.swan.components.inpgrid.CURVILINEAR": [[74, "rompy-swan-components-inpgrid-curvilinear"]], "rompy.swan.components.inpgrid.ICE": [[75, "rompy-swan-components-inpgrid-ice"]], "rompy.swan.components.inpgrid.REGULAR": [[76, "rompy-swan-components-inpgrid-regular"]], "rompy.swan.components.inpgrid.UNSTRUCTURED": [[77, "rompy-swan-components-inpgrid-unstructured"]], "rompy.swan.components.inpgrid.WIND": [[78, "rompy-swan-components-inpgrid-wind"]], "rompy.swan.components.lockup.COMPUTE": [[79, "rompy-swan-components-lockup-compute"]], "rompy.swan.components.lockup.COMPUTE_NONSTAT": [[80, "rompy-swan-components-lockup-compute-nonstat"]], "rompy.swan.components.lockup.COMPUTE_STAT": [[81, "rompy-swan-components-lockup-compute-stat"]], "rompy.swan.components.lockup.HOTFILE": [[82, "rompy-swan-components-lockup-hotfile"]], "rompy.swan.components.lockup.STOP": [[83, "rompy-swan-components-lockup-stop"]], "rompy.swan.components.numerics.NUMERIC": [[84, "rompy-swan-components-numerics-numeric"]], "rompy.swan.components.numerics.PROP": [[85, "rompy-swan-components-numerics-prop"]], "rompy.swan.components.output.BLOCK": [[86, "rompy-swan-components-output-block"]], "rompy.swan.components.output.BaseLocation": [[87, "rompy-swan-components-output-baselocation"]], "rompy.swan.components.output.BaseWrite": [[88, "rompy-swan-components-output-basewrite"]], "rompy.swan.components.output.CURVE": [[89, "rompy-swan-components-output-curve"]], "rompy.swan.components.output.CURVES": [[90, "rompy-swan-components-output-curves"]], "rompy.swan.components.output.FRAME": [[91, "rompy-swan-components-output-frame"]], "rompy.swan.components.output.GROUP": [[92, "rompy-swan-components-output-group"]], "rompy.swan.components.output.ISOLINE": [[93, "rompy-swan-components-output-isoline"]], "rompy.swan.components.output.NESTOUT": [[94, "rompy-swan-components-output-nestout"]], "rompy.swan.components.output.NGRID": [[95, "rompy-swan-components-output-ngrid"]], "rompy.swan.components.output.NGRID_UNSTRUCTURED": [[96, "rompy-swan-components-output-ngrid-unstructured"]], "rompy.swan.components.output.OUTPUT_OPTIONS": [[97, "rompy-swan-components-output-output-options"]], "rompy.swan.components.output.POINTS": [[98, "rompy-swan-components-output-points"]], "rompy.swan.components.output.POINTS_FILE": [[99, "rompy-swan-components-output-points-file"]], "rompy.swan.components.output.QUANTITIES": [[100, "rompy-swan-components-output-quantities"]], "rompy.swan.components.output.QUANTITY": [[101, "rompy-swan-components-output-quantity"]], "rompy.swan.components.output.RAY": [[102, "rompy-swan-components-output-ray"]], "rompy.swan.components.output.SPECOUT": [[103, "rompy-swan-components-output-specout"]], "rompy.swan.components.output.TABLE": [[104, "rompy-swan-components-output-table"]], "rompy.swan.components.output.TEST": [[105, "rompy-swan-components-output-test"]], "rompy.swan.components.physics.BRAGG": [[106, "rompy-swan-components-physics-bragg"]], "rompy.swan.components.physics.BRAGG_FILE": [[107, "rompy-swan-components-physics-bragg-file"]], "rompy.swan.components.physics.BRAGG_FT": [[108, "rompy-swan-components-physics-bragg-ft"]], "rompy.swan.components.physics.BREAKING_BKD": [[109, "rompy-swan-components-physics-breaking-bkd"]], "rompy.swan.components.physics.BREAKING_CONSTANT": [[110, "rompy-swan-components-physics-breaking-constant"]], "rompy.swan.components.physics.DIFFRACTION": [[111, "rompy-swan-components-physics-diffraction"]], "rompy.swan.components.physics.FRICTION_COLLINS": [[112, "rompy-swan-components-physics-friction-collins"]], "rompy.swan.components.physics.FRICTION_JONSWAP": [[113, "rompy-swan-components-physics-friction-jonswap"]], "rompy.swan.components.physics.FRICTION_MADSEN": [[114, "rompy-swan-components-physics-friction-madsen"]], "rompy.swan.components.physics.FRICTION_RIPPLES": [[115, "rompy-swan-components-physics-friction-ripples"]], "rompy.swan.components.physics.GEN1": [[116, "rompy-swan-components-physics-gen1"]], "rompy.swan.components.physics.GEN2": [[117, "rompy-swan-components-physics-gen2"]], "rompy.swan.components.physics.GEN3": [[118, "rompy-swan-components-physics-gen3"]], "rompy.swan.components.physics.LIMITER": [[119, "rompy-swan-components-physics-limiter"]], "rompy.swan.components.physics.MUD": [[120, "rompy-swan-components-physics-mud"]], "rompy.swan.components.physics.NEGATINP": [[121, "rompy-swan-components-physics-negatinp"]], "rompy.swan.components.physics.OBSTACLE": [[122, "rompy-swan-components-physics-obstacle"]], "rompy.swan.components.physics.OBSTACLES": [[123, "rompy-swan-components-physics-obstacles"]], "rompy.swan.components.physics.OBSTACLE_FIG": [[124, "rompy-swan-components-physics-obstacle-fig"]], "rompy.swan.components.physics.OFF": [[125, "rompy-swan-components-physics-off"]], "rompy.swan.components.physics.OFFS": [[126, "rompy-swan-components-physics-offs"]], "rompy.swan.components.physics.QUADRUPL": [[127, "rompy-swan-components-physics-quadrupl"]], "rompy.swan.components.physics.SCAT": [[128, "rompy-swan-components-physics-scat"]], "rompy.swan.components.physics.SETUP": [[129, "rompy-swan-components-physics-setup"]], "rompy.swan.components.physics.SICE": [[130, "rompy-swan-components-physics-sice"]], "rompy.swan.components.physics.SICE_D15": [[131, "rompy-swan-components-physics-sice-d15"]], "rompy.swan.components.physics.SICE_M18": [[132, "rompy-swan-components-physics-sice-m18"]], "rompy.swan.components.physics.SICE_R19": [[133, "rompy-swan-components-physics-sice-r19"]], "rompy.swan.components.physics.SICE_R21B": [[134, "rompy-swan-components-physics-sice-r21b"]], "rompy.swan.components.physics.SSWELL_ARDHUIN": [[135, "rompy-swan-components-physics-sswell-ardhuin"]], "rompy.swan.components.physics.SSWELL_ROGERS": [[136, "rompy-swan-components-physics-sswell-rogers"]], "rompy.swan.components.physics.SSWELL_ZIEGER": [[137, "rompy-swan-components-physics-sswell-zieger"]], "rompy.swan.components.physics.SURFBEAT": [[138, "rompy-swan-components-physics-surfbeat"]], "rompy.swan.components.physics.TRIAD": [[139, "rompy-swan-components-physics-triad"]], "rompy.swan.components.physics.TRIAD_DCTA": [[140, "rompy-swan-components-physics-triad-dcta"]], "rompy.swan.components.physics.TRIAD_LTA": [[141, "rompy-swan-components-physics-triad-lta"]], "rompy.swan.components.physics.TRIAD_SPB": [[142, "rompy-swan-components-physics-triad-spb"]], "rompy.swan.components.physics.TURBULENCE": [[143, "rompy-swan-components-physics-turbulence"]], "rompy.swan.components.physics.VEGETATION": [[144, "rompy-swan-components-physics-vegetation"]], "rompy.swan.components.physics.WCAPPING_AB": [[145, "rompy-swan-components-physics-wcapping-ab"]], "rompy.swan.components.physics.WCAPPING_KOMEN": [[146, "rompy-swan-components-physics-wcapping-komen"]], "rompy.swan.components.startup.COORDINATES": [[147, "rompy-swan-components-startup-coordinates"]], "rompy.swan.components.startup.MODE": [[148, "rompy-swan-components-startup-mode"]], "rompy.swan.components.startup.PROJECT": [[149, "rompy-swan-components-startup-project"]], "rompy.swan.components.startup.SET": [[150, "rompy-swan-components-startup-set"]], "rompy.swan.data.SwanDataGrid": [[48, "rompy-swan-data-swandatagrid"]], "rompy.swan.grid.SwanGrid": [[49, "rompy-swan-grid-swangrid"]], "rompy.swan.interface.BoundaryInterface": [[50, "rompy-swan-interface-boundaryinterface"]], "rompy.swan.interface.DataInterface": [[51, "rompy-swan-interface-datainterface"]], "rompy.swan.interface.LockupInterface": [[52, "rompy-swan-interface-lockupinterface"]], "rompy.swan.interface.OutputInterface": [[53, "rompy-swan-interface-outputinterface"]], "rompy.swan.subcomponents.base.IJ": [[161, "rompy-swan-subcomponents-base-ij"]], "rompy.swan.subcomponents.base.XY": [[162, "rompy-swan-subcomponents-base-xy"]], "rompy.swan.subcomponents.boundary.CONSTANTFILE": [[163, "rompy-swan-subcomponents-boundary-constantfile"]], "rompy.swan.subcomponents.boundary.CONSTANTPAR": [[164, "rompy-swan-subcomponents-boundary-constantpar"]], "rompy.swan.subcomponents.boundary.DEFAULT": [[165, "rompy-swan-subcomponents-boundary-default"]], "rompy.swan.subcomponents.boundary.HOTMULTIPLE": [[166, "rompy-swan-subcomponents-boundary-hotmultiple"]], "rompy.swan.subcomponents.boundary.HOTSINGLE": [[167, "rompy-swan-subcomponents-boundary-hotsingle"]], "rompy.swan.subcomponents.boundary.PAR": [[168, "rompy-swan-subcomponents-boundary-par"]], "rompy.swan.subcomponents.boundary.SEGMENT": [[169, "rompy-swan-subcomponents-boundary-segment"]], "rompy.swan.subcomponents.boundary.SIDE": [[170, "rompy-swan-subcomponents-boundary-side"]], "rompy.swan.subcomponents.boundary.VARIABLEFILE": [[171, "rompy-swan-subcomponents-boundary-variablefile"]], "rompy.swan.subcomponents.boundary.VARIABLEPAR": [[172, "rompy-swan-subcomponents-boundary-variablepar"]], "rompy.swan.subcomponents.boundary.ZERO": [[173, "rompy-swan-subcomponents-boundary-zero"]], "rompy.swan.subcomponents.numerics.ACCUR": [[174, "rompy-swan-subcomponents-numerics-accur"]], "rompy.swan.subcomponents.numerics.BSBT": [[175, "rompy-swan-subcomponents-numerics-bsbt"]], "rompy.swan.subcomponents.numerics.CSIGMA": [[176, "rompy-swan-subcomponents-numerics-csigma"]], "rompy.swan.subcomponents.numerics.CTHETA": [[177, "rompy-swan-subcomponents-numerics-ctheta"]], "rompy.swan.subcomponents.numerics.DIRIMPL": [[178, "rompy-swan-subcomponents-numerics-dirimpl"]], "rompy.swan.subcomponents.numerics.GSE": [[179, "rompy-swan-subcomponents-numerics-gse"]], "rompy.swan.subcomponents.numerics.NONSTAT": [[180, "rompy-swan-subcomponents-numerics-nonstat"]], "rompy.swan.subcomponents.numerics.SETUP": [[181, "rompy-swan-subcomponents-numerics-setup"]], "rompy.swan.subcomponents.numerics.SIGIMPL": [[182, "rompy-swan-subcomponents-numerics-sigimpl"]], "rompy.swan.subcomponents.numerics.STAT": [[183, "rompy-swan-subcomponents-numerics-stat"]], "rompy.swan.subcomponents.numerics.STOPC": [[184, "rompy-swan-subcomponents-numerics-stopc"]], "rompy.swan.subcomponents.output.ABS": [[185, "rompy-swan-subcomponents-output-abs"]], "rompy.swan.subcomponents.output.REL": [[186, "rompy-swan-subcomponents-output-rel"]], "rompy.swan.subcomponents.output.SPEC1D": [[187, "rompy-swan-subcomponents-output-spec1d"]], "rompy.swan.subcomponents.output.SPEC2D": [[188, "rompy-swan-subcomponents-output-spec2d"]], "rompy.swan.subcomponents.physics.DANGREMOND": [[189, "rompy-swan-subcomponents-physics-dangremond"]], "rompy.swan.subcomponents.physics.DEWIT": [[190, "rompy-swan-subcomponents-physics-dewit"]], "rompy.swan.subcomponents.physics.ELDEBERKY": [[191, "rompy-swan-subcomponents-physics-eldeberky"]], "rompy.swan.subcomponents.physics.FREEBOARD": [[192, "rompy-swan-subcomponents-physics-freeboard"]], "rompy.swan.subcomponents.physics.GODA": [[193, "rompy-swan-subcomponents-physics-goda"]], "rompy.swan.subcomponents.physics.JANSSEN": [[194, "rompy-swan-subcomponents-physics-janssen"]], "rompy.swan.subcomponents.physics.KOMEN": [[195, "rompy-swan-subcomponents-physics-komen"]], "rompy.swan.subcomponents.physics.LINE": [[196, "rompy-swan-subcomponents-physics-line"]], "rompy.swan.subcomponents.physics.RDIFF": [[197, "rompy-swan-subcomponents-physics-rdiff"]], "rompy.swan.subcomponents.physics.REFL": [[198, "rompy-swan-subcomponents-physics-refl"]], "rompy.swan.subcomponents.physics.RSPEC": [[199, "rompy-swan-subcomponents-physics-rspec"]], "rompy.swan.subcomponents.physics.ST6": [[200, "rompy-swan-subcomponents-physics-st6"]], "rompy.swan.subcomponents.physics.ST6C1": [[201, "rompy-swan-subcomponents-physics-st6c1"]], "rompy.swan.subcomponents.physics.ST6C2": [[202, "rompy-swan-subcomponents-physics-st6c2"]], "rompy.swan.subcomponents.physics.ST6C3": [[203, "rompy-swan-subcomponents-physics-st6c3"]], "rompy.swan.subcomponents.physics.ST6C4": [[204, "rompy-swan-subcomponents-physics-st6c4"]], "rompy.swan.subcomponents.physics.ST6C5": [[205, "rompy-swan-subcomponents-physics-st6c5"]], "rompy.swan.subcomponents.physics.TRANS1D": [[206, "rompy-swan-subcomponents-physics-trans1d"]], "rompy.swan.subcomponents.physics.TRANS2D": [[207, "rompy-swan-subcomponents-physics-trans2d"]], "rompy.swan.subcomponents.physics.TRANSM": [[208, "rompy-swan-subcomponents-physics-transm"]], "rompy.swan.subcomponents.physics.WESTHUYSEN": [[209, "rompy-swan-subcomponents-physics-westhuysen"]], "rompy.swan.subcomponents.readgrid.GRIDREGULAR": [[210, "rompy-swan-subcomponents-readgrid-gridregular"]], "rompy.swan.subcomponents.readgrid.READCOORD": [[211, "rompy-swan-subcomponents-readgrid-readcoord"]], "rompy.swan.subcomponents.readgrid.READINP": [[212, "rompy-swan-subcomponents-readgrid-readinp"]], "rompy.swan.subcomponents.spectrum.BIN": [[213, "rompy-swan-subcomponents-spectrum-bin"]], "rompy.swan.subcomponents.spectrum.GAUSS": [[214, "rompy-swan-subcomponents-spectrum-gauss"]], "rompy.swan.subcomponents.spectrum.JONSWAP": [[215, "rompy-swan-subcomponents-spectrum-jonswap"]], "rompy.swan.subcomponents.spectrum.PM": [[216, "rompy-swan-subcomponents-spectrum-pm"]], "rompy.swan.subcomponents.spectrum.SHAPESPEC": [[217, "rompy-swan-subcomponents-spectrum-shapespec"]], "rompy.swan.subcomponents.spectrum.SPECTRUM": [[218, "rompy-swan-subcomponents-spectrum-spectrum"]], "rompy.swan.subcomponents.spectrum.TMA": [[219, "rompy-swan-subcomponents-spectrum-tma"]], "rompy.swan.subcomponents.startup.CARTESIAN": [[220, "rompy-swan-subcomponents-startup-cartesian"]], "rompy.swan.subcomponents.startup.SPHERICAL": [[221, "rompy-swan-subcomponents-startup-spherical"]], "rompy.swan.subcomponents.time.Delt": [[222, "rompy-swan-subcomponents-time-delt"]], "rompy.swan.subcomponents.time.NONSTATIONARY": [[223, "rompy-swan-subcomponents-time-nonstationary"]], "rompy.swan.subcomponents.time.STATIONARY": [[224, "rompy-swan-subcomponents-time-stationary"]], "rompy.swan.subcomponents.time.Time": [[225, "rompy-swan-subcomponents-time-time"]], "rompy.swan.subcomponents.time.TimeRangeClosed": [[226, "rompy-swan-subcomponents-time-timerangeclosed"]], "rompy.swan.subcomponents.time.TimeRangeOpen": [[227, "rompy-swan-subcomponents-time-timerangeopen"]], "rompy.swan.types.BlockOptions": [[54, "rompy-swan-types-blockoptions"]], "rompy.swan.types.BoundShapeOptions": [[55, "rompy-swan-types-boundshapeoptions"]], "rompy.swan.types.GridOptions": [[56, "rompy-swan-types-gridoptions"]], "rompy.swan.types.IDLA": [[57, "rompy-swan-types-idla"]], "rompy.swan.types.PhysicsOff": [[58, "rompy-swan-types-physicsoff"]], "rompy.swan.types.SideOptions": [[59, "rompy-swan-types-sideoptions"]]}, "docnames": ["_generated/rompy.core.BaseConfig", "_generated/rompy.core.boundary.BoundaryWaveStation", "_generated/rompy.core.boundary.SourceWavespectra", "_generated/rompy.core.data.DataBlob", "_generated/rompy.core.data.DataGrid", "_generated/rompy.core.data.SourceBase", "_generated/rompy.core.data.SourceFile", "_generated/rompy.core.data.SourceIntake", "_generated/rompy.core.grid.BaseGrid", "_generated/rompy.core.grid.RegularGrid", "_generated/rompy.core.spectrum.LogFrequency", "_generated/rompy.model.ModelRun", "api", "core_concepts", "demo", "index", "models", "notebooks/demo", "notebooks/oceanum_example", "notebooks/physics", "notebooks/schism_procedural", "notebooks/swan-config-components", "notebooks/swan/boundary/boundnest1", "notebooks/swan/boundary/boundspec_segment", "notebooks/swan/boundary/boundspec_side", "notebooks/swan/example_declarative", "notebooks/swan/example_procedural", "notebooks/swan/example_sensitivity", "notebooks/templates_demo", "quickstart", "schism/_generated/rompy.schism.config.SchismCSIROConfig", "schism/_generated/rompy.schism.data.SCHISMData", "schism/_generated/rompy.schism.data.SCHISMDataBoundary", "schism/_generated/rompy.schism.data.SCHISMDataOcean", "schism/_generated/rompy.schism.data.SCHISMDataSflux", "schism/_generated/rompy.schism.data.SCHISMDataTides", "schism/_generated/rompy.schism.data.SCHISMDataWave", "schism/_generated/rompy.schism.data.SfluxAir", "schism/_generated/rompy.schism.data.SfluxPrc", "schism/_generated/rompy.schism.data.SfluxRad", "schism/_generated/rompy.schism.data.SfluxSource", "schism/_generated/rompy.schism.namelists.cosine.COSINE", "schism/_generated/rompy.schism.namelists.ice.ICE", "schism/_generated/rompy.schism.namelists.icm.ICM", "schism/_generated/rompy.schism.namelists.param.PARAM", "schism/_generated/rompy.schism.namelists.sediment.SEDIMENT", "schism/index", "swan/_generated/rompy.swan.boundary.Boundnest1", "swan/_generated/rompy.swan.data.SwanDataGrid", "swan/_generated/rompy.swan.grid.SwanGrid", "swan/_generated/rompy.swan.interface.BoundaryInterface", "swan/_generated/rompy.swan.interface.DataInterface", "swan/_generated/rompy.swan.interface.LockupInterface", "swan/_generated/rompy.swan.interface.OutputInterface", "swan/_generated/rompy.swan.types.BlockOptions", "swan/_generated/rompy.swan.types.BoundShapeOptions", "swan/_generated/rompy.swan.types.GridOptions", "swan/_generated/rompy.swan.types.IDLA", "swan/_generated/rompy.swan.types.PhysicsOff", "swan/_generated/rompy.swan.types.SideOptions", "swan/components/_generated/rompy.swan.components.boundary.BOUNDNEST1", "swan/components/_generated/rompy.swan.components.boundary.BOUNDNEST2", "swan/components/_generated/rompy.swan.components.boundary.BOUNDNEST3", "swan/components/_generated/rompy.swan.components.boundary.BOUNDSPEC", "swan/components/_generated/rompy.swan.components.boundary.INITIAL", "swan/components/_generated/rompy.swan.components.cgrid.CURVILINEAR", "swan/components/_generated/rompy.swan.components.cgrid.REGULAR", "swan/components/_generated/rompy.swan.components.cgrid.UNSTRUCTURED", "swan/components/_generated/rompy.swan.components.group.BaseGroupComponent", "swan/components/_generated/rompy.swan.components.group.INPGRIDS", "swan/components/_generated/rompy.swan.components.group.LOCKUP", "swan/components/_generated/rompy.swan.components.group.OUTPUT", "swan/components/_generated/rompy.swan.components.group.PHYSICS", "swan/components/_generated/rompy.swan.components.group.STARTUP", "swan/components/_generated/rompy.swan.components.inpgrid.CURVILINEAR", "swan/components/_generated/rompy.swan.components.inpgrid.ICE", "swan/components/_generated/rompy.swan.components.inpgrid.REGULAR", "swan/components/_generated/rompy.swan.components.inpgrid.UNSTRUCTURED", "swan/components/_generated/rompy.swan.components.inpgrid.WIND", "swan/components/_generated/rompy.swan.components.lockup.COMPUTE", "swan/components/_generated/rompy.swan.components.lockup.COMPUTE_NONSTAT", "swan/components/_generated/rompy.swan.components.lockup.COMPUTE_STAT", "swan/components/_generated/rompy.swan.components.lockup.HOTFILE", "swan/components/_generated/rompy.swan.components.lockup.STOP", "swan/components/_generated/rompy.swan.components.numerics.NUMERIC", "swan/components/_generated/rompy.swan.components.numerics.PROP", "swan/components/_generated/rompy.swan.components.output.BLOCK", "swan/components/_generated/rompy.swan.components.output.BaseLocation", "swan/components/_generated/rompy.swan.components.output.BaseWrite", "swan/components/_generated/rompy.swan.components.output.CURVE", "swan/components/_generated/rompy.swan.components.output.CURVES", "swan/components/_generated/rompy.swan.components.output.FRAME", "swan/components/_generated/rompy.swan.components.output.GROUP", "swan/components/_generated/rompy.swan.components.output.ISOLINE", "swan/components/_generated/rompy.swan.components.output.NESTOUT", "swan/components/_generated/rompy.swan.components.output.NGRID", "swan/components/_generated/rompy.swan.components.output.NGRID_UNSTRUCTURED", "swan/components/_generated/rompy.swan.components.output.OUTPUT_OPTIONS", "swan/components/_generated/rompy.swan.components.output.POINTS", "swan/components/_generated/rompy.swan.components.output.POINTS_FILE", "swan/components/_generated/rompy.swan.components.output.QUANTITIES", "swan/components/_generated/rompy.swan.components.output.QUANTITY", "swan/components/_generated/rompy.swan.components.output.RAY", "swan/components/_generated/rompy.swan.components.output.SPECOUT", "swan/components/_generated/rompy.swan.components.output.TABLE", "swan/components/_generated/rompy.swan.components.output.TEST", "swan/components/_generated/rompy.swan.components.physics.BRAGG", "swan/components/_generated/rompy.swan.components.physics.BRAGG_FILE", "swan/components/_generated/rompy.swan.components.physics.BRAGG_FT", "swan/components/_generated/rompy.swan.components.physics.BREAKING_BKD", "swan/components/_generated/rompy.swan.components.physics.BREAKING_CONSTANT", "swan/components/_generated/rompy.swan.components.physics.DIFFRACTION", "swan/components/_generated/rompy.swan.components.physics.FRICTION_COLLINS", "swan/components/_generated/rompy.swan.components.physics.FRICTION_JONSWAP", "swan/components/_generated/rompy.swan.components.physics.FRICTION_MADSEN", "swan/components/_generated/rompy.swan.components.physics.FRICTION_RIPPLES", "swan/components/_generated/rompy.swan.components.physics.GEN1", "swan/components/_generated/rompy.swan.components.physics.GEN2", "swan/components/_generated/rompy.swan.components.physics.GEN3", "swan/components/_generated/rompy.swan.components.physics.LIMITER", "swan/components/_generated/rompy.swan.components.physics.MUD", "swan/components/_generated/rompy.swan.components.physics.NEGATINP", "swan/components/_generated/rompy.swan.components.physics.OBSTACLE", "swan/components/_generated/rompy.swan.components.physics.OBSTACLES", "swan/components/_generated/rompy.swan.components.physics.OBSTACLE_FIG", "swan/components/_generated/rompy.swan.components.physics.OFF", "swan/components/_generated/rompy.swan.components.physics.OFFS", "swan/components/_generated/rompy.swan.components.physics.QUADRUPL", "swan/components/_generated/rompy.swan.components.physics.SCAT", "swan/components/_generated/rompy.swan.components.physics.SETUP", "swan/components/_generated/rompy.swan.components.physics.SICE", "swan/components/_generated/rompy.swan.components.physics.SICE_D15", "swan/components/_generated/rompy.swan.components.physics.SICE_M18", "swan/components/_generated/rompy.swan.components.physics.SICE_R19", "swan/components/_generated/rompy.swan.components.physics.SICE_R21B", "swan/components/_generated/rompy.swan.components.physics.SSWELL_ARDHUIN", "swan/components/_generated/rompy.swan.components.physics.SSWELL_ROGERS", "swan/components/_generated/rompy.swan.components.physics.SSWELL_ZIEGER", "swan/components/_generated/rompy.swan.components.physics.SURFBEAT", "swan/components/_generated/rompy.swan.components.physics.TRIAD", "swan/components/_generated/rompy.swan.components.physics.TRIAD_DCTA", "swan/components/_generated/rompy.swan.components.physics.TRIAD_LTA", "swan/components/_generated/rompy.swan.components.physics.TRIAD_SPB", "swan/components/_generated/rompy.swan.components.physics.TURBULENCE", "swan/components/_generated/rompy.swan.components.physics.VEGETATION", "swan/components/_generated/rompy.swan.components.physics.WCAPPING_AB", "swan/components/_generated/rompy.swan.components.physics.WCAPPING_KOMEN", "swan/components/_generated/rompy.swan.components.startup.COORDINATES", "swan/components/_generated/rompy.swan.components.startup.MODE", "swan/components/_generated/rompy.swan.components.startup.PROJECT", "swan/components/_generated/rompy.swan.components.startup.SET", "swan/components/boundary", "swan/components/cgrid", "swan/components/group", "swan/components/inpgrid", "swan/components/lockup", "swan/components/numerics", "swan/components/output", "swan/components/physics", "swan/components/startup", "swan/index", "swan/subcomponents/_generated/rompy.swan.subcomponents.base.IJ", "swan/subcomponents/_generated/rompy.swan.subcomponents.base.XY", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.CONSTANTFILE", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.CONSTANTPAR", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.DEFAULT", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.HOTMULTIPLE", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.HOTSINGLE", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.PAR", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.SEGMENT", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.SIDE", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.VARIABLEFILE", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.VARIABLEPAR", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.ZERO", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.ACCUR", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.BSBT", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.CSIGMA", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.CTHETA", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.DIRIMPL", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.GSE", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.NONSTAT", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.SETUP", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.SIGIMPL", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.STAT", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.STOPC", "swan/subcomponents/_generated/rompy.swan.subcomponents.output.ABS", "swan/subcomponents/_generated/rompy.swan.subcomponents.output.REL", "swan/subcomponents/_generated/rompy.swan.subcomponents.output.SPEC1D", "swan/subcomponents/_generated/rompy.swan.subcomponents.output.SPEC2D", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.DANGREMOND", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.DEWIT", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ELDEBERKY", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.FREEBOARD", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.GODA", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.JANSSEN", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.KOMEN", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.LINE", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.RDIFF", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.REFL", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.RSPEC", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C1", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C2", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C3", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C4", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C5", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.TRANS1D", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.TRANS2D", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.TRANSM", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.WESTHUYSEN", "swan/subcomponents/_generated/rompy.swan.subcomponents.readgrid.GRIDREGULAR", "swan/subcomponents/_generated/rompy.swan.subcomponents.readgrid.READCOORD", "swan/subcomponents/_generated/rompy.swan.subcomponents.readgrid.READINP", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.BIN", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.GAUSS", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.JONSWAP", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.PM", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.SHAPESPEC", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.SPECTRUM", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.TMA", "swan/subcomponents/_generated/rompy.swan.subcomponents.startup.CARTESIAN", "swan/subcomponents/_generated/rompy.swan.subcomponents.startup.SPHERICAL", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.Delt", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.NONSTATIONARY", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.STATIONARY", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.Time", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.TimeRangeClosed", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.TimeRangeOpen", "swan/subcomponents/base", "swan/subcomponents/boundary", "swan/subcomponents/cgrid", "swan/subcomponents/numerics", "swan/subcomponents/output", "swan/subcomponents/physics", "swan/subcomponents/readgrid", "swan/subcomponents/spectrum", "swan/subcomponents/startup", "swan/subcomponents/time", "swan/types"], "envversion": {"nbsphinx": 4, "sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.viewcode": 1}, "filenames": ["_generated/rompy.core.BaseConfig.rst", "_generated/rompy.core.boundary.BoundaryWaveStation.rst", "_generated/rompy.core.boundary.SourceWavespectra.rst", "_generated/rompy.core.data.DataBlob.rst", "_generated/rompy.core.data.DataGrid.rst", "_generated/rompy.core.data.SourceBase.rst", "_generated/rompy.core.data.SourceFile.rst", "_generated/rompy.core.data.SourceIntake.rst", "_generated/rompy.core.grid.BaseGrid.rst", "_generated/rompy.core.grid.RegularGrid.rst", "_generated/rompy.core.spectrum.LogFrequency.rst", "_generated/rompy.model.ModelRun.rst", "api.rst", "core_concepts.rst", "demo.rst", "index.rst", "models.rst", "notebooks/demo.ipynb", "notebooks/oceanum_example.ipynb", "notebooks/physics.ipynb", "notebooks/schism_procedural.ipynb", "notebooks/swan-config-components.ipynb", "notebooks/swan/boundary/boundnest1.ipynb", "notebooks/swan/boundary/boundspec_segment.ipynb", "notebooks/swan/boundary/boundspec_side.ipynb", "notebooks/swan/example_declarative.ipynb", "notebooks/swan/example_procedural.ipynb", "notebooks/swan/example_sensitivity.ipynb", "notebooks/templates_demo.ipynb", "quickstart.rst", "schism/_generated/rompy.schism.config.SchismCSIROConfig.rst", "schism/_generated/rompy.schism.data.SCHISMData.rst", "schism/_generated/rompy.schism.data.SCHISMDataBoundary.rst", "schism/_generated/rompy.schism.data.SCHISMDataOcean.rst", "schism/_generated/rompy.schism.data.SCHISMDataSflux.rst", "schism/_generated/rompy.schism.data.SCHISMDataTides.rst", "schism/_generated/rompy.schism.data.SCHISMDataWave.rst", "schism/_generated/rompy.schism.data.SfluxAir.rst", "schism/_generated/rompy.schism.data.SfluxPrc.rst", "schism/_generated/rompy.schism.data.SfluxRad.rst", "schism/_generated/rompy.schism.data.SfluxSource.rst", "schism/_generated/rompy.schism.namelists.cosine.COSINE.rst", "schism/_generated/rompy.schism.namelists.ice.ICE.rst", "schism/_generated/rompy.schism.namelists.icm.ICM.rst", "schism/_generated/rompy.schism.namelists.param.PARAM.rst", "schism/_generated/rompy.schism.namelists.sediment.SEDIMENT.rst", "schism/index.rst", "swan/_generated/rompy.swan.boundary.Boundnest1.rst", "swan/_generated/rompy.swan.data.SwanDataGrid.rst", "swan/_generated/rompy.swan.grid.SwanGrid.rst", "swan/_generated/rompy.swan.interface.BoundaryInterface.rst", "swan/_generated/rompy.swan.interface.DataInterface.rst", "swan/_generated/rompy.swan.interface.LockupInterface.rst", "swan/_generated/rompy.swan.interface.OutputInterface.rst", "swan/_generated/rompy.swan.types.BlockOptions.rst", "swan/_generated/rompy.swan.types.BoundShapeOptions.rst", "swan/_generated/rompy.swan.types.GridOptions.rst", "swan/_generated/rompy.swan.types.IDLA.rst", "swan/_generated/rompy.swan.types.PhysicsOff.rst", "swan/_generated/rompy.swan.types.SideOptions.rst", "swan/components/_generated/rompy.swan.components.boundary.BOUNDNEST1.rst", "swan/components/_generated/rompy.swan.components.boundary.BOUNDNEST2.rst", "swan/components/_generated/rompy.swan.components.boundary.BOUNDNEST3.rst", "swan/components/_generated/rompy.swan.components.boundary.BOUNDSPEC.rst", "swan/components/_generated/rompy.swan.components.boundary.INITIAL.rst", "swan/components/_generated/rompy.swan.components.cgrid.CURVILINEAR.rst", "swan/components/_generated/rompy.swan.components.cgrid.REGULAR.rst", "swan/components/_generated/rompy.swan.components.cgrid.UNSTRUCTURED.rst", "swan/components/_generated/rompy.swan.components.group.BaseGroupComponent.rst", "swan/components/_generated/rompy.swan.components.group.INPGRIDS.rst", "swan/components/_generated/rompy.swan.components.group.LOCKUP.rst", "swan/components/_generated/rompy.swan.components.group.OUTPUT.rst", "swan/components/_generated/rompy.swan.components.group.PHYSICS.rst", "swan/components/_generated/rompy.swan.components.group.STARTUP.rst", "swan/components/_generated/rompy.swan.components.inpgrid.CURVILINEAR.rst", "swan/components/_generated/rompy.swan.components.inpgrid.ICE.rst", "swan/components/_generated/rompy.swan.components.inpgrid.REGULAR.rst", "swan/components/_generated/rompy.swan.components.inpgrid.UNSTRUCTURED.rst", "swan/components/_generated/rompy.swan.components.inpgrid.WIND.rst", "swan/components/_generated/rompy.swan.components.lockup.COMPUTE.rst", "swan/components/_generated/rompy.swan.components.lockup.COMPUTE_NONSTAT.rst", "swan/components/_generated/rompy.swan.components.lockup.COMPUTE_STAT.rst", "swan/components/_generated/rompy.swan.components.lockup.HOTFILE.rst", "swan/components/_generated/rompy.swan.components.lockup.STOP.rst", "swan/components/_generated/rompy.swan.components.numerics.NUMERIC.rst", "swan/components/_generated/rompy.swan.components.numerics.PROP.rst", "swan/components/_generated/rompy.swan.components.output.BLOCK.rst", "swan/components/_generated/rompy.swan.components.output.BaseLocation.rst", "swan/components/_generated/rompy.swan.components.output.BaseWrite.rst", "swan/components/_generated/rompy.swan.components.output.CURVE.rst", "swan/components/_generated/rompy.swan.components.output.CURVES.rst", "swan/components/_generated/rompy.swan.components.output.FRAME.rst", "swan/components/_generated/rompy.swan.components.output.GROUP.rst", "swan/components/_generated/rompy.swan.components.output.ISOLINE.rst", "swan/components/_generated/rompy.swan.components.output.NESTOUT.rst", "swan/components/_generated/rompy.swan.components.output.NGRID.rst", "swan/components/_generated/rompy.swan.components.output.NGRID_UNSTRUCTURED.rst", "swan/components/_generated/rompy.swan.components.output.OUTPUT_OPTIONS.rst", "swan/components/_generated/rompy.swan.components.output.POINTS.rst", "swan/components/_generated/rompy.swan.components.output.POINTS_FILE.rst", "swan/components/_generated/rompy.swan.components.output.QUANTITIES.rst", "swan/components/_generated/rompy.swan.components.output.QUANTITY.rst", "swan/components/_generated/rompy.swan.components.output.RAY.rst", "swan/components/_generated/rompy.swan.components.output.SPECOUT.rst", "swan/components/_generated/rompy.swan.components.output.TABLE.rst", "swan/components/_generated/rompy.swan.components.output.TEST.rst", "swan/components/_generated/rompy.swan.components.physics.BRAGG.rst", "swan/components/_generated/rompy.swan.components.physics.BRAGG_FILE.rst", "swan/components/_generated/rompy.swan.components.physics.BRAGG_FT.rst", "swan/components/_generated/rompy.swan.components.physics.BREAKING_BKD.rst", "swan/components/_generated/rompy.swan.components.physics.BREAKING_CONSTANT.rst", "swan/components/_generated/rompy.swan.components.physics.DIFFRACTION.rst", "swan/components/_generated/rompy.swan.components.physics.FRICTION_COLLINS.rst", "swan/components/_generated/rompy.swan.components.physics.FRICTION_JONSWAP.rst", "swan/components/_generated/rompy.swan.components.physics.FRICTION_MADSEN.rst", "swan/components/_generated/rompy.swan.components.physics.FRICTION_RIPPLES.rst", "swan/components/_generated/rompy.swan.components.physics.GEN1.rst", "swan/components/_generated/rompy.swan.components.physics.GEN2.rst", "swan/components/_generated/rompy.swan.components.physics.GEN3.rst", "swan/components/_generated/rompy.swan.components.physics.LIMITER.rst", "swan/components/_generated/rompy.swan.components.physics.MUD.rst", "swan/components/_generated/rompy.swan.components.physics.NEGATINP.rst", "swan/components/_generated/rompy.swan.components.physics.OBSTACLE.rst", "swan/components/_generated/rompy.swan.components.physics.OBSTACLES.rst", "swan/components/_generated/rompy.swan.components.physics.OBSTACLE_FIG.rst", "swan/components/_generated/rompy.swan.components.physics.OFF.rst", "swan/components/_generated/rompy.swan.components.physics.OFFS.rst", "swan/components/_generated/rompy.swan.components.physics.QUADRUPL.rst", "swan/components/_generated/rompy.swan.components.physics.SCAT.rst", "swan/components/_generated/rompy.swan.components.physics.SETUP.rst", "swan/components/_generated/rompy.swan.components.physics.SICE.rst", "swan/components/_generated/rompy.swan.components.physics.SICE_D15.rst", "swan/components/_generated/rompy.swan.components.physics.SICE_M18.rst", "swan/components/_generated/rompy.swan.components.physics.SICE_R19.rst", "swan/components/_generated/rompy.swan.components.physics.SICE_R21B.rst", "swan/components/_generated/rompy.swan.components.physics.SSWELL_ARDHUIN.rst", "swan/components/_generated/rompy.swan.components.physics.SSWELL_ROGERS.rst", "swan/components/_generated/rompy.swan.components.physics.SSWELL_ZIEGER.rst", "swan/components/_generated/rompy.swan.components.physics.SURFBEAT.rst", "swan/components/_generated/rompy.swan.components.physics.TRIAD.rst", "swan/components/_generated/rompy.swan.components.physics.TRIAD_DCTA.rst", "swan/components/_generated/rompy.swan.components.physics.TRIAD_LTA.rst", "swan/components/_generated/rompy.swan.components.physics.TRIAD_SPB.rst", "swan/components/_generated/rompy.swan.components.physics.TURBULENCE.rst", "swan/components/_generated/rompy.swan.components.physics.VEGETATION.rst", "swan/components/_generated/rompy.swan.components.physics.WCAPPING_AB.rst", "swan/components/_generated/rompy.swan.components.physics.WCAPPING_KOMEN.rst", "swan/components/_generated/rompy.swan.components.startup.COORDINATES.rst", "swan/components/_generated/rompy.swan.components.startup.MODE.rst", "swan/components/_generated/rompy.swan.components.startup.PROJECT.rst", "swan/components/_generated/rompy.swan.components.startup.SET.rst", "swan/components/boundary.rst", "swan/components/cgrid.rst", "swan/components/group.rst", "swan/components/inpgrid.rst", "swan/components/lockup.rst", "swan/components/numerics.rst", "swan/components/output.rst", "swan/components/physics.rst", "swan/components/startup.rst", "swan/index.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.base.IJ.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.base.XY.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.CONSTANTFILE.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.CONSTANTPAR.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.DEFAULT.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.HOTMULTIPLE.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.HOTSINGLE.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.PAR.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.SEGMENT.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.SIDE.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.VARIABLEFILE.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.VARIABLEPAR.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.ZERO.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.ACCUR.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.BSBT.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.CSIGMA.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.CTHETA.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.DIRIMPL.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.GSE.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.NONSTAT.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.SETUP.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.SIGIMPL.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.STAT.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.STOPC.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.output.ABS.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.output.REL.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.output.SPEC1D.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.output.SPEC2D.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.DANGREMOND.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.DEWIT.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ELDEBERKY.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.FREEBOARD.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.GODA.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.JANSSEN.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.KOMEN.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.LINE.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.RDIFF.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.REFL.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.RSPEC.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C1.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C2.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C3.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C4.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C5.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.TRANS1D.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.TRANS2D.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.TRANSM.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.WESTHUYSEN.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.readgrid.GRIDREGULAR.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.readgrid.READCOORD.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.readgrid.READINP.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.BIN.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.GAUSS.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.JONSWAP.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.PM.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.SHAPESPEC.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.SPECTRUM.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.TMA.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.startup.CARTESIAN.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.startup.SPHERICAL.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.Delt.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.NONSTATIONARY.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.STATIONARY.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.Time.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.TimeRangeClosed.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.TimeRangeOpen.rst", "swan/subcomponents/base.rst", "swan/subcomponents/boundary.rst", "swan/subcomponents/cgrid.rst", "swan/subcomponents/numerics.rst", "swan/subcomponents/output.rst", "swan/subcomponents/physics.rst", "swan/subcomponents/readgrid.rst", "swan/subcomponents/spectrum.rst", "swan/subcomponents/startup.rst", "swan/subcomponents/time.rst", "swan/types.rst"], "indexentries": {"__init__() (rompy.swan.types.blockoptions method)": [[54, "rompy.swan.types.BlockOptions.__init__", false]], "__init__() (rompy.swan.types.boundshapeoptions method)": [[55, "rompy.swan.types.BoundShapeOptions.__init__", false]], "__init__() (rompy.swan.types.gridoptions method)": [[56, "rompy.swan.types.GridOptions.__init__", false]], "__init__() (rompy.swan.types.idla method)": [[57, "rompy.swan.types.IDLA.__init__", false]], "__init__() (rompy.swan.types.physicsoff method)": [[58, "rompy.swan.types.PhysicsOff.__init__", false]], "__init__() (rompy.swan.types.sideoptions method)": [[59, "rompy.swan.types.SideOptions.__init__", false]], "a (rompy.swan.components.physics.triad attribute)": [[139, "rompy.swan.components.physics.TRIAD.a", false]], "a (rompy.swan.components.physics.triad_spb attribute)": [[142, "rompy.swan.components.physics.TRIAD_SPB.a", false]], "a (rompy.swan.subcomponents.physics.janssen attribute)": [[194, "rompy.swan.subcomponents.physics.JANSSEN.a", false]], "a (rompy.swan.subcomponents.physics.komen attribute)": [[195, "rompy.swan.subcomponents.physics.KOMEN.a", false]], "a (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.a", false]], "a (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.a", false]], "a (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.a", false]], "a (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.a", false]], "a (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.a", false]], "a (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.a", false]], "a (rompy.swan.subcomponents.physics.westhuysen attribute)": [[209, "rompy.swan.subcomponents.physics.WESTHUYSEN.a", false]], "a1 (rompy.swan.components.physics.breaking_bkd attribute)": [[109, "rompy.swan.components.physics.BREAKING_BKD.a1", false]], "a1sds (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.a1sds", false]], "a1sds (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.a1sds", false]], "a1sds (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.a1sds", false]], "a1sds (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.a1sds", false]], "a1sds (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.a1sds", false]], "a1sds (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.a1sds", false]], "a2 (rompy.swan.components.physics.breaking_bkd attribute)": [[109, "rompy.swan.components.physics.BREAKING_BKD.a2", false]], "a2sds (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.a2sds", false]], "a2sds (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.a2sds", false]], "a2sds (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.a2sds", false]], "a2sds (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.a2sds", false]], "a2sds (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.a2sds", false]], "a2sds (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.a2sds", false]], "a3 (rompy.swan.components.physics.breaking_bkd attribute)": [[109, "rompy.swan.components.physics.BREAKING_BKD.a3", false]], "ac (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.ac", false]], "add_earth_tidal (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.add_earth_tidal", false]], "agrow (rompy.swan.subcomponents.physics.janssen attribute)": [[194, "rompy.swan.subcomponents.physics.JANSSEN.agrow", false]], "agrow (rompy.swan.subcomponents.physics.komen attribute)": [[195, "rompy.swan.subcomponents.physics.KOMEN.agrow", false]], "agrow (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.agrow", false]], "agrow (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.agrow", false]], "agrow (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.agrow", false]], "agrow (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.agrow", false]], "agrow (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.agrow", false]], "agrow (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.agrow", false]], "agrow (rompy.swan.subcomponents.physics.westhuysen attribute)": [[209, "rompy.swan.subcomponents.physics.WESTHUYSEN.agrow", false]], "aice (rompy.swan.components.inpgrid.ice attribute)": [[75, "rompy.swan.components.inpgrid.ICE.aice", false]], "aice (rompy.swan.components.physics.sice attribute)": [[130, "rompy.swan.components.physics.SICE.aice", false]], "aice (rompy.swan.components.physics.sice_d15 attribute)": [[131, "rompy.swan.components.physics.SICE_D15.aice", false]], "aice (rompy.swan.components.physics.sice_m18 attribute)": [[132, "rompy.swan.components.physics.SICE_M18.aice", false]], "aice (rompy.swan.components.physics.sice_r19 attribute)": [[133, "rompy.swan.components.physics.SICE_R19.aice", false]], "aice (rompy.swan.components.physics.sice_r21b attribute)": [[134, "rompy.swan.components.physics.SICE_R21B.aice", false]], "aice (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.AICE", false]], "aice (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.AICE", false]], "air_1 (rompy.schism.data.schismdatasflux attribute)": [[34, "rompy.schism.data.SCHISMDataSflux.air_1", false]], "air_2 (rompy.schism.data.schismdatasflux attribute)": [[34, "rompy.schism.data.SCHISMDataSflux.air_2", false]], "alfa (rompy.swan.subcomponents.numerics.stat attribute)": [[183, "rompy.swan.subcomponents.numerics.STAT.alfa", false]], "alp (rompy.swan.subcomponents.readgrid.gridregular attribute)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.alp", false]], "alpha (rompy.swan.components.physics.breaking_bkd attribute)": [[109, "rompy.swan.components.physics.BREAKING_BKD.alpha", false]], "alpha (rompy.swan.components.physics.breaking_constant attribute)": [[110, "rompy.swan.components.physics.BREAKING_CONSTANT.alpha", false]], "alpha (rompy.swan.components.physics.scat attribute)": [[128, "rompy.swan.components.physics.SCAT.alpha", false]], "alpha (rompy.swan.subcomponents.physics.goda attribute)": [[193, "rompy.swan.subcomponents.physics.GODA.alpha", false]], "alpha1 (rompy.swan.components.physics.obstacle_fig attribute)": [[124, "rompy.swan.components.physics.OBSTACLE_FIG.alpha1", false]], "alpinp (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.alpinp", false]], "assert_has_wavespectra_accessor() (rompy.core.boundary.boundarywavestation method)": [[1, "rompy.core.boundary.BoundaryWaveStation.assert_has_wavespectra_accessor", false]], "at_least_one() (rompy.swan.components.output.test method)": [[105, "rompy.swan.components.output.TEST.at_least_one", false]], "atmos (rompy.schism.data.schismdata attribute)": [[31, "rompy.schism.data.SCHISMData.atmos", false]], "b (rompy.swan.components.physics.triad attribute)": [[139, "rompy.swan.components.physics.TRIAD.b", false]], "b (rompy.swan.components.physics.triad_spb attribute)": [[142, "rompy.swan.components.physics.TRIAD_SPB.b", false]], "b1 (rompy.swan.components.physics.sswell_zieger attribute)": [[137, "rompy.swan.components.physics.SSWELL_ZIEGER.b1", false]], "bag (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.bag", false]], "bbox() (rompy.core.grid.basegrid method)": [[8, "rompy.core.grid.BaseGrid.bbox", false]], "beta (rompy.swan.subcomponents.physics.goda attribute)": [[193, "rompy.swan.subcomponents.physics.GODA.beta", false]], "bfi (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.BFI", false]], "bin (rompy.swan.types.boundshapeoptions attribute)": [[55, "rompy.swan.types.BoundShapeOptions.BIN", false]], "biphase (rompy.swan.components.physics.triad_dcta attribute)": [[140, "rompy.swan.components.physics.TRIAD_DCTA.biphase", false]], "biphase (rompy.swan.components.physics.triad_lta attribute)": [[141, "rompy.swan.components.physics.TRIAD_LTA.biphase", false]], "biphase (rompy.swan.components.physics.triad_spb attribute)": [[142, "rompy.swan.components.physics.TRIAD_SPB.biphase", false]], "bk (rompy.swan.subcomponents.physics.dangremond attribute)": [[189, "rompy.swan.subcomponents.physics.DANGREMOND.Bk", false]], "block (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.block", false]], "block_with_frame_or_group() (rompy.swan.components.group.output method)": [[71, "rompy.swan.components.group.OUTPUT.block_with_frame_or_group", false]], "blockoptions (class in rompy.swan.types)": [[54, "rompy.swan.types.BlockOptions", false]], "bndchk (rompy.swan.types.physicsoff attribute)": [[58, "rompy.swan.types.PhysicsOff.BNDCHK", false]], "botlev (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.BOTLEV", false]], "bottom (rompy.swan.interface.datainterface attribute)": [[51, "rompy.swan.interface.DataInterface.bottom", false]], "bottom (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.BOTTOM", false]], "boundary() (rompy.core.grid.basegrid method)": [[8, "rompy.core.grid.BaseGrid.boundary", false]], "boundary() (rompy.swan.grid.swangrid method)": [[49, "rompy.swan.grid.SwanGrid.boundary", false]], "boundary_ds() (rompy.schism.data.schismdataboundary method)": [[32, "rompy.schism.data.SCHISMDataBoundary.boundary_ds", false]], "boundary_points() (rompy.core.grid.basegrid method)": [[8, "rompy.core.grid.BaseGrid.boundary_points", false]], "boundshapeoptions (class in rompy.swan.types)": [[55, "rompy.swan.types.BoundShapeOptions", false]], "br (rompy.swan.components.physics.wcapping_ab attribute)": [[145, "rompy.swan.components.physics.WCAPPING_AB.br", false]], "br (rompy.swan.subcomponents.physics.westhuysen attribute)": [[209, "rompy.swan.subcomponents.physics.WESTHUYSEN.br", false]], "bragg (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.bragg", false]], "brcryn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.brcrYN", false]], "breaking (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.breaking", false]], "breaking (rompy.swan.types.physicsoff attribute)": [[58, "rompy.swan.types.PhysicsOff.BREAKING", false]], "buffer (rompy.core.data.datagrid attribute)": [[4, "rompy.core.data.DataGrid.buffer", false]], "buffer (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.buffer", false]], "buffer (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.buffer", false]], "c0 (rompy.swan.components.physics.sice_r19 attribute)": [[133, "rompy.swan.components.physics.SICE_R19.c0", false]], "c1 (rompy.swan.components.physics.sice_r19 attribute)": [[133, "rompy.swan.components.physics.SICE_R19.c1", false]], "c2 (rompy.swan.components.physics.sice_r19 attribute)": [[133, "rompy.swan.components.physics.SICE_R19.c2", false]], "c3 (rompy.swan.components.physics.sice_r19 attribute)": [[133, "rompy.swan.components.physics.SICE_R19.c3", false]], "c4 (rompy.swan.components.physics.sice_r19 attribute)": [[133, "rompy.swan.components.physics.SICE_R19.c4", false]], "c5 (rompy.swan.components.physics.sice_r19 attribute)": [[133, "rompy.swan.components.physics.SICE_R19.c5", false]], "c6 (rompy.swan.components.physics.sice_r19 attribute)": [[133, "rompy.swan.components.physics.SICE_R19.c6", false]], "catalog (rompy.core.data.sourceintake property)": [[7, "rompy.core.data.SourceIntake.catalog", false]], "catalog_uri (rompy.core.data.sourceintake attribute)": [[7, "rompy.core.data.SourceIntake.catalog_uri", false]], "catalog_yaml (rompy.core.data.sourceintake attribute)": [[7, "rompy.core.data.SourceIntake.catalog_yaml", false]], "cdcap (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.cdcap", false]], "cdd (rompy.swan.subcomponents.numerics.dirimpl attribute)": [[178, "rompy.swan.subcomponents.numerics.DIRIMPL.cdd", false]], "cdfac (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.cdfac", false]], "cdfac (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.cdfac", false]], "cdfac (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.cdfac", false]], "cdfac (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.cdfac", false]], "cdfac (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.cdfac", false]], "cdfac (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.cdfac", false]], "cdrag (rompy.swan.components.physics.gen1 attribute)": [[116, "rompy.swan.components.physics.GEN1.cdrag", false]], "cdrag (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.cdrag", false]], "cds1 (rompy.swan.subcomponents.physics.janssen attribute)": [[194, "rompy.swan.subcomponents.physics.JANSSEN.cds1", false]], "cds2 (rompy.swan.components.physics.wcapping_ab attribute)": [[145, "rompy.swan.components.physics.WCAPPING_AB.cds2", false]], "cds2 (rompy.swan.components.physics.wcapping_komen attribute)": [[146, "rompy.swan.components.physics.WCAPPING_KOMEN.cds2", false]], "cds2 (rompy.swan.subcomponents.physics.komen attribute)": [[195, "rompy.swan.subcomponents.physics.KOMEN.cds2", false]], "cds2 (rompy.swan.subcomponents.physics.westhuysen attribute)": [[209, "rompy.swan.subcomponents.physics.WESTHUYSEN.cds2", false]], "cds3 (rompy.swan.components.physics.wcapping_ab attribute)": [[145, "rompy.swan.components.physics.WCAPPING_AB.cds3", false]], "cdsv (rompy.swan.components.physics.sswell_ardhuin attribute)": [[135, "rompy.swan.components.physics.SSWELL_ARDHUIN.cdsv", false]], "cdsv (rompy.swan.components.physics.sswell_rogers attribute)": [[136, "rompy.swan.components.physics.SSWELL_ROGERS.cdsv", false]], "cf10 (rompy.swan.components.physics.gen1 attribute)": [[116, "rompy.swan.components.physics.GEN1.cf10", false]], "cf10 (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.cf10", false]], "cf20 (rompy.swan.components.physics.gen1 attribute)": [[116, "rompy.swan.components.physics.GEN1.cf20", false]], "cf20 (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.cf20", false]], "cf30 (rompy.swan.components.physics.gen1 attribute)": [[116, "rompy.swan.components.physics.GEN1.cf30", false]], "cf30 (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.cf30", false]], "cf40 (rompy.swan.components.physics.gen1 attribute)": [[116, "rompy.swan.components.physics.GEN1.cf40", false]], "cf40 (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.cf40", false]], "cf50 (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.cf50", false]], "cf60 (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.cf60", false]], "cfjon (rompy.swan.components.physics.friction_jonswap attribute)": [[113, "rompy.swan.components.physics.FRICTION_JONSWAP.cfjon", false]], "cfl (rompy.swan.subcomponents.numerics.csigma attribute)": [[176, "rompy.swan.subcomponents.numerics.CSIGMA.cfl", false]], "cfl (rompy.swan.subcomponents.numerics.ctheta attribute)": [[177, "rompy.swan.subcomponents.numerics.CTHETA.cfl", false]], "cfpm (rompy.swan.components.physics.gen1 attribute)": [[116, "rompy.swan.components.physics.GEN1.cfpm", false]], "cfpm (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.cfpm", false]], "cfw (rompy.swan.components.physics.friction_collins attribute)": [[112, "rompy.swan.components.physics.FRICTION_COLLINS.cfw", false]], "cgmod (rompy.swan.components.physics.diffraction attribute)": [[111, "rompy.swan.components.physics.DIFFRACTION.cgmod", false]], "cgpp (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.CGPP", false]], "cgrid (rompy.swan.grid.swangrid property)": [[49, "rompy.swan.grid.SwanGrid.cgrid", false]], "cgrid_read (rompy.swan.grid.swangrid property)": [[49, "rompy.swan.grid.SwanGrid.cgrid_read", false]], "check_catalog() (rompy.core.data.sourceintake method)": [[7, "rompy.core.data.SourceIntake.check_catalog", false]], "check_direction_definition() (rompy.swan.subcomponents.spectrum.spectrum class method)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.check_direction_definition", false]], "check_fname_required() (rompy.swan.components.cgrid.unstructured method)": [[67, "rompy.swan.components.cgrid.UNSTRUCTURED.check_fname_required", false]], "check_frequency_definition() (rompy.swan.subcomponents.spectrum.spectrum method)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.check_frequency_definition", false]], "check_length() (rompy.swan.subcomponents.physics.line method)": [[196, "rompy.swan.subcomponents.physics.LINE.check_length", false]], "check_weights() (rompy.schism.data.schismdatasflux method)": [[34, "rompy.schism.data.SCHISMDataSflux.check_weights", false]], "checkout (rompy.core.baseconfig attribute)": [[0, "rompy.core.BaseConfig.checkout", false]], "chf (rompy.swan.components.physics.sice_d15 attribute)": [[131, "rompy.swan.components.physics.SICE_D15.chf", false]], "chf (rompy.swan.components.physics.sice_m18 attribute)": [[132, "rompy.swan.components.physics.SICE_M18.chf", false]], "chf (rompy.swan.components.physics.sice_r21b attribute)": [[134, "rompy.swan.components.physics.SICE_R21B.chf", false]], "cmd() (rompy.swan.components.boundary.boundnest1 method)": [[60, "rompy.swan.components.boundary.BOUNDNEST1.cmd", false]], "cmd() (rompy.swan.components.boundary.boundnest2 method)": [[61, "rompy.swan.components.boundary.BOUNDNEST2.cmd", false]], "cmd() (rompy.swan.components.boundary.boundnest3 method)": [[62, "rompy.swan.components.boundary.BOUNDNEST3.cmd", false]], "cmd() (rompy.swan.components.boundary.boundspec method)": [[63, "rompy.swan.components.boundary.BOUNDSPEC.cmd", false]], "cmd() (rompy.swan.components.boundary.initial method)": [[64, "rompy.swan.components.boundary.INITIAL.cmd", false]], "cmd() (rompy.swan.components.cgrid.curvilinear method)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.cmd", false]], "cmd() (rompy.swan.components.cgrid.regular method)": [[66, "rompy.swan.components.cgrid.REGULAR.cmd", false]], "cmd() (rompy.swan.components.cgrid.unstructured method)": [[67, "rompy.swan.components.cgrid.UNSTRUCTURED.cmd", false]], "cmd() (rompy.swan.components.group.inpgrids method)": [[69, "rompy.swan.components.group.INPGRIDS.cmd", false]], "cmd() (rompy.swan.components.group.lockup method)": [[70, "rompy.swan.components.group.LOCKUP.cmd", false]], "cmd() (rompy.swan.components.group.output method)": [[71, "rompy.swan.components.group.OUTPUT.cmd", false]], "cmd() (rompy.swan.components.group.physics method)": [[72, "rompy.swan.components.group.PHYSICS.cmd", false]], "cmd() (rompy.swan.components.group.startup method)": [[73, "rompy.swan.components.group.STARTUP.cmd", false]], "cmd() (rompy.swan.components.inpgrid.curvilinear method)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.cmd", false]], "cmd() (rompy.swan.components.inpgrid.ice method)": [[75, "rompy.swan.components.inpgrid.ICE.cmd", false]], "cmd() (rompy.swan.components.inpgrid.regular method)": [[76, "rompy.swan.components.inpgrid.REGULAR.cmd", false]], "cmd() (rompy.swan.components.inpgrid.unstructured method)": [[77, "rompy.swan.components.inpgrid.UNSTRUCTURED.cmd", false]], "cmd() (rompy.swan.components.inpgrid.wind method)": [[78, "rompy.swan.components.inpgrid.WIND.cmd", false]], "cmd() (rompy.swan.components.lockup.compute method)": [[79, "rompy.swan.components.lockup.COMPUTE.cmd", false]], "cmd() (rompy.swan.components.lockup.compute_nonstat method)": [[80, "rompy.swan.components.lockup.COMPUTE_NONSTAT.cmd", false]], "cmd() (rompy.swan.components.lockup.compute_stat method)": [[81, "rompy.swan.components.lockup.COMPUTE_STAT.cmd", false]], "cmd() (rompy.swan.components.lockup.hotfile method)": [[82, "rompy.swan.components.lockup.HOTFILE.cmd", false]], "cmd() (rompy.swan.components.lockup.stop method)": [[83, "rompy.swan.components.lockup.STOP.cmd", false]], "cmd() (rompy.swan.components.numerics.numeric method)": [[84, "rompy.swan.components.numerics.NUMERIC.cmd", false]], "cmd() (rompy.swan.components.numerics.prop method)": [[85, "rompy.swan.components.numerics.PROP.cmd", false]], "cmd() (rompy.swan.components.output.baselocation method)": [[87, "rompy.swan.components.output.BaseLocation.cmd", false]], "cmd() (rompy.swan.components.output.basewrite method)": [[88, "rompy.swan.components.output.BaseWrite.cmd", false]], "cmd() (rompy.swan.components.output.block method)": [[86, "rompy.swan.components.output.BLOCK.cmd", false]], "cmd() (rompy.swan.components.output.curve method)": [[89, "rompy.swan.components.output.CURVE.cmd", false]], "cmd() (rompy.swan.components.output.curves method)": [[90, "rompy.swan.components.output.CURVES.cmd", false]], "cmd() (rompy.swan.components.output.frame method)": [[91, "rompy.swan.components.output.FRAME.cmd", false]], "cmd() (rompy.swan.components.output.group method)": [[92, "rompy.swan.components.output.GROUP.cmd", false]], "cmd() (rompy.swan.components.output.isoline method)": [[93, "rompy.swan.components.output.ISOLINE.cmd", false]], "cmd() (rompy.swan.components.output.nestout method)": [[94, "rompy.swan.components.output.NESTOUT.cmd", false]], "cmd() (rompy.swan.components.output.ngrid method)": [[95, "rompy.swan.components.output.NGRID.cmd", false]], "cmd() (rompy.swan.components.output.ngrid_unstructured method)": [[96, "rompy.swan.components.output.NGRID_UNSTRUCTURED.cmd", false]], "cmd() (rompy.swan.components.output.output_options method)": [[97, "rompy.swan.components.output.OUTPUT_OPTIONS.cmd", false]], "cmd() (rompy.swan.components.output.points method)": [[98, "rompy.swan.components.output.POINTS.cmd", false]], "cmd() (rompy.swan.components.output.points_file method)": [[99, "rompy.swan.components.output.POINTS_FILE.cmd", false]], "cmd() (rompy.swan.components.output.quantities method)": [[100, "rompy.swan.components.output.QUANTITIES.cmd", false]], "cmd() (rompy.swan.components.output.quantity method)": [[101, "rompy.swan.components.output.QUANTITY.cmd", false]], "cmd() (rompy.swan.components.output.ray method)": [[102, "rompy.swan.components.output.RAY.cmd", false]], "cmd() (rompy.swan.components.output.specout method)": [[103, "rompy.swan.components.output.SPECOUT.cmd", false]], "cmd() (rompy.swan.components.output.table method)": [[104, "rompy.swan.components.output.TABLE.cmd", false]], "cmd() (rompy.swan.components.output.test method)": [[105, "rompy.swan.components.output.TEST.cmd", false]], "cmd() (rompy.swan.components.physics.bragg method)": [[106, "rompy.swan.components.physics.BRAGG.cmd", false]], "cmd() (rompy.swan.components.physics.bragg_file method)": [[107, "rompy.swan.components.physics.BRAGG_FILE.cmd", false]], "cmd() (rompy.swan.components.physics.bragg_ft method)": [[108, "rompy.swan.components.physics.BRAGG_FT.cmd", false]], "cmd() (rompy.swan.components.physics.breaking_bkd method)": [[109, "rompy.swan.components.physics.BREAKING_BKD.cmd", false]], "cmd() (rompy.swan.components.physics.breaking_constant method)": [[110, "rompy.swan.components.physics.BREAKING_CONSTANT.cmd", false]], "cmd() (rompy.swan.components.physics.diffraction method)": [[111, "rompy.swan.components.physics.DIFFRACTION.cmd", false]], "cmd() (rompy.swan.components.physics.friction_collins method)": [[112, "rompy.swan.components.physics.FRICTION_COLLINS.cmd", false]], "cmd() (rompy.swan.components.physics.friction_jonswap method)": [[113, "rompy.swan.components.physics.FRICTION_JONSWAP.cmd", false]], "cmd() (rompy.swan.components.physics.friction_madsen method)": [[114, "rompy.swan.components.physics.FRICTION_MADSEN.cmd", false]], "cmd() (rompy.swan.components.physics.friction_ripples method)": [[115, "rompy.swan.components.physics.FRICTION_RIPPLES.cmd", false]], "cmd() (rompy.swan.components.physics.gen1 method)": [[116, "rompy.swan.components.physics.GEN1.cmd", false]], "cmd() (rompy.swan.components.physics.gen2 method)": [[117, "rompy.swan.components.physics.GEN2.cmd", false]], "cmd() (rompy.swan.components.physics.gen3 method)": [[118, "rompy.swan.components.physics.GEN3.cmd", false]], "cmd() (rompy.swan.components.physics.limiter method)": [[119, "rompy.swan.components.physics.LIMITER.cmd", false]], "cmd() (rompy.swan.components.physics.mud method)": [[120, "rompy.swan.components.physics.MUD.cmd", false]], "cmd() (rompy.swan.components.physics.negatinp method)": [[121, "rompy.swan.components.physics.NEGATINP.cmd", false]], "cmd() (rompy.swan.components.physics.obstacle method)": [[122, "rompy.swan.components.physics.OBSTACLE.cmd", false]], "cmd() (rompy.swan.components.physics.obstacle_fig method)": [[124, "rompy.swan.components.physics.OBSTACLE_FIG.cmd", false]], "cmd() (rompy.swan.components.physics.obstacles method)": [[123, "rompy.swan.components.physics.OBSTACLES.cmd", false]], "cmd() (rompy.swan.components.physics.off method)": [[125, "rompy.swan.components.physics.OFF.cmd", false]], "cmd() (rompy.swan.components.physics.offs method)": [[126, "rompy.swan.components.physics.OFFS.cmd", false]], "cmd() (rompy.swan.components.physics.quadrupl method)": [[127, "rompy.swan.components.physics.QUADRUPL.cmd", false]], "cmd() (rompy.swan.components.physics.scat method)": [[128, "rompy.swan.components.physics.SCAT.cmd", false]], "cmd() (rompy.swan.components.physics.setup method)": [[129, "rompy.swan.components.physics.SETUP.cmd", false]], "cmd() (rompy.swan.components.physics.sice method)": [[130, "rompy.swan.components.physics.SICE.cmd", false]], "cmd() (rompy.swan.components.physics.sice_d15 method)": [[131, "rompy.swan.components.physics.SICE_D15.cmd", false]], "cmd() (rompy.swan.components.physics.sice_m18 method)": [[132, "rompy.swan.components.physics.SICE_M18.cmd", false]], "cmd() (rompy.swan.components.physics.sice_r19 method)": [[133, "rompy.swan.components.physics.SICE_R19.cmd", false]], "cmd() (rompy.swan.components.physics.sice_r21b method)": [[134, "rompy.swan.components.physics.SICE_R21B.cmd", false]], "cmd() (rompy.swan.components.physics.sswell_ardhuin method)": [[135, "rompy.swan.components.physics.SSWELL_ARDHUIN.cmd", false]], "cmd() (rompy.swan.components.physics.sswell_rogers method)": [[136, "rompy.swan.components.physics.SSWELL_ROGERS.cmd", false]], "cmd() (rompy.swan.components.physics.sswell_zieger method)": [[137, "rompy.swan.components.physics.SSWELL_ZIEGER.cmd", false]], "cmd() (rompy.swan.components.physics.surfbeat method)": [[138, "rompy.swan.components.physics.SURFBEAT.cmd", false]], "cmd() (rompy.swan.components.physics.triad method)": [[139, "rompy.swan.components.physics.TRIAD.cmd", false]], "cmd() (rompy.swan.components.physics.triad_dcta method)": [[140, "rompy.swan.components.physics.TRIAD_DCTA.cmd", false]], "cmd() (rompy.swan.components.physics.triad_lta method)": [[141, "rompy.swan.components.physics.TRIAD_LTA.cmd", false]], "cmd() (rompy.swan.components.physics.triad_spb method)": [[142, "rompy.swan.components.physics.TRIAD_SPB.cmd", false]], "cmd() (rompy.swan.components.physics.turbulence method)": [[143, "rompy.swan.components.physics.TURBULENCE.cmd", false]], "cmd() (rompy.swan.components.physics.vegetation method)": [[144, "rompy.swan.components.physics.VEGETATION.cmd", false]], "cmd() (rompy.swan.components.physics.wcapping_ab method)": [[145, "rompy.swan.components.physics.WCAPPING_AB.cmd", false]], "cmd() (rompy.swan.components.physics.wcapping_komen method)": [[146, "rompy.swan.components.physics.WCAPPING_KOMEN.cmd", false]], "cmd() (rompy.swan.components.startup.coordinates method)": [[147, "rompy.swan.components.startup.COORDINATES.cmd", false]], "cmd() (rompy.swan.components.startup.mode method)": [[148, "rompy.swan.components.startup.MODE.cmd", false]], "cmd() (rompy.swan.components.startup.project method)": [[149, "rompy.swan.components.startup.PROJECT.cmd", false]], "cmd() (rompy.swan.components.startup.set method)": [[150, "rompy.swan.components.startup.SET.cmd", false]], "cmd() (rompy.swan.subcomponents.base.ij method)": [[161, "rompy.swan.subcomponents.base.IJ.cmd", false]], "cmd() (rompy.swan.subcomponents.base.xy method)": [[162, "rompy.swan.subcomponents.base.XY.cmd", false]], "cmd() (rompy.swan.subcomponents.boundary.constantfile method)": [[163, "rompy.swan.subcomponents.boundary.CONSTANTFILE.cmd", false]], "cmd() (rompy.swan.subcomponents.boundary.constantpar method)": [[164, "rompy.swan.subcomponents.boundary.CONSTANTPAR.cmd", false]], "cmd() (rompy.swan.subcomponents.boundary.hotmultiple method)": [[166, "rompy.swan.subcomponents.boundary.HOTMULTIPLE.cmd", false]], "cmd() (rompy.swan.subcomponents.boundary.hotsingle method)": [[167, "rompy.swan.subcomponents.boundary.HOTSINGLE.cmd", false]], "cmd() (rompy.swan.subcomponents.boundary.par method)": [[168, "rompy.swan.subcomponents.boundary.PAR.cmd", false]], "cmd() (rompy.swan.subcomponents.boundary.segment method)": [[169, "rompy.swan.subcomponents.boundary.SEGMENT.cmd", false]], "cmd() (rompy.swan.subcomponents.boundary.side method)": [[170, "rompy.swan.subcomponents.boundary.SIDE.cmd", false]], "cmd() (rompy.swan.subcomponents.boundary.variablefile method)": [[171, "rompy.swan.subcomponents.boundary.VARIABLEFILE.cmd", false]], "cmd() (rompy.swan.subcomponents.boundary.variablepar method)": [[172, "rompy.swan.subcomponents.boundary.VARIABLEPAR.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.accur method)": [[174, "rompy.swan.subcomponents.numerics.ACCUR.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.bsbt method)": [[175, "rompy.swan.subcomponents.numerics.BSBT.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.csigma method)": [[176, "rompy.swan.subcomponents.numerics.CSIGMA.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.ctheta method)": [[177, "rompy.swan.subcomponents.numerics.CTHETA.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.dirimpl method)": [[178, "rompy.swan.subcomponents.numerics.DIRIMPL.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.gse method)": [[179, "rompy.swan.subcomponents.numerics.GSE.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.nonstat method)": [[180, "rompy.swan.subcomponents.numerics.NONSTAT.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.setup method)": [[181, "rompy.swan.subcomponents.numerics.SETUP.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.sigimpl method)": [[182, "rompy.swan.subcomponents.numerics.SIGIMPL.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.stat method)": [[183, "rompy.swan.subcomponents.numerics.STAT.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.stopc method)": [[184, "rompy.swan.subcomponents.numerics.STOPC.cmd", false]], "cmd() (rompy.swan.subcomponents.output.abs method)": [[185, "rompy.swan.subcomponents.output.ABS.cmd", false]], "cmd() (rompy.swan.subcomponents.output.rel method)": [[186, "rompy.swan.subcomponents.output.REL.cmd", false]], "cmd() (rompy.swan.subcomponents.output.spec1d method)": [[187, "rompy.swan.subcomponents.output.SPEC1D.cmd", false]], "cmd() (rompy.swan.subcomponents.output.spec2d method)": [[188, "rompy.swan.subcomponents.output.SPEC2D.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.dangremond method)": [[189, "rompy.swan.subcomponents.physics.DANGREMOND.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.dewit method)": [[190, "rompy.swan.subcomponents.physics.DEWIT.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.eldeberky method)": [[191, "rompy.swan.subcomponents.physics.ELDEBERKY.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.freeboard method)": [[192, "rompy.swan.subcomponents.physics.FREEBOARD.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.goda method)": [[193, "rompy.swan.subcomponents.physics.GODA.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.janssen method)": [[194, "rompy.swan.subcomponents.physics.JANSSEN.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.komen method)": [[195, "rompy.swan.subcomponents.physics.KOMEN.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.line method)": [[196, "rompy.swan.subcomponents.physics.LINE.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.rdiff method)": [[197, "rompy.swan.subcomponents.physics.RDIFF.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.refl method)": [[198, "rompy.swan.subcomponents.physics.REFL.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.rspec method)": [[199, "rompy.swan.subcomponents.physics.RSPEC.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.st6 method)": [[200, "rompy.swan.subcomponents.physics.ST6.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.trans1d method)": [[206, "rompy.swan.subcomponents.physics.TRANS1D.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.trans2d method)": [[207, "rompy.swan.subcomponents.physics.TRANS2D.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.transm method)": [[208, "rompy.swan.subcomponents.physics.TRANSM.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.westhuysen method)": [[209, "rompy.swan.subcomponents.physics.WESTHUYSEN.cmd", false]], "cmd() (rompy.swan.subcomponents.readgrid.gridregular method)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.cmd", false]], "cmd() (rompy.swan.subcomponents.readgrid.readcoord method)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.cmd", false]], "cmd() (rompy.swan.subcomponents.readgrid.readinp method)": [[212, "rompy.swan.subcomponents.readgrid.READINP.cmd", false]], "cmd() (rompy.swan.subcomponents.spectrum.gauss method)": [[214, "rompy.swan.subcomponents.spectrum.GAUSS.cmd", false]], "cmd() (rompy.swan.subcomponents.spectrum.jonswap method)": [[215, "rompy.swan.subcomponents.spectrum.JONSWAP.cmd", false]], "cmd() (rompy.swan.subcomponents.spectrum.shapespec method)": [[217, "rompy.swan.subcomponents.spectrum.SHAPESPEC.cmd", false]], "cmd() (rompy.swan.subcomponents.spectrum.spectrum method)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.cmd", false]], "cmd() (rompy.swan.subcomponents.spectrum.tma method)": [[219, "rompy.swan.subcomponents.spectrum.TMA.cmd", false]], "cmd() (rompy.swan.subcomponents.startup.spherical method)": [[221, "rompy.swan.subcomponents.startup.SPHERICAL.cmd", false]], "cmd() (rompy.swan.subcomponents.time.delt method)": [[222, "rompy.swan.subcomponents.time.Delt.cmd", false]], "cmd() (rompy.swan.subcomponents.time.nonstationary method)": [[223, "rompy.swan.subcomponents.time.NONSTATIONARY.cmd", false]], "cmd() (rompy.swan.subcomponents.time.stationary method)": [[224, "rompy.swan.subcomponents.time.STATIONARY.cmd", false]], "cmd() (rompy.swan.subcomponents.time.time method)": [[225, "rompy.swan.subcomponents.time.Time.cmd", false]], "cmd() (rompy.swan.subcomponents.time.timerangeclosed method)": [[226, "rompy.swan.subcomponents.time.TimeRangeClosed.cmd", false]], "cmd() (rompy.swan.subcomponents.time.timerangeopen method)": [[227, "rompy.swan.subcomponents.time.TimeRangeOpen.cmd", false]], "cnl4 (rompy.swan.components.physics.quadrupl attribute)": [[127, "rompy.swan.components.physics.QUADRUPL.cnl4", false]], "comment (rompy.swan.components.output.output_options attribute)": [[97, "rompy.swan.components.output.OUTPUT_OPTIONS.comment", false]], "component (rompy.swan.grid.swangrid property)": [[49, "rompy.swan.grid.SwanGrid.component", false]], "compute (rompy.swan.components.group.lockup attribute)": [[70, "rompy.swan.components.group.LOCKUP.compute", false]], "config (rompy.model.modelrun attribute)": [[11, "rompy.model.ModelRun.config", false]], "constituents (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.constituents", false]], "constrained_0_1() (rompy.swan.subcomponents.physics.trans2d class method)": [[207, "rompy.swan.subcomponents.physics.TRANS2D.constrained_0_1", false]], "coord (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.coord", false]], "coordinates (rompy.swan.components.group.startup attribute)": [[73, "rompy.swan.components.group.STARTUP.coordinates", false]], "coords (rompy.core.data.datagrid attribute)": [[4, "rompy.core.data.DataGrid.coords", false]], "coords (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.coords", false]], "coords (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.coords", false]], "core (rompy.schism.namelists.cosine.cosine attribute)": [[41, "rompy.schism.namelists.cosine.COSINE.core", false]], "core (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.core", false]], "core (rompy.schism.namelists.param.param attribute)": [[44, "rompy.schism.namelists.param.PARAM.core", false]], "cpp (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.CPP", false]], "crop_data (rompy.core.data.datagrid attribute)": [[4, "rompy.core.data.DataGrid.crop_data", false]], "crop_data (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.crop_data", false]], "crop_data (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.crop_data", false]], "csh1 (rompy.swan.components.physics.quadrupl attribute)": [[127, "rompy.swan.components.physics.QUADRUPL.csh1", false]], "csh2 (rompy.swan.components.physics.quadrupl attribute)": [[127, "rompy.swan.components.physics.QUADRUPL.csh2", false]], "csh3 (rompy.swan.components.physics.quadrupl attribute)": [[127, "rompy.swan.components.physics.QUADRUPL.csh3", false]], "csigma (rompy.swan.components.numerics.numeric attribute)": [[84, "rompy.swan.components.numerics.NUMERIC.csigma", false]], "css (rompy.swan.subcomponents.numerics.sigimpl attribute)": [[182, "rompy.swan.subcomponents.numerics.SIGIMPL.css", false]], "ctb (rompy.swan.components.physics.turbulence attribute)": [[143, "rompy.swan.components.physics.TURBULENCE.ctb", false]], "ctheta (rompy.swan.components.numerics.numeric attribute)": [[84, "rompy.swan.components.numerics.NUMERIC.ctheta", false]], "current (rompy.swan.components.physics.turbulence attribute)": [[143, "rompy.swan.components.physics.TURBULENCE.current", false]], "current (rompy.swan.components.physics.wcapping_ab attribute)": [[145, "rompy.swan.components.physics.WCAPPING_AB.current", false]], "current (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.CURRENT", false]], "curryn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.currYN", false]], "curvat (rompy.swan.subcomponents.numerics.stopc attribute)": [[184, "rompy.swan.subcomponents.numerics.STOPC.curvat", false]], "curve (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.curve", false]], "curves (rompy.swan.components.output.curves attribute)": [[90, "rompy.swan.components.output.CURVES.curves", false]], "cutfr (rompy.swan.components.physics.triad attribute)": [[139, "rompy.swan.components.physics.TRIAD.cutfr", false]], "cutfr (rompy.swan.components.physics.triad_lta attribute)": [[141, "rompy.swan.components.physics.TRIAD_LTA.cutfr", false]], "cutoff (rompy.swan.components.physics.bragg attribute)": [[106, "rompy.swan.components.physics.BRAGG.cutoff", false]], "cutoff (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.cutoff", false]], "cutoff (rompy.swan.components.physics.bragg_ft attribute)": [[108, "rompy.swan.components.physics.BRAGG_FT.cutoff", false]], "cutoff_depth (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.cutoff_depth", false]], "d (rompy.swan.components.physics.friction_ripples attribute)": [[115, "rompy.swan.components.physics.FRICTION_RIPPLES.d", false]], "d (rompy.swan.subcomponents.spectrum.tma attribute)": [[219, "rompy.swan.subcomponents.spectrum.TMA.d", false]], "dabs (rompy.swan.subcomponents.numerics.stopc attribute)": [[184, "rompy.swan.subcomponents.numerics.STOPC.dabs", false]], "data (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.data", false]], "data (rompy.swan.components.boundary.boundspec attribute)": [[63, "rompy.swan.components.boundary.BOUNDSPEC.data", false]], "data_type (rompy.schism.data.schismdata attribute)": [[31, "rompy.schism.data.SCHISMData.data_type", false]], "data_type (rompy.schism.data.schismdataboundary attribute)": [[32, "rompy.schism.data.SCHISMDataBoundary.data_type", false]], "data_type (rompy.schism.data.schismdataocean attribute)": [[33, "rompy.schism.data.SCHISMDataOcean.data_type", false]], "data_type (rompy.schism.data.schismdatasflux attribute)": [[34, "rompy.schism.data.SCHISMDataSflux.data_type", false]], "data_type (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.data_type", false]], "data_type (rompy.schism.data.schismdatawave attribute)": [[36, "rompy.schism.data.SCHISMDataWave.data_type", false]], "data_type (rompy.schism.data.sfluxair attribute)": [[37, "rompy.schism.data.SfluxAir.data_type", false]], "data_type (rompy.schism.data.sfluxprc attribute)": [[38, "rompy.schism.data.SfluxPrc.data_type", false]], "data_type (rompy.schism.data.sfluxrad attribute)": [[39, "rompy.schism.data.SfluxRad.data_type", false]], "data_type (rompy.schism.data.sfluxsource attribute)": [[40, "rompy.schism.data.SfluxSource.data_type", false]], "database (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.database", false]], "dataset_id (rompy.core.data.sourceintake attribute)": [[7, "rompy.core.data.SourceIntake.dataset_id", false]], "dd (rompy.swan.subcomponents.boundary.constantpar attribute)": [[164, "rompy.swan.subcomponents.boundary.CONSTANTPAR.dd", false]], "dd (rompy.swan.subcomponents.boundary.par attribute)": [[168, "rompy.swan.subcomponents.boundary.PAR.dd", false]], "dd (rompy.swan.subcomponents.boundary.variablepar attribute)": [[172, "rompy.swan.subcomponents.boundary.VARIABLEPAR.dd", false]], "deactivate (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.deactivate", false]], "deactivate_physics() (rompy.swan.components.group.physics class method)": [[72, "rompy.swan.components.group.PHYSICS.deactivate_physics", false]], "debias_only_with_hwang() (rompy.swan.subcomponents.physics.st6 method)": [[200, "rompy.swan.subcomponents.physics.ST6.debias_only_with_hwang", false]], "definetc (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.definetc", false]], "delt (rompy.swan.subcomponents.time.delt attribute)": [[222, "rompy.swan.subcomponents.time.Delt.delt", false]], "delt (rompy.swan.subcomponents.time.nonstationary attribute)": [[223, "rompy.swan.subcomponents.time.NONSTATIONARY.delt", false]], "delt (rompy.swan.subcomponents.time.timerangeclosed attribute)": [[226, "rompy.swan.subcomponents.time.TimeRangeClosed.delt", false]], "delt (rompy.swan.subcomponents.time.timerangeopen attribute)": [[227, "rompy.swan.subcomponents.time.TimeRangeOpen.delt", false]], "delt_float (rompy.swan.subcomponents.time.delt property)": [[222, "rompy.swan.subcomponents.time.Delt.delt_float", false]], "delta (rompy.swan.components.physics.wcapping_komen attribute)": [[146, "rompy.swan.components.physics.WCAPPING_KOMEN.delta", false]], "delta (rompy.swan.subcomponents.physics.janssen attribute)": [[194, "rompy.swan.subcomponents.physics.JANSSEN.delta", false]], "deltc (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.deltc", false]], "deltc_out (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.deltc_out", false]], "dep (rompy.swan.components.output.isoline attribute)": [[93, "rompy.swan.components.output.ISOLINE.dep", false]], "dep_type (rompy.swan.components.output.isoline attribute)": [[93, "rompy.swan.components.output.ISOLINE.dep_type", false]], "depmin (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.depmin", false]], "depth (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DEPTH", false]], "df (rompy.swan.components.physics.surfbeat attribute)": [[138, "rompy.swan.components.physics.SURFBEAT.df", false]], "dfmt (rompy.swan.subcomponents.time.delt attribute)": [[222, "rompy.swan.subcomponents.time.Delt.dfmt", false]], "dfmt (rompy.swan.subcomponents.time.nonstationary attribute)": [[223, "rompy.swan.subcomponents.time.NONSTATIONARY.dfmt", false]], "dfmt (rompy.swan.subcomponents.time.timerangeclosed attribute)": [[226, "rompy.swan.subcomponents.time.TimeRangeClosed.dfmt", false]], "dfmt (rompy.swan.subcomponents.time.timerangeopen attribute)": [[227, "rompy.swan.subcomponents.time.TimeRangeOpen.dfmt", false]], "dhoval (rompy.swan.subcomponents.numerics.accur attribute)": [[174, "rompy.swan.subcomponents.numerics.ACCUR.dhoval", false]], "dhsign (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DHSIGN", false]], "diamtr (rompy.swan.components.physics.vegetation attribute)": [[144, "rompy.swan.components.physics.VEGETATION.diamtr", false]], "diffraction (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.diffraction", false]], "dim (rompy.swan.components.output.specout attribute)": [[103, "rompy.swan.components.output.SPECOUT.dim", false]], "dim (rompy.swan.components.startup.mode attribute)": [[148, "rompy.swan.components.startup.MODE.dim", false]], "dir (rompy.swan.components.inpgrid.wind attribute)": [[78, "rompy.swan.components.inpgrid.WIND.dir", false]], "dir (rompy.swan.subcomponents.boundary.constantpar attribute)": [[164, "rompy.swan.subcomponents.boundary.CONSTANTPAR.dir", false]], "dir (rompy.swan.subcomponents.boundary.par attribute)": [[168, "rompy.swan.subcomponents.boundary.PAR.dir", false]], "dir (rompy.swan.subcomponents.boundary.variablepar attribute)": [[172, "rompy.swan.subcomponents.boundary.VARIABLEPAR.dir", false]], "dir (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DIR", false]], "dir1 (rompy.swan.subcomponents.spectrum.spectrum attribute)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.dir1", false]], "dir2 (rompy.swan.subcomponents.spectrum.spectrum attribute)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.dir2", false]], "dir_sector (rompy.swan.subcomponents.spectrum.spectrum property)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.dir_sector", false]], "direction (rompy.swan.subcomponents.boundary.side attribute)": [[170, "rompy.swan.subcomponents.boundary.SIDE.direction", false]], "direction_convention (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.direction_convention", false]], "dirimpl (rompy.swan.components.numerics.numeric attribute)": [[84, "rompy.swan.components.numerics.NUMERIC.dirimpl", false]], "disbot (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DISBOT", false]], "disice (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DISICE", false]], "dismud (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DISMUD", false]], "dissip (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DISSIP", false]], "dissurf (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DISSURF", false]], "disswell (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DISSWELL", false]], "dist (rompy.swan.subcomponents.boundary.variablefile attribute)": [[171, "rompy.swan.subcomponents.boundary.VARIABLEFILE.dist", false]], "dist (rompy.swan.subcomponents.boundary.variablepar attribute)": [[172, "rompy.swan.subcomponents.boundary.VARIABLEPAR.dist", false]], "dist (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DIST", false]], "disveg (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DISVEG", false]], "diswcap (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DISWCAP", false]], "dkx (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.dkx", false]], "dky (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.dky", false]], "dlwrf_name (rompy.schism.data.sfluxrad attribute)": [[39, "rompy.schism.data.SfluxRad.dlwrf_name", false]], "dm (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.DM", false]], "dpeak (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.DPEAK", false]], "drag (rompy.swan.components.physics.vegetation attribute)": [[144, "rompy.swan.components.physics.VEGETATION.drag", false]], "dramp (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.dramp", false]], "drampwafo (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.drampwafo", false]], "drampwind (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.drampwind", false]], "drel (rompy.swan.subcomponents.numerics.accur attribute)": [[174, "rompy.swan.subcomponents.numerics.ACCUR.drel", false]], "drel (rompy.swan.subcomponents.numerics.stopc attribute)": [[184, "rompy.swan.subcomponents.numerics.STOPC.drel", false]], "drtm01 (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DRTM01", false]], "ds (rompy.core.boundary.boundarywavestation property)": [[1, "rompy.core.boundary.BoundaryWaveStation.ds", false]], "ds (rompy.core.data.datagrid property)": [[4, "rompy.core.data.DataGrid.ds", false]], "ds (rompy.schism.data.sfluxair property)": [[37, "rompy.schism.data.SfluxAir.ds", false]], "ds (rompy.schism.data.sfluxsource property)": [[40, "rompy.schism.data.SfluxSource.ds", false]], "dspr (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.DSPR", false]], "dspr (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DSPR", false]], "dspr_type (rompy.swan.subcomponents.spectrum.shapespec attribute)": [[217, "rompy.swan.subcomponents.spectrum.SHAPESPEC.dspr_type", false]], "dswrf_name (rompy.schism.data.sfluxrad attribute)": [[39, "rompy.schism.data.SfluxRad.dswrf_name", false]], "dtoval (rompy.swan.subcomponents.numerics.accur attribute)": [[174, "rompy.swan.subcomponents.numerics.ACCUR.dtoval", false]], "dx (rompy.core.grid.regulargrid attribute)": [[9, "rompy.core.grid.RegularGrid.dx", false]], "dx (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.dx", false]], "dx (rompy.swan.subcomponents.readgrid.gridregular property)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.dx", false]], "dxinp (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.dxinp", false]], "dy (rompy.core.grid.regulargrid attribute)": [[9, "rompy.core.grid.RegularGrid.dy", false]], "dy (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.dy", false]], "dy (rompy.swan.subcomponents.readgrid.gridregular property)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.dy", false]], "dyinp (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.dyinp", false]], "dzb_decayyn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.dzb_decayYN", false]], "east (rompy.swan.types.sideoptions attribute)": [[59, "rompy.swan.types.SideOptions.EAST", false]], "edmlpm (rompy.swan.components.physics.gen1 attribute)": [[116, "rompy.swan.components.physics.GEN1.edmlpm", false]], "edmlpm (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.edmlpm", false]], "elev2d (rompy.schism.data.schismdataocean attribute)": [[33, "rompy.schism.data.SCHISMDataOcean.elev2D", false]], "emin (rompy.swan.components.physics.surfbeat attribute)": [[138, "rompy.swan.components.physics.SURFBEAT.emin", false]], "ensure_equal_size() (rompy.swan.components.output.curve method)": [[89, "rompy.swan.components.output.CURVE.ensure_equal_size", false]], "ensure_equal_size() (rompy.swan.components.output.points method)": [[98, "rompy.swan.components.output.POINTS.ensure_equal_size", false]], "ensure_equal_size() (rompy.swan.components.output.ray method)": [[102, "rompy.swan.components.output.RAY.ensure_equal_size", false]], "ensure_equal_size() (rompy.swan.subcomponents.boundary.variablefile method)": [[171, "rompy.swan.subcomponents.boundary.VARIABLEFILE.ensure_equal_size", false]], "ensure_equal_size() (rompy.swan.subcomponents.boundary.variablepar method)": [[172, "rompy.swan.subcomponents.boundary.VARIABLEPAR.ensure_equal_size", false]], "ensure_unique_grid_type() (rompy.swan.components.group.inpgrids class method)": [[69, "rompy.swan.components.group.INPGRIDS.ensure_unique_grid_type", false]], "ensure_unique_var() (rompy.swan.interface.datainterface class method)": [[51, "rompy.swan.interface.DataInterface.ensure_unique_var", false]], "ensure_z1_in_data_vars() (rompy.swan.data.swandatagrid method)": [[48, "rompy.swan.data.SwanDataGrid.ensure_z1_in_data_vars", false]], "eps2 (rompy.swan.subcomponents.numerics.setup attribute)": [[181, "rompy.swan.subcomponents.numerics.SETUP.eps2", false]], "eps2 (rompy.swan.subcomponents.numerics.sigimpl attribute)": [[182, "rompy.swan.subcomponents.numerics.SIGIMPL.eps2", false]], "ero (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.ero", false]], "ethconst (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.ethconst", false]], "exc (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.exc", false]], "exception (rompy.swan.components.cgrid.curvilinear property)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.exception", false]], "excv (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.excv", false]], "excval (rompy.swan.components.inpgrid.curvilinear attribute)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.excval", false]], "excval (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.excval", false]], "excval (rompy.swan.components.inpgrid.unstructured attribute)": [[77, "rompy.swan.components.inpgrid.UNSTRUCTURED.excval", false]], "extrap (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.extrap", false]], "extrapyn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.extrapYN", false]], "f0 (rompy.core.spectrum.logfrequency attribute)": [[10, "rompy.core.spectrum.LogFrequency.f0", false]], "f1 (rompy.core.spectrum.logfrequency attribute)": [[10, "rompy.core.spectrum.LogFrequency.f1", false]], "fac (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.fac", false]], "fac (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.fac", false]], "fac (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.fac", false]], "fail_if_missing (rompy.schism.data.sfluxsource attribute)": [[40, "rompy.schism.data.SfluxSource.fail_if_missing", false]], "feswell (rompy.swan.components.physics.sswell_rogers attribute)": [[136, "rompy.swan.components.physics.SSWELL_ROGERS.feswell", false]], "fhigh (rompy.swan.subcomponents.spectrum.spectrum attribute)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.fhigh", false]], "field (rompy.swan.components.output.output_options attribute)": [[97, "rompy.swan.components.output.OUTPUT_OPTIONS.field", false]], "filewind (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.filewind", false]], "filter (rompy.core.data.datagrid attribute)": [[4, "rompy.core.data.DataGrid.filter", false]], "filter (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.filter", false]], "filter (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.filter", false]], "finc (rompy.core.spectrum.logfrequency attribute)": [[10, "rompy.core.spectrum.LogFrequency.finc", false]], "five (rompy.swan.types.idla attribute)": [[57, "rompy.swan.types.IDLA.FIVE", false]], "flags (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.flags", false]], "flen (rompy.core.spectrum.logfrequency property)": [[10, "rompy.core.spectrum.LogFrequency.flen", false]], "flow (rompy.swan.subcomponents.spectrum.spectrum attribute)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.flow", false]], "fmax (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.fmax", false]], "fmin (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.fmin", false]], "fmt (rompy.swan.subcomponents.base.xy attribute)": [[162, "rompy.swan.subcomponents.base.XY.fmt", false]], "fname (rompy.swan.components.boundary.boundnest1 attribute)": [[60, "rompy.swan.components.boundary.BOUNDNEST1.fname", false]], "fname (rompy.swan.components.boundary.boundnest2 attribute)": [[61, "rompy.swan.components.boundary.BOUNDNEST2.fname", false]], "fname (rompy.swan.components.boundary.boundnest3 attribute)": [[62, "rompy.swan.components.boundary.BOUNDNEST3.fname", false]], "fname (rompy.swan.components.cgrid.unstructured attribute)": [[67, "rompy.swan.components.cgrid.UNSTRUCTURED.fname", false]], "fname (rompy.swan.components.lockup.hotfile attribute)": [[82, "rompy.swan.components.lockup.HOTFILE.fname", false]], "fname (rompy.swan.components.output.basewrite attribute)": [[88, "rompy.swan.components.output.BaseWrite.fname", false]], "fname (rompy.swan.components.output.ngrid_unstructured attribute)": [[96, "rompy.swan.components.output.NGRID_UNSTRUCTURED.fname", false]], "fname (rompy.swan.components.output.points_file attribute)": [[99, "rompy.swan.components.output.POINTS_FILE.fname", false]], "fname (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.fname", false]], "fname (rompy.swan.subcomponents.boundary.constantfile attribute)": [[163, "rompy.swan.subcomponents.boundary.CONSTANTFILE.fname", false]], "fname (rompy.swan.subcomponents.boundary.hotmultiple attribute)": [[166, "rompy.swan.subcomponents.boundary.HOTMULTIPLE.fname", false]], "fname (rompy.swan.subcomponents.boundary.hotsingle attribute)": [[167, "rompy.swan.subcomponents.boundary.HOTSINGLE.fname", false]], "fname (rompy.swan.subcomponents.boundary.variablefile attribute)": [[171, "rompy.swan.subcomponents.boundary.VARIABLEFILE.fname", false]], "fname (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.fname", false]], "fname1 (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.fname1", false]], "fname2 (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.fname2", false]], "fname_par (rompy.swan.components.output.test attribute)": [[105, "rompy.swan.components.output.TEST.fname_par", false]], "fname_s1d (rompy.swan.components.output.test attribute)": [[105, "rompy.swan.components.output.TEST.fname_s1d", false]], "fname_s2d (rompy.swan.components.output.test attribute)": [[105, "rompy.swan.components.output.TEST.fname_s2d", false]], "force (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.FORCE", false]], "form (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.form", false]], "form (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.form", false]], "format (rompy.swan.components.boundary.boundnest2 attribute)": [[61, "rompy.swan.components.boundary.BOUNDNEST2.format", false]], "format (rompy.swan.components.boundary.boundnest3 attribute)": [[62, "rompy.swan.components.boundary.BOUNDNEST3.format", false]], "format (rompy.swan.components.lockup.hotfile attribute)": [[82, "rompy.swan.components.lockup.HOTFILE.format", false]], "format (rompy.swan.components.output.table attribute)": [[104, "rompy.swan.components.output.TABLE.format", false]], "format (rompy.swan.subcomponents.boundary.hotmultiple attribute)": [[166, "rompy.swan.subcomponents.boundary.HOTMULTIPLE.format", false]], "format (rompy.swan.subcomponents.boundary.hotsingle attribute)": [[167, "rompy.swan.subcomponents.boundary.HOTSINGLE.format", false]], "format (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.format", false]], "format (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.format", false]], "format_repr (rompy.swan.components.cgrid.curvilinear property)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.format_repr", false]], "format_str (rompy.swan.components.boundary.boundnest2 property)": [[61, "rompy.swan.components.boundary.BOUNDNEST2.format_str", false]], "four (rompy.swan.types.idla attribute)": [[57, "rompy.swan.types.IDLA.FOUR", false]], "frame (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.frame", false]], "frcoef (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.FRCOEF", false]], "freeboard (rompy.swan.components.physics.obstacle attribute)": [[122, "rompy.swan.components.physics.OBSTACLE.freeboard", false]], "freq (rompy.swan.components.output.specout attribute)": [[103, "rompy.swan.components.output.SPECOUT.freq", false]], "fricc (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.fricc", false]], "friction (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.friction", false]], "friction (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.FRICTION", false]], "from_component() (rompy.swan.grid.swangrid class method)": [[49, "rompy.swan.grid.SwanGrid.from_component", false]], "froudmax (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.froudmax", false]], "fshift (rompy.swan.types.physicsoff attribute)": [[58, "rompy.swan.types.PhysicsOff.FSHIFT", false]], "fspr (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.FSPR", false]], "fswell (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.fswell", false]], "gamma (rompy.core.spectrum.logfrequency property)": [[10, "rompy.core.spectrum.LogFrequency.gamma", false]], "gamma (rompy.swan.components.physics.breaking_constant attribute)": [[110, "rompy.swan.components.physics.BREAKING_CONSTANT.gamma", false]], "gamma (rompy.swan.subcomponents.spectrum.jonswap attribute)": [[215, "rompy.swan.subcomponents.spectrum.JONSWAP.gamma", false]], "gamma (rompy.swan.subcomponents.spectrum.tma attribute)": [[219, "rompy.swan.subcomponents.spectrum.TMA.gamma", false]], "gamma0 (rompy.swan.components.physics.breaking_bkd attribute)": [[109, "rompy.swan.components.physics.BREAKING_BKD.gamma0", false]], "gammar (rompy.swan.subcomponents.physics.freeboard attribute)": [[192, "rompy.swan.subcomponents.physics.FREEBOARD.gammar", false]], "gammat (rompy.swan.subcomponents.physics.freeboard attribute)": [[192, "rompy.swan.subcomponents.physics.FREEBOARD.gammat", false]], "gauss (rompy.swan.types.boundshapeoptions attribute)": [[55, "rompy.swan.types.BoundShapeOptions.GAUSS", false]], "gen (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.gen", false]], "generat (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.GENERAT", false]], "generate() (rompy.core.grid.regulargrid method)": [[9, "rompy.core.grid.RegularGrid.generate", false]], "generate() (rompy.model.modelrun method)": [[11, "rompy.model.ModelRun.generate", false]], "genwind (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.GENWIND", false]], "get() (rompy.core.boundary.boundarywavestation method)": [[1, "rompy.core.boundary.BoundaryWaveStation.get", false]], "get() (rompy.core.data.datablob method)": [[3, "rompy.core.data.DataBlob.get", false]], "get() (rompy.core.data.datagrid method)": [[4, "rompy.core.data.DataGrid.get", false]], "get() (rompy.schism.data.schismdata method)": [[31, "rompy.schism.data.SCHISMData.get", false]], "get() (rompy.schism.data.schismdataboundary method)": [[32, "rompy.schism.data.SCHISMDataBoundary.get", false]], "get() (rompy.schism.data.schismdataocean method)": [[33, "rompy.schism.data.SCHISMDataOcean.get", false]], "get() (rompy.schism.data.schismdatasflux method)": [[34, "rompy.schism.data.SCHISMDataSflux.get", false]], "get() (rompy.schism.data.schismdatatides method)": [[35, "rompy.schism.data.SCHISMDataTides.get", false]], "get() (rompy.schism.data.schismdatawave method)": [[36, "rompy.schism.data.SCHISMDataWave.get", false]], "get() (rompy.swan.boundary.boundnest1 method)": [[47, "rompy.swan.boundary.Boundnest1.get", false]], "get() (rompy.swan.data.swandatagrid method)": [[48, "rompy.swan.data.SwanDataGrid.get", false]], "get() (rompy.swan.interface.boundaryinterface method)": [[50, "rompy.swan.interface.BoundaryInterface.get", false]], "get() (rompy.swan.interface.datainterface method)": [[51, "rompy.swan.interface.DataInterface.get", false]], "grav (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.grav", false]], "grid (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.grid", false]], "grid (rompy.swan.components.cgrid.regular attribute)": [[66, "rompy.swan.components.cgrid.REGULAR.grid", false]], "grid (rompy.swan.components.output.frame attribute)": [[91, "rompy.swan.components.output.FRAME.grid", false]], "grid (rompy.swan.components.output.ngrid attribute)": [[95, "rompy.swan.components.output.NGRID.grid", false]], "grid_suffix() (rompy.swan.components.cgrid.regular method)": [[66, "rompy.swan.components.cgrid.REGULAR.grid_suffix", false]], "grid_suffix() (rompy.swan.components.output.frame class method)": [[91, "rompy.swan.components.output.FRAME.grid_suffix", false]], "grid_suffix() (rompy.swan.components.output.ngrid class method)": [[95, "rompy.swan.components.output.NGRID.grid_suffix", false]], "grid_type (rompy.core.boundary.boundarywavestation attribute)": [[1, "rompy.core.boundary.BoundaryWaveStation.grid_type", false]], "grid_type (rompy.core.grid.basegrid attribute)": [[8, "rompy.core.grid.BaseGrid.grid_type", false]], "grid_type (rompy.core.grid.regulargrid attribute)": [[9, "rompy.core.grid.RegularGrid.grid_type", false]], "grid_type (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.grid_type", false]], "grid_type (rompy.swan.components.cgrid.unstructured attribute)": [[67, "rompy.swan.components.cgrid.UNSTRUCTURED.grid_type", false]], "grid_type (rompy.swan.components.inpgrid.curvilinear attribute)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.grid_type", false]], "grid_type (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.grid_type", false]], "grid_type (rompy.swan.components.inpgrid.unstructured attribute)": [[77, "rompy.swan.components.inpgrid.UNSTRUCTURED.grid_type", false]], "grid_type (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.grid_type", false]], "grid_type (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.grid_type", false]], "grid_type (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.grid_type", false]], "gridfile (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.gridfile", false]], "gridoptions (class in rompy.swan.types)": [[56, "rompy.swan.types.GridOptions", false]], "group (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.group", false]], "h1_bcc (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.h1_bcc", false]], "h2_bcc (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.h2_bcc", false]], "h_bcc1 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.h_bcc1", false]], "header (rompy.swan.components.output.block attribute)": [[86, "rompy.swan.components.output.BLOCK.header", false]], "height (rompy.swan.components.physics.vegetation attribute)": [[144, "rompy.swan.components.physics.VEGETATION.height", false]], "hexp (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.hexp", false]], "hgt (rompy.swan.subcomponents.physics.dangremond attribute)": [[189, "rompy.swan.subcomponents.physics.DANGREMOND.hgt", false]], "hgt (rompy.swan.subcomponents.physics.freeboard attribute)": [[192, "rompy.swan.subcomponents.physics.FREEBOARD.hgt", false]], "hgt (rompy.swan.subcomponents.physics.goda attribute)": [[193, "rompy.swan.subcomponents.physics.GODA.hgt", false]], "hgt_consistent() (rompy.swan.components.physics.obstacle method)": [[122, "rompy.swan.components.physics.OBSTACLE.hgt_consistent", false]], "hice (rompy.swan.components.inpgrid.ice attribute)": [[75, "rompy.swan.components.inpgrid.ICE.hice", false]], "hice (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.HICE", false]], "hotfile (rompy.swan.components.lockup.compute_stat attribute)": [[81, "rompy.swan.components.lockup.COMPUTE_STAT.hotfile", false]], "hotfile_with_hottimes() (rompy.swan.components.lockup.compute_stat method)": [[81, "rompy.swan.components.lockup.COMPUTE_STAT.hotfile_with_hottimes", false]], "hotids (rompy.swan.components.lockup.compute_stat property)": [[81, "rompy.swan.components.lockup.COMPUTE_STAT.hotids", false]], "hottimes (rompy.swan.components.lockup.compute_stat attribute)": [[81, "rompy.swan.components.lockup.COMPUTE_STAT.hottimes", false]], "hs (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.HS", false]], "hs (rompy.swan.subcomponents.boundary.constantpar attribute)": [[164, "rompy.swan.subcomponents.boundary.CONSTANTPAR.hs", false]], "hs (rompy.swan.subcomponents.boundary.par attribute)": [[168, "rompy.swan.subcomponents.boundary.PAR.hs", false]], "hs (rompy.swan.subcomponents.boundary.variablepar attribute)": [[172, "rompy.swan.subcomponents.boundary.VARIABLEPAR.hs", false]], "hsign (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.HSIGN", false]], "hsrerr (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.hsrerr", false]], "hss (rompy.swan.components.physics.obstacle_fig attribute)": [[124, "rompy.swan.components.physics.OBSTACLE_FIG.hss", false]], "hss (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.HSS", false]], "hswell (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.HSWELL", false]], "i (rompy.swan.subcomponents.base.ij attribute)": [[161, "rompy.swan.subcomponents.base.IJ.i", false]], "i0 (rompy.swan.components.lockup.compute attribute)": [[79, "rompy.swan.components.lockup.COMPUTE.i0", false]], "i1 (rompy.swan.components.lockup.compute attribute)": [[79, "rompy.swan.components.lockup.COMPUTE.i1", false]], "ibrag (rompy.swan.components.physics.bragg attribute)": [[106, "rompy.swan.components.physics.BRAGG.ibrag", false]], "ibrag (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.ibrag", false]], "ibrag (rompy.swan.components.physics.bragg_ft attribute)": [[108, "rompy.swan.components.physics.BRAGG_FT.ibrag", false]], "ibreak (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.ibreak", false]], "ibtrack_openbndyn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.ibtrack_openbndYN", false]], "ic_elev (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.ic_elev", false]], "ice_in (rompy.schism.namelists.ice.ice attribute)": [[42, "rompy.schism.namelists.ice.ICE.ice_in", false]], "icewind (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.icewind", false]], "icou_elfe_wwm (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.icou_elfe_wwm", false]], "id (rompy.core.data.datablob attribute)": [[3, "rompy.core.data.DataBlob.id", false]], "id (rompy.schism.data.schismdataboundary attribute)": [[32, "rompy.schism.data.SCHISMDataBoundary.id", false]], "id (rompy.schism.data.sfluxsource attribute)": [[40, "rompy.schism.data.SfluxSource.id", false]], "id (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.id", false]], "id (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.id", false]], "idfm (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.idfm", false]], "idfm (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.idfm", false]], "idiffr (rompy.swan.components.physics.diffraction attribute)": [[111, "rompy.swan.components.physics.DIFFRACTION.idiffr", false]], "idla (class in rompy.swan.types)": [[57, "rompy.swan.types.IDLA", false]], "idla (rompy.swan.components.output.block attribute)": [[86, "rompy.swan.components.output.BLOCK.idla", false]], "idla (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.idla", false]], "idla (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.idla", false]], "idla (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.idla", false]], "ihfskip (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.ihfskip", false]], "ihot (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.ihot", false]], "init_options() (rompy.core.spectrum.logfrequency method)": [[10, "rompy.core.spectrum.LogFrequency.init_options", false]], "initstat (rompy.swan.components.lockup.compute_nonstat attribute)": [[80, "rompy.swan.components.lockup.COMPUTE_NONSTAT.initstat", false]], "inpgrid (rompy.swan.grid.swangrid property)": [[49, "rompy.swan.grid.SwanGrid.inpgrid", false]], "inpgrids (rompy.swan.components.group.inpgrids attribute)": [[69, "rompy.swan.components.group.INPGRIDS.inpgrids", false]], "input (rompy.swan.interface.datainterface attribute)": [[51, "rompy.swan.interface.DataInterface.input", false]], "inrhog (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.inrhog", false]], "interpolate_missing_coastal (rompy.schism.data.schismdataboundary attribute)": [[32, "rompy.schism.data.SCHISMDataBoundary.interpolate_missing_coastal", false]], "inv_atm_bnd (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.inv_atm_bnd", false]], "iout_sta (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.iout_sta", false]], "iouts (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.iouts", false]], "iqcm (rompy.swan.components.physics.scat attribute)": [[128, "rompy.swan.components.physics.SCAT.iqcm", false]], "iquad (rompy.swan.components.physics.quadrupl attribute)": [[127, "rompy.swan.components.physics.QUADRUPL.iquad", false]], "isoline (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.isoline", false]], "isoline_ray_defined() (rompy.swan.components.group.output method)": [[71, "rompy.swan.components.group.OUTPUT.isoline_ray_defined", false]], "itest (rompy.swan.components.output.test attribute)": [[105, "rompy.swan.components.output.TEST.itest", false]], "itrace (rompy.swan.components.output.test attribute)": [[105, "rompy.swan.components.output.TEST.itrace", false]], "itriad (rompy.swan.components.physics.triad attribute)": [[139, "rompy.swan.components.physics.TRIAD.itriad", false]], "iveg (rompy.swan.components.physics.vegetation attribute)": [[144, "rompy.swan.components.physics.VEGETATION.iveg", false]], "iwbl (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.iwbl", false]], "iwind_form (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.iwind_form", false]], "iwindoffyn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.iwindoffYN", false]], "ix1 (rompy.swan.components.output.group attribute)": [[92, "rompy.swan.components.output.GROUP.ix1", false]], "ix2 (rompy.swan.components.output.group attribute)": [[92, "rompy.swan.components.output.GROUP.ix2", false]], "iy1 (rompy.swan.components.output.group attribute)": [[92, "rompy.swan.components.output.GROUP.iy1", false]], "iy2 (rompy.swan.components.output.group attribute)": [[92, "rompy.swan.components.output.GROUP.iy2", false]], "j (rompy.swan.subcomponents.base.ij attribute)": [[161, "rompy.swan.subcomponents.base.IJ.j", false]], "jacomsen_layering_not_implemented() (rompy.swan.components.physics.vegetation method)": [[144, "rompy.swan.components.physics.VEGETATION.jacomsen_layering_not_implemented", false]], "jonswap (rompy.swan.types.boundshapeoptions attribute)": [[55, "rompy.swan.types.BoundShapeOptions.JONSWAP", false]], "kind (rompy.swan.components.boundary.initial attribute)": [[64, "rompy.swan.components.boundary.INITIAL.kind", false]], "kind (rompy.swan.components.output.ngrid_unstructured attribute)": [[96, "rompy.swan.components.output.NGRID_UNSTRUCTURED.kind", false]], "kind (rompy.swan.components.startup.coordinates attribute)": [[147, "rompy.swan.components.startup.COORDINATES.kind", false]], "kind (rompy.swan.components.startup.mode attribute)": [[148, "rompy.swan.components.startup.MODE.kind", false]], "kind (rompy.swan.interface.boundaryinterface attribute)": [[50, "rompy.swan.interface.BoundaryInterface.kind", false]], "kn (rompy.swan.components.physics.friction_madsen attribute)": [[114, "rompy.swan.components.physics.FRICTION_MADSEN.kn", false]], "kpp (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.KPP", false]], "kwargs (rompy.core.boundary.sourcewavespectra attribute)": [[2, "rompy.core.boundary.SourceWavespectra.kwargs", false]], "kwargs (rompy.core.data.sourcefile attribute)": [[6, "rompy.core.data.SourceFile.kwargs", false]], "kwargs (rompy.core.data.sourceintake attribute)": [[7, "rompy.core.data.SourceIntake.kwargs", false]], "lambd (rompy.swan.components.physics.quadrupl attribute)": [[127, "rompy.swan.components.physics.QUADRUPL.lambd", false]], "layer (rompy.swan.components.physics.mud attribute)": [[120, "rompy.swan.components.physics.MUD.layer", false]], "leak (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.LEAK", false]], "len (rompy.swan.components.output.output_options attribute)": [[97, "rompy.swan.components.output.OUTPUT_OPTIONS.len", false]], "level (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.level", false]], "lexp (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.lexp", false]], "limfak (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.limfak", false]], "limiter (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.limiter", false]], "limiter (rompy.swan.subcomponents.numerics.accur attribute)": [[174, "rompy.swan.subcomponents.numerics.ACCUR.limiter", false]], "limiter (rompy.swan.subcomponents.numerics.stopc attribute)": [[184, "rompy.swan.subcomponents.numerics.STOPC.limiter", false]], "lindsprdeg (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.lindsprdeg", false]], "line (rompy.swan.components.physics.obstacle attribute)": [[122, "rompy.swan.components.physics.OBSTACLE.line", false]], "line (rompy.swan.components.physics.obstacle_fig attribute)": [[124, "rompy.swan.components.physics.OBSTACLE_FIG.line", false]], "location (rompy.swan.components.boundary.boundspec attribute)": [[63, "rompy.swan.components.boundary.BOUNDSPEC.location", false]], "locations_set (rompy.swan.components.group.output property)": [[71, "rompy.swan.components.group.OUTPUT.locations_set", false]], "locations_sname_unique() (rompy.swan.components.group.output method)": [[71, "rompy.swan.components.group.OUTPUT.locations_sname_unique", false]], "long (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.long", false]], "lpar (rompy.swan.subcomponents.physics.dewit attribute)": [[190, "rompy.swan.subcomponents.physics.DEWIT.lpar", false]], "lpp (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.LPP", false]], "lsourceswam (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.lsourceswam", false]], "lsp2d (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.lsp2d", false]], "lwavp (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.LWAVP", false]], "lwdate (rompy.swan.components.boundary.boundnest2 attribute)": [[61, "rompy.swan.components.boundary.BOUNDNEST2.lwdate", false]], "marco (rompy.schism.namelists.cosine.cosine attribute)": [[41, "rompy.schism.namelists.cosine.COSINE.marco", false]], "marco (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.marco", false]], "max_window_hours (rompy.schism.data.sfluxsource attribute)": [[40, "rompy.schism.data.SfluxSource.max_window_hours", false]], "maxerr (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.maxerr", false]], "maxmes (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.maxmes", false]], "maxx (rompy.core.grid.basegrid property)": [[8, "rompy.core.grid.BaseGrid.maxx", false]], "maxy (rompy.core.grid.basegrid property)": [[8, "rompy.core.grid.BaseGrid.maxy", false]], "mdc (rompy.swan.subcomponents.spectrum.spectrum attribute)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.mdc", false]], "mdc2 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.mdc2", false]], "melim (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.melim", false]], "mesbf (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.mesbf", false]], "mesin (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.mesin", false]], "minx (rompy.core.grid.basegrid property)": [[8, "rompy.core.grid.BaseGrid.minx", false]], "miny (rompy.core.grid.basegrid property)": [[8, "rompy.core.grid.BaseGrid.miny", false]], "misc (rompy.schism.namelists.cosine.cosine attribute)": [[41, "rompy.schism.namelists.cosine.COSINE.misc", false]], "mkx (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.mkx", false]], "mky (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.mky", false]], "mode (rompy.swan.components.group.startup attribute)": [[73, "rompy.swan.components.group.STARTUP.mode", false]], "mode (rompy.swan.subcomponents.numerics.accur attribute)": [[174, "rompy.swan.subcomponents.numerics.ACCUR.mode", false]], "mode (rompy.swan.subcomponents.numerics.stopc attribute)": [[184, "rompy.swan.subcomponents.numerics.STOPC.mode", false]], "model_post_init() (rompy.core.boundary.boundarywavestation method)": [[1, "rompy.core.boundary.BoundaryWaveStation.model_post_init", false]], "model_post_init() (rompy.core.data.datablob method)": [[3, "rompy.core.data.DataBlob.model_post_init", false]], "model_post_init() (rompy.core.data.datagrid method)": [[4, "rompy.core.data.DataGrid.model_post_init", false]], "model_post_init() (rompy.model.modelrun method)": [[11, "rompy.model.ModelRun.model_post_init", false]], "model_post_init() (rompy.schism.data.schismdataboundary method)": [[32, "rompy.schism.data.SCHISMDataBoundary.model_post_init", false]], "model_post_init() (rompy.schism.data.schismdatawave method)": [[36, "rompy.schism.data.SCHISMDataWave.model_post_init", false]], "model_post_init() (rompy.schism.data.sfluxair method)": [[37, "rompy.schism.data.SfluxAir.model_post_init", false]], "model_post_init() (rompy.schism.data.sfluxprc method)": [[38, "rompy.schism.data.SfluxPrc.model_post_init", false]], "model_post_init() (rompy.schism.data.sfluxrad method)": [[39, "rompy.schism.data.SfluxRad.model_post_init", false]], "model_post_init() (rompy.schism.data.sfluxsource method)": [[40, "rompy.schism.data.SfluxSource.model_post_init", false]], "model_post_init() (rompy.swan.boundary.boundnest1 method)": [[47, "rompy.swan.boundary.Boundnest1.model_post_init", false]], "model_post_init() (rompy.swan.components.group.output method)": [[71, "rompy.swan.components.group.OUTPUT.model_post_init", false]], "model_post_init() (rompy.swan.data.swandatagrid method)": [[48, "rompy.swan.data.SwanDataGrid.model_post_init", false]], "model_type (rompy.core.baseconfig attribute)": [[0, "rompy.core.BaseConfig.model_type", false]], "model_type (rompy.core.boundary.sourcewavespectra attribute)": [[2, "rompy.core.boundary.SourceWavespectra.model_type", false]], "model_type (rompy.core.data.datablob attribute)": [[3, "rompy.core.data.DataBlob.model_type", false]], "model_type (rompy.core.data.datagrid attribute)": [[4, "rompy.core.data.DataGrid.model_type", false]], "model_type (rompy.core.data.sourcebase attribute)": [[5, "rompy.core.data.SourceBase.model_type", false]], "model_type (rompy.core.data.sourcefile attribute)": [[6, "rompy.core.data.SourceFile.model_type", false]], "model_type (rompy.core.data.sourceintake attribute)": [[7, "rompy.core.data.SourceIntake.model_type", false]], "model_type (rompy.core.spectrum.logfrequency attribute)": [[10, "rompy.core.spectrum.LogFrequency.model_type", false]], "model_type (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.model_type", false]], "model_type (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.model_type", false]], "model_type (rompy.swan.components.boundary.boundnest1 attribute)": [[60, "rompy.swan.components.boundary.BOUNDNEST1.model_type", false]], "model_type (rompy.swan.components.boundary.boundnest2 attribute)": [[61, "rompy.swan.components.boundary.BOUNDNEST2.model_type", false]], "model_type (rompy.swan.components.boundary.boundnest3 attribute)": [[62, "rompy.swan.components.boundary.BOUNDNEST3.model_type", false]], "model_type (rompy.swan.components.boundary.boundspec attribute)": [[63, "rompy.swan.components.boundary.BOUNDSPEC.model_type", false]], "model_type (rompy.swan.components.boundary.initial attribute)": [[64, "rompy.swan.components.boundary.INITIAL.model_type", false]], "model_type (rompy.swan.components.cgrid.curvilinear attribute)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.model_type", false]], "model_type (rompy.swan.components.cgrid.regular attribute)": [[66, "rompy.swan.components.cgrid.REGULAR.model_type", false]], "model_type (rompy.swan.components.cgrid.unstructured attribute)": [[67, "rompy.swan.components.cgrid.UNSTRUCTURED.model_type", false]], "model_type (rompy.swan.components.group.basegroupcomponent attribute)": [[68, "rompy.swan.components.group.BaseGroupComponent.model_type", false]], "model_type (rompy.swan.components.group.inpgrids attribute)": [[69, "rompy.swan.components.group.INPGRIDS.model_type", false]], "model_type (rompy.swan.components.group.lockup attribute)": [[70, "rompy.swan.components.group.LOCKUP.model_type", false]], "model_type (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.model_type", false]], "model_type (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.model_type", false]], "model_type (rompy.swan.components.group.startup attribute)": [[73, "rompy.swan.components.group.STARTUP.model_type", false]], "model_type (rompy.swan.components.inpgrid.curvilinear attribute)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.model_type", false]], "model_type (rompy.swan.components.inpgrid.ice attribute)": [[75, "rompy.swan.components.inpgrid.ICE.model_type", false]], "model_type (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.model_type", false]], "model_type (rompy.swan.components.inpgrid.unstructured attribute)": [[77, "rompy.swan.components.inpgrid.UNSTRUCTURED.model_type", false]], "model_type (rompy.swan.components.inpgrid.wind attribute)": [[78, "rompy.swan.components.inpgrid.WIND.model_type", false]], "model_type (rompy.swan.components.lockup.compute attribute)": [[79, "rompy.swan.components.lockup.COMPUTE.model_type", false]], "model_type (rompy.swan.components.lockup.compute_nonstat attribute)": [[80, "rompy.swan.components.lockup.COMPUTE_NONSTAT.model_type", false]], "model_type (rompy.swan.components.lockup.compute_stat attribute)": [[81, "rompy.swan.components.lockup.COMPUTE_STAT.model_type", false]], "model_type (rompy.swan.components.lockup.hotfile attribute)": [[82, "rompy.swan.components.lockup.HOTFILE.model_type", false]], "model_type (rompy.swan.components.lockup.stop attribute)": [[83, "rompy.swan.components.lockup.STOP.model_type", false]], "model_type (rompy.swan.components.numerics.numeric attribute)": [[84, "rompy.swan.components.numerics.NUMERIC.model_type", false]], "model_type (rompy.swan.components.numerics.prop attribute)": [[85, "rompy.swan.components.numerics.PROP.model_type", false]], "model_type (rompy.swan.components.output.baselocation attribute)": [[87, "rompy.swan.components.output.BaseLocation.model_type", false]], "model_type (rompy.swan.components.output.basewrite attribute)": [[88, "rompy.swan.components.output.BaseWrite.model_type", false]], "model_type (rompy.swan.components.output.block attribute)": [[86, "rompy.swan.components.output.BLOCK.model_type", false]], "model_type (rompy.swan.components.output.curve attribute)": [[89, "rompy.swan.components.output.CURVE.model_type", false]], "model_type (rompy.swan.components.output.curves attribute)": [[90, "rompy.swan.components.output.CURVES.model_type", false]], "model_type (rompy.swan.components.output.frame attribute)": [[91, "rompy.swan.components.output.FRAME.model_type", false]], "model_type (rompy.swan.components.output.group attribute)": [[92, "rompy.swan.components.output.GROUP.model_type", false]], "model_type (rompy.swan.components.output.isoline attribute)": [[93, "rompy.swan.components.output.ISOLINE.model_type", false]], "model_type (rompy.swan.components.output.nestout attribute)": [[94, "rompy.swan.components.output.NESTOUT.model_type", false]], "model_type (rompy.swan.components.output.ngrid attribute)": [[95, "rompy.swan.components.output.NGRID.model_type", false]], "model_type (rompy.swan.components.output.ngrid_unstructured attribute)": [[96, "rompy.swan.components.output.NGRID_UNSTRUCTURED.model_type", false]], "model_type (rompy.swan.components.output.output_options attribute)": [[97, "rompy.swan.components.output.OUTPUT_OPTIONS.model_type", false]], "model_type (rompy.swan.components.output.points attribute)": [[98, "rompy.swan.components.output.POINTS.model_type", false]], "model_type (rompy.swan.components.output.points_file attribute)": [[99, "rompy.swan.components.output.POINTS_FILE.model_type", false]], "model_type (rompy.swan.components.output.quantities attribute)": [[100, "rompy.swan.components.output.QUANTITIES.model_type", false]], "model_type (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.model_type", false]], "model_type (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.model_type", false]], "model_type (rompy.swan.components.output.specout attribute)": [[103, "rompy.swan.components.output.SPECOUT.model_type", false]], "model_type (rompy.swan.components.output.table attribute)": [[104, "rompy.swan.components.output.TABLE.model_type", false]], "model_type (rompy.swan.components.output.test attribute)": [[105, "rompy.swan.components.output.TEST.model_type", false]], "model_type (rompy.swan.components.physics.bragg attribute)": [[106, "rompy.swan.components.physics.BRAGG.model_type", false]], "model_type (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.model_type", false]], "model_type (rompy.swan.components.physics.bragg_ft attribute)": [[108, "rompy.swan.components.physics.BRAGG_FT.model_type", false]], "model_type (rompy.swan.components.physics.breaking_bkd attribute)": [[109, "rompy.swan.components.physics.BREAKING_BKD.model_type", false]], "model_type (rompy.swan.components.physics.breaking_constant attribute)": [[110, "rompy.swan.components.physics.BREAKING_CONSTANT.model_type", false]], "model_type (rompy.swan.components.physics.diffraction attribute)": [[111, "rompy.swan.components.physics.DIFFRACTION.model_type", false]], "model_type (rompy.swan.components.physics.friction_collins attribute)": [[112, "rompy.swan.components.physics.FRICTION_COLLINS.model_type", false]], "model_type (rompy.swan.components.physics.friction_jonswap attribute)": [[113, "rompy.swan.components.physics.FRICTION_JONSWAP.model_type", false]], "model_type (rompy.swan.components.physics.friction_madsen attribute)": [[114, "rompy.swan.components.physics.FRICTION_MADSEN.model_type", false]], "model_type (rompy.swan.components.physics.friction_ripples attribute)": [[115, "rompy.swan.components.physics.FRICTION_RIPPLES.model_type", false]], "model_type (rompy.swan.components.physics.gen1 attribute)": [[116, "rompy.swan.components.physics.GEN1.model_type", false]], "model_type (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.model_type", false]], "model_type (rompy.swan.components.physics.gen3 attribute)": [[118, "rompy.swan.components.physics.GEN3.model_type", false]], "model_type (rompy.swan.components.physics.limiter attribute)": [[119, "rompy.swan.components.physics.LIMITER.model_type", false]], "model_type (rompy.swan.components.physics.mud attribute)": [[120, "rompy.swan.components.physics.MUD.model_type", false]], "model_type (rompy.swan.components.physics.negatinp attribute)": [[121, "rompy.swan.components.physics.NEGATINP.model_type", false]], "model_type (rompy.swan.components.physics.obstacle attribute)": [[122, "rompy.swan.components.physics.OBSTACLE.model_type", false]], "model_type (rompy.swan.components.physics.obstacle_fig attribute)": [[124, "rompy.swan.components.physics.OBSTACLE_FIG.model_type", false]], "model_type (rompy.swan.components.physics.obstacles attribute)": [[123, "rompy.swan.components.physics.OBSTACLES.model_type", false]], "model_type (rompy.swan.components.physics.off attribute)": [[125, "rompy.swan.components.physics.OFF.model_type", false]], "model_type (rompy.swan.components.physics.offs attribute)": [[126, "rompy.swan.components.physics.OFFS.model_type", false]], "model_type (rompy.swan.components.physics.quadrupl attribute)": [[127, "rompy.swan.components.physics.QUADRUPL.model_type", false]], "model_type (rompy.swan.components.physics.scat attribute)": [[128, "rompy.swan.components.physics.SCAT.model_type", false]], "model_type (rompy.swan.components.physics.setup attribute)": [[129, "rompy.swan.components.physics.SETUP.model_type", false]], "model_type (rompy.swan.components.physics.sice attribute)": [[130, "rompy.swan.components.physics.SICE.model_type", false]], "model_type (rompy.swan.components.physics.sice_d15 attribute)": [[131, "rompy.swan.components.physics.SICE_D15.model_type", false]], "model_type (rompy.swan.components.physics.sice_m18 attribute)": [[132, "rompy.swan.components.physics.SICE_M18.model_type", false]], "model_type (rompy.swan.components.physics.sice_r19 attribute)": [[133, "rompy.swan.components.physics.SICE_R19.model_type", false]], "model_type (rompy.swan.components.physics.sice_r21b attribute)": [[134, "rompy.swan.components.physics.SICE_R21B.model_type", false]], "model_type (rompy.swan.components.physics.sswell_ardhuin attribute)": [[135, "rompy.swan.components.physics.SSWELL_ARDHUIN.model_type", false]], "model_type (rompy.swan.components.physics.sswell_rogers attribute)": [[136, "rompy.swan.components.physics.SSWELL_ROGERS.model_type", false]], "model_type (rompy.swan.components.physics.sswell_zieger attribute)": [[137, "rompy.swan.components.physics.SSWELL_ZIEGER.model_type", false]], "model_type (rompy.swan.components.physics.surfbeat attribute)": [[138, "rompy.swan.components.physics.SURFBEAT.model_type", false]], "model_type (rompy.swan.components.physics.triad attribute)": [[139, "rompy.swan.components.physics.TRIAD.model_type", false]], "model_type (rompy.swan.components.physics.triad_dcta attribute)": [[140, "rompy.swan.components.physics.TRIAD_DCTA.model_type", false]], "model_type (rompy.swan.components.physics.triad_lta attribute)": [[141, "rompy.swan.components.physics.TRIAD_LTA.model_type", false]], "model_type (rompy.swan.components.physics.triad_spb attribute)": [[142, "rompy.swan.components.physics.TRIAD_SPB.model_type", false]], "model_type (rompy.swan.components.physics.turbulence attribute)": [[143, "rompy.swan.components.physics.TURBULENCE.model_type", false]], "model_type (rompy.swan.components.physics.vegetation attribute)": [[144, "rompy.swan.components.physics.VEGETATION.model_type", false]], "model_type (rompy.swan.components.physics.wcapping_ab attribute)": [[145, "rompy.swan.components.physics.WCAPPING_AB.model_type", false]], "model_type (rompy.swan.components.physics.wcapping_komen attribute)": [[146, "rompy.swan.components.physics.WCAPPING_KOMEN.model_type", false]], "model_type (rompy.swan.components.startup.coordinates attribute)": [[147, "rompy.swan.components.startup.COORDINATES.model_type", false]], "model_type (rompy.swan.components.startup.mode attribute)": [[148, "rompy.swan.components.startup.MODE.model_type", false]], "model_type (rompy.swan.components.startup.project attribute)": [[149, "rompy.swan.components.startup.PROJECT.model_type", false]], "model_type (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.model_type", false]], "model_type (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.model_type", false]], "model_type (rompy.swan.interface.boundaryinterface attribute)": [[50, "rompy.swan.interface.BoundaryInterface.model_type", false]], "model_type (rompy.swan.interface.datainterface attribute)": [[51, "rompy.swan.interface.DataInterface.model_type", false]], "model_type (rompy.swan.interface.lockupinterface attribute)": [[52, "rompy.swan.interface.LockupInterface.model_type", false]], "model_type (rompy.swan.interface.outputinterface attribute)": [[53, "rompy.swan.interface.OutputInterface.model_type", false]], "model_type (rompy.swan.subcomponents.base.ij attribute)": [[161, "rompy.swan.subcomponents.base.IJ.model_type", false]], "model_type (rompy.swan.subcomponents.base.xy attribute)": [[162, "rompy.swan.subcomponents.base.XY.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.constantfile attribute)": [[163, "rompy.swan.subcomponents.boundary.CONSTANTFILE.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.constantpar attribute)": [[164, "rompy.swan.subcomponents.boundary.CONSTANTPAR.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.default attribute)": [[165, "rompy.swan.subcomponents.boundary.DEFAULT.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.hotmultiple attribute)": [[166, "rompy.swan.subcomponents.boundary.HOTMULTIPLE.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.hotsingle attribute)": [[167, "rompy.swan.subcomponents.boundary.HOTSINGLE.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.par attribute)": [[168, "rompy.swan.subcomponents.boundary.PAR.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.segment attribute)": [[169, "rompy.swan.subcomponents.boundary.SEGMENT.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.side attribute)": [[170, "rompy.swan.subcomponents.boundary.SIDE.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.variablefile attribute)": [[171, "rompy.swan.subcomponents.boundary.VARIABLEFILE.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.variablepar attribute)": [[172, "rompy.swan.subcomponents.boundary.VARIABLEPAR.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.zero attribute)": [[173, "rompy.swan.subcomponents.boundary.ZERO.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.accur attribute)": [[174, "rompy.swan.subcomponents.numerics.ACCUR.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.bsbt attribute)": [[175, "rompy.swan.subcomponents.numerics.BSBT.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.csigma attribute)": [[176, "rompy.swan.subcomponents.numerics.CSIGMA.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.ctheta attribute)": [[177, "rompy.swan.subcomponents.numerics.CTHETA.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.dirimpl attribute)": [[178, "rompy.swan.subcomponents.numerics.DIRIMPL.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.gse attribute)": [[179, "rompy.swan.subcomponents.numerics.GSE.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.nonstat attribute)": [[180, "rompy.swan.subcomponents.numerics.NONSTAT.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.setup attribute)": [[181, "rompy.swan.subcomponents.numerics.SETUP.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.sigimpl attribute)": [[182, "rompy.swan.subcomponents.numerics.SIGIMPL.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.stat attribute)": [[183, "rompy.swan.subcomponents.numerics.STAT.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.stopc attribute)": [[184, "rompy.swan.subcomponents.numerics.STOPC.model_type", false]], "model_type (rompy.swan.subcomponents.output.abs attribute)": [[185, "rompy.swan.subcomponents.output.ABS.model_type", false]], "model_type (rompy.swan.subcomponents.output.rel attribute)": [[186, "rompy.swan.subcomponents.output.REL.model_type", false]], "model_type (rompy.swan.subcomponents.output.spec1d attribute)": [[187, "rompy.swan.subcomponents.output.SPEC1D.model_type", false]], "model_type (rompy.swan.subcomponents.output.spec2d attribute)": [[188, "rompy.swan.subcomponents.output.SPEC2D.model_type", false]], "model_type (rompy.swan.subcomponents.physics.dangremond attribute)": [[189, "rompy.swan.subcomponents.physics.DANGREMOND.model_type", false]], "model_type (rompy.swan.subcomponents.physics.dewit attribute)": [[190, "rompy.swan.subcomponents.physics.DEWIT.model_type", false]], "model_type (rompy.swan.subcomponents.physics.eldeberky attribute)": [[191, "rompy.swan.subcomponents.physics.ELDEBERKY.model_type", false]], "model_type (rompy.swan.subcomponents.physics.freeboard attribute)": [[192, "rompy.swan.subcomponents.physics.FREEBOARD.model_type", false]], "model_type (rompy.swan.subcomponents.physics.goda attribute)": [[193, "rompy.swan.subcomponents.physics.GODA.model_type", false]], "model_type (rompy.swan.subcomponents.physics.janssen attribute)": [[194, "rompy.swan.subcomponents.physics.JANSSEN.model_type", false]], "model_type (rompy.swan.subcomponents.physics.komen attribute)": [[195, "rompy.swan.subcomponents.physics.KOMEN.model_type", false]], "model_type (rompy.swan.subcomponents.physics.line attribute)": [[196, "rompy.swan.subcomponents.physics.LINE.model_type", false]], "model_type (rompy.swan.subcomponents.physics.rdiff attribute)": [[197, "rompy.swan.subcomponents.physics.RDIFF.model_type", false]], "model_type (rompy.swan.subcomponents.physics.refl attribute)": [[198, "rompy.swan.subcomponents.physics.REFL.model_type", false]], "model_type (rompy.swan.subcomponents.physics.rspec attribute)": [[199, "rompy.swan.subcomponents.physics.RSPEC.model_type", false]], "model_type (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.model_type", false]], "model_type (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.model_type", false]], "model_type (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.model_type", false]], "model_type (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.model_type", false]], "model_type (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.model_type", false]], "model_type (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.model_type", false]], "model_type (rompy.swan.subcomponents.physics.trans1d attribute)": [[206, "rompy.swan.subcomponents.physics.TRANS1D.model_type", false]], "model_type (rompy.swan.subcomponents.physics.trans2d attribute)": [[207, "rompy.swan.subcomponents.physics.TRANS2D.model_type", false]], "model_type (rompy.swan.subcomponents.physics.transm attribute)": [[208, "rompy.swan.subcomponents.physics.TRANSM.model_type", false]], "model_type (rompy.swan.subcomponents.physics.westhuysen attribute)": [[209, "rompy.swan.subcomponents.physics.WESTHUYSEN.model_type", false]], "model_type (rompy.swan.subcomponents.readgrid.gridregular attribute)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.model_type", false]], "model_type (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.model_type", false]], "model_type (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.model_type", false]], "model_type (rompy.swan.subcomponents.spectrum.bin attribute)": [[213, "rompy.swan.subcomponents.spectrum.BIN.model_type", false]], "model_type (rompy.swan.subcomponents.spectrum.gauss attribute)": [[214, "rompy.swan.subcomponents.spectrum.GAUSS.model_type", false]], "model_type (rompy.swan.subcomponents.spectrum.jonswap attribute)": [[215, "rompy.swan.subcomponents.spectrum.JONSWAP.model_type", false]], "model_type (rompy.swan.subcomponents.spectrum.pm attribute)": [[216, "rompy.swan.subcomponents.spectrum.PM.model_type", false]], "model_type (rompy.swan.subcomponents.spectrum.shapespec attribute)": [[217, "rompy.swan.subcomponents.spectrum.SHAPESPEC.model_type", false]], "model_type (rompy.swan.subcomponents.spectrum.spectrum attribute)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.model_type", false]], "model_type (rompy.swan.subcomponents.spectrum.tma attribute)": [[219, "rompy.swan.subcomponents.spectrum.TMA.model_type", false]], "model_type (rompy.swan.subcomponents.startup.cartesian attribute)": [[220, "rompy.swan.subcomponents.startup.CARTESIAN.model_type", false]], "model_type (rompy.swan.subcomponents.startup.spherical attribute)": [[221, "rompy.swan.subcomponents.startup.SPHERICAL.model_type", false]], "model_type (rompy.swan.subcomponents.time.delt attribute)": [[222, "rompy.swan.subcomponents.time.Delt.model_type", false]], "model_type (rompy.swan.subcomponents.time.nonstationary attribute)": [[223, "rompy.swan.subcomponents.time.NONSTATIONARY.model_type", false]], "model_type (rompy.swan.subcomponents.time.stationary attribute)": [[224, "rompy.swan.subcomponents.time.STATIONARY.model_type", false]], "model_type (rompy.swan.subcomponents.time.time attribute)": [[225, "rompy.swan.subcomponents.time.Time.model_type", false]], "model_type (rompy.swan.subcomponents.time.timerangeclosed attribute)": [[226, "rompy.swan.subcomponents.time.TimeRangeClosed.model_type", false]], "model_type (rompy.swan.subcomponents.time.timerangeopen attribute)": [[227, "rompy.swan.subcomponents.time.TimeRangeOpen.model_type", false]], "msc (rompy.swan.subcomponents.spectrum.spectrum attribute)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.msc", false]], "msc2 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.msc2", false]], "mud (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.mud", false]], "mudlayer (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.MUDLAYER", false]], "mx (rompy.swan.subcomponents.readgrid.gridregular attribute)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.mx", false]], "mxc (rompy.swan.components.cgrid.curvilinear attribute)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.mxc", false]], "mxinp (rompy.swan.components.inpgrid.curvilinear attribute)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.mxinp", false]], "mxinp (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.mxinp", false]], "mxitns (rompy.swan.subcomponents.numerics.nonstat attribute)": [[180, "rompy.swan.subcomponents.numerics.NONSTAT.mxitns", false]], "mxitst (rompy.swan.subcomponents.numerics.stat attribute)": [[183, "rompy.swan.subcomponents.numerics.STAT.mxitst", false]], "my (rompy.swan.subcomponents.readgrid.gridregular attribute)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.my", false]], "myc (rompy.swan.components.cgrid.curvilinear attribute)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.myc", false]], "myinp (rompy.swan.components.inpgrid.curvilinear attribute)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.myinp", false]], "myinp (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.myinp", false]], "nadv (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.nadv", false]], "name (rompy.swan.components.startup.project attribute)": [[149, "rompy.swan.components.startup.PROJECT.name", false]], "namelist (rompy.schism.data.sfluxsource property)": [[40, "rompy.schism.data.SfluxSource.namelist", false]], "nbin (rompy.core.spectrum.logfrequency attribute)": [[10, "rompy.core.spectrum.LogFrequency.nbin", false]], "nchi (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.nchi", false]], "ndec_block (rompy.swan.components.output.output_options attribute)": [[97, "rompy.swan.components.output.OUTPUT_OPTIONS.ndec_block", false]], "ndec_spec (rompy.swan.components.output.output_options attribute)": [[97, "rompy.swan.components.output.OUTPUT_OPTIONS.ndec_spec", false]], "ne (rompy.swan.types.sideoptions attribute)": [[59, "rompy.swan.types.SideOptions.NE", false]], "nearby_spectra() (rompy.swan.grid.swangrid method)": [[49, "rompy.swan.grid.SwanGrid.nearby_spectra", false]], "negatinp (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.negatinp", false]], "negatinp_only_with_zieger() (rompy.swan.components.group.physics method)": [[72, "rompy.swan.components.group.PHYSICS.negatinp_only_with_zieger", false]], "nestout (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.nestout", false]], "nf (rompy.core.spectrum.logfrequency property)": [[10, "rompy.core.spectrum.LogFrequency.nf", false]], "ngrid (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.ngrid", false]], "ngrid_and_nestout() (rompy.swan.components.group.output method)": [[71, "rompy.swan.components.group.OUTPUT.ngrid_and_nestout", false]], "nhedf (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.nhedf", false]], "nhedf (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.nhedf", false]], "nhedt (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.nhedt", false]], "nhedvec (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.nhedvec", false]], "nhedvec (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.nhedvec", false]], "niter (rompy.swan.subcomponents.numerics.setup attribute)": [[181, "rompy.swan.subcomponents.numerics.SETUP.niter", false]], "niter (rompy.swan.subcomponents.numerics.sigimpl attribute)": [[182, "rompy.swan.subcomponents.numerics.SIGIMPL.niter", false]], "nmax (rompy.swan.components.physics.surfbeat attribute)": [[138, "rompy.swan.components.physics.SURFBEAT.nmax", false]], "noncolinear (rompy.swan.components.physics.triad_dcta attribute)": [[140, "rompy.swan.components.physics.TRIAD_DCTA.noncolinear", false]], "nonstationary (rompy.swan.components.inpgrid.curvilinear attribute)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.nonstationary", false]], "nonstationary (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.nonstationary", false]], "nonstationary (rompy.swan.components.inpgrid.unstructured attribute)": [[77, "rompy.swan.components.inpgrid.UNSTRUCTURED.nonstationary", false]], "nor (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.nor", false]], "normalization (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.normalization", false]], "normalization (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.normalization", false]], "normalization (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.normalization", false]], "normalization (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.normalization", false]], "normalization (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.normalization", false]], "normalization (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.normalization", false]], "north (rompy.swan.types.sideoptions attribute)": [[59, "rompy.swan.types.SideOptions.NORTH", false]], "noswll (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.noswll", false]], "not_special_name() (rompy.swan.components.output.baselocation class method)": [[87, "rompy.swan.components.output.BaseLocation.not_special_name", false]], "not_yet_implemented() (rompy.schism.data.schismdataocean class method)": [[33, "rompy.schism.data.SCHISMDataOcean.not_yet_implemented", false]], "nouts (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.nouts", false]], "npf (rompy.swan.components.physics.sice_r21b attribute)": [[134, "rompy.swan.components.physics.SICE_R21B.npf", false]], "nplants (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.NPLANTS", false]], "nplants (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.NPLANTS", false]], "npnts (rompy.swan.subcomponents.numerics.accur attribute)": [[174, "rompy.swan.subcomponents.numerics.ACCUR.npnts", false]], "npnts (rompy.swan.subcomponents.numerics.stopc attribute)": [[184, "rompy.swan.subcomponents.numerics.STOPC.npnts", false]], "npts (rompy.swan.components.output.curve attribute)": [[89, "rompy.swan.components.output.CURVE.npts", false]], "npts (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.npts", false]], "nr (rompy.swan.components.startup.project attribute)": [[149, "rompy.swan.components.startup.PROJECT.nr", false]], "nreg (rompy.swan.components.physics.bragg attribute)": [[106, "rompy.swan.components.physics.BRAGG.nreg", false]], "nreg (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.nreg", false]], "nreg (rompy.swan.components.physics.bragg_ft attribute)": [[108, "rompy.swan.components.physics.BRAGG_FT.nreg", false]], "nstems (rompy.swan.components.physics.vegetation attribute)": [[144, "rompy.swan.components.physics.VEGETATION.nstems", false]], "nstep_wwm (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.nstep_wwm", false]], "number_of_layers() (rompy.swan.components.physics.vegetation class method)": [[144, "rompy.swan.components.physics.VEGETATION.number_of_layers", false]], "nw (rompy.swan.types.sideoptions attribute)": [[59, "rompy.swan.types.SideOptions.NW", false]], "nx (rompy.core.grid.regulargrid attribute)": [[9, "rompy.core.grid.RegularGrid.nx", false]], "nx (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.nx", false]], "ny (rompy.core.grid.regulargrid attribute)": [[9, "rompy.core.grid.RegularGrid.ny", false]], "ny (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.ny", false]], "obstacle (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.obstacle", false]], "obstacles (rompy.swan.components.physics.obstacles attribute)": [[123, "rompy.swan.components.physics.OBSTACLES.obstacles", false]], "ocean (rompy.schism.data.schismdata attribute)": [[31, "rompy.schism.data.SCHISMData.ocean", false]], "offs (rompy.swan.components.physics.offs attribute)": [[126, "rompy.swan.components.physics.OFFS.offs", false]], "one (rompy.swan.types.idla attribute)": [[57, "rompy.swan.types.IDLA.ONE", false]], "open() (rompy.core.data.sourcebase method)": [[5, "rompy.core.data.SourceBase.open", false]], "opt (rompy.schism.namelists.param.param attribute)": [[44, "rompy.schism.namelists.param.PARAM.opt", false]], "orbital (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.ORBITAL", false]], "outfile (rompy.core.data.datagrid property)": [[4, "rompy.core.data.DataGrid.outfile", false]], "outfile (rompy.schism.data.sfluxsource property)": [[40, "rompy.schism.data.SfluxSource.outfile", false]], "outp (rompy.swan.subcomponents.numerics.setup attribute)": [[181, "rompy.swan.subcomponents.numerics.SETUP.outp", false]], "outp (rompy.swan.subcomponents.numerics.sigimpl attribute)": [[182, "rompy.swan.subcomponents.numerics.SIGIMPL.outp", false]], "output (rompy.swan.components.output.block attribute)": [[86, "rompy.swan.components.output.BLOCK.output", false]], "output (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.output", false]], "output (rompy.swan.components.output.table attribute)": [[104, "rompy.swan.components.output.TABLE.output", false]], "output_dir (rompy.model.modelrun attribute)": [[11, "rompy.model.ModelRun.output_dir", false]], "output_options (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.output_options", false]], "outstyle (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.outstyle", false]], "p (rompy.swan.components.physics.triad_dcta attribute)": [[140, "rompy.swan.components.physics.TRIAD_DCTA.p", false]], "p1sds (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.p1sds", false]], "p1sds (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.p1sds", false]], "p1sds (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.p1sds", false]], "p1sds (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.p1sds", false]], "p1sds (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.p1sds", false]], "p1sds (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.p1sds", false]], "p2sds (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.p2sds", false]], "p2sds (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.p2sds", false]], "p2sds (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.p2sds", false]], "p2sds (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.p2sds", false]], "p2sds (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.p2sds", false]], "p2sds (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.p2sds", false]], "param_iof_hydro1 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro1", false]], "param_iof_hydro10 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro10", false]], "param_iof_hydro11 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro11", false]], "param_iof_hydro12 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro12", false]], "param_iof_hydro13 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro13", false]], "param_iof_hydro14 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro14", false]], "param_iof_hydro15 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro15", false]], "param_iof_hydro16 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro16", false]], "param_iof_hydro17 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro17", false]], "param_iof_hydro18 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro18", false]], "param_iof_hydro19 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro19", false]], "param_iof_hydro2 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro2", false]], "param_iof_hydro20 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro20", false]], "param_iof_hydro21 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro21", false]], "param_iof_hydro22 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro22", false]], "param_iof_hydro23 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro23", false]], "param_iof_hydro24 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro24", false]], "param_iof_hydro25 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro25", false]], "param_iof_hydro26 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro26", false]], "param_iof_hydro27 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro27", false]], "param_iof_hydro28 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro28", false]], "param_iof_hydro29 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro29", false]], "param_iof_hydro3 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro3", false]], "param_iof_hydro30 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro30", false]], "param_iof_hydro4 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro4", false]], "param_iof_hydro5 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro5", false]], "param_iof_hydro6 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro6", false]], "param_iof_hydro7 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro7", false]], "param_iof_hydro8 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro8", false]], "param_iof_hydro9 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro9", false]], "param_nhot (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_nhot", false]], "param_nhot_write (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_nhot_write", false]], "param_nhot_writeyn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_nhot_writeYN", false]], "param_nspool_sta (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_nspool_sta", false]], "partition (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PARTITION", false]], "pdir (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PDIR", false]], "peakd (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.PEAKD", false]], "peakdspr (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.PEAKDSPR", false]], "per (rompy.swan.subcomponents.boundary.constantpar attribute)": [[164, "rompy.swan.subcomponents.boundary.CONSTANTPAR.per", false]], "per (rompy.swan.subcomponents.boundary.par attribute)": [[168, "rompy.swan.subcomponents.boundary.PAR.per", false]], "per (rompy.swan.subcomponents.boundary.variablepar attribute)": [[172, "rompy.swan.subcomponents.boundary.VARIABLEPAR.per", false]], "per (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PER", false]], "per_type (rompy.swan.subcomponents.spectrum.shapespec attribute)": [[217, "rompy.swan.subcomponents.spectrum.SHAPESPEC.per_type", false]], "period (rompy.model.modelrun attribute)": [[11, "rompy.model.ModelRun.period", false]], "ph_icm (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.ph_icm", false]], "physics (rompy.swan.components.physics.off attribute)": [[125, "rompy.swan.components.physics.OFF.physics", false]], "physicsoff (class in rompy.swan.types)": [[58, "rompy.swan.types.PhysicsOff", false]], "plot() (rompy.core.data.datagrid method)": [[4, "rompy.core.data.DataGrid.plot", false]], "plot() (rompy.core.grid.basegrid method)": [[8, "rompy.core.grid.BaseGrid.plot", false]], "pm (rompy.swan.types.boundshapeoptions attribute)": [[55, "rompy.swan.types.BoundShapeOptions.PM", false]], "poc (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.poc", false]], "points (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.points", false]], "points (rompy.swan.components.output.test attribute)": [[105, "rompy.swan.components.output.TEST.points", false]], "points (rompy.swan.subcomponents.boundary.segment attribute)": [[169, "rompy.swan.subcomponents.boundary.SEGMENT.points", false]], "power (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.power", false]], "powk (rompy.swan.components.physics.wcapping_komen attribute)": [[146, "rompy.swan.components.physics.WCAPPING_KOMEN.powk", false]], "pown (rompy.swan.subcomponents.physics.rdiff attribute)": [[197, "rompy.swan.subcomponents.physics.RDIFF.pown", false]], "powst (rompy.swan.components.physics.wcapping_komen attribute)": [[146, "rompy.swan.components.physics.WCAPPING_KOMEN.powst", false]], "prate_name (rompy.schism.data.sfluxprc attribute)": [[38, "rompy.schism.data.SfluxPrc.prate_name", false]], "prc_1 (rompy.schism.data.schismdatasflux attribute)": [[34, "rompy.schism.data.SCHISMDataSflux.prc_1", false]], "prc_2 (rompy.schism.data.schismdatasflux attribute)": [[34, "rompy.schism.data.SCHISMDataSflux.prc_2", false]], "prmsl_name (rompy.schism.data.sfluxair attribute)": [[37, "rompy.schism.data.SfluxAir.prmsl_name", false]], "project (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.project", false]], "project (rompy.swan.components.group.startup attribute)": [[73, "rompy.swan.components.group.STARTUP.project", false]], "projection (rompy.swan.subcomponents.startup.spherical attribute)": [[221, "rompy.swan.subcomponents.startup.SPHERICAL.projection", false]], "propagat (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PROPAGAT", false]], "propsigma (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PROPSIGMA", false]], "proptheta (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PROPTHETA", false]], "propxy (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PROPXY", false]], "ptdir (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PTDIR", false]], "ptdspr (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PTDSPR", false]], "pthsign (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PTHSIGN", false]], "ptrtp (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PTRTP", false]], "ptsteepne (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PTSTEEPNE", false]], "ptwfrac (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PTWFRAC", false]], "ptwlen (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PTWLEN", false]], "pwtail (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.pwtail", false]], "pwtail_after_gen() (rompy.swan.components.startup.set class method)": [[150, "rompy.swan.components.startup.SET.pwtail_after_gen", false]], "qb (rompy.swan.components.physics.limiter attribute)": [[119, "rompy.swan.components.physics.LIMITER.qb", false]], "qb (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.QB", false]], "qmax (rompy.swan.components.physics.scat attribute)": [[128, "rompy.swan.components.physics.SCAT.qmax", false]], "qp (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.QP", false]], "quadrupl (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.quadrupl", false]], "quadrupl (rompy.swan.types.physicsoff attribute)": [[58, "rompy.swan.types.PhysicsOff.QUADRUPL", false]], "quantities (rompy.swan.components.output.quantities attribute)": [[100, "rompy.swan.components.output.QUANTITIES.quantities", false]], "quantity (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.quantity", false]], "quay (rompy.swan.subcomponents.physics.freeboard attribute)": [[192, "rompy.swan.subcomponents.physics.FREEBOARD.quay", false]], "rad_1 (rompy.schism.data.schismdatasflux attribute)": [[34, "rompy.schism.data.SCHISMDataSflux.rad_1", false]], "rad_2 (rompy.schism.data.schismdatasflux attribute)": [[34, "rompy.schism.data.SCHISMDataSflux.rad_2", false]], "radstr (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.RADSTR", false]], "ray (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.ray", false]], "rdcoef (rompy.swan.components.physics.negatinp attribute)": [[121, "rompy.swan.components.physics.NEGATINP.rdcoef", false]], "readcoord (rompy.swan.components.cgrid.curvilinear attribute)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.readcoord", false]], "reader (rompy.core.boundary.sourcewavespectra attribute)": [[2, "rompy.core.boundary.SourceWavespectra.reader", false]], "readinp (rompy.swan.components.inpgrid.curvilinear attribute)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.readinp", false]], "readinp (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.readinp", false]], "readinp (rompy.swan.components.inpgrid.unstructured attribute)": [[77, "rompy.swan.components.inpgrid.UNSTRUCTURED.readinp", false]], "reapeating (rompy.swan.components.startup.coordinates attribute)": [[147, "rompy.swan.components.startup.COORDINATES.reapeating", false]], "rectangle (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.rectangle", false]], "rectangle (rompy.swan.components.boundary.boundnest1 attribute)": [[60, "rompy.swan.components.boundary.BOUNDNEST1.rectangle", false]], "rectangle (rompy.swan.components.boundary.boundnest3 attribute)": [[62, "rompy.swan.components.boundary.BOUNDNEST3.rectangle", false]], "redist (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.REDIST", false]], "redquad (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.REDQUAD", false]], "redtriad (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.REDTRIAD", false]], "ref (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.ref", false]], "reflc (rompy.swan.subcomponents.physics.refl attribute)": [[198, "rompy.swan.subcomponents.physics.REFL.reflc", false]], "reflection (rompy.swan.components.physics.obstacle attribute)": [[122, "rompy.swan.components.physics.OBSTACLE.reflection", false]], "reflection (rompy.swan.components.physics.obstacle_fig attribute)": [[124, "rompy.swan.components.physics.OBSTACLE_FIG.reflection", false]], "reflection_type (rompy.swan.components.physics.obstacle attribute)": [[122, "rompy.swan.components.physics.OBSTACLE.reflection_type", false]], "refrac (rompy.swan.types.physicsoff attribute)": [[58, "rompy.swan.types.PhysicsOff.REFRAC", false]], "relative_weight (rompy.schism.data.sfluxsource attribute)": [[40, "rompy.schism.data.SfluxSource.relative_weight", false]], "relax (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.relax", false]], "render() (rompy.swan.components.group.basegroupcomponent method)": [[68, "rompy.swan.components.group.BaseGroupComponent.render", false]], "render() (rompy.swan.components.physics.obstacles method)": [[123, "rompy.swan.components.physics.OBSTACLES.render", false]], "render() (rompy.swan.interface.boundaryinterface method)": [[50, "rompy.swan.interface.BoundaryInterface.render", false]], "render() (rompy.swan.interface.datainterface method)": [[51, "rompy.swan.interface.DataInterface.render", false]], "rfac (rompy.swan.components.physics.scat attribute)": [[128, "rompy.swan.components.physics.SCAT.rfac", false]], "rho (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.rho", false]], "rhom (rompy.swan.components.physics.mud attribute)": [[120, "rompy.swan.components.physics.MUD.rhom", false]], "rlatitude (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.rlatitude", false]], "rname (rompy.swan.components.output.isoline attribute)": [[93, "rompy.swan.components.output.ISOLINE.rname", false]], "rname (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.rname", false]], "rot (rompy.core.grid.regulargrid attribute)": [[9, "rompy.core.grid.RegularGrid.rot", false]], "rot (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.rot", false]], "rper (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.RPER", false]], "rtm01 (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.RTM01", false]], "rtmm10 (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.RTMM10", false]], "rtp (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.RTP", false]], "run_id (rompy.model.modelrun attribute)": [[11, "rompy.model.ModelRun.run_id", false]], "s (rompy.swan.components.physics.friction_ripples attribute)": [[115, "rompy.swan.components.physics.FRICTION_RIPPLES.s", false]], "sal_3d (rompy.schism.data.schismdataocean attribute)": [[33, "rompy.schism.data.SCHISMDataOcean.SAL_3D", false]], "sav (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.sav", false]], "sav_cdyn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.sav_cdYN", false]], "scat (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.scat", false]], "scheme (rompy.swan.components.numerics.prop attribute)": [[85, "rompy.swan.components.numerics.PROP.scheme", false]], "schout (rompy.schism.namelists.param.param attribute)": [[44, "rompy.schism.namelists.param.PARAM.schout", false]], "se (rompy.swan.types.sideoptions attribute)": [[59, "rompy.swan.types.SideOptions.SE", false]], "sed_opt (rompy.schism.namelists.sediment.sediment attribute)": [[45, "rompy.schism.namelists.sediment.SEDIMENT.sed_opt", false]], "sel_method (rompy.core.boundary.boundarywavestation attribute)": [[1, "rompy.core.boundary.BoundaryWaveStation.sel_method", false]], "sel_method (rompy.schism.data.schismdataboundary attribute)": [[32, "rompy.schism.data.SCHISMDataBoundary.sel_method", false]], "sel_method (rompy.schism.data.schismdatawave attribute)": [[36, "rompy.schism.data.SCHISMDataWave.sel_method", false]], "sel_method (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.sel_method", false]], "sel_method_kwargs (rompy.schism.data.schismdatawave attribute)": [[36, "rompy.schism.data.SCHISMDataWave.sel_method_kwargs", false]], "sel_method_kwargs (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.sel_method_kwargs", false]], "seq (rompy.swan.subcomponents.boundary.constantfile attribute)": [[163, "rompy.swan.subcomponents.boundary.CONSTANTFILE.seq", false]], "seq (rompy.swan.subcomponents.boundary.variablefile attribute)": [[171, "rompy.swan.subcomponents.boundary.VARIABLEFILE.seq", false]], "set (rompy.swan.components.group.startup attribute)": [[73, "rompy.swan.components.group.STARTUP.set", false]], "set_core (rompy.schism.namelists.sediment.sediment attribute)": [[45, "rompy.schism.namelists.sediment.SEDIMENT.set_core", false]], "set_id() (rompy.schism.data.schismdataocean class method)": [[33, "rompy.schism.data.SCHISMDataOcean.set_id", false]], "set_time_format() (rompy.swan.subcomponents.time.time class method)": [[225, "rompy.swan.subcomponents.time.Time.set_time_format", false]], "set_undefined() (rompy.swan.subcomponents.readgrid.readinp class method)": [[212, "rompy.swan.subcomponents.readgrid.READINP.set_undefined", false]], "setup (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.setup", false]], "setup (rompy.swan.components.numerics.numeric attribute)": [[84, "rompy.swan.components.numerics.NUMERIC.setup", false]], "setup (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.SETUP", false]], "sfea0 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.sfea0", false]], "sfm (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.sfm", false]], "shape (rompy.swan.subcomponents.spectrum.shapespec attribute)": [[217, "rompy.swan.subcomponents.spectrum.SHAPESPEC.shape", false]], "shapespec (rompy.swan.components.boundary.boundspec attribute)": [[63, "rompy.swan.components.boundary.BOUNDSPEC.shapespec", false]], "short (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.short", false]], "sice (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.sice", false]], "side (rompy.swan.subcomponents.boundary.side attribute)": [[170, "rompy.swan.subcomponents.boundary.SIDE.side", false]], "sideoptions (class in rompy.swan.types)": [[59, "rompy.swan.types.SideOptions", false]], "sigfr (rompy.swan.subcomponents.spectrum.gauss attribute)": [[214, "rompy.swan.subcomponents.spectrum.GAUSS.sigfr", false]], "sigimpl (rompy.swan.components.numerics.numeric attribute)": [[84, "rompy.swan.components.numerics.NUMERIC.sigimpl", false]], "silica (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.silica", false]], "six (rompy.swan.types.idla attribute)": [[57, "rompy.swan.types.IDLA.SIX", false]], "size (rompy.swan.subcomponents.base.ij property)": [[161, "rompy.swan.subcomponents.base.IJ.size", false]], "size (rompy.swan.subcomponents.base.xy property)": [[162, "rompy.swan.subcomponents.base.XY.size", false]], "slam0 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.slam0", false]], "slope (rompy.swan.subcomponents.physics.dangremond attribute)": [[189, "rompy.swan.subcomponents.physics.DANGREMOND.slope", false]], "smnum (rompy.swan.components.physics.diffraction attribute)": [[111, "rompy.swan.components.physics.DIFFRACTION.smnum", false]], "smpar (rompy.swan.components.physics.diffraction attribute)": [[111, "rompy.swan.components.physics.DIFFRACTION.smpar", false]], "sname (rompy.swan.components.output.baselocation attribute)": [[87, "rompy.swan.components.output.BaseLocation.sname", false]], "sname (rompy.swan.components.output.basewrite attribute)": [[88, "rompy.swan.components.output.BaseWrite.sname", false]], "sname (rompy.swan.components.output.curves property)": [[90, "rompy.swan.components.output.CURVES.sname", false]], "snames (rompy.swan.components.group.output property)": [[71, "rompy.swan.components.group.OUTPUT.snames", false]], "sobc (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.sobc", false]], "source (rompy.core.boundary.boundarywavestation attribute)": [[1, "rompy.core.boundary.BoundaryWaveStation.source", false]], "source (rompy.core.data.datablob attribute)": [[3, "rompy.core.data.DataBlob.source", false]], "source (rompy.core.data.datagrid attribute)": [[4, "rompy.core.data.DataGrid.source", false]], "source (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.source", false]], "source (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.source", false]], "source_terms (rompy.swan.components.physics.gen3 attribute)": [[118, "rompy.swan.components.physics.GEN3.source_terms", false]], "south (rompy.swan.types.sideoptions attribute)": [[59, "rompy.swan.types.SideOptions.SOUTH", false]], "spacing (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.spacing", false]], "spacing (rompy.swan.components.physics.surfbeat attribute)": [[138, "rompy.swan.components.physics.SURFBEAT.spacing", false]], "specout (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.specout", false]], "spectrum (rompy.swan.components.cgrid.curvilinear attribute)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.spectrum", false]], "spectrum (rompy.swan.components.cgrid.regular attribute)": [[66, "rompy.swan.components.cgrid.REGULAR.spectrum", false]], "spectrum (rompy.swan.components.cgrid.unstructured attribute)": [[67, "rompy.swan.components.cgrid.UNSTRUCTURED.spectrum", false]], "spfh_name (rompy.schism.data.sfluxair attribute)": [[37, "rompy.schism.data.SfluxAir.spfh_name", false]], "sswell (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.sswell", false]], "staging_dir (rompy.model.modelrun property)": [[11, "rompy.model.ModelRun.staging_dir", false]], "stagrx (rompy.swan.components.inpgrid.curvilinear attribute)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.stagrx", false]], "stagry (rompy.swan.components.inpgrid.curvilinear attribute)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.stagry", false]], "steepness (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.STEEPNESS", false]], "stem (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.stem", false]], "sthconst (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.sthconst", false]], "stmp_name (rompy.schism.data.sfluxair attribute)": [[37, "rompy.schism.data.SfluxAir.stmp_name", false]], "stop (rompy.swan.components.numerics.numeric attribute)": [[84, "rompy.swan.components.numerics.NUMERIC.stop", false]], "stpm (rompy.swan.components.physics.wcapping_komen attribute)": [[146, "rompy.swan.components.physics.WCAPPING_KOMEN.stpm", false]], "stpm (rompy.swan.subcomponents.physics.komen attribute)": [[195, "rompy.swan.subcomponents.physics.KOMEN.stpm", false]], "suffix (rompy.swan.components.lockup.compute_stat attribute)": [[81, "rompy.swan.components.lockup.COMPUTE_STAT.suffix", false]], "suffix (rompy.swan.components.output.basewrite property)": [[88, "rompy.swan.components.output.BaseWrite.suffix", false]], "suffix (rompy.swan.components.output.block property)": [[86, "rompy.swan.components.output.BLOCK.suffix", false]], "suffix (rompy.swan.components.output.nestout property)": [[94, "rompy.swan.components.output.NESTOUT.suffix", false]], "suffix (rompy.swan.components.output.specout property)": [[103, "rompy.swan.components.output.SPECOUT.suffix", false]], "suffix (rompy.swan.components.output.table property)": [[104, "rompy.swan.components.output.TABLE.suffix", false]], "suffix (rompy.swan.subcomponents.readgrid.gridregular attribute)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.suffix", false]], "suffix (rompy.swan.subcomponents.time.nonstationary attribute)": [[223, "rompy.swan.subcomponents.time.NONSTATIONARY.suffix", false]], "suffix (rompy.swan.subcomponents.time.timerangeclosed attribute)": [[226, "rompy.swan.subcomponents.time.TimeRangeClosed.suffix", false]], "suffix (rompy.swan.subcomponents.time.timerangeopen attribute)": [[227, "rompy.swan.subcomponents.time.TimeRangeOpen.suffix", false]], "supcor (rompy.swan.components.physics.setup attribute)": [[129, "rompy.swan.components.physics.SETUP.supcor", false]], "surfbeat (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.surfbeat", false]], "sw (rompy.swan.types.sideoptions attribute)": [[59, "rompy.swan.types.SideOptions.SW", false]], "table (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.table", false]], "tau (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.tau", false]], "tau (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.tau", false]], "tau (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.tau", false]], "tau (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.tau", false]], "tau (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.tau", false]], "tau (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.tau", false]], "tbcur (rompy.swan.components.physics.turbulence attribute)": [[143, "rompy.swan.components.physics.TURBULENCE.tbcur", false]], "tbcur_only_with_current() (rompy.swan.components.physics.turbulence method)": [[143, "rompy.swan.components.physics.TURBULENCE.tbcur_only_with_current", false]], "tbeg (rompy.swan.subcomponents.time.nonstationary attribute)": [[223, "rompy.swan.subcomponents.time.NONSTATIONARY.tbeg", false]], "tbeg (rompy.swan.subcomponents.time.timerangeclosed attribute)": [[226, "rompy.swan.subcomponents.time.TimeRangeClosed.tbeg", false]], "tbeg (rompy.swan.subcomponents.time.timerangeopen attribute)": [[227, "rompy.swan.subcomponents.time.TimeRangeOpen.tbeg", false]], "tdir (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.TDIR", false]], "tem_3d (rompy.schism.data.schismdataocean attribute)": [[33, "rompy.schism.data.SCHISMDataOcean.TEM_3D", false]], "template (rompy.core.baseconfig attribute)": [[0, "rompy.core.BaseConfig.template", false]], "template (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.template", false]], "tend (rompy.swan.subcomponents.time.nonstationary attribute)": [[223, "rompy.swan.subcomponents.time.NONSTATIONARY.tend", false]], "tend (rompy.swan.subcomponents.time.timerangeclosed attribute)": [[226, "rompy.swan.subcomponents.time.TimeRangeClosed.tend", false]], "test (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.test", false]], "tfmt (rompy.swan.subcomponents.time.nonstationary attribute)": [[223, "rompy.swan.subcomponents.time.NONSTATIONARY.tfmt", false]], "tfmt (rompy.swan.subcomponents.time.stationary attribute)": [[224, "rompy.swan.subcomponents.time.STATIONARY.tfmt", false]], "tfmt (rompy.swan.subcomponents.time.time attribute)": [[225, "rompy.swan.subcomponents.time.Time.tfmt", false]], "tfmt (rompy.swan.subcomponents.time.timerangeclosed attribute)": [[226, "rompy.swan.subcomponents.time.TimeRangeClosed.tfmt", false]], "tfmt (rompy.swan.subcomponents.time.timerangeopen attribute)": [[227, "rompy.swan.subcomponents.time.TimeRangeOpen.tfmt", false]], "thetai (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.thetai", false]], "three (rompy.swan.types.idla attribute)": [[57, "rompy.swan.types.IDLA.THREE", false]], "tidal_data (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.tidal_data", false]], "tides (rompy.schism.data.schismdata attribute)": [[31, "rompy.schism.data.SCHISMData.tides", false]], "time (rompy.swan.subcomponents.time.stationary attribute)": [[224, "rompy.swan.subcomponents.time.STATIONARY.time", false]], "time (rompy.swan.subcomponents.time.time attribute)": [[225, "rompy.swan.subcomponents.time.Time.time", false]], "time (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.TIME", false]], "time_buffer (rompy.core.data.datagrid attribute)": [[4, "rompy.core.data.DataGrid.time_buffer", false]], "time_buffer (rompy.schism.data.schismdataboundary attribute)": [[32, "rompy.schism.data.SCHISMDataBoundary.time_buffer", false]], "time_buffer (rompy.schism.data.schismdatawave attribute)": [[36, "rompy.schism.data.SCHISMDataWave.time_buffer", false]], "time_buffer (rompy.schism.data.sfluxsource attribute)": [[40, "rompy.schism.data.SfluxSource.time_buffer", false]], "time_buffer (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.time_buffer", false]], "time_buffer (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.time_buffer", false]], "time_interface() (rompy.swan.interface.lockupinterface method)": [[52, "rompy.swan.interface.LockupInterface.time_interface", false]], "time_interface() (rompy.swan.interface.outputinterface method)": [[53, "rompy.swan.interface.OutputInterface.time_interface", false]], "time_step (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.time_step", false]], "times (rompy.swan.components.lockup.compute attribute)": [[79, "rompy.swan.components.lockup.COMPUTE.times", false]], "times (rompy.swan.components.lockup.compute_nonstat attribute)": [[80, "rompy.swan.components.lockup.COMPUTE_NONSTAT.times", false]], "times (rompy.swan.components.lockup.compute_stat attribute)": [[81, "rompy.swan.components.lockup.COMPUTE_STAT.times", false]], "times (rompy.swan.components.output.basewrite attribute)": [[88, "rompy.swan.components.output.BaseWrite.times", false]], "times_suffix() (rompy.swan.components.lockup.compute class method)": [[79, "rompy.swan.components.lockup.COMPUTE.times_suffix", false]], "times_suffix() (rompy.swan.components.lockup.compute_nonstat class method)": [[80, "rompy.swan.components.lockup.COMPUTE_NONSTAT.times_suffix", false]], "timestamp_to_datetime() (rompy.swan.components.lockup.compute_stat class method)": [[81, "rompy.swan.components.lockup.COMPUTE_STAT.timestamp_to_datetime", false]], "title1 (rompy.swan.components.startup.project attribute)": [[149, "rompy.swan.components.startup.PROJECT.title1", false]], "title2 (rompy.swan.components.startup.project attribute)": [[149, "rompy.swan.components.startup.PROJECT.title2", false]], "title3 (rompy.swan.components.startup.project attribute)": [[149, "rompy.swan.components.startup.PROJECT.title3", false]], "tm01 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.TM01", false]], "tm01 (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.TM01", false]], "tm02 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.TM02", false]], "tm02 (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.TM02", false]], "tma (rompy.swan.types.boundshapeoptions attribute)": [[55, "rompy.swan.types.BoundShapeOptions.TMA", false]], "tmbot (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.TMBOT", false]], "tmm10 (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.TMM10", false]], "tobc (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.tobc", false]], "tpp (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.TPP", false]], "tppd (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.TPPD", false]], "tps (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.TPS", false]], "transmission (rompy.swan.components.physics.obstacle attribute)": [[122, "rompy.swan.components.physics.OBSTACLE.transmission", false]], "transp (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.TRANSP", false]], "trcoef (rompy.swan.subcomponents.physics.trans1d attribute)": [[206, "rompy.swan.subcomponents.physics.TRANS1D.trcoef", false]], "trcoef (rompy.swan.subcomponents.physics.trans2d attribute)": [[207, "rompy.swan.subcomponents.physics.TRANS2D.trcoef", false]], "trcoef (rompy.swan.subcomponents.physics.transm attribute)": [[208, "rompy.swan.subcomponents.physics.TRANSM.trcoef", false]], "trfac (rompy.swan.components.physics.triad attribute)": [[139, "rompy.swan.components.physics.TRIAD.trfac", false]], "trfac (rompy.swan.components.physics.triad_dcta attribute)": [[140, "rompy.swan.components.physics.TRIAD_DCTA.trfac", false]], "trfac (rompy.swan.components.physics.triad_lta attribute)": [[141, "rompy.swan.components.physics.TRIAD_LTA.trfac", false]], "trfac (rompy.swan.components.physics.triad_spb attribute)": [[142, "rompy.swan.components.physics.TRIAD_SPB.trfac", false]], "triad (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.triad", false]], "tsec (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.TSEC", false]], "tss (rompy.swan.components.physics.obstacle_fig attribute)": [[124, "rompy.swan.components.physics.OBSTACLE_FIG.tss", false]], "tss (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.TSS", false]], "tthconst (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.tthconst", false]], "turbulence (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.turbulence", false]], "turbvisc (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.TURBVISC", false]], "two (rompy.swan.types.idla attribute)": [[57, "rompy.swan.types.IDLA.TWO", false]], "u10 (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.u10", false]], "u10 (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.u10", false]], "u10 (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.u10", false]], "u10 (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.u10", false]], "u10 (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.u10", false]], "u10 (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.u10", false]], "u10_cmd (rompy.swan.subcomponents.physics.st6 property)": [[200, "rompy.swan.subcomponents.physics.ST6.u10_cmd", false]], "ubot (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.UBOT", false]], "ubot (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.UBOT", false]], "ucrit (rompy.swan.components.physics.triad attribute)": [[139, "rompy.swan.components.physics.TRIAD.ucrit", false]], "umin (rompy.swan.components.physics.gen1 attribute)": [[116, "rompy.swan.components.physics.GEN1.umin", false]], "umin (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.umin", false]], "unit (rompy.swan.components.output.block attribute)": [[86, "rompy.swan.components.output.BLOCK.unit", false]], "urcrit (rompy.swan.subcomponents.physics.eldeberky attribute)": [[191, "rompy.swan.subcomponents.physics.ELDEBERKY.urcrit", false]], "uri (rompy.core.boundary.sourcewavespectra attribute)": [[2, "rompy.core.boundary.SourceWavespectra.uri", false]], "uri (rompy.core.data.sourcefile attribute)": [[6, "rompy.core.data.SourceFile.uri", false]], "urms (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.URMS", false]], "ursell (rompy.swan.components.physics.limiter attribute)": [[119, "rompy.swan.components.physics.LIMITER.ursell", false]], "urslim (rompy.swan.components.physics.triad attribute)": [[139, "rompy.swan.components.physics.TRIAD.urslim", false]], "utc_start (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.utc_start", false]], "uv3d (rompy.schism.data.schismdataocean attribute)": [[33, "rompy.schism.data.SCHISMDataOcean.uv3D", false]], "uwind_name (rompy.schism.data.sfluxair attribute)": [[37, "rompy.schism.data.SfluxAir.uwind_name", false]], "validate_bottom_friction() (rompy.schism.config.schismcsiroconfig class method)": [[30, "rompy.schism.config.SchismCSIROConfig.validate_bottom_friction", false]], "validate_curvilinear_grid() (rompy.swan.grid.swangrid method)": [[49, "rompy.swan.grid.SwanGrid.validate_curvilinear_grid", false]], "validate_grid_type() (rompy.swan.grid.swangrid class method)": [[49, "rompy.swan.grid.SwanGrid.validate_grid_type", false]], "validate_idla() (rompy.swan.components.output.block class method)": [[86, "rompy.swan.components.output.BLOCK.validate_idla", false]], "validate_points() (rompy.swan.components.output.test class method)": [[105, "rompy.swan.components.output.TEST.validate_points", false]], "validate_size() (rompy.swan.subcomponents.base.ij method)": [[161, "rompy.swan.subcomponents.base.IJ.validate_size", false]], "validate_size() (rompy.swan.subcomponents.base.xy method)": [[162, "rompy.swan.subcomponents.base.XY.validate_size", false]], "validate_special_names() (rompy.swan.components.output.basewrite method)": [[88, "rompy.swan.components.output.BaseWrite.validate_special_names", false]], "validate_times() (rompy.swan.components.output.basewrite method)": [[88, "rompy.swan.components.output.BaseWrite.validate_times", false]], "var (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.var", false]], "variable (rompy.schism.data.schismdataboundary attribute)": [[32, "rompy.schism.data.SCHISMDataBoundary.variable", false]], "variables (rompy.core.data.datagrid attribute)": [[4, "rompy.core.data.DataGrid.variables", false]], "variables (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.variables", false]], "variables (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.variables", false]], "veg (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.veg", false]], "vegetation (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.vegetation", false]], "vel (rompy.swan.components.inpgrid.wind attribute)": [[78, "rompy.swan.components.inpgrid.WIND.vel", false]], "vel (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.VEL", false]], "vertical (rompy.schism.namelists.param.param attribute)": [[44, "rompy.schism.namelists.param.PARAM.vertical", false]], "viscm (rompy.swan.components.physics.mud attribute)": [[120, "rompy.swan.components.physics.MUD.viscm", false]], "vthconst (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.vthconst", false]], "vwind_name (rompy.schism.data.sfluxair attribute)": [[37, "rompy.schism.data.SfluxAir.vwind_name", false]], "vx (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.VX", false]], "vy (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.VY", false]], "walvyn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.walvYN", false]], "warn_if_qmax_and_alpha() (rompy.swan.components.physics.scat method)": [[128, "rompy.swan.components.physics.SCAT.warn_if_qmax_and_alpha", false]], "watlev (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.WATLEV", false]], "wave (rompy.schism.data.schismdata attribute)": [[31, "rompy.schism.data.SCHISMData.wave", false]], "waveage (rompy.swan.subcomponents.numerics.gse attribute)": [[179, "rompy.swan.subcomponents.numerics.GSE.waveage", false]], "wbdm (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wbdm", false]], "wcapping (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.wcapping", false]], "wcapping (rompy.swan.types.physicsoff attribute)": [[58, "rompy.swan.types.PhysicsOff.WCAPPING", false]], "west (rompy.swan.types.sideoptions attribute)": [[59, "rompy.swan.types.SideOptions.WEST", false]], "wind (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.WIND", false]], "wind (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.WIND", false]], "wind_drag (rompy.swan.subcomponents.physics.janssen attribute)": [[194, "rompy.swan.subcomponents.physics.JANSSEN.wind_drag", false]], "wind_drag (rompy.swan.subcomponents.physics.komen attribute)": [[195, "rompy.swan.subcomponents.physics.KOMEN.wind_drag", false]], "wind_drag (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.wind_drag", false]], "wind_drag (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.wind_drag", false]], "wind_drag (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.wind_drag", false]], "wind_drag (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.wind_drag", false]], "wind_drag (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.wind_drag", false]], "wind_drag (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.wind_drag", false]], "wind_drag (rompy.swan.subcomponents.physics.westhuysen attribute)": [[209, "rompy.swan.subcomponents.physics.WESTHUYSEN.wind_drag", false]], "windgrowth (rompy.swan.types.physicsoff attribute)": [[58, "rompy.swan.types.PhysicsOff.WINDGROWTH", false]], "windscaling (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.windscaling", false]], "windscaling (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.windscaling", false]], "windscaling (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.windscaling", false]], "windscaling (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.windscaling", false]], "windscaling (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.windscaling", false]], "windscaling (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.windscaling", false]], "windyn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.windYN", false]], "wlength (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.WLENGTH", false]], "wlevel (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.WLEVEL", false]], "wnpp (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.WNPP", false]], "write_locations_exists() (rompy.swan.components.group.output method)": [[71, "rompy.swan.components.group.OUTPUT.write_locations_exists", false]], "write_set (rompy.swan.components.group.output property)": [[71, "rompy.swan.components.group.OUTPUT.write_set", false]], "wwm1 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm1", false]], "wwm10 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm10", false]], "wwm11 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm11", false]], "wwm12 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm12", false]], "wwm13 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm13", false]], "wwm14 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm14", false]], "wwm15 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm15", false]], "wwm16 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm16", false]], "wwm17 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm17", false]], "wwm18 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm18", false]], "wwm19 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm19", false]], "wwm2 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm2", false]], "wwm20 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm20", false]], "wwm21 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm21", false]], "wwm22 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm22", false]], "wwm23 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm23", false]], "wwm24 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm24", false]], "wwm25 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm25", false]], "wwm26 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm26", false]], "wwm27 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm27", false]], "wwm28 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm28", false]], "wwm29 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm29", false]], "wwm3 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm3", false]], "wwm30 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm30", false]], "wwm31 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm31", false]], "wwm31yn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm31YN", false]], "wwm32 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm32", false]], "wwm32yn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm32YN", false]], "wwm33 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm33", false]], "wwm33yn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm33YN", false]], "wwm34 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm34", false]], "wwm34yn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm34YN", false]], "wwm35 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm35", false]], "wwm35yn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm35YN", false]], "wwm36 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm36", false]], "wwm36yn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm36YN", false]], "wwm37 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm37", false]], "wwm37yn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm37YN", false]], "wwm4 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm4", false]], "wwm5 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm5", false]], "wwm6 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm6", false]], "wwm7 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm7", false]], "wwm8 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm8", false]], "wwm9 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm9", false]], "wwminput_history_dep (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_history_DEP", false]], "wwminput_history_outstyle (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_history_OUTSTYLE", false]], "wwminput_history_stokesbarox (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_history_STOKESBAROX", false]], "wwminput_history_stokesbaroy (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_history_STOKESBAROY", false]], "wwminput_history_stokessurfx (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_history_STOKESSURFX", false]], "wwminput_history_stokessurfy (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_history_STOKESSURFY", false]], "wwminput_history_tauhf (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_history_TAUHF", false]], "wwminput_history_tautot (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_history_TAUTOT", false]], "wwminput_history_tauw (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_history_TAUW", false]], "wwminput_hotfile_deltc_out (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_hotfile_deltc_out", false]], "wwminput_lhotf (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_LHOTF", false]], "wwminput_lhotr (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_LHOTR", false]], "wwminput_linid (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_LINID", false]], "wwminput_station_dep (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_station_DEP", false]], "wwminput_station_outstyle (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_station_OUTSTYLE", false]], "wwminput_station_stokesbarox (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_station_STOKESBAROX", false]], "wwminput_station_stokesbaroy (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_station_STOKESBAROY", false]], "wwminput_station_stokessurfx (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_station_STOKESSURFX", false]], "wwminput_station_stokessurfy (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_station_STOKESSURFY", false]], "wwminput_station_tauhf (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_station_TAUHF", false]], "wwminput_station_tautot (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_station_TAUTOT", false]], "wwminput_station_tauw (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_station_TAUW", false]], "wx (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.WX", false]], "wy (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.WY", false]], "x (rompy.core.grid.basegrid attribute)": [[8, "rompy.core.grid.BaseGrid.x", false]], "x (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.x", false]], "x (rompy.swan.subcomponents.base.xy attribute)": [[162, "rompy.swan.subcomponents.base.XY.x", false]], "x0 (rompy.core.grid.regulargrid attribute)": [[9, "rompy.core.grid.RegularGrid.x0", false]], "x0 (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.x0", false]], "xexc (rompy.swan.components.cgrid.curvilinear attribute)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.xexc", false]], "xexc_and_yexc_or_neither() (rompy.swan.components.cgrid.curvilinear method)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.xexc_and_yexc_or_neither", false]], "xgc (rompy.swan.components.boundary.boundnest2 attribute)": [[61, "rompy.swan.components.boundary.BOUNDNEST2.xgc", false]], "xgc (rompy.swan.components.boundary.boundnest3 attribute)": [[62, "rompy.swan.components.boundary.BOUNDNEST3.xgc", false]], "xlen (rompy.core.grid.regulargrid property)": [[9, "rompy.core.grid.RegularGrid.xlen", false]], "xlen (rompy.swan.subcomponents.readgrid.gridregular attribute)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.xlen", false]], "xouts (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.xouts", false]], "xp (rompy.swan.components.output.curve attribute)": [[89, "rompy.swan.components.output.CURVE.xp", false]], "xp (rompy.swan.components.output.points attribute)": [[98, "rompy.swan.components.output.POINTS.xp", false]], "xp (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.xp", false]], "xp (rompy.swan.subcomponents.physics.line attribute)": [[196, "rompy.swan.subcomponents.physics.LINE.xp", false]], "xp (rompy.swan.subcomponents.readgrid.gridregular attribute)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.xp", false]], "xp (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.XP", false]], "xp1 (rompy.swan.components.output.curve attribute)": [[89, "rompy.swan.components.output.CURVE.xp1", false]], "xp1 (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.xp1", false]], "xpinp (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.xpinp", false]], "xq (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.xq", false]], "xq1 (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.xq1", false]], "y (rompy.core.grid.basegrid attribute)": [[8, "rompy.core.grid.BaseGrid.y", false]], "y (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.y", false]], "y (rompy.swan.subcomponents.base.xy attribute)": [[162, "rompy.swan.subcomponents.base.XY.y", false]], "y0 (rompy.core.grid.regulargrid attribute)": [[9, "rompy.core.grid.RegularGrid.y0", false]], "y0 (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.y0", false]], "yexc (rompy.swan.components.cgrid.curvilinear attribute)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.yexc", false]], "ygc (rompy.swan.components.boundary.boundnest2 attribute)": [[61, "rompy.swan.components.boundary.BOUNDNEST2.ygc", false]], "ygc (rompy.swan.components.boundary.boundnest3 attribute)": [[62, "rompy.swan.components.boundary.BOUNDNEST3.ygc", false]], "ylen (rompy.core.grid.regulargrid property)": [[9, "rompy.core.grid.RegularGrid.ylen", false]], "ylen (rompy.swan.subcomponents.readgrid.gridregular attribute)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.ylen", false]], "youts (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.youts", false]], "yp (rompy.swan.components.output.curve attribute)": [[89, "rompy.swan.components.output.CURVE.yp", false]], "yp (rompy.swan.components.output.points attribute)": [[98, "rompy.swan.components.output.POINTS.yp", false]], "yp (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.yp", false]], "yp (rompy.swan.subcomponents.physics.line attribute)": [[196, "rompy.swan.subcomponents.physics.LINE.yp", false]], "yp (rompy.swan.subcomponents.readgrid.gridregular attribute)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.yp", false]], "yp (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.YP", false]], "yp1 (rompy.swan.components.output.curve attribute)": [[89, "rompy.swan.components.output.CURVE.yp1", false]], "yp1 (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.yp1", false]], "ypinp (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.ypinp", false]], "yq (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.yq", false]], "yq1 (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.yq1", false]], "z1 (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.z1", false]], "z2 (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.z2", false]], "zb (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.zb", false]], "zip() (rompy.model.modelrun method)": [[11, "rompy.model.ModelRun.zip", false]]}, "objects": {"rompy.core": [[0, 0, 1, "", "BaseConfig"]], "rompy.core.BaseConfig": [[0, 1, 1, "", "checkout"], [0, 1, 1, "", "model_type"], [0, 1, 1, "", "template"]], "rompy.core.boundary": [[1, 0, 1, "", "BoundaryWaveStation"], [2, 0, 1, "", "SourceWavespectra"]], "rompy.core.boundary.BoundaryWaveStation": [[1, 2, 1, "", "assert_has_wavespectra_accessor"], [1, 3, 1, "", "ds"], [1, 4, 1, "", "get"], [1, 1, 1, "", "grid_type"], [1, 4, 1, "", "model_post_init"], [1, 1, 1, "", "sel_method"], [1, 1, 1, "", "source"]], "rompy.core.boundary.SourceWavespectra": [[2, 1, 1, "", "kwargs"], [2, 1, 1, "", "model_type"], [2, 1, 1, "", "reader"], [2, 1, 1, "", "uri"]], "rompy.core.data": [[3, 0, 1, "", "DataBlob"], [4, 0, 1, "", "DataGrid"], [5, 0, 1, "", "SourceBase"], [6, 0, 1, "", "SourceFile"], [7, 0, 1, "", "SourceIntake"]], "rompy.core.data.DataBlob": [[3, 4, 1, "", "get"], [3, 1, 1, "", "id"], [3, 4, 1, "", "model_post_init"], [3, 1, 1, "", "model_type"], [3, 1, 1, "", "source"]], "rompy.core.data.DataGrid": [[4, 1, 1, "", "buffer"], [4, 1, 1, "", "coords"], [4, 1, 1, "", "crop_data"], [4, 3, 1, "", "ds"], [4, 1, 1, "", "filter"], [4, 4, 1, "", "get"], [4, 4, 1, "", "model_post_init"], [4, 1, 1, "", "model_type"], [4, 3, 1, "", "outfile"], [4, 4, 1, "", "plot"], [4, 1, 1, "", "source"], [4, 1, 1, "", "time_buffer"], [4, 1, 1, "", "variables"]], "rompy.core.data.SourceBase": [[5, 1, 1, "", "model_type"], [5, 4, 1, "", "open"]], "rompy.core.data.SourceFile": [[6, 1, 1, "", "kwargs"], [6, 1, 1, "", "model_type"], [6, 1, 1, "", "uri"]], "rompy.core.data.SourceIntake": [[7, 3, 1, "", "catalog"], [7, 1, 1, "", "catalog_uri"], [7, 1, 1, "", "catalog_yaml"], [7, 2, 1, "", "check_catalog"], [7, 1, 1, "", "dataset_id"], [7, 1, 1, "", "kwargs"], [7, 1, 1, "", "model_type"]], "rompy.core.grid": [[8, 0, 1, "", "BaseGrid"], [9, 0, 1, "", "RegularGrid"]], "rompy.core.grid.BaseGrid": [[8, 4, 1, "", "bbox"], [8, 4, 1, "", "boundary"], [8, 4, 1, "", "boundary_points"], [8, 1, 1, "", "grid_type"], [8, 3, 1, "", "maxx"], [8, 3, 1, "", "maxy"], [8, 3, 1, "", "minx"], [8, 3, 1, "", "miny"], [8, 4, 1, "", "plot"], [8, 1, 1, "", "x"], [8, 1, 1, "", "y"]], "rompy.core.grid.RegularGrid": [[9, 1, 1, "", "dx"], [9, 1, 1, "", "dy"], [9, 2, 1, "", "generate"], [9, 1, 1, "", "grid_type"], [9, 1, 1, "", "nx"], [9, 1, 1, "", "ny"], [9, 1, 1, "", "rot"], [9, 1, 1, "", "x0"], [9, 3, 1, "", "xlen"], [9, 1, 1, "", "y0"], [9, 3, 1, "", "ylen"]], "rompy.core.spectrum": [[10, 0, 1, "", "LogFrequency"]], "rompy.core.spectrum.LogFrequency": [[10, 1, 1, "", "f0"], [10, 1, 1, "", "f1"], [10, 1, 1, "", "finc"], [10, 3, 1, "", "flen"], [10, 3, 1, "", "gamma"], [10, 2, 1, "", "init_options"], [10, 1, 1, "", "model_type"], [10, 1, 1, "", "nbin"], [10, 3, 1, "", "nf"]], "rompy.model": [[11, 0, 1, "", "ModelRun"]], "rompy.model.ModelRun": [[11, 1, 1, "", "config"], [11, 4, 1, "", "generate"], [11, 4, 1, "", "model_post_init"], [11, 1, 1, "", "output_dir"], [11, 1, 1, "", "period"], [11, 1, 1, "", "run_id"], [11, 3, 1, "", "staging_dir"], [11, 4, 1, "", "zip"]], "rompy.schism.config": [[30, 0, 1, "", "SchismCSIROConfig"]], "rompy.schism.config.SchismCSIROConfig": [[30, 1, 1, "", "CGPP"], [30, 1, 1, "", "CPP"], [30, 1, 1, "", "DM"], [30, 1, 1, "", "DPEAK"], [30, 1, 1, "", "DSPR"], [30, 1, 1, "", "HS"], [30, 1, 1, "", "KPP"], [30, 1, 1, "", "LPP"], [30, 1, 1, "", "ORBITAL"], [30, 1, 1, "", "PEAKD"], [30, 1, 1, "", "PEAKDSPR"], [30, 1, 1, "", "TM01"], [30, 1, 1, "", "TM02"], [30, 1, 1, "", "TPP"], [30, 1, 1, "", "TPPD"], [30, 1, 1, "", "UBOT"], [30, 1, 1, "", "WNPP"], [30, 1, 1, "", "ac"], [30, 1, 1, "", "brcrYN"], [30, 1, 1, "", "currYN"], [30, 1, 1, "", "data"], [30, 1, 1, "", "definetc"], [30, 1, 1, "", "deltc"], [30, 1, 1, "", "deltc_out"], [30, 1, 1, "", "dramp"], [30, 1, 1, "", "drampwafo"], [30, 1, 1, "", "drampwind"], [30, 1, 1, "", "dzb_decayYN"], [30, 1, 1, "", "extrap"], [30, 1, 1, "", "extrapYN"], [30, 1, 1, "", "filewind"], [30, 1, 1, "", "fricc"], [30, 1, 1, "", "grid"], [30, 1, 1, "", "h1_bcc"], [30, 1, 1, "", "h2_bcc"], [30, 1, 1, "", "h_bcc1"], [30, 1, 1, "", "ibreak"], [30, 1, 1, "", "ibtrack_openbndYN"], [30, 1, 1, "", "ic_elev"], [30, 1, 1, "", "icou_elfe_wwm"], [30, 1, 1, "", "ihfskip"], [30, 1, 1, "", "ihot"], [30, 1, 1, "", "inv_atm_bnd"], [30, 1, 1, "", "iout_sta"], [30, 1, 1, "", "iouts"], [30, 1, 1, "", "iwbl"], [30, 1, 1, "", "iwind_form"], [30, 1, 1, "", "iwindoffYN"], [30, 1, 1, "", "limfak"], [30, 1, 1, "", "lindsprdeg"], [30, 1, 1, "", "lsourceswam"], [30, 1, 1, "", "lsp2d"], [30, 1, 1, "", "mdc2"], [30, 1, 1, "", "melim"], [30, 1, 1, "", "mesbf"], [30, 1, 1, "", "mesin"], [30, 1, 1, "", "model_type"], [30, 1, 1, "", "msc2"], [30, 1, 1, "", "nadv"], [30, 1, 1, "", "nchi"], [30, 1, 1, "", "nouts"], [30, 1, 1, "", "nstep_wwm"], [30, 1, 1, "", "outstyle"], [30, 1, 1, "", "param_iof_hydro1"], [30, 1, 1, "", "param_iof_hydro10"], [30, 1, 1, "", "param_iof_hydro11"], [30, 1, 1, "", "param_iof_hydro12"], [30, 1, 1, "", "param_iof_hydro13"], [30, 1, 1, "", "param_iof_hydro14"], [30, 1, 1, "", "param_iof_hydro15"], [30, 1, 1, "", "param_iof_hydro16"], [30, 1, 1, "", "param_iof_hydro17"], [30, 1, 1, "", "param_iof_hydro18"], [30, 1, 1, "", "param_iof_hydro19"], [30, 1, 1, "", "param_iof_hydro2"], [30, 1, 1, "", "param_iof_hydro20"], [30, 1, 1, "", "param_iof_hydro21"], [30, 1, 1, "", "param_iof_hydro22"], [30, 1, 1, "", "param_iof_hydro23"], [30, 1, 1, "", "param_iof_hydro24"], [30, 1, 1, "", "param_iof_hydro25"], [30, 1, 1, "", "param_iof_hydro26"], [30, 1, 1, "", "param_iof_hydro27"], [30, 1, 1, "", "param_iof_hydro28"], [30, 1, 1, "", "param_iof_hydro29"], [30, 1, 1, "", "param_iof_hydro3"], [30, 1, 1, "", "param_iof_hydro30"], [30, 1, 1, "", "param_iof_hydro4"], [30, 1, 1, "", "param_iof_hydro5"], [30, 1, 1, "", "param_iof_hydro6"], [30, 1, 1, "", "param_iof_hydro7"], [30, 1, 1, "", "param_iof_hydro8"], [30, 1, 1, "", "param_iof_hydro9"], [30, 1, 1, "", "param_nhot"], [30, 1, 1, "", "param_nhot_write"], [30, 1, 1, "", "param_nhot_writeYN"], [30, 1, 1, "", "param_nspool_sta"], [30, 1, 1, "", "project"], [30, 1, 1, "", "rlatitude"], [30, 1, 1, "", "sav_cdYN"], [30, 1, 1, "", "sfea0"], [30, 1, 1, "", "slam0"], [30, 1, 1, "", "template"], [30, 1, 1, "", "thetai"], [30, 1, 1, "", "time_step"], [30, 1, 1, "", "utc_start"], [30, 2, 1, "", "validate_bottom_friction"], [30, 1, 1, "", "walvYN"], [30, 1, 1, "", "wbdm"], [30, 1, 1, "", "windYN"], [30, 1, 1, "", "wwm1"], [30, 1, 1, "", "wwm10"], [30, 1, 1, "", "wwm11"], [30, 1, 1, "", "wwm12"], [30, 1, 1, "", "wwm13"], [30, 1, 1, "", "wwm14"], [30, 1, 1, "", "wwm15"], [30, 1, 1, "", "wwm16"], [30, 1, 1, "", "wwm17"], [30, 1, 1, "", "wwm18"], [30, 1, 1, "", "wwm19"], [30, 1, 1, "", "wwm2"], [30, 1, 1, "", "wwm20"], [30, 1, 1, "", "wwm21"], [30, 1, 1, "", "wwm22"], [30, 1, 1, "", "wwm23"], [30, 1, 1, "", "wwm24"], [30, 1, 1, "", "wwm25"], [30, 1, 1, "", "wwm26"], [30, 1, 1, "", "wwm27"], [30, 1, 1, "", "wwm28"], [30, 1, 1, "", "wwm29"], [30, 1, 1, "", "wwm3"], [30, 1, 1, "", "wwm30"], [30, 1, 1, "", "wwm31"], [30, 1, 1, "", "wwm31YN"], [30, 1, 1, "", "wwm32"], [30, 1, 1, "", "wwm32YN"], [30, 1, 1, "", "wwm33"], [30, 1, 1, "", "wwm33YN"], [30, 1, 1, "", "wwm34"], [30, 1, 1, "", "wwm34YN"], [30, 1, 1, "", "wwm35"], [30, 1, 1, "", "wwm35YN"], [30, 1, 1, "", "wwm36"], [30, 1, 1, "", "wwm36YN"], [30, 1, 1, "", "wwm37"], [30, 1, 1, "", "wwm37YN"], [30, 1, 1, "", "wwm4"], [30, 1, 1, "", "wwm5"], [30, 1, 1, "", "wwm6"], [30, 1, 1, "", "wwm7"], [30, 1, 1, "", "wwm8"], [30, 1, 1, "", "wwm9"], [30, 1, 1, "", "wwminput_LHOTF"], [30, 1, 1, "", "wwminput_LHOTR"], [30, 1, 1, "", "wwminput_LINID"], [30, 1, 1, "", "wwminput_history_DEP"], [30, 1, 1, "", "wwminput_history_OUTSTYLE"], [30, 1, 1, "", "wwminput_history_STOKESBAROX"], [30, 1, 1, "", "wwminput_history_STOKESBAROY"], [30, 1, 1, "", "wwminput_history_STOKESSURFX"], [30, 1, 1, "", "wwminput_history_STOKESSURFY"], [30, 1, 1, "", "wwminput_history_TAUHF"], [30, 1, 1, "", "wwminput_history_TAUTOT"], [30, 1, 1, "", "wwminput_history_TAUW"], [30, 1, 1, "", "wwminput_hotfile_deltc_out"], [30, 1, 1, "", "wwminput_station_DEP"], [30, 1, 1, "", "wwminput_station_OUTSTYLE"], [30, 1, 1, "", "wwminput_station_STOKESBAROX"], [30, 1, 1, "", "wwminput_station_STOKESBAROY"], [30, 1, 1, "", "wwminput_station_STOKESSURFX"], [30, 1, 1, "", "wwminput_station_STOKESSURFY"], [30, 1, 1, "", "wwminput_station_TAUHF"], [30, 1, 1, "", "wwminput_station_TAUTOT"], [30, 1, 1, "", "wwminput_station_TAUW"], [30, 1, 1, "", "xouts"], [30, 1, 1, "", "youts"]], "rompy.schism.data": [[31, 0, 1, "", "SCHISMData"], [32, 0, 1, "", "SCHISMDataBoundary"], [33, 0, 1, "", "SCHISMDataOcean"], [34, 0, 1, "", "SCHISMDataSflux"], [35, 0, 1, "", "SCHISMDataTides"], [36, 0, 1, "", "SCHISMDataWave"], [37, 0, 1, "", "SfluxAir"], [38, 0, 1, "", "SfluxPrc"], [39, 0, 1, "", "SfluxRad"], [40, 0, 1, "", "SfluxSource"]], "rompy.schism.data.SCHISMData": [[31, 1, 1, "", "atmos"], [31, 1, 1, "", "data_type"], [31, 4, 1, "", "get"], [31, 1, 1, "", "ocean"], [31, 1, 1, "", "tides"], [31, 1, 1, "", "wave"]], "rompy.schism.data.SCHISMDataBoundary": [[32, 4, 1, "", "boundary_ds"], [32, 1, 1, "", "data_type"], [32, 4, 1, "", "get"], [32, 1, 1, "", "id"], [32, 1, 1, "", "interpolate_missing_coastal"], [32, 4, 1, "", "model_post_init"], [32, 1, 1, "", "sel_method"], [32, 1, 1, "", "time_buffer"], [32, 1, 1, "", "variable"]], "rompy.schism.data.SCHISMDataOcean": [[33, 1, 1, "", "SAL_3D"], [33, 1, 1, "", "TEM_3D"], [33, 1, 1, "", "data_type"], [33, 1, 1, "", "elev2D"], [33, 4, 1, "", "get"], [33, 2, 1, "", "not_yet_implemented"], [33, 2, 1, "", "set_id"], [33, 1, 1, "", "uv3D"]], "rompy.schism.data.SCHISMDataSflux": [[34, 1, 1, "", "air_1"], [34, 1, 1, "", "air_2"], [34, 2, 1, "", "check_weights"], [34, 1, 1, "", "data_type"], [34, 4, 1, "", "get"], [34, 1, 1, "", "prc_1"], [34, 1, 1, "", "prc_2"], [34, 1, 1, "", "rad_1"], [34, 1, 1, "", "rad_2"]], "rompy.schism.data.SCHISMDataTides": [[35, 1, 1, "", "add_earth_tidal"], [35, 1, 1, "", "constituents"], [35, 1, 1, "", "cutoff_depth"], [35, 1, 1, "", "data_type"], [35, 1, 1, "", "database"], [35, 1, 1, "", "ethconst"], [35, 1, 1, "", "flags"], [35, 4, 1, "", "get"], [35, 1, 1, "", "relax"], [35, 1, 1, "", "sobc"], [35, 1, 1, "", "sthconst"], [35, 1, 1, "", "tidal_data"], [35, 1, 1, "", "tobc"], [35, 1, 1, "", "tthconst"], [35, 1, 1, "", "vthconst"]], "rompy.schism.data.SCHISMDataWave": [[36, 1, 1, "", "data_type"], [36, 4, 1, "", "get"], [36, 4, 1, "", "model_post_init"], [36, 1, 1, "", "sel_method"], [36, 1, 1, "", "sel_method_kwargs"], [36, 1, 1, "", "time_buffer"]], "rompy.schism.data.SfluxAir": [[37, 1, 1, "", "data_type"], [37, 3, 1, "", "ds"], [37, 4, 1, "", "model_post_init"], [37, 1, 1, "", "prmsl_name"], [37, 1, 1, "", "spfh_name"], [37, 1, 1, "", "stmp_name"], [37, 1, 1, "", "uwind_name"], [37, 1, 1, "", "vwind_name"]], "rompy.schism.data.SfluxPrc": [[38, 1, 1, "", "data_type"], [38, 4, 1, "", "model_post_init"], [38, 1, 1, "", "prate_name"]], "rompy.schism.data.SfluxRad": [[39, 1, 1, "", "data_type"], [39, 1, 1, "", "dlwrf_name"], [39, 1, 1, "", "dswrf_name"], [39, 4, 1, "", "model_post_init"]], "rompy.schism.data.SfluxSource": [[40, 1, 1, "", "data_type"], [40, 3, 1, "", "ds"], [40, 1, 1, "", "fail_if_missing"], [40, 1, 1, "", "id"], [40, 1, 1, "", "max_window_hours"], [40, 4, 1, "", "model_post_init"], [40, 3, 1, "", "namelist"], [40, 3, 1, "", "outfile"], [40, 1, 1, "", "relative_weight"], [40, 1, 1, "", "time_buffer"]], "rompy.schism.namelists.cosine": [[41, 0, 1, "", "COSINE"]], "rompy.schism.namelists.cosine.COSINE": [[41, 1, 1, "", "core"], [41, 1, 1, "", "marco"], [41, 1, 1, "", "misc"]], "rompy.schism.namelists.ice": [[42, 0, 1, "", "ICE"]], "rompy.schism.namelists.ice.ICE": [[42, 1, 1, "", "ice_in"]], "rompy.schism.namelists.icm": [[43, 0, 1, "", "ICM"]], "rompy.schism.namelists.icm.ICM": [[43, 1, 1, "", "bag"], [43, 1, 1, "", "core"], [43, 1, 1, "", "ero"], [43, 1, 1, "", "marco"], [43, 1, 1, "", "ph_icm"], [43, 1, 1, "", "poc"], [43, 1, 1, "", "sav"], [43, 1, 1, "", "sfm"], [43, 1, 1, "", "silica"], [43, 1, 1, "", "stem"], [43, 1, 1, "", "veg"], [43, 1, 1, "", "zb"]], "rompy.schism.namelists.param": [[44, 0, 1, "", "PARAM"]], "rompy.schism.namelists.param.PARAM": [[44, 1, 1, "", "core"], [44, 1, 1, "", "opt"], [44, 1, 1, "", "schout"], [44, 1, 1, "", "vertical"]], "rompy.schism.namelists.sediment": [[45, 0, 1, "", "SEDIMENT"]], "rompy.schism.namelists.sediment.SEDIMENT": [[45, 1, 1, "", "sed_opt"], [45, 1, 1, "", "set_core"]], "rompy.swan.boundary": [[47, 0, 1, "", "Boundnest1"]], "rompy.swan.boundary.Boundnest1": [[47, 1, 1, "", "buffer"], [47, 1, 1, "", "coords"], [47, 1, 1, "", "crop_data"], [47, 1, 1, "", "filter"], [47, 4, 1, "", "get"], [47, 1, 1, "", "grid_type"], [47, 1, 1, "", "id"], [47, 4, 1, "", "model_post_init"], [47, 1, 1, "", "model_type"], [47, 1, 1, "", "rectangle"], [47, 1, 1, "", "sel_method"], [47, 1, 1, "", "sel_method_kwargs"], [47, 1, 1, "", "source"], [47, 1, 1, "", "spacing"], [47, 1, 1, "", "time_buffer"], [47, 1, 1, "", "variables"]], "rompy.swan.components.boundary": [[60, 0, 1, "", "BOUNDNEST1"], [61, 0, 1, "", "BOUNDNEST2"], [62, 0, 1, "", "BOUNDNEST3"], [63, 0, 1, "", "BOUNDSPEC"], [64, 0, 1, "", "INITIAL"]], "rompy.swan.components.boundary.BOUNDNEST1": [[60, 4, 1, "", "cmd"], [60, 1, 1, "", "fname"], [60, 1, 1, "", "model_type"], [60, 1, 1, "", "rectangle"]], "rompy.swan.components.boundary.BOUNDNEST2": [[61, 4, 1, "", "cmd"], [61, 1, 1, "", "fname"], [61, 1, 1, "", "format"], [61, 3, 1, "", "format_str"], [61, 1, 1, "", "lwdate"], [61, 1, 1, "", "model_type"], [61, 1, 1, "", "xgc"], [61, 1, 1, "", "ygc"]], "rompy.swan.components.boundary.BOUNDNEST3": [[62, 4, 1, "", "cmd"], [62, 1, 1, "", "fname"], [62, 1, 1, "", "format"], [62, 1, 1, "", "model_type"], [62, 1, 1, "", "rectangle"], [62, 1, 1, "", "xgc"], [62, 1, 1, "", "ygc"]], "rompy.swan.components.boundary.BOUNDSPEC": [[63, 4, 1, "", "cmd"], [63, 1, 1, "", "data"], [63, 1, 1, "", "location"], [63, 1, 1, "", "model_type"], [63, 1, 1, "", "shapespec"]], "rompy.swan.components.boundary.INITIAL": [[64, 4, 1, "", "cmd"], [64, 1, 1, "", "kind"], [64, 1, 1, "", "model_type"]], "rompy.swan.components.cgrid": [[65, 0, 1, "", "CURVILINEAR"], [66, 0, 1, "", "REGULAR"], [67, 0, 1, "", "UNSTRUCTURED"]], "rompy.swan.components.cgrid.CURVILINEAR": [[65, 4, 1, "", "cmd"], [65, 3, 1, "", "exception"], [65, 3, 1, "", "format_repr"], [65, 1, 1, "", "model_type"], [65, 1, 1, "", "mxc"], [65, 1, 1, "", "myc"], [65, 1, 1, "", "readcoord"], [65, 1, 1, "", "spectrum"], [65, 1, 1, "", "xexc"], [65, 2, 1, "", "xexc_and_yexc_or_neither"], [65, 1, 1, "", "yexc"]], "rompy.swan.components.cgrid.REGULAR": [[66, 4, 1, "", "cmd"], [66, 1, 1, "", "grid"], [66, 2, 1, "", "grid_suffix"], [66, 1, 1, "", "model_type"], [66, 1, 1, "", "spectrum"]], "rompy.swan.components.cgrid.UNSTRUCTURED": [[67, 2, 1, "", "check_fname_required"], [67, 4, 1, "", "cmd"], [67, 1, 1, "", "fname"], [67, 1, 1, "", "grid_type"], [67, 1, 1, "", "model_type"], [67, 1, 1, "", "spectrum"]], "rompy.swan.components.group": [[68, 0, 1, "", "BaseGroupComponent"], [69, 0, 1, "", "INPGRIDS"], [70, 0, 1, "", "LOCKUP"], [71, 0, 1, "", "OUTPUT"], [72, 0, 1, "", "PHYSICS"], [73, 0, 1, "", "STARTUP"]], "rompy.swan.components.group.BaseGroupComponent": [[68, 1, 1, "", "model_type"], [68, 4, 1, "", "render"]], "rompy.swan.components.group.INPGRIDS": [[69, 4, 1, "", "cmd"], [69, 2, 1, "", "ensure_unique_grid_type"], [69, 1, 1, "", "inpgrids"], [69, 1, 1, "", "model_type"]], "rompy.swan.components.group.LOCKUP": [[70, 4, 1, "", "cmd"], [70, 1, 1, "", "compute"], [70, 1, 1, "", "model_type"]], "rompy.swan.components.group.OUTPUT": [[71, 1, 1, "", "block"], [71, 2, 1, "", "block_with_frame_or_group"], [71, 4, 1, "", "cmd"], [71, 1, 1, "", "curve"], [71, 1, 1, "", "frame"], [71, 1, 1, "", "group"], [71, 1, 1, "", "isoline"], [71, 2, 1, "", "isoline_ray_defined"], [71, 3, 1, "", "locations_set"], [71, 2, 1, "", "locations_sname_unique"], [71, 4, 1, "", "model_post_init"], [71, 1, 1, "", "model_type"], [71, 1, 1, "", "nestout"], [71, 1, 1, "", "ngrid"], [71, 2, 1, "", "ngrid_and_nestout"], [71, 1, 1, "", "output_options"], [71, 1, 1, "", "points"], [71, 1, 1, "", "quantity"], [71, 1, 1, "", "ray"], [71, 3, 1, "", "snames"], [71, 1, 1, "", "specout"], [71, 1, 1, "", "table"], [71, 1, 1, "", "test"], [71, 2, 1, "", "write_locations_exists"], [71, 3, 1, "", "write_set"]], "rompy.swan.components.group.PHYSICS": [[72, 1, 1, "", "bragg"], [72, 1, 1, "", "breaking"], [72, 4, 1, "", "cmd"], [72, 1, 1, "", "deactivate"], [72, 2, 1, "", "deactivate_physics"], [72, 1, 1, "", "diffraction"], [72, 1, 1, "", "friction"], [72, 1, 1, "", "gen"], [72, 1, 1, "", "limiter"], [72, 1, 1, "", "model_type"], [72, 1, 1, "", "mud"], [72, 1, 1, "", "negatinp"], [72, 2, 1, "", "negatinp_only_with_zieger"], [72, 1, 1, "", "obstacle"], [72, 1, 1, "", "quadrupl"], [72, 1, 1, "", "scat"], [72, 1, 1, "", "setup"], [72, 1, 1, "", "sice"], [72, 1, 1, "", "sswell"], [72, 1, 1, "", "surfbeat"], [72, 1, 1, "", "triad"], [72, 1, 1, "", "turbulence"], [72, 1, 1, "", "vegetation"], [72, 1, 1, "", "wcapping"]], "rompy.swan.components.group.STARTUP": [[73, 4, 1, "", "cmd"], [73, 1, 1, "", "coordinates"], [73, 1, 1, "", "mode"], [73, 1, 1, "", "model_type"], [73, 1, 1, "", "project"], [73, 1, 1, "", "set"]], "rompy.swan.components.inpgrid": [[74, 0, 1, "", "CURVILINEAR"], [75, 0, 1, "", "ICE"], [76, 0, 1, "", "REGULAR"], [77, 0, 1, "", "UNSTRUCTURED"], [78, 0, 1, "", "WIND"]], "rompy.swan.components.inpgrid.CURVILINEAR": [[74, 4, 1, "", "cmd"], [74, 1, 1, "", "excval"], [74, 1, 1, "", "grid_type"], [74, 1, 1, "", "model_type"], [74, 1, 1, "", "mxinp"], [74, 1, 1, "", "myinp"], [74, 1, 1, "", "nonstationary"], [74, 1, 1, "", "readinp"], [74, 1, 1, "", "stagrx"], [74, 1, 1, "", "stagry"]], "rompy.swan.components.inpgrid.ICE": [[75, 1, 1, "", "aice"], [75, 4, 1, "", "cmd"], [75, 1, 1, "", "hice"], [75, 1, 1, "", "model_type"]], "rompy.swan.components.inpgrid.REGULAR": [[76, 1, 1, "", "alpinp"], [76, 4, 1, "", "cmd"], [76, 1, 1, "", "dxinp"], [76, 1, 1, "", "dyinp"], [76, 1, 1, "", "excval"], [76, 1, 1, "", "grid_type"], [76, 1, 1, "", "model_type"], [76, 1, 1, "", "mxinp"], [76, 1, 1, "", "myinp"], [76, 1, 1, "", "nonstationary"], [76, 1, 1, "", "readinp"], [76, 1, 1, "", "xpinp"], [76, 1, 1, "", "ypinp"]], "rompy.swan.components.inpgrid.UNSTRUCTURED": [[77, 4, 1, "", "cmd"], [77, 1, 1, "", "excval"], [77, 1, 1, "", "grid_type"], [77, 1, 1, "", "model_type"], [77, 1, 1, "", "nonstationary"], [77, 1, 1, "", "readinp"]], "rompy.swan.components.inpgrid.WIND": [[78, 4, 1, "", "cmd"], [78, 1, 1, "", "dir"], [78, 1, 1, "", "model_type"], [78, 1, 1, "", "vel"]], "rompy.swan.components.lockup": [[79, 0, 1, "", "COMPUTE"], [80, 0, 1, "", "COMPUTE_NONSTAT"], [81, 0, 1, "", "COMPUTE_STAT"], [82, 0, 1, "", "HOTFILE"], [83, 0, 1, "", "STOP"]], "rompy.swan.components.lockup.COMPUTE": [[79, 4, 1, "", "cmd"], [79, 1, 1, "", "i0"], [79, 1, 1, "", "i1"], [79, 1, 1, "", "model_type"], [79, 1, 1, "", "times"], [79, 2, 1, "", "times_suffix"]], "rompy.swan.components.lockup.COMPUTE_NONSTAT": [[80, 4, 1, "", "cmd"], [80, 1, 1, "", "initstat"], [80, 1, 1, "", "model_type"], [80, 1, 1, "", "times"], [80, 2, 1, "", "times_suffix"]], "rompy.swan.components.lockup.COMPUTE_STAT": [[81, 4, 1, "", "cmd"], [81, 1, 1, "", "hotfile"], [81, 2, 1, "", "hotfile_with_hottimes"], [81, 3, 1, "", "hotids"], [81, 1, 1, "", "hottimes"], [81, 1, 1, "", "model_type"], [81, 1, 1, "", "suffix"], [81, 1, 1, "", "times"], [81, 2, 1, "", "timestamp_to_datetime"]], "rompy.swan.components.lockup.HOTFILE": [[82, 4, 1, "", "cmd"], [82, 1, 1, "", "fname"], [82, 1, 1, "", "format"], [82, 1, 1, "", "model_type"]], "rompy.swan.components.lockup.STOP": [[83, 4, 1, "", "cmd"], [83, 1, 1, "", "model_type"]], "rompy.swan.components.numerics": [[84, 0, 1, "", "NUMERIC"], [85, 0, 1, "", "PROP"]], "rompy.swan.components.numerics.NUMERIC": [[84, 4, 1, "", "cmd"], [84, 1, 1, "", "csigma"], [84, 1, 1, "", "ctheta"], [84, 1, 1, "", "dirimpl"], [84, 1, 1, "", "model_type"], [84, 1, 1, "", "setup"], [84, 1, 1, "", "sigimpl"], [84, 1, 1, "", "stop"]], "rompy.swan.components.numerics.PROP": [[85, 4, 1, "", "cmd"], [85, 1, 1, "", "model_type"], [85, 1, 1, "", "scheme"]], "rompy.swan.components.output": [[86, 0, 1, "", "BLOCK"], [87, 0, 1, "", "BaseLocation"], [88, 0, 1, "", "BaseWrite"], [89, 0, 1, "", "CURVE"], [90, 0, 1, "", "CURVES"], [91, 0, 1, "", "FRAME"], [92, 0, 1, "", "GROUP"], [93, 0, 1, "", "ISOLINE"], [94, 0, 1, "", "NESTOUT"], [95, 0, 1, "", "NGRID"], [96, 0, 1, "", "NGRID_UNSTRUCTURED"], [97, 0, 1, "", "OUTPUT_OPTIONS"], [98, 0, 1, "", "POINTS"], [99, 0, 1, "", "POINTS_FILE"], [100, 0, 1, "", "QUANTITIES"], [101, 0, 1, "", "QUANTITY"], [102, 0, 1, "", "RAY"], [103, 0, 1, "", "SPECOUT"], [104, 0, 1, "", "TABLE"], [105, 0, 1, "", "TEST"]], "rompy.swan.components.output.BLOCK": [[86, 4, 1, "", "cmd"], [86, 1, 1, "", "header"], [86, 1, 1, "", "idla"], [86, 1, 1, "", "model_type"], [86, 1, 1, "", "output"], [86, 3, 1, "", "suffix"], [86, 1, 1, "", "unit"], [86, 2, 1, "", "validate_idla"]], "rompy.swan.components.output.BaseLocation": [[87, 4, 1, "", "cmd"], [87, 1, 1, "", "model_type"], [87, 2, 1, "", "not_special_name"], [87, 1, 1, "", "sname"]], "rompy.swan.components.output.BaseWrite": [[88, 4, 1, "", "cmd"], [88, 1, 1, "", "fname"], [88, 1, 1, "", "model_type"], [88, 1, 1, "", "sname"], [88, 3, 1, "", "suffix"], [88, 1, 1, "", "times"], [88, 2, 1, "", "validate_special_names"], [88, 2, 1, "", "validate_times"]], "rompy.swan.components.output.CURVE": [[89, 4, 1, "", "cmd"], [89, 2, 1, "", "ensure_equal_size"], [89, 1, 1, "", "model_type"], [89, 1, 1, "", "npts"], [89, 1, 1, "", "xp"], [89, 1, 1, "", "xp1"], [89, 1, 1, "", "yp"], [89, 1, 1, "", "yp1"]], "rompy.swan.components.output.CURVES": [[90, 4, 1, "", "cmd"], [90, 1, 1, "", "curves"], [90, 1, 1, "", "model_type"], [90, 3, 1, "", "sname"]], "rompy.swan.components.output.FRAME": [[91, 4, 1, "", "cmd"], [91, 1, 1, "", "grid"], [91, 2, 1, "", "grid_suffix"], [91, 1, 1, "", "model_type"]], "rompy.swan.components.output.GROUP": [[92, 4, 1, "", "cmd"], [92, 1, 1, "", "ix1"], [92, 1, 1, "", "ix2"], [92, 1, 1, "", "iy1"], [92, 1, 1, "", "iy2"], [92, 1, 1, "", "model_type"]], "rompy.swan.components.output.ISOLINE": [[93, 4, 1, "", "cmd"], [93, 1, 1, "", "dep"], [93, 1, 1, "", "dep_type"], [93, 1, 1, "", "model_type"], [93, 1, 1, "", "rname"]], "rompy.swan.components.output.NESTOUT": [[94, 4, 1, "", "cmd"], [94, 1, 1, "", "model_type"], [94, 3, 1, "", "suffix"]], "rompy.swan.components.output.NGRID": [[95, 4, 1, "", "cmd"], [95, 1, 1, "", "grid"], [95, 2, 1, "", "grid_suffix"], [95, 1, 1, "", "model_type"]], "rompy.swan.components.output.NGRID_UNSTRUCTURED": [[96, 4, 1, "", "cmd"], [96, 1, 1, "", "fname"], [96, 1, 1, "", "kind"], [96, 1, 1, "", "model_type"]], "rompy.swan.components.output.OUTPUT_OPTIONS": [[97, 4, 1, "", "cmd"], [97, 1, 1, "", "comment"], [97, 1, 1, "", "field"], [97, 1, 1, "", "len"], [97, 1, 1, "", "model_type"], [97, 1, 1, "", "ndec_block"], [97, 1, 1, "", "ndec_spec"]], "rompy.swan.components.output.POINTS": [[98, 4, 1, "", "cmd"], [98, 2, 1, "", "ensure_equal_size"], [98, 1, 1, "", "model_type"], [98, 1, 1, "", "xp"], [98, 1, 1, "", "yp"]], "rompy.swan.components.output.POINTS_FILE": [[99, 4, 1, "", "cmd"], [99, 1, 1, "", "fname"], [99, 1, 1, "", "model_type"]], "rompy.swan.components.output.QUANTITIES": [[100, 4, 1, "", "cmd"], [100, 1, 1, "", "model_type"], [100, 1, 1, "", "quantities"]], "rompy.swan.components.output.QUANTITY": [[101, 4, 1, "", "cmd"], [101, 1, 1, "", "coord"], [101, 1, 1, "", "excv"], [101, 1, 1, "", "fmax"], [101, 1, 1, "", "fmin"], [101, 1, 1, "", "fswell"], [101, 1, 1, "", "hexp"], [101, 1, 1, "", "lexp"], [101, 1, 1, "", "long"], [101, 1, 1, "", "model_type"], [101, 1, 1, "", "noswll"], [101, 1, 1, "", "output"], [101, 1, 1, "", "power"], [101, 1, 1, "", "ref"], [101, 1, 1, "", "short"]], "rompy.swan.components.output.RAY": [[102, 4, 1, "", "cmd"], [102, 2, 1, "", "ensure_equal_size"], [102, 1, 1, "", "model_type"], [102, 1, 1, "", "npts"], [102, 1, 1, "", "rname"], [102, 1, 1, "", "xp"], [102, 1, 1, "", "xp1"], [102, 1, 1, "", "xq"], [102, 1, 1, "", "xq1"], [102, 1, 1, "", "yp"], [102, 1, 1, "", "yp1"], [102, 1, 1, "", "yq"], [102, 1, 1, "", "yq1"]], "rompy.swan.components.output.SPECOUT": [[103, 4, 1, "", "cmd"], [103, 1, 1, "", "dim"], [103, 1, 1, "", "freq"], [103, 1, 1, "", "model_type"], [103, 3, 1, "", "suffix"]], "rompy.swan.components.output.TABLE": [[104, 4, 1, "", "cmd"], [104, 1, 1, "", "format"], [104, 1, 1, "", "model_type"], [104, 1, 1, "", "output"], [104, 3, 1, "", "suffix"]], "rompy.swan.components.output.TEST": [[105, 2, 1, "", "at_least_one"], [105, 4, 1, "", "cmd"], [105, 1, 1, "", "fname_par"], [105, 1, 1, "", "fname_s1d"], [105, 1, 1, "", "fname_s2d"], [105, 1, 1, "", "itest"], [105, 1, 1, "", "itrace"], [105, 1, 1, "", "model_type"], [105, 1, 1, "", "points"], [105, 2, 1, "", "validate_points"]], "rompy.swan.components.physics": [[106, 0, 1, "", "BRAGG"], [107, 0, 1, "", "BRAGG_FILE"], [108, 0, 1, "", "BRAGG_FT"], [109, 0, 1, "", "BREAKING_BKD"], [110, 0, 1, "", "BREAKING_CONSTANT"], [111, 0, 1, "", "DIFFRACTION"], [112, 0, 1, "", "FRICTION_COLLINS"], [113, 0, 1, "", "FRICTION_JONSWAP"], [114, 0, 1, "", "FRICTION_MADSEN"], [115, 0, 1, "", "FRICTION_RIPPLES"], [116, 0, 1, "", "GEN1"], [117, 0, 1, "", "GEN2"], [118, 0, 1, "", "GEN3"], [119, 0, 1, "", "LIMITER"], [120, 0, 1, "", "MUD"], [121, 0, 1, "", "NEGATINP"], [122, 0, 1, "", "OBSTACLE"], [123, 0, 1, "", "OBSTACLES"], [124, 0, 1, "", "OBSTACLE_FIG"], [125, 0, 1, "", "OFF"], [126, 0, 1, "", "OFFS"], [127, 0, 1, "", "QUADRUPL"], [128, 0, 1, "", "SCAT"], [129, 0, 1, "", "SETUP"], [130, 0, 1, "", "SICE"], [131, 0, 1, "", "SICE_D15"], [132, 0, 1, "", "SICE_M18"], [133, 0, 1, "", "SICE_R19"], [134, 0, 1, "", "SICE_R21B"], [135, 0, 1, "", "SSWELL_ARDHUIN"], [136, 0, 1, "", "SSWELL_ROGERS"], [137, 0, 1, "", "SSWELL_ZIEGER"], [138, 0, 1, "", "SURFBEAT"], [139, 0, 1, "", "TRIAD"], [140, 0, 1, "", "TRIAD_DCTA"], [141, 0, 1, "", "TRIAD_LTA"], [142, 0, 1, "", "TRIAD_SPB"], [143, 0, 1, "", "TURBULENCE"], [144, 0, 1, "", "VEGETATION"], [145, 0, 1, "", "WCAPPING_AB"], [146, 0, 1, "", "WCAPPING_KOMEN"]], "rompy.swan.components.physics.BRAGG": [[106, 4, 1, "", "cmd"], [106, 1, 1, "", "cutoff"], [106, 1, 1, "", "ibrag"], [106, 1, 1, "", "model_type"], [106, 1, 1, "", "nreg"]], "rompy.swan.components.physics.BRAGG_FILE": [[107, 4, 1, "", "cmd"], [107, 1, 1, "", "cutoff"], [107, 1, 1, "", "dkx"], [107, 1, 1, "", "dky"], [107, 1, 1, "", "fname"], [107, 1, 1, "", "ibrag"], [107, 1, 1, "", "idla"], [107, 1, 1, "", "mkx"], [107, 1, 1, "", "mky"], [107, 1, 1, "", "model_type"], [107, 1, 1, "", "nreg"]], "rompy.swan.components.physics.BRAGG_FT": [[108, 4, 1, "", "cmd"], [108, 1, 1, "", "cutoff"], [108, 1, 1, "", "ibrag"], [108, 1, 1, "", "model_type"], [108, 1, 1, "", "nreg"]], "rompy.swan.components.physics.BREAKING_BKD": [[109, 1, 1, "", "a1"], [109, 1, 1, "", "a2"], [109, 1, 1, "", "a3"], [109, 1, 1, "", "alpha"], [109, 4, 1, "", "cmd"], [109, 1, 1, "", "gamma0"], [109, 1, 1, "", "model_type"]], "rompy.swan.components.physics.BREAKING_CONSTANT": [[110, 1, 1, "", "alpha"], [110, 4, 1, "", "cmd"], [110, 1, 1, "", "gamma"], [110, 1, 1, "", "model_type"]], "rompy.swan.components.physics.DIFFRACTION": [[111, 1, 1, "", "cgmod"], [111, 4, 1, "", "cmd"], [111, 1, 1, "", "idiffr"], [111, 1, 1, "", "model_type"], [111, 1, 1, "", "smnum"], [111, 1, 1, "", "smpar"]], "rompy.swan.components.physics.FRICTION_COLLINS": [[112, 1, 1, "", "cfw"], [112, 4, 1, "", "cmd"], [112, 1, 1, "", "model_type"]], "rompy.swan.components.physics.FRICTION_JONSWAP": [[113, 1, 1, "", "cfjon"], [113, 4, 1, "", "cmd"], [113, 1, 1, "", "model_type"]], "rompy.swan.components.physics.FRICTION_MADSEN": [[114, 4, 1, "", "cmd"], [114, 1, 1, "", "kn"], [114, 1, 1, "", "model_type"]], "rompy.swan.components.physics.FRICTION_RIPPLES": [[115, 4, 1, "", "cmd"], [115, 1, 1, "", "d"], [115, 1, 1, "", "model_type"], [115, 1, 1, "", "s"]], "rompy.swan.components.physics.GEN1": [[116, 1, 1, "", "cdrag"], [116, 1, 1, "", "cf10"], [116, 1, 1, "", "cf20"], [116, 1, 1, "", "cf30"], [116, 1, 1, "", "cf40"], [116, 1, 1, "", "cfpm"], [116, 4, 1, "", "cmd"], [116, 1, 1, "", "edmlpm"], [116, 1, 1, "", "model_type"], [116, 1, 1, "", "umin"]], "rompy.swan.components.physics.GEN2": [[117, 1, 1, "", "cdrag"], [117, 1, 1, "", "cf10"], [117, 1, 1, "", "cf20"], [117, 1, 1, "", "cf30"], [117, 1, 1, "", "cf40"], [117, 1, 1, "", "cf50"], [117, 1, 1, "", "cf60"], [117, 1, 1, "", "cfpm"], [117, 4, 1, "", "cmd"], [117, 1, 1, "", "edmlpm"], [117, 1, 1, "", "model_type"], [117, 1, 1, "", "umin"]], "rompy.swan.components.physics.GEN3": [[118, 4, 1, "", "cmd"], [118, 1, 1, "", "model_type"], [118, 1, 1, "", "source_terms"]], "rompy.swan.components.physics.LIMITER": [[119, 4, 1, "", "cmd"], [119, 1, 1, "", "model_type"], [119, 1, 1, "", "qb"], [119, 1, 1, "", "ursell"]], "rompy.swan.components.physics.MUD": [[120, 4, 1, "", "cmd"], [120, 1, 1, "", "layer"], [120, 1, 1, "", "model_type"], [120, 1, 1, "", "rhom"], [120, 1, 1, "", "viscm"]], "rompy.swan.components.physics.NEGATINP": [[121, 4, 1, "", "cmd"], [121, 1, 1, "", "model_type"], [121, 1, 1, "", "rdcoef"]], "rompy.swan.components.physics.OBSTACLE": [[122, 4, 1, "", "cmd"], [122, 1, 1, "", "freeboard"], [122, 2, 1, "", "hgt_consistent"], [122, 1, 1, "", "line"], [122, 1, 1, "", "model_type"], [122, 1, 1, "", "reflection"], [122, 1, 1, "", "reflection_type"], [122, 1, 1, "", "transmission"]], "rompy.swan.components.physics.OBSTACLES": [[123, 4, 1, "", "cmd"], [123, 1, 1, "", "model_type"], [123, 1, 1, "", "obstacles"], [123, 4, 1, "", "render"]], "rompy.swan.components.physics.OBSTACLE_FIG": [[124, 1, 1, "", "alpha1"], [124, 4, 1, "", "cmd"], [124, 1, 1, "", "hss"], [124, 1, 1, "", "line"], [124, 1, 1, "", "model_type"], [124, 1, 1, "", "reflection"], [124, 1, 1, "", "tss"]], "rompy.swan.components.physics.OFF": [[125, 4, 1, "", "cmd"], [125, 1, 1, "", "model_type"], [125, 1, 1, "", "physics"]], "rompy.swan.components.physics.OFFS": [[126, 4, 1, "", "cmd"], [126, 1, 1, "", "model_type"], [126, 1, 1, "", "offs"]], "rompy.swan.components.physics.QUADRUPL": [[127, 4, 1, "", "cmd"], [127, 1, 1, "", "cnl4"], [127, 1, 1, "", "csh1"], [127, 1, 1, "", "csh2"], [127, 1, 1, "", "csh3"], [127, 1, 1, "", "iquad"], [127, 1, 1, "", "lambd"], [127, 1, 1, "", "model_type"]], "rompy.swan.components.physics.SCAT": [[128, 1, 1, "", "alpha"], [128, 4, 1, "", "cmd"], [128, 1, 1, "", "iqcm"], [128, 1, 1, "", "model_type"], [128, 1, 1, "", "qmax"], [128, 1, 1, "", "rfac"], [128, 2, 1, "", "warn_if_qmax_and_alpha"]], "rompy.swan.components.physics.SETUP": [[129, 4, 1, "", "cmd"], [129, 1, 1, "", "model_type"], [129, 1, 1, "", "supcor"]], "rompy.swan.components.physics.SICE": [[130, 1, 1, "", "aice"], [130, 4, 1, "", "cmd"], [130, 1, 1, "", "model_type"]], "rompy.swan.components.physics.SICE_D15": [[131, 1, 1, "", "aice"], [131, 1, 1, "", "chf"], [131, 4, 1, "", "cmd"], [131, 1, 1, "", "model_type"]], "rompy.swan.components.physics.SICE_M18": [[132, 1, 1, "", "aice"], [132, 1, 1, "", "chf"], [132, 4, 1, "", "cmd"], [132, 1, 1, "", "model_type"]], "rompy.swan.components.physics.SICE_R19": [[133, 1, 1, "", "aice"], [133, 1, 1, "", "c0"], [133, 1, 1, "", "c1"], [133, 1, 1, "", "c2"], [133, 1, 1, "", "c3"], [133, 1, 1, "", "c4"], [133, 1, 1, "", "c5"], [133, 1, 1, "", "c6"], [133, 4, 1, "", "cmd"], [133, 1, 1, "", "model_type"]], "rompy.swan.components.physics.SICE_R21B": [[134, 1, 1, "", "aice"], [134, 1, 1, "", "chf"], [134, 4, 1, "", "cmd"], [134, 1, 1, "", "model_type"], [134, 1, 1, "", "npf"]], "rompy.swan.components.physics.SSWELL_ARDHUIN": [[135, 1, 1, "", "cdsv"], [135, 4, 1, "", "cmd"], [135, 1, 1, "", "model_type"]], "rompy.swan.components.physics.SSWELL_ROGERS": [[136, 1, 1, "", "cdsv"], [136, 4, 1, "", "cmd"], [136, 1, 1, "", "feswell"], [136, 1, 1, "", "model_type"]], "rompy.swan.components.physics.SSWELL_ZIEGER": [[137, 1, 1, "", "b1"], [137, 4, 1, "", "cmd"], [137, 1, 1, "", "model_type"]], "rompy.swan.components.physics.SURFBEAT": [[138, 4, 1, "", "cmd"], [138, 1, 1, "", "df"], [138, 1, 1, "", "emin"], [138, 1, 1, "", "model_type"], [138, 1, 1, "", "nmax"], [138, 1, 1, "", "spacing"]], "rompy.swan.components.physics.TRIAD": [[139, 1, 1, "", "a"], [139, 1, 1, "", "b"], [139, 4, 1, "", "cmd"], [139, 1, 1, "", "cutfr"], [139, 1, 1, "", "itriad"], [139, 1, 1, "", "model_type"], [139, 1, 1, "", "trfac"], [139, 1, 1, "", "ucrit"], [139, 1, 1, "", "urslim"]], "rompy.swan.components.physics.TRIAD_DCTA": [[140, 1, 1, "", "biphase"], [140, 4, 1, "", "cmd"], [140, 1, 1, "", "model_type"], [140, 1, 1, "", "noncolinear"], [140, 1, 1, "", "p"], [140, 1, 1, "", "trfac"]], "rompy.swan.components.physics.TRIAD_LTA": [[141, 1, 1, "", "biphase"], [141, 4, 1, "", "cmd"], [141, 1, 1, "", "cutfr"], [141, 1, 1, "", "model_type"], [141, 1, 1, "", "trfac"]], "rompy.swan.components.physics.TRIAD_SPB": [[142, 1, 1, "", "a"], [142, 1, 1, "", "b"], [142, 1, 1, "", "biphase"], [142, 4, 1, "", "cmd"], [142, 1, 1, "", "model_type"], [142, 1, 1, "", "trfac"]], "rompy.swan.components.physics.TURBULENCE": [[143, 4, 1, "", "cmd"], [143, 1, 1, "", "ctb"], [143, 1, 1, "", "current"], [143, 1, 1, "", "model_type"], [143, 1, 1, "", "tbcur"], [143, 2, 1, "", "tbcur_only_with_current"]], "rompy.swan.components.physics.VEGETATION": [[144, 4, 1, "", "cmd"], [144, 1, 1, "", "diamtr"], [144, 1, 1, "", "drag"], [144, 1, 1, "", "height"], [144, 1, 1, "", "iveg"], [144, 2, 1, "", "jacomsen_layering_not_implemented"], [144, 1, 1, "", "model_type"], [144, 1, 1, "", "nstems"], [144, 2, 1, "", "number_of_layers"]], "rompy.swan.components.physics.WCAPPING_AB": [[145, 1, 1, "", "br"], [145, 1, 1, "", "cds2"], [145, 1, 1, "", "cds3"], [145, 4, 1, "", "cmd"], [145, 1, 1, "", "current"], [145, 1, 1, "", "model_type"]], "rompy.swan.components.physics.WCAPPING_KOMEN": [[146, 1, 1, "", "cds2"], [146, 4, 1, "", "cmd"], [146, 1, 1, "", "delta"], [146, 1, 1, "", "model_type"], [146, 1, 1, "", "powk"], [146, 1, 1, "", "powst"], [146, 1, 1, "", "stpm"]], "rompy.swan.components.startup": [[147, 0, 1, "", "COORDINATES"], [148, 0, 1, "", "MODE"], [149, 0, 1, "", "PROJECT"], [150, 0, 1, "", "SET"]], "rompy.swan.components.startup.COORDINATES": [[147, 4, 1, "", "cmd"], [147, 1, 1, "", "kind"], [147, 1, 1, "", "model_type"], [147, 1, 1, "", "reapeating"]], "rompy.swan.components.startup.MODE": [[148, 4, 1, "", "cmd"], [148, 1, 1, "", "dim"], [148, 1, 1, "", "kind"], [148, 1, 1, "", "model_type"]], "rompy.swan.components.startup.PROJECT": [[149, 4, 1, "", "cmd"], [149, 1, 1, "", "model_type"], [149, 1, 1, "", "name"], [149, 1, 1, "", "nr"], [149, 1, 1, "", "title1"], [149, 1, 1, "", "title2"], [149, 1, 1, "", "title3"]], "rompy.swan.components.startup.SET": [[150, 1, 1, "", "cdcap"], [150, 4, 1, "", "cmd"], [150, 1, 1, "", "depmin"], [150, 1, 1, "", "direction_convention"], [150, 1, 1, "", "froudmax"], [150, 1, 1, "", "grav"], [150, 1, 1, "", "hsrerr"], [150, 1, 1, "", "icewind"], [150, 1, 1, "", "inrhog"], [150, 1, 1, "", "level"], [150, 1, 1, "", "maxerr"], [150, 1, 1, "", "maxmes"], [150, 1, 1, "", "model_type"], [150, 1, 1, "", "nor"], [150, 1, 1, "", "pwtail"], [150, 2, 1, "", "pwtail_after_gen"], [150, 1, 1, "", "rho"]], "rompy.swan.data": [[48, 0, 1, "", "SwanDataGrid"]], "rompy.swan.data.SwanDataGrid": [[48, 1, 1, "", "buffer"], [48, 1, 1, "", "coords"], [48, 1, 1, "", "crop_data"], [48, 2, 1, "", "ensure_z1_in_data_vars"], [48, 1, 1, "", "fac"], [48, 1, 1, "", "filter"], [48, 4, 1, "", "get"], [48, 1, 1, "", "id"], [48, 4, 1, "", "model_post_init"], [48, 1, 1, "", "model_type"], [48, 1, 1, "", "source"], [48, 1, 1, "", "time_buffer"], [48, 1, 1, "", "var"], [48, 1, 1, "", "variables"], [48, 1, 1, "", "z1"], [48, 1, 1, "", "z2"]], "rompy.swan.grid": [[49, 0, 1, "", "SwanGrid"]], "rompy.swan.grid.SwanGrid": [[49, 4, 1, "", "boundary"], [49, 3, 1, "", "cgrid"], [49, 3, 1, "", "cgrid_read"], [49, 3, 1, "", "component"], [49, 1, 1, "", "dx"], [49, 1, 1, "", "dy"], [49, 1, 1, "", "exc"], [49, 4, 1, "", "from_component"], [49, 1, 1, "", "grid_type"], [49, 1, 1, "", "gridfile"], [49, 3, 1, "", "inpgrid"], [49, 4, 1, "", "nearby_spectra"], [49, 1, 1, "", "nx"], [49, 1, 1, "", "ny"], [49, 1, 1, "", "rot"], [49, 2, 1, "", "validate_curvilinear_grid"], [49, 2, 1, "", "validate_grid_type"], [49, 1, 1, "", "x"], [49, 1, 1, "", "x0"], [49, 1, 1, "", "y"], [49, 1, 1, "", "y0"]], "rompy.swan.interface": [[50, 0, 1, "", "BoundaryInterface"], [51, 0, 1, "", "DataInterface"], [52, 0, 1, "", "LockupInterface"], [53, 0, 1, "", "OutputInterface"]], "rompy.swan.interface.BoundaryInterface": [[50, 4, 1, "", "get"], [50, 1, 1, "", "kind"], [50, 1, 1, "", "model_type"], [50, 4, 1, "", "render"]], "rompy.swan.interface.DataInterface": [[51, 1, 1, "", "bottom"], [51, 2, 1, "", "ensure_unique_var"], [51, 4, 1, "", "get"], [51, 1, 1, "", "input"], [51, 1, 1, "", "model_type"], [51, 4, 1, "", "render"]], "rompy.swan.interface.LockupInterface": [[52, 1, 1, "", "model_type"], [52, 2, 1, "", "time_interface"]], "rompy.swan.interface.OutputInterface": [[53, 1, 1, "", "model_type"], [53, 2, 1, "", "time_interface"]], "rompy.swan.subcomponents.base": [[161, 0, 1, "", "IJ"], [162, 0, 1, "", "XY"]], "rompy.swan.subcomponents.base.IJ": [[161, 4, 1, "", "cmd"], [161, 1, 1, "", "i"], [161, 1, 1, "", "j"], [161, 1, 1, "", "model_type"], [161, 3, 1, "", "size"], [161, 2, 1, "", "validate_size"]], "rompy.swan.subcomponents.base.XY": [[162, 4, 1, "", "cmd"], [162, 1, 1, "", "fmt"], [162, 1, 1, "", "model_type"], [162, 3, 1, "", "size"], [162, 2, 1, "", "validate_size"], [162, 1, 1, "", "x"], [162, 1, 1, "", "y"]], "rompy.swan.subcomponents.boundary": [[163, 0, 1, "", "CONSTANTFILE"], [164, 0, 1, "", "CONSTANTPAR"], [165, 0, 1, "", "DEFAULT"], [166, 0, 1, "", "HOTMULTIPLE"], [167, 0, 1, "", "HOTSINGLE"], [168, 0, 1, "", "PAR"], [169, 0, 1, "", "SEGMENT"], [170, 0, 1, "", "SIDE"], [171, 0, 1, "", "VARIABLEFILE"], [172, 0, 1, "", "VARIABLEPAR"], [173, 0, 1, "", "ZERO"]], "rompy.swan.subcomponents.boundary.CONSTANTFILE": [[163, 4, 1, "", "cmd"], [163, 1, 1, "", "fname"], [163, 1, 1, "", "model_type"], [163, 1, 1, "", "seq"]], "rompy.swan.subcomponents.boundary.CONSTANTPAR": [[164, 4, 1, "", "cmd"], [164, 1, 1, "", "dd"], [164, 1, 1, "", "dir"], [164, 1, 1, "", "hs"], [164, 1, 1, "", "model_type"], [164, 1, 1, "", "per"]], "rompy.swan.subcomponents.boundary.DEFAULT": [[165, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.boundary.HOTMULTIPLE": [[166, 4, 1, "", "cmd"], [166, 1, 1, "", "fname"], [166, 1, 1, "", "format"], [166, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.boundary.HOTSINGLE": [[167, 4, 1, "", "cmd"], [167, 1, 1, "", "fname"], [167, 1, 1, "", "format"], [167, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.boundary.PAR": [[168, 4, 1, "", "cmd"], [168, 1, 1, "", "dd"], [168, 1, 1, "", "dir"], [168, 1, 1, "", "hs"], [168, 1, 1, "", "model_type"], [168, 1, 1, "", "per"]], "rompy.swan.subcomponents.boundary.SEGMENT": [[169, 4, 1, "", "cmd"], [169, 1, 1, "", "model_type"], [169, 1, 1, "", "points"]], "rompy.swan.subcomponents.boundary.SIDE": [[170, 4, 1, "", "cmd"], [170, 1, 1, "", "direction"], [170, 1, 1, "", "model_type"], [170, 1, 1, "", "side"]], "rompy.swan.subcomponents.boundary.VARIABLEFILE": [[171, 4, 1, "", "cmd"], [171, 1, 1, "", "dist"], [171, 2, 1, "", "ensure_equal_size"], [171, 1, 1, "", "fname"], [171, 1, 1, "", "model_type"], [171, 1, 1, "", "seq"]], "rompy.swan.subcomponents.boundary.VARIABLEPAR": [[172, 4, 1, "", "cmd"], [172, 1, 1, "", "dd"], [172, 1, 1, "", "dir"], [172, 1, 1, "", "dist"], [172, 2, 1, "", "ensure_equal_size"], [172, 1, 1, "", "hs"], [172, 1, 1, "", "model_type"], [172, 1, 1, "", "per"]], "rompy.swan.subcomponents.boundary.ZERO": [[173, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.numerics": [[174, 0, 1, "", "ACCUR"], [175, 0, 1, "", "BSBT"], [176, 0, 1, "", "CSIGMA"], [177, 0, 1, "", "CTHETA"], [178, 0, 1, "", "DIRIMPL"], [179, 0, 1, "", "GSE"], [180, 0, 1, "", "NONSTAT"], [181, 0, 1, "", "SETUP"], [182, 0, 1, "", "SIGIMPL"], [183, 0, 1, "", "STAT"], [184, 0, 1, "", "STOPC"]], "rompy.swan.subcomponents.numerics.ACCUR": [[174, 4, 1, "", "cmd"], [174, 1, 1, "", "dhoval"], [174, 1, 1, "", "drel"], [174, 1, 1, "", "dtoval"], [174, 1, 1, "", "limiter"], [174, 1, 1, "", "mode"], [174, 1, 1, "", "model_type"], [174, 1, 1, "", "npnts"]], "rompy.swan.subcomponents.numerics.BSBT": [[175, 4, 1, "", "cmd"], [175, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.numerics.CSIGMA": [[176, 1, 1, "", "cfl"], [176, 4, 1, "", "cmd"], [176, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.numerics.CTHETA": [[177, 1, 1, "", "cfl"], [177, 4, 1, "", "cmd"], [177, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.numerics.DIRIMPL": [[178, 1, 1, "", "cdd"], [178, 4, 1, "", "cmd"], [178, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.numerics.GSE": [[179, 4, 1, "", "cmd"], [179, 1, 1, "", "model_type"], [179, 1, 1, "", "waveage"]], "rompy.swan.subcomponents.numerics.NONSTAT": [[180, 4, 1, "", "cmd"], [180, 1, 1, "", "model_type"], [180, 1, 1, "", "mxitns"]], "rompy.swan.subcomponents.numerics.SETUP": [[181, 4, 1, "", "cmd"], [181, 1, 1, "", "eps2"], [181, 1, 1, "", "model_type"], [181, 1, 1, "", "niter"], [181, 1, 1, "", "outp"]], "rompy.swan.subcomponents.numerics.SIGIMPL": [[182, 4, 1, "", "cmd"], [182, 1, 1, "", "css"], [182, 1, 1, "", "eps2"], [182, 1, 1, "", "model_type"], [182, 1, 1, "", "niter"], [182, 1, 1, "", "outp"]], "rompy.swan.subcomponents.numerics.STAT": [[183, 1, 1, "", "alfa"], [183, 4, 1, "", "cmd"], [183, 1, 1, "", "model_type"], [183, 1, 1, "", "mxitst"]], "rompy.swan.subcomponents.numerics.STOPC": [[184, 4, 1, "", "cmd"], [184, 1, 1, "", "curvat"], [184, 1, 1, "", "dabs"], [184, 1, 1, "", "drel"], [184, 1, 1, "", "limiter"], [184, 1, 1, "", "mode"], [184, 1, 1, "", "model_type"], [184, 1, 1, "", "npnts"]], "rompy.swan.subcomponents.output": [[185, 0, 1, "", "ABS"], [186, 0, 1, "", "REL"], [187, 0, 1, "", "SPEC1D"], [188, 0, 1, "", "SPEC2D"]], "rompy.swan.subcomponents.output.ABS": [[185, 4, 1, "", "cmd"], [185, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.output.REL": [[186, 4, 1, "", "cmd"], [186, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.output.SPEC1D": [[187, 4, 1, "", "cmd"], [187, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.output.SPEC2D": [[188, 4, 1, "", "cmd"], [188, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.physics": [[189, 0, 1, "", "DANGREMOND"], [190, 0, 1, "", "DEWIT"], [191, 0, 1, "", "ELDEBERKY"], [192, 0, 1, "", "FREEBOARD"], [193, 0, 1, "", "GODA"], [194, 0, 1, "", "JANSSEN"], [195, 0, 1, "", "KOMEN"], [196, 0, 1, "", "LINE"], [197, 0, 1, "", "RDIFF"], [198, 0, 1, "", "REFL"], [199, 0, 1, "", "RSPEC"], [200, 0, 1, "", "ST6"], [201, 0, 1, "", "ST6C1"], [202, 0, 1, "", "ST6C2"], [203, 0, 1, "", "ST6C3"], [204, 0, 1, "", "ST6C4"], [205, 0, 1, "", "ST6C5"], [206, 0, 1, "", "TRANS1D"], [207, 0, 1, "", "TRANS2D"], [208, 0, 1, "", "TRANSM"], [209, 0, 1, "", "WESTHUYSEN"]], "rompy.swan.subcomponents.physics.DANGREMOND": [[189, 1, 1, "", "Bk"], [189, 4, 1, "", "cmd"], [189, 1, 1, "", "hgt"], [189, 1, 1, "", "model_type"], [189, 1, 1, "", "slope"]], "rompy.swan.subcomponents.physics.DEWIT": [[190, 4, 1, "", "cmd"], [190, 1, 1, "", "lpar"], [190, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.physics.ELDEBERKY": [[191, 4, 1, "", "cmd"], [191, 1, 1, "", "model_type"], [191, 1, 1, "", "urcrit"]], "rompy.swan.subcomponents.physics.FREEBOARD": [[192, 4, 1, "", "cmd"], [192, 1, 1, "", "gammar"], [192, 1, 1, "", "gammat"], [192, 1, 1, "", "hgt"], [192, 1, 1, "", "model_type"], [192, 1, 1, "", "quay"]], "rompy.swan.subcomponents.physics.GODA": [[193, 1, 1, "", "alpha"], [193, 1, 1, "", "beta"], [193, 4, 1, "", "cmd"], [193, 1, 1, "", "hgt"], [193, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.physics.JANSSEN": [[194, 1, 1, "", "a"], [194, 1, 1, "", "agrow"], [194, 1, 1, "", "cds1"], [194, 4, 1, "", "cmd"], [194, 1, 1, "", "delta"], [194, 1, 1, "", "model_type"], [194, 1, 1, "", "wind_drag"]], "rompy.swan.subcomponents.physics.KOMEN": [[195, 1, 1, "", "a"], [195, 1, 1, "", "agrow"], [195, 1, 1, "", "cds2"], [195, 4, 1, "", "cmd"], [195, 1, 1, "", "model_type"], [195, 1, 1, "", "stpm"], [195, 1, 1, "", "wind_drag"]], "rompy.swan.subcomponents.physics.LINE": [[196, 2, 1, "", "check_length"], [196, 4, 1, "", "cmd"], [196, 1, 1, "", "model_type"], [196, 1, 1, "", "xp"], [196, 1, 1, "", "yp"]], "rompy.swan.subcomponents.physics.RDIFF": [[197, 4, 1, "", "cmd"], [197, 1, 1, "", "model_type"], [197, 1, 1, "", "pown"]], "rompy.swan.subcomponents.physics.REFL": [[198, 4, 1, "", "cmd"], [198, 1, 1, "", "model_type"], [198, 1, 1, "", "reflc"]], "rompy.swan.subcomponents.physics.RSPEC": [[199, 4, 1, "", "cmd"], [199, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.physics.ST6": [[200, 1, 1, "", "a"], [200, 1, 1, "", "a1sds"], [200, 1, 1, "", "a2sds"], [200, 1, 1, "", "agrow"], [200, 1, 1, "", "cdfac"], [200, 4, 1, "", "cmd"], [200, 2, 1, "", "debias_only_with_hwang"], [200, 1, 1, "", "model_type"], [200, 1, 1, "", "normalization"], [200, 1, 1, "", "p1sds"], [200, 1, 1, "", "p2sds"], [200, 1, 1, "", "tau"], [200, 1, 1, "", "u10"], [200, 3, 1, "", "u10_cmd"], [200, 1, 1, "", "wind_drag"], [200, 1, 1, "", "windscaling"]], "rompy.swan.subcomponents.physics.ST6C1": [[201, 1, 1, "", "a"], [201, 1, 1, "", "a1sds"], [201, 1, 1, "", "a2sds"], [201, 1, 1, "", "agrow"], [201, 1, 1, "", "cdfac"], [201, 1, 1, "", "model_type"], [201, 1, 1, "", "normalization"], [201, 1, 1, "", "p1sds"], [201, 1, 1, "", "p2sds"], [201, 1, 1, "", "tau"], [201, 1, 1, "", "u10"], [201, 1, 1, "", "wind_drag"], [201, 1, 1, "", "windscaling"]], "rompy.swan.subcomponents.physics.ST6C2": [[202, 1, 1, "", "a"], [202, 1, 1, "", "a1sds"], [202, 1, 1, "", "a2sds"], [202, 1, 1, "", "agrow"], [202, 1, 1, "", "cdfac"], [202, 1, 1, "", "model_type"], [202, 1, 1, "", "normalization"], [202, 1, 1, "", "p1sds"], [202, 1, 1, "", "p2sds"], [202, 1, 1, "", "tau"], [202, 1, 1, "", "u10"], [202, 1, 1, "", "wind_drag"], [202, 1, 1, "", "windscaling"]], "rompy.swan.subcomponents.physics.ST6C3": [[203, 1, 1, "", "a"], [203, 1, 1, "", "a1sds"], [203, 1, 1, "", "a2sds"], [203, 1, 1, "", "agrow"], [203, 1, 1, "", "cdfac"], [203, 1, 1, "", "model_type"], [203, 1, 1, "", "normalization"], [203, 1, 1, "", "p1sds"], [203, 1, 1, "", "p2sds"], [203, 1, 1, "", "tau"], [203, 1, 1, "", "u10"], [203, 1, 1, "", "wind_drag"], [203, 1, 1, "", "windscaling"]], "rompy.swan.subcomponents.physics.ST6C4": [[204, 1, 1, "", "a"], [204, 1, 1, "", "a1sds"], [204, 1, 1, "", "a2sds"], [204, 1, 1, "", "agrow"], [204, 1, 1, "", "cdfac"], [204, 1, 1, "", "model_type"], [204, 1, 1, "", "normalization"], [204, 1, 1, "", "p1sds"], [204, 1, 1, "", "p2sds"], [204, 1, 1, "", "tau"], [204, 1, 1, "", "u10"], [204, 1, 1, "", "wind_drag"], [204, 1, 1, "", "windscaling"]], "rompy.swan.subcomponents.physics.ST6C5": [[205, 1, 1, "", "a"], [205, 1, 1, "", "a1sds"], [205, 1, 1, "", "a2sds"], [205, 1, 1, "", "agrow"], [205, 1, 1, "", "cdfac"], [205, 1, 1, "", "model_type"], [205, 1, 1, "", "normalization"], [205, 1, 1, "", "p1sds"], [205, 1, 1, "", "p2sds"], [205, 1, 1, "", "tau"], [205, 1, 1, "", "u10"], [205, 1, 1, "", "wind_drag"], [205, 1, 1, "", "windscaling"]], "rompy.swan.subcomponents.physics.TRANS1D": [[206, 4, 1, "", "cmd"], [206, 1, 1, "", "model_type"], [206, 1, 1, "", "trcoef"]], "rompy.swan.subcomponents.physics.TRANS2D": [[207, 4, 1, "", "cmd"], [207, 2, 1, "", "constrained_0_1"], [207, 1, 1, "", "model_type"], [207, 1, 1, "", "trcoef"]], "rompy.swan.subcomponents.physics.TRANSM": [[208, 4, 1, "", "cmd"], [208, 1, 1, "", "model_type"], [208, 1, 1, "", "trcoef"]], "rompy.swan.subcomponents.physics.WESTHUYSEN": [[209, 1, 1, "", "a"], [209, 1, 1, "", "agrow"], [209, 1, 1, "", "br"], [209, 1, 1, "", "cds2"], [209, 4, 1, "", "cmd"], [209, 1, 1, "", "model_type"], [209, 1, 1, "", "wind_drag"]], "rompy.swan.subcomponents.readgrid": [[210, 0, 1, "", "GRIDREGULAR"], [211, 0, 1, "", "READCOORD"], [212, 0, 1, "", "READINP"]], "rompy.swan.subcomponents.readgrid.GRIDREGULAR": [[210, 1, 1, "", "alp"], [210, 4, 1, "", "cmd"], [210, 3, 1, "", "dx"], [210, 3, 1, "", "dy"], [210, 1, 1, "", "model_type"], [210, 1, 1, "", "mx"], [210, 1, 1, "", "my"], [210, 1, 1, "", "suffix"], [210, 1, 1, "", "xlen"], [210, 1, 1, "", "xp"], [210, 1, 1, "", "ylen"], [210, 1, 1, "", "yp"]], "rompy.swan.subcomponents.readgrid.READCOORD": [[211, 4, 1, "", "cmd"], [211, 1, 1, "", "fac"], [211, 1, 1, "", "fname"], [211, 1, 1, "", "form"], [211, 1, 1, "", "format"], [211, 1, 1, "", "grid_type"], [211, 1, 1, "", "idfm"], [211, 1, 1, "", "idla"], [211, 1, 1, "", "model_type"], [211, 1, 1, "", "nhedf"], [211, 1, 1, "", "nhedvec"]], "rompy.swan.subcomponents.readgrid.READINP": [[212, 4, 1, "", "cmd"], [212, 1, 1, "", "fac"], [212, 1, 1, "", "fname1"], [212, 1, 1, "", "fname2"], [212, 1, 1, "", "form"], [212, 1, 1, "", "format"], [212, 1, 1, "", "grid_type"], [212, 1, 1, "", "idfm"], [212, 1, 1, "", "idla"], [212, 1, 1, "", "model_type"], [212, 1, 1, "", "nhedf"], [212, 1, 1, "", "nhedt"], [212, 1, 1, "", "nhedvec"], [212, 2, 1, "", "set_undefined"]], "rompy.swan.subcomponents.spectrum": [[213, 0, 1, "", "BIN"], [214, 0, 1, "", "GAUSS"], [215, 0, 1, "", "JONSWAP"], [216, 0, 1, "", "PM"], [217, 0, 1, "", "SHAPESPEC"], [218, 0, 1, "", "SPECTRUM"], [219, 0, 1, "", "TMA"]], "rompy.swan.subcomponents.spectrum.BIN": [[213, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.spectrum.GAUSS": [[214, 4, 1, "", "cmd"], [214, 1, 1, "", "model_type"], [214, 1, 1, "", "sigfr"]], "rompy.swan.subcomponents.spectrum.JONSWAP": [[215, 4, 1, "", "cmd"], [215, 1, 1, "", "gamma"], [215, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.spectrum.PM": [[216, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.spectrum.SHAPESPEC": [[217, 4, 1, "", "cmd"], [217, 1, 1, "", "dspr_type"], [217, 1, 1, "", "model_type"], [217, 1, 1, "", "per_type"], [217, 1, 1, "", "shape"]], "rompy.swan.subcomponents.spectrum.SPECTRUM": [[218, 2, 1, "", "check_direction_definition"], [218, 2, 1, "", "check_frequency_definition"], [218, 4, 1, "", "cmd"], [218, 1, 1, "", "dir1"], [218, 1, 1, "", "dir2"], [218, 3, 1, "", "dir_sector"], [218, 1, 1, "", "fhigh"], [218, 1, 1, "", "flow"], [218, 1, 1, "", "mdc"], [218, 1, 1, "", "model_type"], [218, 1, 1, "", "msc"]], "rompy.swan.subcomponents.spectrum.TMA": [[219, 4, 1, "", "cmd"], [219, 1, 1, "", "d"], [219, 1, 1, "", "gamma"], [219, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.startup": [[220, 0, 1, "", "CARTESIAN"], [221, 0, 1, "", "SPHERICAL"]], "rompy.swan.subcomponents.startup.CARTESIAN": [[220, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.startup.SPHERICAL": [[221, 4, 1, "", "cmd"], [221, 1, 1, "", "model_type"], [221, 1, 1, "", "projection"]], "rompy.swan.subcomponents.time": [[222, 0, 1, "", "Delt"], [223, 0, 1, "", "NONSTATIONARY"], [224, 0, 1, "", "STATIONARY"], [225, 0, 1, "", "Time"], [226, 0, 1, "", "TimeRangeClosed"], [227, 0, 1, "", "TimeRangeOpen"]], "rompy.swan.subcomponents.time.Delt": [[222, 4, 1, "", "cmd"], [222, 1, 1, "", "delt"], [222, 3, 1, "", "delt_float"], [222, 1, 1, "", "dfmt"], [222, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.time.NONSTATIONARY": [[223, 4, 1, "", "cmd"], [223, 1, 1, "", "delt"], [223, 1, 1, "", "dfmt"], [223, 1, 1, "", "model_type"], [223, 1, 1, "", "suffix"], [223, 1, 1, "", "tbeg"], [223, 1, 1, "", "tend"], [223, 1, 1, "", "tfmt"]], "rompy.swan.subcomponents.time.STATIONARY": [[224, 4, 1, "", "cmd"], [224, 1, 1, "", "model_type"], [224, 1, 1, "", "tfmt"], [224, 1, 1, "", "time"]], "rompy.swan.subcomponents.time.Time": [[225, 4, 1, "", "cmd"], [225, 1, 1, "", "model_type"], [225, 2, 1, "", "set_time_format"], [225, 1, 1, "", "tfmt"], [225, 1, 1, "", "time"]], "rompy.swan.subcomponents.time.TimeRangeClosed": [[226, 4, 1, "", "cmd"], [226, 1, 1, "", "delt"], [226, 1, 1, "", "dfmt"], [226, 1, 1, "", "model_type"], [226, 1, 1, "", "suffix"], [226, 1, 1, "", "tbeg"], [226, 1, 1, "", "tend"], [226, 1, 1, "", "tfmt"]], "rompy.swan.subcomponents.time.TimeRangeOpen": [[227, 4, 1, "", "cmd"], [227, 1, 1, "", "delt"], [227, 1, 1, "", "dfmt"], [227, 1, 1, "", "model_type"], [227, 1, 1, "", "suffix"], [227, 1, 1, "", "tbeg"], [227, 1, 1, "", "tfmt"]], "rompy.swan.types": [[54, 5, 1, "", "BlockOptions"], [55, 5, 1, "", "BoundShapeOptions"], [56, 5, 1, "", "GridOptions"], [57, 5, 1, "", "IDLA"], [58, 5, 1, "", "PhysicsOff"], [59, 5, 1, "", "SideOptions"]], "rompy.swan.types.BlockOptions": [[54, 6, 1, "", "AICE"], [54, 6, 1, "", "BFI"], [54, 6, 1, "", "BOTLEV"], [54, 6, 1, "", "DEPTH"], [54, 6, 1, "", "DHSIGN"], [54, 6, 1, "", "DIR"], [54, 6, 1, "", "DISBOT"], [54, 6, 1, "", "DISICE"], [54, 6, 1, "", "DISMUD"], [54, 6, 1, "", "DISSIP"], [54, 6, 1, "", "DISSURF"], [54, 6, 1, "", "DISSWELL"], [54, 6, 1, "", "DIST"], [54, 6, 1, "", "DISVEG"], [54, 6, 1, "", "DISWCAP"], [54, 6, 1, "", "DRTM01"], [54, 6, 1, "", "DSPR"], [54, 6, 1, "", "FORCE"], [54, 6, 1, "", "FRCOEF"], [54, 6, 1, "", "FSPR"], [54, 6, 1, "", "GENERAT"], [54, 6, 1, "", "GENWIND"], [54, 6, 1, "", "HSIGN"], [54, 6, 1, "", "HSWELL"], [54, 6, 1, "", "LEAK"], [54, 6, 1, "", "LWAVP"], [54, 6, 1, "", "NPLANTS"], [54, 6, 1, "", "PARTITION"], [54, 6, 1, "", "PDIR"], [54, 6, 1, "", "PER"], [54, 6, 1, "", "PROPAGAT"], [54, 6, 1, "", "PROPSIGMA"], [54, 6, 1, "", "PROPTHETA"], [54, 6, 1, "", "PROPXY"], [54, 6, 1, "", "PTDIR"], [54, 6, 1, "", "PTDSPR"], [54, 6, 1, "", "PTHSIGN"], [54, 6, 1, "", "PTRTP"], [54, 6, 1, "", "PTSTEEPNE"], [54, 6, 1, "", "PTWFRAC"], [54, 6, 1, "", "PTWLEN"], [54, 6, 1, "", "QB"], [54, 6, 1, "", "QP"], [54, 6, 1, "", "RADSTR"], [54, 6, 1, "", "REDIST"], [54, 6, 1, "", "REDQUAD"], [54, 6, 1, "", "REDTRIAD"], [54, 6, 1, "", "RPER"], [54, 6, 1, "", "RTM01"], [54, 6, 1, "", "RTMM10"], [54, 6, 1, "", "RTP"], [54, 6, 1, "", "SETUP"], [54, 6, 1, "", "STEEPNESS"], [54, 6, 1, "", "TDIR"], [54, 6, 1, "", "TIME"], [54, 6, 1, "", "TM01"], [54, 6, 1, "", "TM02"], [54, 6, 1, "", "TMBOT"], [54, 6, 1, "", "TMM10"], [54, 6, 1, "", "TPS"], [54, 6, 1, "", "TRANSP"], [54, 6, 1, "", "TSEC"], [54, 6, 1, "", "UBOT"], [54, 6, 1, "", "URMS"], [54, 6, 1, "", "VEL"], [54, 6, 1, "", "WATLEV"], [54, 6, 1, "", "WIND"], [54, 6, 1, "", "WLENGTH"], [54, 6, 1, "", "XP"], [54, 6, 1, "", "YP"], [54, 4, 1, "", "__init__"]], "rompy.swan.types.BoundShapeOptions": [[55, 6, 1, "", "BIN"], [55, 6, 1, "", "GAUSS"], [55, 6, 1, "", "JONSWAP"], [55, 6, 1, "", "PM"], [55, 6, 1, "", "TMA"], [55, 4, 1, "", "__init__"]], "rompy.swan.types.GridOptions": [[56, 6, 1, "", "AICE"], [56, 6, 1, "", "BOTTOM"], [56, 6, 1, "", "CURRENT"], [56, 6, 1, "", "FRICTION"], [56, 6, 1, "", "HICE"], [56, 6, 1, "", "HSS"], [56, 6, 1, "", "MUDLAYER"], [56, 6, 1, "", "NPLANTS"], [56, 6, 1, "", "TSS"], [56, 6, 1, "", "TURBVISC"], [56, 6, 1, "", "VX"], [56, 6, 1, "", "VY"], [56, 6, 1, "", "WIND"], [56, 6, 1, "", "WLEVEL"], [56, 6, 1, "", "WX"], [56, 6, 1, "", "WY"], [56, 4, 1, "", "__init__"]], "rompy.swan.types.IDLA": [[57, 6, 1, "", "FIVE"], [57, 6, 1, "", "FOUR"], [57, 6, 1, "", "ONE"], [57, 6, 1, "", "SIX"], [57, 6, 1, "", "THREE"], [57, 6, 1, "", "TWO"], [57, 4, 1, "", "__init__"]], "rompy.swan.types.PhysicsOff": [[58, 6, 1, "", "BNDCHK"], [58, 6, 1, "", "BREAKING"], [58, 6, 1, "", "FSHIFT"], [58, 6, 1, "", "QUADRUPL"], [58, 6, 1, "", "REFRAC"], [58, 6, 1, "", "WCAPPING"], [58, 6, 1, "", "WINDGROWTH"], [58, 4, 1, "", "__init__"]], "rompy.swan.types.SideOptions": [[59, 6, 1, "", "EAST"], [59, 6, 1, "", "NE"], [59, 6, 1, "", "NORTH"], [59, 6, 1, "", "NW"], [59, 6, 1, "", "SE"], [59, 6, 1, "", "SOUTH"], [59, 6, 1, "", "SW"], [59, 6, 1, "", "WEST"], [59, 4, 1, "", "__init__"]]}, "objnames": {"0": ["py", "pydantic_model", "Python model"], "1": ["py", "pydantic_field", "Python field"], "2": ["py", "pydantic_validator", "Python validator"], "3": ["py", "property", "Python property"], "4": ["py", "method", "Python method"], "5": ["py", "class", "Python class"], "6": ["py", "attribute", "Python attribute"]}, "objtypes": {"0": "py:pydantic_model", "1": "py:pydantic_field", "2": "py:pydantic_validator", "3": "py:property", "4": "py:method", "5": "py:class", "6": "py:attribute"}, "terms": {"": [3, 8, 11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 42, 43, 44, 45, 54, 71, 78, 80, 81, 85, 102, 114, 115, 120, 121, 122, 124, 133, 137, 144, 146, 149, 164, 168, 172, 179, 190, 193, 194, 195, 200, 221, 222, 227], "0": [4, 8, 9, 10, 11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 34, 35, 36, 40, 41, 42, 43, 44, 45, 47, 48, 49, 54, 56, 61, 62, 63, 65, 66, 67, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 84, 85, 86, 89, 90, 91, 92, 93, 94, 95, 97, 98, 100, 101, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 127, 128, 129, 130, 131, 132, 133, 134, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 150, 161, 162, 163, 164, 168, 169, 171, 172, 173, 174, 176, 177, 178, 179, 181, 182, 183, 184, 189, 190, 191, 192, 193, 194, 195, 197, 198, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 214, 215, 217, 218, 219, 221, 222, 223, 224, 226, 227], "00": [12, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 43, 45, 69, 70, 71, 74, 76, 77, 79, 80, 81, 86, 88, 94, 103, 104, 162, 169, 183, 223, 224, 225, 226, 227], "000": [25, 26], "0000": [12, 22, 24, 25, 26], "00000": 25, "000000": [12, 17, 21, 22, 24, 25, 26, 27, 28, 69, 70, 71, 74, 76, 77, 79, 80, 81, 86, 94, 103, 104, 163, 171, 223, 224, 225, 226, 227], "00000000": [23, 105], "000000000": [20, 22, 23, 24, 25, 26], "00000000e": [22, 24, 26], "00001": 25, "00002": 25, "000075": [17, 28], "0001": [12, 19, 20, 21, 26, 84, 115, 181, 182], "0002": 20, "00025": [12, 19, 137], "0005": [12, 20, 123, 124], "0008511": 26, "0009999999999999872": 28, "0009999999999999905": 28, "001": [12, 17, 28, 43, 44, 82, 149], "00106": [12, 133], "0012": [12, 116, 117], "0013271": 26, "001432": 20, "0015": [12, 19, 21, 194, 195, 200, 201, 202, 203, 204, 205, 209], "001500": 18, "001593": 22, "00175": [12, 17, 19, 21, 26, 28, 145, 209], "0018": 43, "0018031": 26, "00188021e": 22, "001d0": 45, "002": [41, 82], "0023": [12, 117], "002377": 20, "0025": [12, 21, 150], "002503": 20, "00260509e": 26, "00264": 20, "003": 43, "003000": 18, "00302": [12, 19, 27, 146, 195], "0035": 43, "0036": [12, 43, 116, 117], "00399667e": 26, "004": [12, 41, 43, 143], "0045": 43, "004500": 18, "00461164": 26, "0049133": 27, "00491445e": 22, "005": [12, 43, 69, 76, 184], "006": 43, "006496": 26, "006546": 27, "00741114e": 26, "00741662e": 24, "0076": [12, 120], "007683": 20, "007874": 27, "007f": 12, "008": 43, "00844153e": 26, "00881": 22, "009": 41, "009632": 27, "009826": 24, "009888": 24, "00994445e": 24, "00999999999999801": [17, 28], "00field_typ": [22, 23, 24, 26], "00standard_nam": 20, "00stop_dat": [22, 23, 24, 26], "00wja3siiizlfykcj": 20, "01": [12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 41, 43, 44, 45, 69, 70, 71, 73, 74, 76, 77, 79, 80, 81, 84, 86, 88, 94, 103, 104, 111, 138, 139, 143, 149, 150, 174, 183, 184, 223, 224, 225, 226, 227], "010000": [12, 18, 25, 26, 27, 70, 81], "010000000000005116": [17, 28], "01039": 27, "01061": 24, "0107424": 27, "011395": 27, "0114": 41, "011500": 18, "01153807": 23, "01160994": 26, "01261": 20, "013000": 18, "013031": 20, "013153": 27, "013629": 26, "013e": 44, "01424": 27, "014500": 18, "01483323e": 24, "015": [12, 19, 21, 41, 112], "015157": 20, "016137": 20, "0167": 43, "017": 43, "01875379": 26, "019": [26, 27], "019123": 20, "0192268": 27, "01967789e": 26, "019962": 26, "01arrai": 20, "01long_nam": 20, "01t00": [12, 20, 21, 22, 23, 24, 25, 26, 27, 69, 70, 71, 74, 76, 77, 79, 80, 81, 86, 88, 94, 103, 104, 223, 224, 225, 226, 227], "01t01": [20, 25, 26], "01t02": [20, 25, 26], "01t03": [12, 20, 25, 26, 70, 81], "01t04": [20, 25, 26], "01t05": [20, 25, 26], "01t06": [20, 22, 23, 24, 25, 26], "01t07": [20, 25, 26], "01t08": [20, 25, 26], "01t09": [20, 25, 26], "01t10": [20, 25, 26], "01t11": [20, 25, 26], "01t12": [20, 22, 23, 24, 25, 26], "01t13": [25, 26], "01t14": [25, 26], "01t15": [25, 26], "01t16": [25, 26], "01t17": [25, 26], "01t18": [22, 23, 24, 25, 26], "01t19": [25, 26], "01t20": [25, 26], "01t21": [25, 26], "01t22": [25, 26], "01t23": [25, 26], "02": [12, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 43, 79, 80, 174, 214, 223, 226], "020000": [12, 18, 25, 26, 27, 70, 81], "020634": 20, "0209": 26, "02149239": 26, "021500": 18, "0219067944750664": 10, "02240789e": 22, "023000": 18, "023902": 20, "02446381": 26, "024500": 18, "02457": 20, "024796": 27, "025": [43, 44, 45], "025472": 24, "025609": 26, "025799": 27, "027426": 20, "02745922": 26, "027557": 27, "0285959": 27, "02864": 27, "029": 27, "029316": 27, "0299": 26, "02arrai": 26, "02d": 20, "02e": [12, 19, 146, 195], "02standard_nam": [22, 23, 24, 25, 26], "02t00": [22, 23, 24, 25, 26, 27], "03": [20, 22, 24, 25, 26, 27, 41, 43, 100, 101], "030": 43, "030000": [12, 18, 25, 26, 27, 70, 81], "031500": 18, "03196617": 26, "0322": 43, "032486": 27, "03251779": 26, "03258501e": 26, "03262095": 23, "032621": [22, 23], "032632": 20, "033000": 18, "03346278": 26, "03392796e": 22, "034500": 18, "034926": 22, "035": 43, "0369": 26, "03787550e": 26, "038": [12, 27, 72, 112, 113, 114], "03900": 25, "03914251301220403": 10, "03932360e": 24, "03935": 25, "03973": 25, "039815": 20, "03999999910593033": [25, 26, 27], "04": [10, 12, 17, 20, 21, 22, 24, 25, 26, 27, 28, 65, 66, 67, 72, 121, 218], "040000": [18, 25, 26, 27, 28], "040057": 20, "041": 43, "041458": 22, "0414583578762": 23, "04145836": 23, "041500": 18, "04287522": 26, "04288": 27, "043000": 18, "0438855": 27, "04397": [25, 26, 27], "0439719632267952": [25, 26, 27], "043972": [25, 26, 27], "044159": [22, 23], "044159015216525": 23, "04415902": 23, "044500": 18, "0446": 26, "045": 43, "045242": 27, "045606": 20, "04608530e": 22, "0464": [12, 17, 18, 28], "04657196": 26, "04672": 27, "047005": 27, "047322": 20, "047585": 20, "04769957e": 26, "048338": [25, 26, 27], "04833833873271942": [25, 26, 27], "04834": [25, 26, 27], "048763": 27, "04990152": 26, "04formula_term": 20, "05": [12, 19, 20, 21, 22, 23, 24, 25, 26, 27, 43, 45, 49, 84, 114, 138, 145, 146, 150, 184, 195, 200, 203, 204, 205, 209, 225, 227], "050": 43, "050000": [18, 25, 26, 27], "050063": 20, "05052": 27, "05057": 27, "05123786": 26, "05144633e": 22, "051500": 18, "052633": 20, "053000": 18, "053138": [25, 26, 27], "05313829332590103": [25, 26, 27], "05314": 25, "05314548": 26, "05376818": 26, "054": [26, 43], "05406734": 26, "05417": [22, 23, 24, 26], "05417170003056526": [22, 23, 24, 26], "054172": [22, 23, 24, 26], "05447174e": 26, "054500": 18, "05460122e": 26, "05484": 26, "054905": 27, "05566574e": 22, "055811": 20, "0560": 26, "05669309": 26, "0571308": 27, "05728": 27, "05829122": 26, "058414872735738754": [25, 26, 27], "058415": [25, 26, 27], "059": [12, 43, 132], "059178": 20, "059181": 20, "05927354e": 26, "05958886817097664": [22, 23, 24, 26], "059589": [22, 23, 24, 26], "05959": [22, 23, 24, 26], "059632": 26, "05d0": 45, "05standard_nam": 26, "06": [12, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 72, 109, 118, 200, 201, 202, 203, 204, 205], "060000": [18, 24, 25, 26, 27, 80], "06022702e": 26, "060307": 22, "06030737921409": 23, "06030738": 23, "060487": 26, "06058018e": 24, "06113": 27, "06131571e": 24, "06155685e": 22, "0625": 41, "06250000": 105, "0631": 25, "063168": 27, "06328": 25, "06365981": 26, "06415": 20, "064215": [25, 26, 27], "06421541422605515": [25, 26, 27], "06449184e": 22, "064926": 27, "06493524": 26, "06497": 27, "06554775685071945": [22, 23, 24, 26], "065548": [22, 23, 24, 26], "06555": [22, 23, 24, 26], "066": 41, "066685": 27, "067": 20, "067547": 22, "06760399e": 22, "067643": 20, "068575": 20, "06882": 27, "069": [26, 43], "0693": 43, "06981209e": 22, "06d0": 45, "06e": [12, 133], "07": [12, 19, 20, 24, 25, 26, 27, 41, 43, 69, 72, 74, 76, 77, 118, 200, 201, 202], "070000": [25, 26, 27], "070219": 22, "070219445193533": 23, "07021945": 23, "0704": 25, "07059194892644882": [25, 26, 27], "070592": [25, 26, 27], "07086": 25, "07118321e": 22, "071928": 20, "0721": [22, 24, 26], "07210": [22, 24], "07210253179073334": [22, 23, 24, 26], "072103": [22, 23, 24, 26], "07442244e": 22, "075": [41, 43], "07534812e": 22, "07536": 27, "07643255": 26, "077": 26, "07723866": 26, "07760166376829147": [25, 26, 27], "077602": [25, 26, 27], "07767912e": 22, "07786278e": 22, "0786504": 26, "079002": 27, "07921": 27, "07931": [22, 24, 26], "07931278645992279": [22, 23, 24, 26], "079313": [22, 23, 24, 26], "07932446": 26, "07937": 25, "08": [20, 23, 24, 25, 26, 43, 100, 101], "080000": [25, 26, 27], "08175227": 26, "082": 26, "082098": 20, "08261": 27, "08305": 27, "083202": 20, "084": 26, "084373": 27, "08442334": 26, "085307": [25, 26, 27], "08530744165182114": [25, 26, 27], "0856734": 26, "086": 26, "08612": 27, "086132": 27, "086944": 20, "08724": [22, 24, 26], "087244": [22, 23, 24, 26], "08724407106637955": [22, 23, 24, 26], "087785": 20, "08789": 27, "088307": 20, "08938438e": 24, "089718": 26, "09": [12, 19, 20, 23, 25, 26, 27, 43, 109], "090000": [25, 26, 27], "09011991e": 24, "0902": 27, "09171676": 26, "09185367": 23, "09185367111084": 23, "091854": 22, "092": 43, "09362": 27, "093778": [25, 26, 27], "09377838671207428": [25, 26, 27], "09416554e": 26, "095": 43, "095365": 26, "095968": [22, 23, 24, 26], "09596847742795944": [22, 23, 24, 26], "09597": [22, 24, 26], "096744": 20, "09715191e": 24, "09746": 27, "09814932e": 24, "09862332e": 26, "09897590e": 24, "0992991258103799": 10, "099792": 20, "0arrai": 26, "0b100101": 12, "0b1101": 12, "0b9mjaukkxkx7sykaz": 20, "0clsmcc4bcrtm8wwwcelnshxtzhae7jpbf6cmcawixgj3ikwwoai": 20, "0d": 45, "0d0": 45, "0e": [12, 19, 20, 26, 41, 42, 43, 145, 209], "0e4": 43, "0e7": [12, 19, 26, 127], "0gjarzz2lb4qy0a": 20, "0h_c": 20, "0long_nam": 20, "0p1o8ymgy0ch9g7pw": 20, "0standard_nam": [22, 23, 24, 25, 26, 27], "0theta_b": 20, "0theta_f": 20, "0titl": 20, "0valid_min": 26, "0x7f95ec7c2010": 20, "0x7f95ec7f6550": 20, "0x7f95f3f44690": 20, "0x7f95f3f47510": 20, "0x7f9dde09ea40": 18, "0x7f9ddfe5db10": 18, "0x7fa99729e680": [12, 207], "0x7fa9974d5120": [12, 207], "0xarrai": [22, 24, 26], "1": [8, 10, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 34, 35, 36, 40, 41, 42, 43, 44, 45, 48, 50, 51, 54, 56, 57, 60, 61, 62, 65, 66, 67, 69, 70, 71, 72, 74, 75, 76, 77, 79, 80, 81, 82, 83, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 116, 117, 119, 121, 122, 123, 124, 127, 128, 130, 131, 132, 133, 134, 135, 136, 139, 140, 142, 144, 145, 146, 150, 163, 164, 168, 171, 172, 174, 178, 179, 180, 181, 182, 184, 185, 186, 187, 188, 191, 192, 196, 197, 198, 206, 207, 208, 209, 211, 212, 217, 218, 222, 223, 224, 225, 226, 227], "10": [0, 4, 8, 10, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 41, 43, 44, 45, 61, 62, 78, 79, 81, 85, 97, 101, 105, 106, 111, 116, 117, 119, 123, 124, 127, 133, 140, 144, 150, 189, 190, 218, 221], "100": [12, 20, 21, 25, 26, 27, 30, 43, 44, 45, 66, 79, 92, 100, 101, 105, 124, 128, 212], "1000": [12, 43, 44, 101, 128, 181, 182], "100000": [25, 26, 27], "1000000": 20, "10000000000000035": 10, "1000000000000006": 10, "1000x1000": 18, "1000x706": 17, "1001": 44, "100536": 27, "1009": 24, "101": [18, 124, 212], "1013": 27, "101325": 44, "1016": 20, "10176573709028": 23, "10176574": 23, "101766": 22, "102": [124, 212], "102295": 27, "1025": [12, 21, 150], "103": [124, 213], "10309050232172012": [25, 26, 27], "103091": [25, 26, 27], "103198": [12, 130, 134], "10350657e": 22, "1036": [12, 144], "104": [124, 213], "104055": 27, "104068": [12, 138], "1042": 22, "104569": 20, "105": [26, 125, 213], "105076": 22, "10535": 27, "105565": [22, 23, 24, 26], "10556533187627792": [22, 23, 24, 26], "10557": [22, 24, 26], "1056": 24, "106": [41, 125, 214], "106679": 22, "1069": [12, 144], "107": [125, 214], "107005": 20, "107kb": 26, "108": [20, 22, 23, 24, 26, 126, 214], "10837808": 26, "1088": [12, 141, 191], "109": [25, 26, 27, 126, 215], "109kb": 22, "10f8": 12, "10x": [12, 211, 212], "11": [12, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 41, 42, 43, 44, 45, 63, 81, 85, 101, 106, 121, 130, 131, 137, 190, 194], "110": [12, 22, 23, 24, 25, 26, 27, 126, 144, 163, 171, 215], "110000": [25, 26, 27], "1101": [12, 141, 191], "1108131": 27, "1109": 20, "110kb": 22, "111": [18, 20, 22, 23, 24, 26, 27, 126, 215], "111686": 22, "111694": 27, "112": [22, 23, 24, 25, 26, 27, 126, 216], "112490": 27, "113": [12, 17, 22, 23, 26, 27, 127, 142, 216], "113162": 20, "113243": 20, "113327": [25, 26, 27], "11332729458808899": [25, 26, 27], "113546": 20, "1139": [12, 128], "114": [22, 23, 25, 26, 27, 127, 216], "11439424": 26, "11477934": 26, "115": [17, 20, 22, 23, 24, 25, 26, 27, 28, 30, 127, 217], "1154": [12, 128], "11554": 27, "11560895": 23, "116": [26, 27, 127, 217], "11605805e": 26, "1161": [22, 23, 24, 26], "11612": [22, 24, 26], "11612186580896378": [22, 23, 24, 26], "116122": [22, 23, 24, 26], "116375": 27, "117": [26, 27, 43, 45, 127, 217], "117914": 22, "11791410": 23, "11791410108785": 23, "118": [26, 27, 127, 217], "118134": 27, "11887975": 26, "119": [128, 217], "119237": 20, "119385": 27, "11943560e": 22, "11dir": [22, 23, 24, 26], "12": [12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 42, 43, 44, 61, 63, 80, 81, 85, 93, 97, 101, 107, 113, 116, 117, 163, 171, 191, 200, 201, 202, 203, 204, 205, 217, 225, 226, 227], "120": [20, 22, 23, 24, 25, 26, 27, 30, 40, 44, 128, 218], "120000": [12, 24, 25, 26, 27, 80, 163, 171], "120614758428182": [23, 24], "12061476": 23, "120615": 22, "120739": 20, "121": [22, 128, 218], "12160072": 26, "121742": 27, "122": [128, 218], "123": [128, 218], "1235": 27, "124": [22, 44, 129, 218], "12458059191703796": [25, 26, 27], "124581": [25, 26, 27], "124597": 26, "125": [25, 26, 27, 43, 44, 129, 219], "12500000": 105, "125263": 27, "1259": 18, "126": [22, 129, 219], "1268": 20, "1269": 22, "127": [20, 129, 219], "1270": 22, "127051": 20, "1271": [12, 146, 195], "127191": 20, "12724953": 26, "12738320e": 26, "1274": [12, 145], "127515": 20, "12758989": 26, "1277": [22, 23, 24, 26], "12773": [22, 24, 26], "127734": [22, 23, 24, 26], "12773405015468597": [22, 23, 24, 26], "128": [129, 220], "128044": 27, "12815275e": 26, "1285": [12, 146, 195], "128b": 22, "129": [130, 220], "12906905e": 24, "129616": 20, "1298": [12, 145], "12995": 27, "12b": 26, "12d0": 45, "12f5": [12, 211, 212], "12f6": 12, "12one": 20, "13": [12, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 43, 44, 63, 81, 85, 101, 107, 116, 117, 191], "130": [22, 26, 130, 220], "1300": [12, 66, 120], "130000": [12, 25, 26, 27, 163, 171], "1302": 24, "130244": 26, "13068264e": 22, "131": [20, 25, 26, 27, 130, 221], "13128801e": 22, "132": [12, 130, 221], "1321": 22, "1325": 22, "132817": 20, "1329": [12, 136, 200], "133": [130, 221], "13320": 26, "1333": [12, 200, 201, 202, 203, 204, 205], "13370725e": 26, "13378539": 26, "13379": 27, "134": [131, 221], "1346": [12, 136, 200], "135": [22, 23, 24, 26, 131, 221], "1356": 22, "1357": 22, "136": [131, 222], "136951": [25, 26, 27], "13695132732391357": [25, 26, 27], "137": [22, 131, 222], "13708": 20, "13744018e": 26, "137634": 27, "137907": 27, "138": [41, 131, 222], "138232": 20, "13828": 27, "13861709e": 22, "13879818e": 26, "13898421e": 26, "139": [132, 222], "13924": 20, "1393": 22, "139300": 22, "139666": 27, "14": [0, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 43, 44, 61, 63, 81, 85, 107, 130, 132, 133, 146, 191, 195], "140": [26, 43, 132, 222], "140000": [25, 26, 27], "1405": [22, 23, 24, 26], "140507": [22, 23, 24, 26], "14050745964050293": [22, 23, 24, 26], "14051": [22, 24, 26], "1405standard_nam": [22, 23, 24, 26], "140b": 26, "141": [25, 26, 27, 132, 222], "141426": 27, "141555": 24, "142": [132, 223], "14259181e": 22, "143": [20, 22, 132, 223], "144": [133, 223], "14494964": 23, "144949641685827": 23, "14494964168583": 23, "14495": 22, "144950": 22, "144b": 26, "145": [20, 26, 133, 223], "14527385e": 26, "145871": 26, "146": [20, 133, 223], "14688616e": 22, "147": [20, 133, 223], "1478": 27, "148": [20, 133, 224], "148026": 27, "1481": 24, "148307": 26, "148b": 26, "149": [12, 20, 26, 28, 107, 133, 224], "15": [12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 41, 43, 44, 63, 85, 107, 112, 191, 193, 225, 227], "150": [17, 20, 22, 25, 26, 28, 43, 44, 134, 224], "1500": [43, 44], "15000": 42, "150000": [25, 26, 27], "15055": [25, 26, 27], "1505504697561264": [25, 26, 27], "150743": 26, "151": [12, 17, 19, 20, 25, 26, 27, 134, 209, 225], "15187": 27, "152": [20, 134, 225], "15216224e": 22, "1523": 27, "15233086e": 22, "153": [20, 22, 134, 225], "153000": [12, 225, 227], "15311666e": 22, "153179": 26, "1534166": 27, "153744": 27, "15396903e": 26, "153983": 20, "154": [20, 134, 225], "155": [20, 26, 135, 225], "15535": 27, "15535824e": 22, "155363": 20, "155502": 27, "155614": 26, "156": [20, 135, 225], "15600924e": 22, "15628720e": 22, "1567": 27, "156883": 20, "157": [22, 26, 27, 135, 226], "15726": 27, "157384": 27, "157486": 20, "15756930e": 26, "15760202e": 22, "1577857": 18, "158": [135, 226], "15805": 26, "15820445e": 22, "15867064e": 26, "159": [135, 226], "1590": 22, "1592": 27, "159292": 20, "159475": 26, "159874": 18, "15coordin": [25, 26], "15d0": 45, "15source_term": 27, "16": [12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 41, 43, 44, 64, 97, 101, 107, 149, 191], "160": [25, 26, 27, 136, 226], "160000": [25, 26, 27], "160146": 20, "1604": [12, 194], "160486": 26, "1608": [22, 23, 24, 26], "160873": 27, "161": [136, 226], "1612": [22, 23, 24, 26], "1616": [22, 23, 24, 26], "16195128e": 22, "162": [136, 226], "1620": [22, 23, 24, 26], "1624": [22, 23, 24, 26], "16244": 27, "162632": 27, "1628": [22, 23, 24, 26], "162922": 26, "1629223150705": 26, "163": [136, 227], "1631": [12, 194], "1632": [22, 23, 24, 26], "1636": [22, 23, 24, 26], "16371095e": 26, "164": [136, 227], "1640": [22, 23, 24, 26], "1642": [12, 194], "164375": 27, "1644": [22, 23, 24, 26], "1644arrai": [22, 23, 24, 26], "165": [26, 137, 227], "165122": 26, "16513": 27, "16542882e": 26, "1655": [25, 26, 27], "1655000001192093": [25, 26, 27], "165984": 20, "166": [137, 227], "1660": 24, "16607459e": 26, "16619": 20, "166261": 20, "1662613999": 20, "16628": 27, "167": [22, 43, 137, 227], "16772633e": 26, "168": [137, 227], "168142": 20, "1686355351": 26, "1686355363": 26, "168b": 26, "169": 137, "16958003e": 26, "16ceb0c26b80": 26, "16e": 27, "16f5": 12, "16freq": 22, "16standard_nam": 22, "17": [17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 43, 44, 64, 107, 192], "170": [12, 19, 23, 26, 138, 209], "170000": [25, 26, 27], "17013": 27, "17028776e": 24, "17076583": 26, "171": [22, 25, 26, 27, 102, 138], "1714": 22, "172": [12, 69, 71, 76, 89, 98, 102, 105, 138, 162, 169], "173": [12, 22, 91, 95, 102, 105, 138, 162, 169, 210], "173351": 20, "17342488e": 26, "174": [12, 18, 89, 102, 105, 122, 123, 124, 138, 196], "1741": [12, 128], "175": [18, 26, 27, 43, 139], "175276": 27, "1756": 18, "1758": [12, 128], "176": [25, 139], "176b": 22, "177": 139, "177036": 27, "178": [27, 139], "178795": 27, "179": [27, 139], "17994573": 26, "17d0": 45, "18": [12, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 44, 64, 80, 108, 130, 133, 192, 200, 219], "180": [12, 20, 22, 23, 24, 26, 27, 78, 140, 218], "1800": [12, 21, 222], "180000": [12, 24, 25, 26, 27, 80, 163, 171], "180063": 24, "18036596e": 22, "18044": 20, "1807064": 26, "180749": 26, "180922": 22, "180922137642273": 23, "18092214": 23, "181": [25, 26, 27, 140], "181280": [22, 23, 24, 26], "1814324": 27, "1815": 24, "18193399906158447": [25, 26, 27], "181934": [25, 26, 27], "181lon": 26, "182": [12, 25, 27, 130, 134, 140], "182068": 20, "18266760e": 22, "183": [22, 25, 27, 140], "183164": 20, "184": [27, 140], "18436": 27, "18452746e": 22, "184579": 20, "184727": 20, "185": [26, 27, 141], "185482": 20, "186": [25, 27, 43, 141], "18645": 20, "187": [27, 28, 141], "1872003": 27, "18750000": 105, "188": [12, 22, 116, 117, 141], "1882": [24, 27], "18868307e": 22, "1889399": 27, "189": [27, 141], "18937749e": 26, "18938701e": 22, "18d0": 45, "19": [12, 17, 18, 20, 22, 23, 24, 25, 26, 27, 28, 44, 64, 91, 95, 108, 161, 169, 192, 194], "190": [22, 26, 142], "190000": [25, 26, 27], "190754": 20, "191": [25, 26, 27, 142], "191113": 27, "1917": [12, 135], "191888": 20, "192": [20, 142], "19217152": 26, "1927854": 27, "19287": 27, "192sigma": 20, "193": 142, "193871": 22, "194": 142, "1941": [12, 135], "194353": 26, "194441": 24, "194633": 27, "1948": 45, "19491138": 26, "195": [26, 27, 143], "19533386": 26, "196": [27, 143], "196262": 20, "196327": 20, "1964": [12, 165], "19686": 27, "196872": 20, "19699": 20, "197": [27, 143], "1970": [12, 25, 27, 223, 224, 225, 226, 227], "19700101": 26, "19700102": 26, "1972": [12, 112], "1973": [12, 113], "197468": 20, "19755085e": 22, "1976": [12, 193], "1978": 45, "197801": 26, "1979": [12, 193], "198": [27, 143], "1980": 44, "1981": [12, 194, 195, 200, 201, 202, 203, 204, 205, 209], "1982": 45, "19839280e": 22, "1984": [12, 45, 144, 146, 195], "1987": [12, 19, 209], "19870530": [12, 225, 227], "19877": 27, "1988": [12, 114], "1989": [12, 44, 194], "199": [12, 65, 74, 143, 210], "1990": [12, 20, 70, 79, 80, 81, 223, 225, 226, 227], "19900101": [12, 70, 79, 80, 81, 223, 225, 226, 227], "19900107": [12, 223, 226], "19900201": [79, 80], "1991": [12, 194], "1992": [12, 45, 165], "19920516": [12, 163, 171], "19920517": [12, 163, 171], "19928": 27, "1993": 44, "1995": [12, 44, 191], "1996": [12, 139, 141, 189, 191], "1997": [30, 44, 45], "1999": [12, 139, 142, 191], "1999998688697815": [25, 26, 27], "19d0": 45, "1_": [30, 44], "1_unit": [22, 24, 26], "1d": [12, 17, 43, 60, 61, 62, 66, 76, 86, 91, 92, 93, 94, 95, 102, 103, 105, 138, 139, 148, 163, 170, 171, 187], "1d_variance_dens": 105, "1deg": 26, "1e": [12, 20, 41, 84, 124, 181, 182], "1e6": 43, "1freq": 24, "1h": [12, 17, 18, 20, 26, 27], "1iv": 20, "1kb": 26, "1mb": [22, 23, 24, 26], "1nschism_hgrid_fac": 20, "1rpgjahelazhw4ykbyssv2vjziqjt6ehvqmmja": 20, "1southernmost_latitud": [22, 23, 24, 26], "1st": [25, 26, 43, 44], "1standard_nam": [20, 25, 26], "1valid_max": 26, "2": [1, 8, 10, 11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 34, 41, 42, 43, 44, 45, 57, 60, 61, 62, 63, 64, 69, 79, 80, 81, 82, 83, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 111, 115, 120, 121, 122, 123, 124, 127, 128, 131, 133, 134, 135, 136, 137, 139, 141, 142, 144, 146, 147, 150, 163, 164, 168, 171, 172, 174, 176, 177, 181, 182, 185, 186, 187, 188, 191, 192, 193, 195, 196, 200, 203, 204, 206, 207, 209, 210, 219, 223, 224, 225, 226, 227], "20": [12, 17, 18, 20, 22, 23, 24, 25, 26, 27, 28, 41, 42, 43, 44, 45, 64, 84, 92, 97, 105, 108, 124, 181, 182, 192, 221], "200": [12, 23, 24, 26, 42, 45, 105, 106, 144, 150], "2000": [12, 41, 44, 66, 120], "200000": [12, 25, 26, 27, 163, 171], "200000000000003": 26, "2002": [12, 106], "20021769e": 24, "2003": [12, 45, 145, 209], "2004": [44, 45], "200482": 22, "2005": [12, 44, 45, 184], "2006": [44, 45], "2007": [12, 19, 44, 45, 209], "20071": 27, "2008": 45, "2009": [12, 140], "200b": 26, "201": [25, 26, 27, 144], "2010": [12, 135], "2011": [12, 115, 144], "2012": [12, 44, 45, 71, 86, 88, 94, 103, 104, 136, 144, 145, 200, 201, 203, 204, 205, 223, 224, 225, 226, 227], "20120101": [12, 71, 86, 94, 103, 104, 223, 224], "20120201": [12, 223], "2013": [12, 128, 137], "2014": [12, 45, 124, 130, 132, 133], "2015": [12, 45, 121, 128, 130, 131, 137], "2016": 44, "2018": [12, 44, 130, 132, 133], "2019": [12, 69, 74, 76, 77, 130, 133, 144], "20190101": [12, 69, 74, 76, 77], "20190107": [12, 69, 74, 76, 77], "202": 144, "2020": [11, 12, 17, 21, 26, 28, 45, 128], "20200221": 28, "20200224": 28, "20200224t04": 17, "2021": [12, 130, 134], "2022": [12, 138, 190], "2023": [17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 41, 42, 43, 44, 45], "20230101": [17, 18, 21, 22, 23, 24, 25, 26, 27, 28], "20230101t00": [17, 18, 20], "20230101t12": 20, "20230102": [24, 25, 26, 27], "20230201": 21, "2024": 26, "202436": 26, "202614": 27, "202899": 20, "203": 144, "20302880e": 24, "20316218": 26, "203421": 20, "204": [27, 144], "2041": 24, "204872": 26, "205": [23, 26, 27, 145], "205103": 20, "205453": 20, "2056627": 27, "206": [27, 145], "2060": [22, 23, 24, 26], "20646": 27, "207": [27, 145], "207275": 27, "207308": 26, "207775": 20, "2079": 27, "208": 145, "208215": 20, "20880": 30, "20889994e": 24, "209": 145, "209744": 26, "20x20": 18, "21": [11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 44, 65, 108, 192, 194], "210": [26, 146], "210000": [25, 26, 27], "21069272e": 22, "211": [22, 24, 25, 26, 27, 146], "212": [27, 146], "21203": 20, "212137": 20, "21218": 26, "212646": 27, "212923": 26, "213": 146, "214": 146, "214405": 27, "214616": 26, "214667": 20, "214765": 20, "214kb": 26, "215": [26, 27, 147], "215169": [22, 23], "21516908687936": 23, "21516909": 23, "215359": 26, "215627": 26, "215731": 25, "216": 147, "21600": [22, 23, 24, 30], "216068": 20, "21607748": 26, "216164": 27, "216808": 20, "217": 147, "217052": 26, "21738171e": 22, "21748125e": 26, "217795": 26, "218": 147, "218008": 20, "21844490282216": 17, "219": 147, "219488": 26, "21966997e": 26, "21985965967178345": [25, 26, 27], "21986": [25, 26, 27], "21coordin": 26, "21unit": 27, "22": [12, 17, 18, 20, 22, 23, 25, 26, 27, 43, 44, 65, 108, 163, 171, 172, 193], "220": [22, 23, 24, 26, 148], "220000": [25, 26, 27], "220231": 26, "22069": 27, "221": [12, 25, 26, 27, 120, 148], "221924": 26, "222": [24, 26, 148], "222363": 20, "222533": 20, "222666": 26, "222904": 22, "223": [12, 23, 24, 117, 148], "22320": 30, "22326731e": 22, "224": [23, 148], "224117": 20, "224359": 26, "22453": 27, "225": [12, 22, 23, 24, 26, 27, 149, 164, 168, 172], "225102": 26, "22551532": 26, "226": [12, 27, 149, 172], "22623018": 26, "226795": 26, "22698921e": 22, "227": 149, "227538": 26, "228": [12, 149, 172], "22848": 27, "229": [27, 149], "229231": 26, "229706": 20, "229974": 26, "22freq": 22, "22standard_nam": 22, "23": [12, 17, 18, 20, 22, 23, 24, 25, 26, 27, 44, 65, 109, 172, 193], "230": [26, 150], "230000": [25, 26, 27], "23004043e": 26, "230244": 27, "230355": 20, "2304": 20, "231": [25, 26, 27, 150], "231146": 20, "231255": 27, "23130611": 26, "23143": 27, "232": [27, 150], "232002": 27, "2322": [12, 137], "23228993e": 26, "23241": 26, "2326": 26, "232679": 26, "233": 150, "23319": 27, "2333": [12, 137], "234": 150, "234403": 20, "23461859": 23, "234846": 26, "235": [26, 27, 161], "2351": 27, "236": 161, "23605779": 26, "237": [26, 161], "2370": 26, "23704": 27, "237042": 28, "237186": 20, "237282": 26, "23735037": 26, "23736324": 26, "238": [24, 162], "2384": 27, "23849783e": 26, "238945": 27, "238e": 26, "239": 162, "23931329e": 26, "239718": 26, "23d0": 45, "24": [11, 12, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 43, 44, 66, 109, 191, 193], "240": [26, 162], "24020814e": 22, "2409733": 26, "240b": 26, "241": [23, 25, 26, 27, 163], "2411": 26, "241229516856365": 23, "24122952": 23, "24123": 22, "241230": 22, "24140795e": 26, "24169152975082397": [25, 26, 27], "241692": [25, 26, 27], "2418": [12, 189], "24194": 18, "242": [12, 23, 27, 120, 163], "24213": 27, "2422": 27, "2427": [12, 189], "243": [23, 163], "244": 164, "244646": 27, "245": [26, 164], "245212": 24, "245677": 20, "24597518e": 26, "246": 164, "246407": 27, "24672642": 26, "247": 165, "24711396e": 22, "248": 165, "248576": 20, "248b": 22, "249": 165, "2495682": 26, "24b": 26, "25": [12, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 41, 42, 43, 44, 45, 66, 105, 109, 121, 127, 133, 137, 172, 193, 200], "250": [12, 26, 43, 116, 117, 166], "25000000": 105, "250015": 27, "250374": 20, "250505": 26, "251": [25, 26, 27, 166], "25120585": 26, "2514": 22, "25159": 27, "251753": 20, "251774": 27, "252": 166, "25211": 20, "253": 167, "25335006e": 26, "253532": 27, "25399": 20, "254": [43, 167], "2541": 22, "255": [22, 26, 27, 43, 167], "2559": 22, "256": [12, 168, 184], "25638058": 23, "256757": 20, "257": 168, "25702": 27, "25792132": 26, "258": 168, "2589": 22, "259": 169, "25927077e": 24, "25kb": 26, "25site": [25, 26], "25xc": [25, 26, 27], "25yc": [25, 26], "26": [12, 17, 20, 22, 23, 24, 25, 26, 27, 43, 44, 66, 109, 128, 163, 171, 191, 193], "260": [26, 169], "26073352": 26, "261": [25, 26, 27, 169], "262": 169, "26286374": 23, "26286374277367": 23, "262864": 22, "26299150": 23, "263": 169, "2631": 27, "264": 170, "26401315e": 26, "26465": 27, "265": [26, 170], "2650": 45, "26566830e": 26, "26568": 27, "265691": [25, 26, 27], "26569128036499023": [25, 26, 27], "265854": 27, "266": 170, "266kb": 26, "267": 171, "267316": 20, "267557": 26, "267586": 27, "267612": 27, "268": 171, "268828": 20, "269": 171, "2693": [12, 112], "26937": 27, "2695091": 27, "26952": 27, "26965386e": 24, "27": [17, 20, 22, 23, 24, 26, 43, 44, 67, 109, 194], "270": [12, 22, 23, 24, 26, 63, 78, 172], "27036950e": 26, "2707": [12, 112], "271": [25, 26, 27, 172], "27143": 27, "271914": 20, "271kb": 26, "272": 172, "27233328": 26, "27257": 20, "27274739": 26, "273": 173, "27303": 27, "27322478e": 22, "273231": 20, "27337": 27, "27373901": 26, "273kb": 26, "274": 173, "2743": 22, "274335": 20, "27446571": 23, "274466": 22, "274824": 20, "275": [20, 22, 26, 173], "275276": 27, "276": 174, "27642676": 26, "276771": 22, "27680065e": 26, "277": 174, "27708575e": 22, "27757954e": 22, "278": 174, "278138": 20, "279": 174, "2791528": 27, "2795": 24, "28": [12, 17, 19, 20, 22, 23, 24, 25, 26, 27, 44, 45, 67, 72, 110, 118, 163, 171, 194, 201, 202, 205], "280": [26, 174], "28048628e": 26, "281": [25, 26, 27, 175], "281884": 20, "282": 175, "282015": 27, "2820215": 27, "2827624": 26, "2828": 22, "283": [22, 175], "2831": 22, "283775": 27, "284": 176, "2847": 24, "28474916e": 26, "285": [26, 27, 176], "285384": 26, "285536": 27, "286": [24, 27, 176], "28600378": 23, "2861719": 27, "287": [27, 176], "288": 176, "288924": [22, 23], "28892417": 23, "28892417275068": 23, "288b": 26, "289": [12, 22, 177, 194], "289143": 27, "2892": 27, "28960208e": 24, "29": [12, 17, 20, 22, 23, 24, 26, 30, 44, 67, 110, 136, 194, 200], "290": [25, 26, 27, 177], "29032732": 26, "290903": 27, "291": [25, 26, 27, 177], "292": 177, "292074": [25, 26, 27], "29207417368888855": [25, 26, 27], "29284687e": 22, "2929169": 27, "293": 177, "293237": 20, "29335": 27, "294": 178, "295": [26, 178], "296": 178, "29652": 20, "297": [27, 178], "298": [24, 178], "29873051e": 26, "298786": 20, "299": 179, "2990": 22, "299109": 20, "299699": 20, "2_": [12, 30, 44, 146], "2_pm": [12, 195], "2arrai": 26, "2cf_role": 20, "2coordin": 20, "2d": [12, 20, 22, 23, 24, 26, 30, 43, 44, 60, 94, 103, 105, 139, 142, 148, 163, 171, 188], "2d0": 45, "2d_variance_dens": 105, "2dformat_vers": [22, 23, 24, 26], "2e": 43, "2e10": [12, 225, 227], "2f": [12, 162, 169], "2iv": 20, "2kb": [22, 23, 24, 26], "2nd": [26, 43, 44], "2nschism_hgrid_nod": 20, "2nschism_vgrid_lay": 20, "2pi": [12, 116, 117], "2standard_nam": 26, "3": [0, 10, 11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 35, 41, 42, 43, 44, 45, 57, 60, 61, 62, 63, 64, 71, 79, 80, 81, 82, 83, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 111, 122, 123, 124, 127, 130, 133, 140, 145, 146, 150, 176, 177, 181, 182, 184, 185, 186, 187, 188, 189, 193, 195, 196, 200, 203, 204, 209, 211, 212, 215, 217, 218, 219, 223, 224, 225, 226, 227], "30": [12, 17, 20, 22, 23, 24, 25, 26, 27, 30, 41, 43, 44, 63, 69, 71, 86, 94, 103, 104, 110, 164, 168, 172, 194, 222, 223, 225, 226, 227], "300": [25, 26, 27, 43, 179], "3000": 43, "30000000": [12, 19, 26, 127], "30007": 27, "30051039e": 22, "300b": 26, "301": [12, 22, 25, 179, 194], "30149467e": 22, "302": 181, "30201": 27, "302435": 26, "303": 181, "30300398e": 26, "303223": 27, "30344738": 26, "30392": 27, "304": 181, "30498": 27, "305": [22, 26, 181], "30534": 20, "3056": 27, "305855": 27, "30594": 27, "306": [22, 181], "30674": 27, "307": 182, "30776": 27, "308": [20, 182], "30847490e": 22, "308514": 20, "309": 182, "30925064e": 26, "309392": 22, "30962446e": 26, "3097": 27, "3097018": 27, "3098": 27, "30lon": 26, "30longitud": 26, "31": [12, 17, 18, 20, 22, 23, 24, 26, 27, 28, 30, 44, 69, 110, 111, 194, 218], "310": [24, 25, 26, 27, 182], "310061": 20, "310171": 20, "31032": 20, "310443": 20, "311": 182, "312": 184, "31231": 26, "312446": 20, "31250000": 105, "313": 184, "3132724": 27, "313388": 20, "314": 184, "31412265e": 24, "31421866": 26, "31434605e": 24, "315": [22, 23, 24, 26, 184], "315859": 20, "31595971": 23, "31595971334866": [23, 24], "31596": 22, "315960": 22, "316": 184, "31642": 27, "317": [12, 20, 115], "317413": 20, "317nmaxschism_hgrid_face_nod": 20, "319386": 27, "31freq": 22, "31standard_nam": 22, "32": [12, 17, 19, 20, 22, 23, 24, 26, 27, 28, 30, 43, 44, 69, 96, 102, 110, 124, 195, 200, 203, 204], "320": [25, 26, 27], "320262": 26, "320951": 20, "3210768699645996": [25, 26, 27], "321077": [25, 26, 27], "321144": 27, "322067": 20, "322906": 27, "32390256e": 22, "324": 22, "3246": 27, "324665": 27, "325": 26, "326": [12, 115], "3272": 26, "32725": 27, "32755": 20, "328274": 27, "328926": 22, "32892605": 23, "329": [12, 194], "32b": [22, 23, 24, 26], "32jahrpnpjroykads7f37wvjqfnnzcr4": 20, "33": [12, 17, 23, 24, 25, 26, 27, 43, 44, 69, 111, 145, 191, 195], "330": [25, 26, 27], "330218": 20, "330519": 22, "33056564": 26, "33075": 27, "33085763e": 26, "33163994": 26, "333": [22, 26], "333083": 22, "333083187967205": 23, "33308319": 23, "3336895": 27, "333906": 20, "334067": 20, "3345": 27, "334876": 20, "335": 26, "33507511e": 26, "3357": 27, "336266": 20, "3364": 27, "336880": 24, "337": [12, 184], "337153": 20, "337313": 26, "33818439": 26, "338196": 24, "33834": 27, "3385849": 26, "33863954e": 26, "33873364e": 22, "339": 26, "33944227": 26, "3399": 27, "339long_nam": 26, "34": [10, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 42, 44, 69, 111, 195], "340": [25, 26, 27], "34025": 27, "34059": 27, "341": 17, "342": 19, "342186": 27, "34235": 27, "34385724": 26, "343982": 20, "343982374700001": 20, "34409": 27, "3441": 27, "34411": 27, "344115": 20, "344193": 20, "3448": 26, "345": 26, "346": 26, "34683411e": 22, "3476283": 20, "34846244e": 26, "34885637": 26, "34923155": 23, "34923155196478": 23, "349232": 22, "34953008": 26, "35": [12, 17, 19, 22, 23, 24, 25, 26, 27, 41, 43, 44, 69, 111, 128, 195, 205], "350": [12, 22, 25, 26, 27, 108], "35092": 27, "351": [22, 26], "3510": 27, "3517": 27, "352": 26, "352009": 20, "352705": 20, "35275": 27, "3529595136642456": [25, 26, 27], "35296": [25, 26, 27], "353": 26, "354": [24, 26], "355": 26, "35514": 26, "356": 26, "356091": 20, "356754": 27, "357": 26, "35732402e": 26, "35745371": 23, "357606": 20, "358": 26, "35821765e": 26, "358513": 27, "359": 26, "359standard_nam": 26, "35dir": [25, 26, 27], "35h9jiqjk1xsml7mjaokj0": 20, "36": [12, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 44, 49, 60, 61, 62, 65, 66, 67, 69, 82, 90, 99, 107, 111, 163, 166, 167, 195, 218], "360": [12, 20, 26, 30, 78, 150, 164, 168, 218], "3600": [12, 20, 25, 26, 27, 30, 69, 74, 76, 77, 223, 226, 227], "360275": 27, "36060856e": 22, "360coordin": 26, "361": 22, "361055": 24, "362034": 27, "363": 22, "3634": 26, "36346752e": 22, "36369789": 26, "36474624": 26, "365": 22, "36776536e": 26, "36858181e": 26, "36891645e": 22, "369": [24, 25, 26], "36coordin": [25, 26, 27], "36e": [12, 19, 146, 195], "37": [12, 17, 18, 23, 26, 44, 70, 90, 102, 111, 196], "370834": 27, "372192": 26, "37233761e": 26, "372734": 27, "37279185": 26, "373": 17, "37467": 27, "375": [25, 26], "37500000": 105, "37575645e": 26, "37658": 27, "37796": 27, "37852": 27, "378kb": 26, "37905856e": 22, "37972": 27, "379kb": 26, "37e": 43, "37longitud": 26, "38": [12, 18, 19, 23, 26, 43, 70, 89, 90, 102, 105, 112, 142, 191, 196], "38002176e": 24, "38032723": 26, "3804": 20, "38104521": 26, "381145": 22, "38148": 27, "38159653e": 26, "3827": 26, "382884": 20, "3835": 27, "38474217": 26, "38524": 27, "38537356": 26, "386179": 22, "386179158542195": 23, "38617916": 23, "388008": [25, 26, 27], "3880080580711365": [25, 26, 27], "388327": 20, "388677": 20, "38889556e": 26, "389": 28, "38905309": 26, "389084": 27, "38kb": 26, "39": [12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 70, 71, 98, 102, 112, 122, 123, 124, 196], "390": 17, "390018": 26, "39032": 41, "3903633": 26, "390401": 20, "39071798e": 26, "39095": 20, "390x150": [17, 28], "391": [17, 41], "393390567181296": 23, "39339057": 23, "393391": 22, "39400774e": 22, "394123": 27, "395884": 27, "39637516e": 24, "39673752e": 26, "39678560e": 22, "39734418": 26, "397644": 27, "398045": 20, "39869218": 26, "39902": 27, "399403": 27, "39976592e": 22, "39d0": 45, "3a0fb850a4": [12, 190], "3d": [17, 30, 44], "3d0": 45, "3e": [12, 19, 27, 133], "3freq": [25, 26, 27], "3g": 43, "3kb": [22, 23, 24, 26], "3qe8nccfmwvjaci1wfbt3vzyujxav4htygljncdf3zogneu1wmzvzgmtadxa2lerpibcnmausrht": 20, "3rd": 44, "3standard_nam": [25, 26, 27], "4": [10, 11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 41, 42, 43, 44, 45, 57, 60, 61, 71, 72, 79, 80, 81, 82, 84, 86, 90, 97, 98, 100, 101, 103, 104, 105, 115, 118, 121, 123, 124, 127, 128, 134, 137, 140, 149, 150, 163, 171, 172, 181, 182, 189, 194, 200, 201, 202, 203, 204, 205, 209, 218, 223, 224, 225, 226, 227], "40": [12, 18, 20, 22, 24, 25, 26, 27, 41, 43, 71, 89, 90, 91, 95, 102, 112, 120, 135, 146, 162, 169, 197, 210], "400": 44, "40063214e": 26, "401796": 20, "40180597": 26, "4021": 26, "40332": 27, "404159": 20, "405": 26, "40513199e": 22, "40515123": 26, "405948": 20, "407": 22, "40707": 26, "407166": 27, "4081": 27, "40890878e": 24, "409065": 27, "40953893": 23, "40953893117886": 23, "409539": 22, "4096": 18, "40b": [22, 23, 24, 26], "41": [12, 18, 25, 26, 27, 69, 71, 76, 112, 128, 130, 132, 133, 139, 140, 141, 142, 162, 169, 174, 177, 197], "41025501": 26, "41038326e": 24, "41101": 27, "4115609": 26, "411923": 20, "412": [22, 23, 24, 26], "41219": 27, "41291": 27, "412freq": [22, 23, 24, 26], "4141": [18, 25, 26, 27], "4145": 27, "414579": 20, "41533": 27, "4160": 27, "41651": 20, "416518": 20, "41709": 27, "4181": [12, 190], "4184": 44, "418528": 20, "41885": 27, "41913": 27, "419649": 20, "41run": [25, 26], "42": [12, 26, 28, 45, 71, 112, 130, 131, 197], "420059": 20, "420969": 20, "421501": 20, "42157": 27, "422163": 20, "422191": 20, "4225": 27, "4227": 27, "42297597e": 24, "424897": 26, "425415": 27, "42653688788414": [25, 26, 27], "426537": [25, 26, 27], "42658642": 26, "42841791e": 26, "428791": 20, "429": 22, "4294": [12, 27, 190], "42962218e": 24, "42997523": 26, "43": [12, 23, 26, 27, 43, 71, 113, 128, 137, 197], "43125744e": 22, "431494": 27, "4326": 20, "432733": 20, "43273783": 26, "43275069e": 26, "432905": 27, "433": 17, "43308629e": 26, "433254": 27, "433829": 20, "43387381": 23, "43387381443651": 23, "433874": 22, "43396051e": 26, "4350": 27, "435013": 27, "43529024": 26, "436771": 27, "43734": 20, "43750000": 105, "438": 27, "43844490282329": 28, "43900742e": 26, "43959779": 26, "43965": 27, "43d0": 45, "44": [26, 71, 113, 197], "44025": 20, "440613": 22, "440996": 20, "441868": 20, "441948": 26, "44222627e": 26, "44224616e": 26, "44333690e": 26, "4435": 27, "443e": 26, "4454": 27, "445902": 20, "44683484": 26, "447223": 22, "4473": [12, 130, 131], "44734": 27, "44803": 27, "4481": [12, 130, 131], "448485": 20, "44877084": 26, "44b": [22, 23, 24, 26], "45": [12, 22, 23, 24, 25, 26, 41, 43, 44, 71, 113, 128, 139, 140, 141, 142, 198], "45070684": 26, "450997": [22, 23], "45099728905505": 23, "45099729": 23, "45166166e": 26, "452": 26, "452698": 27, "453083": 24, "4532303": 27, "453489": 20, "453697946395387": 23, "45369795": 23, "453698": 22, "45397842e": 22, "454056": 27, "45446": 27, "454564": 20, "4557636": 27, "455847": 20, "45622": 27, "4563": 27, "45632943e": 26, "4579": 27, "458": 45, "45831": 20, "458472": 20, "458882": 20, "45906": 27, "459775": 26, "4598334": 26, "45e": 41, "46": [26, 43, 44, 45, 71, 113, 198], "46007918e": 26, "4602467": 26, "46036237": 26, "46069362e": 26, "4608": 20, "46090556e": 26, "46175": 27, "46369444": 26, "464748": 22, "465369": 20, "46576284": 26, "467": 25, "46746509e": 26, "46752208e": 26, "46811240e": 26, "46867165e": 26, "468863": 27, "46889159083366394": [25, 26, 27], "468892": [25, 26, 27], "4695": 27, "469846": 22, "46984631": 23, "46984631039295": 23, "47": [23, 26, 71, 113, 198], "47020530e": 26, "470623": 27, "47092573": 26, "47214": 27, "472298": 20, "472383": 27, "47263710e": 22, "474142": 27, "47532": 20, "47545910e": 22, "47598": 27, "476826": 26, "47717753": 26, "47887": 27, "479": 22, "4798": 27, "47983": 27, "48": [20, 23, 24, 26, 71, 114, 198], "48022825e": 24, "48030864e": 26, "4816737": 27, "48173": 27, "48174021e": 26, "4823": 27, "483027": 26, "48305": 27, "483154": 20, "484166": 26, "48418546e": 26, "485864": 20, "48598611": 26, "486602": 26, "486766": 20, "486969785011496": 23, "4869697850115": 23, "48696979": 23, "48697": 22, "486970": 22, "4874724": 27, "48767018e": 26, "48801128": 26, "4884499831": 20, "48845": 20, "488653": 20, "489038": 26, "49": [20, 26, 27, 72, 114, 198], "49007": 27, "49039": 27, "49135966e": 22, "49137884": 26, "491474": 26, "49183": 27, "492": [12, 114], "49239044": 26, "49279605e": 26, "493587": 27, "493792": 20, "49391": 26, "494148": 20, "49423": 27, "49437785": 26, "494653": 26, "49573731e": 26, "49602": 27, "496346": 26, "49808": 27, "498782": 26, "499172": 20, "4_": [12, 194], "4cb0": 26, "4d": 45, "4d0": 45, "4e": [12, 41, 124], "4iv": 20, "4kb": 24, "4npxi": 20, "4nschism_hgrid_edg": 20, "5": [10, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 35, 41, 42, 43, 44, 45, 57, 61, 73, 74, 79, 80, 81, 82, 84, 85, 86, 90, 100, 101, 103, 105, 106, 107, 108, 111, 122, 123, 124, 127, 129, 130, 133, 134, 136, 137, 139, 141, 142, 144, 145, 146, 147, 150, 161, 162, 163, 164, 168, 169, 171, 172, 178, 182, 184, 189, 194, 195, 198, 200, 203, 204, 206, 208, 209, 211, 212, 223, 224, 225, 226, 227], "50": [12, 18, 20, 22, 24, 25, 26, 27, 30, 35, 41, 43, 44, 72, 92, 105, 114, 162, 169, 183, 199], "500": [12, 24, 43, 44, 107], "5000": [25, 26, 43], "50000": [12, 138], "50000000": 105, "50026": 20, "504": [12, 114], "5040": 30, "504536": 20, "5046": [12, 130, 132, 133], "50491768": 26, "5051": [12, 130, 132, 133], "50525379e": 24, "505809": 20, "506233": 27, "507513": 20, "507992": 27, "508": 20, "50844788e": 22, "50847": 27, "508two": 20, "509247": 20, "509754": 27, "51": [12, 26, 28, 72, 114, 127, 199], "510868": 24, "51130466826915": 23, "51130467": 23, "511305": 22, "51137": 27, "511705": 26, "512314": 27, "51244369e": 26, "51336590e": 22, "51382": 20, "514005": 22, "51400532560948": 23, "51400533": 23, "514496": 20, "515452": [25, 26, 27], "5154520869255066": [25, 26, 27], "51553472": 26, "51616": 27, "51631": 22, "516310": 22, "51631047": 23, "51699484": 26, "51803783e": 24, "51854154e": 24, "51kb": 26, "52": [12, 20, 22, 23, 24, 26, 72, 114, 127, 184, 199], "5204": 22, "52108644": 26, "521kb": 26, "52211740e": 26, "522515": 20, "522581": 20, "52287": 27, "523265": 20, "525034": 20, "5261": 22, "52672": 27, "526kb": 26, "52744": 27, "52784854": 23, "52787": 20, "52822504": 26, "5290": 22, "529198": 27, "529408": 22, "529531": 26, "529737": 20, "53": [12, 22, 26, 72, 115, 127, 200], "530153689607047": 23, "53015369": 23, "530154": [22, 23], "53045000e": 26, "53056": 27, "530956": 27, "53226328": 26, "53275451e": 26, "53337248": 26, "53412629e": 26, "53441": 27, "5349": 22, "536019": 22, "536258": 20, "537348": 20, "53819797": 26, "538449": 20, "538514": 20, "538561": 27, "539263": 27, "54": [12, 19, 26, 43, 72, 109, 115, 200, 209], "540922": 20, "540955": 27, "5412": 27, "54120841e": 24, "54132": 27, "54213": 27, "54223942e": 22, "54309": 27, "543602": 27, "5448": 27, "54536": 27, "54643449e": 26, "546583": 26, "54677101": 26, "547123": 27, "54759304": 26, "548645": 27, "54988099": 26, "55": [26, 43, 73, 115, 200], "55028759e": 22, "55039995e": 24, "55119866": 26, "55122194": 26, "551237": 22, "55203010e": 26, "55256289": 26, "55257666e": 22, "55277": 20, "55280770e": 26, "552e": 26, "555": 22, "556787": 20, "55717162e": 26, "557189": 22, "55718923": 23, "55718923020503": 23, "558383": 20, "559204": 27, "55956504": 26, "56": [17, 20, 23, 25, 26, 73, 115, 200], "560": 24, "561058": 20, "562285": 20, "56250000": 105, "56305": 27, "56310618": 26, "56354464": 23, "56441": 26, "564808": 27, "565": [22, 25], "5650": 24, "566566": 27, "566636": [25, 26, 27], "5666360259056091": [25, 26, 27], "56686394e": 26, "566895": 27, "56696104": 26, "567": 22, "56709226e": 26, "56728711": 26, "56833": 27, "56kb": 22, "57": [23, 26, 43, 73, 115, 200], "57015557": 23, "571612": 22, "57161204748323": 23, "57161205": 23, "57178": 27, "572275673": 20, "572276": 20, "574511": 27, "57651528": 26, "577286": 27, "57814360e": 22, "579099": 20, "57940169e": 26, "57kb": 22, "58": [12, 26, 73, 115, 116, 200], "580": 24, "58077": [20, 30], "5807825": [20, 30], "58083742e": 22, "58097": 27, "58113": 27, "581461": 26, "582": 27, "5822325": 27, "582391": 20, "582731": 27, "5830497": [20, 30], "584492": 27, "58498": 27, "58527702e": 26, "58575759": 26, "5864042": 26, "587302": 20, "58792721e": 26, "5881523": 27, "5887021": 27, "58994344e": 24, "59": [12, 19, 23, 26, 73, 109, 116, 117, 144, 201], "590461": 22, "59046106882114": 23, "59046107": 23, "59062324": 26, "59105": 27, "59137": 27, "5917": 27, "59191755": 23, "59226373e": 22, "5941886": [20, 30], "5942931": [20, 30], "595098": 20, "59554": 27, "595658": 20, "59586": 27, "596": 24, "5960683": [20, 30], "596093": 20, "5968502": 27, "59729": 27, "597345": 20, "59778536e": 26, "59797": 20, "598114": 20, "598568": 27, "599288": 26, "59929848": 23, "59931516e": 22, "599374": 20, "59938": 27, "5coordin": 26, "5d0": 45, "5directional_convent": [25, 26], "5e": [12, 19, 21, 26, 27, 123, 124, 145, 150, 200, 203, 204, 205, 209], "5histori": [25, 26], "5iqgi0": 20, "5kb": 26, "5latitud": 26, "5site": [22, 23, 24, 26], "5x": [12, 150], "6": [12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 41, 42, 43, 44, 45, 57, 60, 61, 62, 64, 72, 79, 80, 81, 84, 97, 100, 101, 105, 118, 145, 150, 163, 171, 176, 177, 181, 182, 189, 193, 194, 200, 201, 202, 203, 204, 205, 211, 212, 223, 224, 225, 226, 227], "60": [12, 18, 20, 25, 26, 27, 28, 43, 44, 73, 116, 189, 201], "600495": 20, "601": 27, "602177": 27, "602315": 20, "60258424": 26, "603226": 27, "603789": 20, "60394": 27, "60488388609934": 23, "60488389": 23, "604884": 22, "60542625": 27, "605529": 20, "605698": 27, "60644642": 26, "606825": 20, "6096": 20, "6096741": [20, 30], "60977": 27, "609952": 20, "60d0": 45, "61": [18, 24, 26, 73, 116, 201], "610237": 20, "610292": 20, "61126": 25, "611272": 20, "61145321": 26, "611605": [20, 30], "6126289": 27, "61275": 25, "613": 17, "61345733e": 26, "6135870": [20, 30], "61362": 27, "613682": [20, 30], "614109": 20, "614464": 20, "615385": 20, "616339": 26, "61641299": 26, "61664": 25, "616b": 26, "61746": 27, "618341": 27, "61837": 25, "619489": 20, "62": [18, 23, 26, 73, 116, 202], "620102": 27, "62032218": 26, "62060129e": 24, "6208687": [20, 30], "62186": 27, "62287": 25, "622902": [25, 26, 27], "6229023933410645": [25, 26, 27], "62299": 22, "622990": 22, "62328586": 26, "6233": [12, 200], "625": [22, 41], "62500000": 105, "6252": [12, 200], "6253914": [20, 30], "626608": 20, "62750527e": 26, "62774665e": 26, "6280103": 27, "62803": 27, "6288": 27, "6288341": 27, "6294226": [20, 30], "63": [12, 20, 26, 41, 74, 116, 141, 142, 191, 202], "63023959": 26, "63066536": 27, "6307": 27, "631454": 20, "631662": 20, "631816": 20, "631874": 27, "631919": 22, "63191942669732": 23, "63191943": 23, "631d": 45, "632313": 20, "633": 22, "63341030e": 22, "634166": 26, "63571": 27, "635937": 27, "63601884e": 26, "636444": 20, "6377": 27, "6378206": 44, "638062": 24, "63907": 20, "64": [12, 20, 23, 26, 74, 117, 144, 202], "6400958": 27, "640632": 20, "641191": 20, "641308": 27, "6415908": 27, "64163414e": 26, "642014": 20, "64236791e": 22, "642887": 20, "643066": 27, "6461": 27, "64658252e": 26, "647089": 26, "64780512e": 22, "6487": 27, "6488": 20, "64884905e": 22, "649325": 20, "649525": 26, "64995": 27, "64b": [22, 24, 26], "65": [12, 19, 20, 23, 26, 27, 43, 74, 115, 117, 203], "650105": 27, "650768": 22, "65076844803523": 23, "65076845": 23, "65086": 27, "651218": 26, "65160": 26, "651961": 26, "65379": 27, "654216": 20, "654396": 26, "65571": 27, "65571426": 26, "656832": 26, "65694": 27, "65696127e": 26, "657106": 20, "65747": 27, "65775356": 26, "657852": [22, 23], "65785210": 23, "65797985667433": 23, "65797986": 23, "65798": 22, "657980": 22, "659231": 27, "659268": 26, "659445": 22, "659502": 20, "65d0": 45, "66": [20, 22, 23, 26, 27, 42, 75, 117, 203], "660416": 20, "660776": 20, "661121": 27, "66117026e": 22, "66164": 27, "661704": 26, "661732": 27, "661793": 27, "661884": 27, "661945": 27, "662037": 27, "66222": 27, "6623135": 27, "662373": 27, "662403": 27, "66245": 27, "662556": 27, "662655": 20, "662708": 27, "6628": 27, "662922": 26, "6629223150705": 26, "663197": 27, "66337384e": 26, "66387089": 26, "663898": 27, "66436": 27, "664463": 22, "66446302": 23, "664465": 20, "665639": 27, "666056": 22, "666114": 20, "66625388": 26, "66694848e": 26, "666987": 20, "667374": 20, "66815615e": 22, "668205": 27, "66831152": 26, "669044": 26, "6694846": 27, "67": [12, 20, 26, 43, 75, 117, 144, 203], "671": 27, "671926": 27, "67204": 27, "672072": 20, "67331": 27, "673867": 20, "67458997": 26, "67472159": 26, "675068": 27, "676826": 27, "67745": 27, "67827704": 26, "67865764": 26, "67873520e": 26, "678864": 20, "67long_nam": 20, "68": [17, 24, 26, 28, 75, 117, 204], "680075": 20, "680172": 20, "680435": 27, "680443": 20, "6818448": 27, "682213": 20, "682434": 27, "683613": 20, "683688": 20, "68384": 27, "684756": [25, 26, 27], "6847560405731201": [25, 26, 27], "68482305e": 26, "68605609e": 22, "686096": 26, "68628": 27, "687": 22, "68750000": 105, "68767626e": 26, "687743": 20, "687968": 20, "6884065": 27, "6886": 25, "68864774e": 22, "68910994": 26, "69": [26, 76, 117, 204], "690125": 27, "69027925": 26, "69157994": 26, "69269580e": 26, "6928": 25, "69308": 27, "69470983": 26, "694815": 27, "69484": 27, "69499962": 26, "6953642": 27, "6956695": 27, "696602": 27, "696846": 27, "698784": 27, "699": 22, "69911207e": 22, "6992": 25, "6d": 45, "6d0": 45, "6dta6qzlvmxenmd4b1oipaa1wnvlg8": 20, "6e": [12, 19, 27, 72, 118, 200, 201, 202, 205], "6h": [18, 22, 23, 24], "6histori": 26, "6long_nam": 20, "6unit": 27, "7": [12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 41, 43, 44, 61, 79, 80, 81, 84, 90, 100, 101, 106, 109, 190, 200, 201, 202, 205, 223, 226], "70": [18, 25, 26, 27, 43, 76, 118, 204], "700000000000003": 26, "70043212e": 22, "70069": 27, "700x1195": 17, "701218": 26, "70232": 20, "702751": 20, "70276106e": 26, "703072": 20, "703654": 26, "703922": 26, "7042453": 27, "70454": 27, "70480039": 26, "70505188": 26, "70609": 26, "7063": 25, "706593": 22, "7083": 25, "708526": 26, "70912899": 26, "709378": 24, "71": [12, 22, 23, 26, 76, 118, 144, 205], "71068": 27, "710811": 20, "710851": 20, "7109585": 27, "710962": 26, "71107582724932": 23, "71107583": 23, "711076": 22, "7115134": 26, "71157177e": 26, "71158352e": 22, "71165": 20, "711705": 26, "712437": 27, "712935": 20, "713398": 26, "71413": 27, "714141": 26, "714195": 27, "71434899": 26, "7145": 25, "71467774e": 26, "715834": 26, "7162695": 27, "716577": 26, "716aba91": 26, "71724513e": 26, "7175": 20, "7177": 25, "718": 27, "71827": 26, "7184663": 27, "718765": 27, "719006": 20, "719013": 26, "7198": 25, "72": [12, 26, 76, 118, 149, 205], "720": [20, 30], "7202": 25, "72048138e": 22, "720566": 24, "720706": 26, "720974": 26, "7210": 25, "72101047e": 26, "72141309": 26, "721448": 26, "72168": 20, "72222203e": 22, "72261": 27, "7229834": 27, "7230": 25, "723142": 26, "723884": 26, "7247": 25, "72502976e": 22, "725577": 26, "72631448": 26, "72632": 26, "72665878": 26, "726841": 27, "728013": 26, "728199": 22, "72819930": 23, "728199301867864": 23, "728756": 26, "72891031e": 26, "729387": 20, "7295146": 27, "72996002e": 24, "72b": 24, "72time": 26, "73": [12, 19, 21, 24, 25, 26, 72, 76, 110, 118, 205], "73045": 27, "731192": 26, "73127": 27, "732": 22, "732208": 27, "732524": 20, "73280097e": 26, "73318": 27, "733628": 26, "73397": 27, "73438369e": 26, "735": 22, "735115": 27, "735404": 27, "73572125e": 26, "736064": 26, "73636365e": 26, "73702": 27, "73751817": 26, "7384562": 27, "7385": 26, "738801": 26, "73903434e": 26, "73905368e": 22, "739214": 22, "739712": 20, "74": [24, 26, 77, 118, 206], "740581": 20, "74066611": 26, "74087": 27, "740936": 26, "74131968": 26, "74205": 27, "74272": 27, "74384988": 26, "74438754e": 26, "74479103e": 26, "745": [12, 22, 194], "74578529e": 26, "74619074e": 26, "746286": 27, "746583": 26, "74700037e": 22, "747291": 20, "74762197e": 22, "748047": 27, "74869": 27, "74917938": 26, "74976": 20, "749805": 27, "74e": 43, "75": [12, 26, 41, 42, 43, 45, 77, 118, 139, 142, 206], "75000000": 105, "751137": 20, "751568": 27, "7527517080307007": [25, 26, 27], "752752": [25, 26, 27], "75327162": 26, "7535931": 27, "754": [12, 194], "75411317e": 24, "755104": 27, "75516743e": 26, "755852": 26, "75684711": 26, "756848": 20, "75766220e": 26, "7579": 22, "758155": 22, "75815524": 23, "758396": 20, "75894": 27, "75982834e": 22, "75e": [12, 19, 26, 145, 209], "76": [17, 22, 23, 26, 28, 77, 119, 206], "76045963e": 22, "76190573": 26, "762": [22, 25], "762469": 20, "7627187": 27, "76319": 20, "764212": 27, "765185": 20, "76566": 27, "76597": 27, "7676": 27, "768292": 20, "76951": 27, "769539": 22, "769579": 27, "76969330": 23, "77": [12, 17, 26, 27, 28, 78, 112, 119, 124, 207], "77111971e": 22, "77116535e": 26, "77134": 27, "77145": 27, "77177299e": 22, "77194110e": 26, "77335": 27, "7735524": 27, "773679": 26, "77368": 27, "77375297e": 26, "773781": 20, "774071": 20, "7745602": 27, "77517889": 26, "775382": 20, "775814": 26, "77589395776218": 23, "77589396": 23, "775894": 22, "776149": 22, "77765": 27, "778": 26, "77800226": 26, "778901": 20, "77freq": 26, "77kb": 22, "77standard_nam": 26, "78": [26, 78, 119, 207], "7801449": 27, "78037": 20, "780446": 20, "78108926e": 26, "781333": 20, "781461": 26, "78201": 27, "783453": 20, "783657": 27, "785363": 27, "785416": 27, "78601324": 26, "787": 25, "787178": 27, "787399": 20, "78801548e": 22, "788937": 27, "78958": 20, "78kb": 22, "79": [12, 25, 26, 78, 119, 144, 193, 207], "79005251e": 26, "79040738e": 26, "79048690e": 22, "790731": 26, "791435": 27, "792": 25, "793081": 22, "79349824": 26, "794625": 20, "79698904": 26, "797666": 20, "799166": 24, "79985525": 26, "7arrai": 26, "7e": [12, 19, 27, 72, 118, 200, 201, 202, 205], "7iv": 20, "7standard_nam": 26, "7yc": 20, "8": [12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 41, 43, 44, 62, 63, 69, 80, 81, 84, 86, 87, 88, 93, 97, 100, 101, 106, 109, 124, 127, 128, 132, 134, 139, 141, 144, 145, 146, 150, 163, 164, 168, 171, 172, 190, 195, 205, 211, 212], "80": [12, 17, 22, 24, 25, 26, 27, 119, 163, 171, 207], "800": 22, "800007": 20, "80009": 27, "800x1132": 17, "80158": 27, "80184499": 26, "801994": 27, "802": 24, "802845": 20, "802929": 22, "80292949836016": 23, "80292950": 23, "80293": 23, "80334": 27, "803581": 20, "80372": 20, "80393": 27, "803954": 20, "80402934e": 26, "80428272": 26, "80448": 20, "8047427": 27, "8051": 27, "80584": 27, "807": 22, "80747877e": 24, "80778": 27, "80830313e": 26, "808557": 26, "8086786": 27, "808708": 27, "80878855": 26, "80888": 20, "809685": 27, "81": [12, 21, 26, 120, 150, 208], "81004718e": 26, "81026398e": 22, "8102965": 27, "810693": 26, "81154362": 26, "811893": 20, "81213246": 26, "81250000": 105, "813805": 20, "815363": 20, "8155": 22, "816339": 26, "81670515e": 22, "817e": 22, "818344": 27, "819053": 20, "81907786": 23, "81907786235773": 23, "819078": [22, 23], "819244": 24, "82": [22, 23, 26, 120, 208], "821026": 27, "82117192e": 24, "82205572e": 26, "822784": 27, "82406227": 26, "824547": 27, "824e": 27, "825609": 26, "826305": 27, "82699794": 26, "82710553": 26, "827499": [25, 26, 27], "827499270439148": [25, 26, 27], "8275": [25, 26, 27], "827733": 20, "82777": 27, "828": [12, 193], "8284": 27, "82843": 27, "828989928337165": 23, "82898992833717": 23, "82898993": 23, "82899": [22, 23], "828990": 22, "83": [22, 23, 24, 25, 26, 120, 208], "8310803": 27, "831233": 20, "832289": 20, "833": 26, "833333": [12, 19, 127], "8341626": 27, "836426": 27, "837": 18, "8374": 26, "838326": 27, "838951": 27, "83906952": 26, "8393509": 27, "84": [26, 120, 208], "840228": 20, "84026": 27, "84042224": 26, "84071": 27, "8407547": 27, "84097236e": 26, "84114324": 23, "84186121": 26, "84217": 27, "842428": 20, "842468": 27, "84330018": 26, "843435": 26, "84350990e": 26, "84411": 27, "845": [12, 193], "845571": 26, "848115": 20, "8482": 26, "848213": 20, "848529": 20, "849": [12, 114], "849573": 27, "85": [23, 25, 26, 42, 120, 208], "850": 25, "85000000000018": 28, "85083": 27, "851218": 26, "85133292e": 26, "8520": 22, "854675": 27, "85659019e": 26, "857": [12, 114], "857246": 20, "857de21265c2": [12, 190], "85828775": 26, "858334": 22, "858397": 27, "85d0": 26, "86": [22, 25, 26, 43, 121, 209], "8601": [12, 222, 225, 227], "860157": 27, "8603": 22, "860487": 26, "861916": 27, "86251072": 26, "863236877574252": 23, "86323688": 23, "863237": 22, "863674": 27, "86399656e": 26, "864": [43, 44], "8640": 44, "86400": [12, 44, 179], "864182": 24, "864436": 27, "864835": 22, "864945": 22, "86722608": 26, "8677": 26, "868037": 27, "86874": 20, "86891": 27, "869503": 20, "86952684e": 22, "86standard_nam": 22, "87": [12, 25, 26, 121, 209, 225, 227], "8702": 26, "870474": 20, "8705301530": [12, 225, 227], "87103": 27, "87276": 27, "87302095e": 26, "87376419": 23, "87466": 27, "87500000": 105, "8750729": 26, "87547": 20, "87632": 27, "876595": 27, "877063": 20, "878007": 20, "87801484e": 26, "878078": 27, "878220": 24, "878314": 26, "8785": 27, "87881699": 26, "87928138e": 22, "879385": 22, "87938524": 23, "87938524157181": 23, "879837": 27, "87e": 22, "88": [22, 23, 24, 26, 121, 209], "880": [12, 144], "88006078": 26, "880449": 26, "882622": 20, "8835": 26, "88356179": 26, "88378672e": 26, "884": 26, "88410324": 26, "885009": 20, "885491": 20, "886096": 26, "88716": 27, "8873553": 27, "888899": 20, "889185": 20, "889458": 20, "88b": [22, 24, 26], "89": [12, 19, 23, 26, 27, 121, 200, 204, 205, 209], "890": 24, "89021348": 26, "89063775e": 24, "891": [12, 128], "89101": 27, "89148189": 26, "891732": 20, "892156": 20, "892663": 20, "892762": 20, "892774": 20, "894": 22, "89411": 20, "894131": 20, "894684": 20, "89508057e": 24, "895365": 26, "895765": 27, "89618": 27, "896254": 20, "897526": 27, "898139": 20, "898583": 20, "8985871": 27, "8986": 27, "89908161": 23, "899209": 22, "89920937": 23, "8992093735307": 23, "899284": 27, "8b": 24, "8coordin": [22, 23, 24, 26, 27], "8e": [12, 19, 27, 43, 200, 203, 204], "8f": [12, 162], "8kb": [22, 23, 24, 26], "8lcwboniqotjqyvm": 20, "8site": 27, "8x9": [22, 23, 24], "9": [12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 42, 43, 44, 62, 71, 80, 81, 84, 85, 90, 97, 100, 101, 102, 106, 134, 135, 136, 139, 142, 150, 163, 171, 176, 177, 190, 200], "90": [12, 20, 22, 23, 24, 25, 26, 27, 30, 43, 79, 121, 150, 189, 209], "900": [11, 12, 17], "90029026": 26, "9003": 26, "90031161e": 22, "9003long_nam": 26, "901043": 27, "90198796": 26, "902965": 20, "903043": 27, "903531": 27, "904": 27, "9046": 26, "905086": 27, "90524": 27, "905675": 20, "90569254": 23, "90700676": 26, "907269": 20, "90795684e": 22, "90909": 27, "90943125": 26, "909608": 20, "909669": [25, 26, 27], "9096691608428955": [25, 26, 27], "9097": [25, 26, 27], "90standard_nam": 26, "91": [12, 23, 122, 142, 210], "910087": 20, "9105506": 27, "91099": 27, "9117393": 27, "91206937e": 26, "9127322": 26, "91293": 27, "91315198e": 26, "913192": 26, "91357204e": 26, "913689": 27, "91432": 20, "9146": 27, "91521072e": 22, "915327": 26, "915447": 27, "91563705e": 24, "91608136e": 22, "916123": 20, "9171": 26, "917208": 27, "91729021e": 26, "91768694e": 26, "917921": 20, "91827": 27, "918566": 20, "9188": 26, "919": 22, "9192": 26, "91925648": 26, "91935139e": 22, "91965": 27, "91a": [12, 146], "92": [122, 210], "92073872": 26, "920843599448": 23, "92084360": 23, "920844": [22, 23], "920974": 26, "92305018": 26, "92349": 27, "923544": 22, "923544256788343": 23, "92354426": 23, "923966": 20, "9248636": 27, "92574": 27, "92668206e": 22, "92734": 27, "92745453": 23, "927702": 27, "92d0": 45, "93": [20, 22, 23, 122, 210], "93013356": 26, "93024152": 26, "930244": 26, "9304483": 27, "9306006": 27, "932705": 27, "933": 43, "933134": 27, "933387": 20, "934895": 27, "935": 18, "93526162e": 26, "93533466e": 26, "9359": 20, "9360": 26, "936653": 27, "93694232e": 26, "9375": [25, 26], "93750000": 105, "93758": 27, "93773": 27, "938416": 27, "93969262": 23, "9396926207859": 23, "939693": 22, "94": [23, 123, 210], "9401": 26, "9407938": 27, "941": [12, 193], "941574": 27, "941876": 20, "942303": 20, "94261055": 26, "945": 27, "9450": 24, "94542": 27, "94572846": 26, "945981": 20, "94640711": 26, "946904": 22, "94690402942501": 23, "94690403": 23, "94732": 27, "9473553": 27, "94781074e": 22, "94807": 26, "948438": 22, "9488": 27, "95": [12, 17, 18, 23, 25, 26, 28, 113, 123, 139, 142, 163, 171, 210], "950206": 26, "950722": 20, "951": [26, 27], "95106": 27, "95115779": 26, "952818": 27, "954156": 20, "954358": 20, "954578": 27, "9547405": 27, "95571916e": 26, "955852": 26, "95598": 27, "957257": 20, "957595": 20, "9581891": 27, "95982": 27, "96": [12, 18, 20, 23, 25, 27, 121, 123, 128, 137, 210], "961": [12, 193], "961354": 20, "9614": 27, "961402": 20, "96367": 27, "9637436": 27, "963808": 20, "965122": 26, "966": 22, "966416": 20, "967656": 20, "968662": 20, "97": [18, 123, 211], "970505": 27, "972263": 27, "97305": 27, "97393957": 23, "97393957002299": 23, "973939570022992": 23, "97394": [22, 23], "973940": 22, "974022": 27, "97406": 27, "97410825e": 24, "97427996": 26, "97492": 20, "975784": 27, "976135": 20, "97669742e": 24, "97772168": 26, "977885": 20, "977905": 27, "978271": 27, "97839301e": 26, "9786367": 27, "98": [12, 26, 27, 123, 174, 211], "9801": [12, 130, 133], "98063565e": 26, "981059": 22, "9811509786621": 23, "98115098": 23, "981151": 22, "98143": 20, "98175": 27, "982047": 20, "982870": 24, "982948": 26, "9832": 25, "98336720e": 26, "98359843e": 26, "98367232e": 22, "983851636002434": 23, "98385164": 23, "983852": 22, "985084": 26, "98526781": 26, "985384": 26, "986436": 20, "98755": 20, "98782": 26, "988428": 27, "988464": 27, "98858375": 26, "989277": 20, "99": [12, 17, 22, 23, 24, 25, 26, 27, 28, 44, 69, 74, 76, 77, 84, 107, 123, 184, 211], "990189": 27, "990256": 26, "990731": 26, "99101": 27, "991947": 27, "99223248e": 24, "99231": 27, "992692": 26, "99305362e": 22, "993389": 22, "99338907": 23, "99482165e": 24, "99482339": 26, "994982": 22, "995128": 26, "995838": 24, "99591808e": 22, "99598200e": 22, "996155": 27, "997497": 20, "997564": 26, "99893036e": 26, "999": [21, 23, 26, 43, 44], "9998": [22, 24], "9999": [44, 97], "9999694824219": [25, 26, 27], "99997": [25, 26, 27], "99998": [25, 26, 27], "99998474121094": [25, 26, 27], "999985": [25, 26, 27], "9999885559082": [25, 26, 27], "999988555908203": [25, 26, 27], "999989": [25, 26, 27], "99999": [12, 25, 26, 27, 150], "999990463256836": [25, 26, 27], "999992": [25, 26, 27], "999992370605469": [25, 26, 27], "99999237060547": [25, 26, 27], "999994": [25, 26, 27], "9999943375587463": [25, 26, 27], "9999985098838806": [25, 26, 27], "999999": [25, 26, 27], "9c1f": 26, "9d74": [12, 190], "9fc1": 20, "9mjaf85i1mkmy0aeyjqsyzjjqayep6h0rgna": 20, "9standard_nam": 22, "9xarrai": 22, "A": [11, 12, 15, 17, 19, 45, 49, 57, 60, 61, 62, 113, 115, 120, 121, 124, 126, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, 141, 144, 147, 149, 150, 160, 163, 171, 173, 176, 177, 178, 182, 184, 191, 194, 200, 209, 211, 212], "AND": 45, "And": [17, 20, 21, 26], "As": [12, 28, 57, 121, 184], "At": [12, 15, 17, 28, 44, 196, 218], "Be": [1, 17], "But": [12, 17, 20, 111], "By": [12, 20, 86, 124, 129], "FOR": [12, 45, 150], "For": [12, 19, 20, 28, 43, 44, 45, 48, 60, 61, 79, 82, 124, 138, 150, 211, 212], "IN": 45, "If": [0, 8, 12, 13, 17, 28, 30, 34, 44, 45, 47, 54, 61, 62, 74, 76, 77, 79, 82, 85, 86, 88, 91, 95, 96, 101, 106, 108, 111, 120, 124, 127, 128, 129, 130, 139, 140, 143, 144, 150, 166, 167, 196, 211, 212], "In": [0, 10, 12, 17, 19, 20, 23, 25, 26, 27, 42, 44, 45, 50, 51, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "It": [3, 11, 12, 17, 18, 19, 28, 45, 46, 57, 63, 68, 71, 87, 88, 106, 107, 108, 124, 147, 149, 166, 167, 200, 209], "NO": 30, "NOT": 45, "No": [8, 12, 17, 28, 42, 44, 45, 113, 193], "Not": [30, 42, 45], "OF": 45, "ON": 43, "ONE": [12, 57], "OR": 42, "Of": [12, 28, 140], "On": [12, 146, 184, 194, 195], "One": [12, 106, 218], "Such": [12, 92, 128], "TO": 45, "That": 20, "The": [0, 1, 3, 4, 5, 7, 8, 10, 11, 12, 13, 15, 17, 19, 20, 23, 24, 26, 28, 30, 32, 33, 34, 35, 36, 41, 42, 43, 44, 45, 47, 48, 49, 54, 60, 61, 62, 63, 64, 71, 72, 80, 81, 82, 85, 86, 87, 88, 89, 92, 93, 95, 96, 99, 101, 102, 104, 105, 106, 107, 108, 109, 110, 111, 112, 114, 115, 119, 120, 122, 124, 125, 128, 129, 130, 131, 132, 133, 134, 137, 138, 139, 141, 142, 143, 144, 146, 150, 160, 162, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 179, 180, 183, 184, 189, 191, 192, 193, 196, 197, 200, 206, 209, 210, 211, 212, 217, 218, 219, 221, 222, 224, 225, 227, 233], "There": [12, 13, 15, 17, 28, 163, 171], "These": [12, 17, 18, 20, 26, 28, 44, 45, 62, 102, 144, 184, 212, 234], "To": [1, 12, 17, 20, 28, 44, 45, 48, 60, 79, 106, 127, 150, 211, 212], "With": [12, 19, 45, 60, 61, 62, 75, 78, 85, 86, 89, 91, 92, 93, 95, 96, 98, 99, 101, 102, 103, 104, 116, 117, 118, 119, 120, 121, 122, 124, 127, 138, 139, 140, 143, 144, 148, 149, 150, 174, 184, 192, 196], "_": [20, 25, 27, 81], "_1": 44, "_2": 44, "_3d_": 44, "__call__": [28, 160], "__getitem__": 12, "__init__": [17, 19, 54, 55, 56, 57, 58, 59], "__main__": 17, "__module__": [12, 207], "__name__": 17, "__pydantic_serializer__": 20, "_all_": 42, "_bcc": 44, "_boundary_point": [22, 23, 24], "_change_": 44, "_coefficient_": 44, "_d": [12, 20], "_datefmt": [17, 28], "_filter_grid": [17, 18, 25], "_filter_tim": 18, "_generated_at": 28, "_generated_bi": 28, "_generated_on": 28, "_generation_medatadata": 28, "_get_grid": 15, "_hotstart": [30, 44], "_hvar_": 44, "_module_": 44, "_net_": 44, "_nu": 44, "_nudg": 44, "_output_": 44, "_reconstruct": 20, "_set_vari": 32, "_surface_": 44, "_templat": 28, "_two_": 44, "_variable_nam": [22, 24, 26], "_vector_": 44, "_vl_wwm": 20, "_vvar_": 44, "a0": [12, 121], "a1": [12, 19, 109, 200], "a1sd": [12, 19, 27, 72, 118, 200, 201, 202, 203, 204, 205], "a2": [12, 19, 109, 128, 200], "a2sd": [12, 19, 27, 72, 118, 200, 201, 202, 203, 204, 205], "a3": [12, 19, 109], "a4isfgna3zhfa5ofy0be2sol": 20, "aaltitude_resolut": [22, 23, 24, 26], "ab": [12, 19, 21, 25, 26, 27, 28, 44, 103, 145], "abi": 82, "abil": 15, "abla": 44, "abnorm": 44, "about": [12, 13, 20, 41, 43, 181, 182], "abov": [12, 17, 19, 20, 26, 43, 44, 45, 105, 111, 116, 117, 124, 150, 171, 172, 174, 184, 189, 192, 193, 212], "absenc": [12, 164, 168, 172], "absolut": [12, 22, 24, 54, 103, 143, 164, 168, 172, 184, 185], "absorpt": 43, "abstract": [5, 9, 12, 17, 20, 28], "ac": [20, 30], "academ": [12, 147], "acceler": [12, 44, 45, 150], "accept": [12, 43, 61, 62, 101], "access": [17, 20], "accessor": 15, "accord": [10, 12, 44, 45, 60, 71, 116, 117, 124, 145, 146, 197], "accordint": 12, "account": [12, 44, 45, 106, 111, 120, 129, 130, 131, 132, 133, 134, 138, 139, 140, 144], "accumul": 44, "accur": [12, 17, 28, 44, 79, 84], "accuraci": [12, 25, 26, 44, 84, 85, 101, 178, 182, 184], "achiev": [12, 44, 106], "achiv": 20, "acord": 22, "acrit": 45, "across": [12, 44, 54], "act": 101, "action": [12, 58, 79, 94, 106, 119], "activ": [12, 43, 44, 45, 106, 108, 113, 115, 119, 120, 121, 127, 128, 130, 138, 139, 140, 143, 144, 176, 177, 184, 192, 194, 195, 200, 201, 202, 203, 204, 205, 209], "actual": [11, 12, 17, 44, 47, 49, 89, 119, 139, 169], "actv_max": 45, "ad": [12, 13, 20, 44, 85, 129, 145, 179], "adapt": [12, 41, 44, 111], "adaptor": 26, "adcirc": [12, 67], "add": [12, 17, 20, 34, 41, 43, 44, 63, 81], "add_earth_tid": [20, 35], "add_featur": 20, "add_subplot": [18, 20], "addit": [0, 5, 12, 17, 41, 43, 44, 124, 181, 182], "adjac": [12, 44], "adjst": 23, "adjust": [10, 20, 41, 44], "adv": 44, "advantag": [17, 28, 79], "advect": [42, 44], "advis": [12, 44, 60, 79, 122, 127], "aeasternmost_longitud": [22, 23, 24, 26], "aerodynam": 44, "afdw": 41, "affect": [12, 92, 101, 150, 179], "afreq": [22, 24], "after": [12, 20, 26, 41, 42, 43, 44, 45, 80, 81, 82, 95, 96, 150, 160, 223, 224, 226, 227], "ag": 44, "again": [17, 20], "against": [12, 122], "age_1": 44, "age_2": 44, "aggress": 44, "agioncmd": [25, 26], "agnost": [11, 12, 17], "agrow": [12, 19, 21, 25, 27, 72, 118, 173, 194, 195, 200, 201, 202, 203, 204, 205, 209], "aic": [12, 54, 56, 69, 75, 130, 131, 132, 133, 134], "aid": 15, "air": [12, 30, 34, 37, 44, 194], "air_1": [20, 34], "air_2": [20, 34], "air_pr": 44, "air_pressur": 30, "air_temperatur": 30, "airflow": 17, "airpressur": 44, "airpressuregradienti": 44, "airpressuregradientx": 44, "airtemperatur": 44, "ak": 41, "ak1": 41, "ak2": 41, "ak3": 41, "akrish": [12, 128], "al": [12, 44, 45, 113, 114, 115, 121, 124, 131, 132, 133, 134, 135, 136, 137, 139, 140, 142, 144, 189, 194, 200, 201, 203, 204, 205], "alatitude_resolut": [22, 23, 24, 26], "alatzz01sdn_parameter_nam": 26, "albedo": [20, 42, 44], "albi": 42, "albm": 42, "albsn": 42, "albsnm": 42, "alfa": [12, 27, 106, 183], "alga": [43, 44], "algea": 43, "alia": [12, 171, 172], "alk": [43, 44], "alkalin": 43, "all": [1, 7, 8, 9, 10, 12, 17, 19, 20, 23, 26, 28, 30, 31, 32, 33, 34, 35, 41, 42, 43, 44, 45, 48, 49, 52, 53, 61, 65, 66, 67, 71, 72, 79, 81, 85, 87, 88, 89, 98, 99, 102, 105, 106, 111, 116, 117, 122, 128, 143, 144, 161, 162, 169, 171, 172, 173, 174, 184, 196, 200, 207, 210, 211, 212, 218, 220, 221], "all_spec": [22, 23, 24, 26], "allevi": [12, 85], "allow": [12, 15, 17, 19, 23, 24, 26, 28, 41, 42, 43, 44, 68, 69, 72, 74, 76, 77, 80, 81, 112, 114, 120, 123, 124, 126, 128, 130, 131, 132, 133, 134, 144, 212, 224], "along": [0, 8, 12, 17, 20, 22, 36, 45, 47, 54, 62, 63, 89, 90, 93, 94, 95, 96, 102, 124, 144, 150, 171, 172], "alongitude_resolut": [22, 23, 24, 26], "alongshor": [12, 138], "alongsid": [19, 26], "alonzz01sdn_parameter_nam": 26, "alp": [12, 25, 26, 27, 66, 210], "alp_is_zero_if_spher": 12, "alpc": [12, 21, 25, 26, 27, 66, 210, 221], "alpfr": [12, 91, 221], "alpha": [12, 19, 20, 21, 25, 26, 41, 43, 72, 109, 110, 111, 128, 193], "alpha1": [12, 123, 124], "alpha_b": 45, "alpha_bn": 45, "alpha_corr": 41, "alphabet": 12, "alphaw": 44, "alphaz": 41, "alphd": 45, "alpinp": [12, 21, 66, 69, 76, 210, 221], "alpn": 95, "alreadi": [20, 28], "also": [11, 12, 17, 19, 20, 28, 44, 54, 62, 79, 101, 130, 138, 143, 166, 167, 176, 177, 192, 200, 209, 211, 212, 221], "altern": [12, 20, 91, 111, 144], "altimet": [12, 137], "altitude_resolut": [22, 23, 24, 26], "alv": [12, 19, 145, 209], "alwai": [10, 12, 44, 49, 92, 122, 163, 171, 221], "amaximum_altitud": [22, 23, 24, 26], "ambient": [12, 127, 128], "aminimum_altitud": [22, 23, 24, 26], "ammonium": [41, 43], "among": [12, 149], "amount": [12, 105, 122, 181, 182], "amp": [20, 21, 25, 26, 27], "amplitud": [12, 44, 106], "an": [1, 3, 4, 7, 9, 11, 12, 15, 17, 18, 19, 20, 22, 23, 24, 26, 28, 43, 44, 47, 48, 49, 60, 62, 64, 71, 74, 76, 77, 82, 86, 106, 121, 122, 124, 130, 138, 144, 149, 160, 176, 177, 192, 212, 221, 227], "an2c": 43, "analog": [17, 26], "analysi": [12, 44, 130, 132, 133, 191], "angl": [9, 12, 42, 49], "angremond": [12, 189], "ani": [0, 1, 3, 4, 8, 11, 12, 13, 17, 20, 21, 22, 26, 28, 32, 34, 36, 37, 38, 39, 40, 43, 47, 48, 71, 76, 83, 87, 88, 129, 150, 207], "annot": [12, 20, 26, 207], "anorthernmost_latitud": [22, 23, 24, 26], "anoth": [12, 17, 106, 138, 150, 184, 193, 221], "antarct": [12, 130, 132, 133, 134], "antarctica": [12, 133], "anypath": [3, 12], "anyth": 13, "anywher": [12, 150], "aouf": [12, 135], "api": [17, 49, 50, 51], "appear": [12, 20, 44, 79, 101, 104, 139, 143, 149, 191], "append": [23, 27, 44], "appendix": [12, 19, 60, 150, 163, 171, 200, 209], "appli": [4, 5, 12, 15, 17, 20, 44, 45, 47, 48, 49, 63, 79, 106, 129, 170, 192, 194], "applic": [0, 12, 17, 44, 82, 128], "approach": [12, 15, 44, 141, 184, 191], "appropri": [12, 17, 23, 26, 142, 160], "approxim": [12, 30, 42, 44, 111, 127, 129, 139, 140], "apr": 23, "aquat": 43, "ar": [0, 1, 4, 5, 8, 10, 12, 13, 15, 17, 18, 19, 20, 21, 22, 23, 24, 26, 28, 30, 40, 41, 42, 43, 44, 45, 47, 48, 61, 62, 63, 71, 73, 74, 75, 76, 79, 81, 86, 89, 92, 93, 96, 98, 99, 101, 102, 105, 106, 116, 117, 120, 122, 124, 127, 128, 138, 139, 140, 150, 160, 161, 162, 163, 165, 171, 173, 174, 178, 182, 185, 186, 192, 196, 197, 200, 202, 209, 210, 211, 212, 218, 220, 221, 223, 226, 227, 233, 234], "arang": [17, 20, 26], "arbitrari": 44, "arcinfo": 104, "arcview": 104, "ardhuin": [12, 19, 106, 124, 135], "area": [1, 12, 17, 22, 23, 24, 26, 42, 54, 124, 144, 165, 221], "areal": [12, 56, 75], "arg": [12, 17, 18, 20, 28, 49, 50, 51, 68], "argument": [0, 2, 3, 5, 6, 7, 11, 12, 17, 19, 21, 26, 28, 36, 47, 71, 160, 200, 209, 211, 212, 223, 226, 227], "ariathurai": 45, "around": [12, 17, 26, 28, 45, 106, 107, 108], "arrai": [8, 10, 12, 15, 17, 20, 22, 24, 25, 26, 27, 41, 42, 44, 130, 133, 207], "arrow": 20, "arulanandan": 45, "as_integer_ratio": 12, "as_sit": [22, 24, 26], "asarrai": 20, "ascend": [12, 171, 172], "ascii": [12, 22, 23, 24, 44, 47, 82, 86, 88], "ask": 20, "aspect": 28, "assembl": 46, "assert_has_wavespectra_accessor": [1, 12, 36, 47], "assertionerror": 24, "assign": [12, 71, 150], "assimil": [41, 43], "assist": 20, "associ": [12, 41, 42, 43, 44, 45, 71, 139, 142], "assum": [12, 20, 48, 57, 88, 143, 150, 164, 166, 167, 168, 172, 211, 212, 222, 225, 227], "assumpt": [12, 106, 128, 138], "astart_d": [22, 23, 24, 26], "asymmetri": [12, 45, 191], "at_least_on": 105, "atmo": [20, 31, 44], "atmos_forc": 20, "atmospher": [12, 30, 31, 41, 43, 44, 135, 136, 200], "attenu": [12, 43, 114, 130, 131, 134], "attr": [12, 48], "attract": 44, "attribu": 160, "attribut": [1, 3, 4, 11, 20, 21, 22, 23, 24, 25, 26, 27, 32, 36, 37, 38, 39, 40, 47, 48, 54, 55, 56, 57, 58, 59, 71], "au": [17, 22, 23, 24, 26, 28], "aucan": [12, 124], "ausspec": 20, "australia": [12, 149], "authoris": 45, "auto": [20, 41, 42, 43, 44, 45], "automat": [12, 101, 150], "autoreload": [17, 18, 20, 22, 23, 24, 25, 26, 27], "autosummari": 160, "avail": [12, 17, 26, 41, 43, 45, 60, 61, 62, 89, 106, 147, 160, 165, 233], "avalanch": 45, "averag": [12, 30, 44, 45, 54, 108, 163, 165, 171, 174, 190], "avoid": [1, 10, 12, 17, 21, 26, 41, 42, 44, 85], "awac_in": [20, 30], "awac_mid": [20, 30], "awac_off": [20, 30], "awai": [12, 19, 24, 28, 60, 62, 124], "awar": [1, 17], "awesternmost_longitud": [22, 23, 24, 26], "awkward": 18, "awoost": 45, "ax": [8, 12, 17, 18, 20, 22, 23, 24, 25, 26, 101, 220], "ax1": [25, 26], "ax2": [25, 26], "ax3": 26, "axi": [12, 20, 25, 26, 57, 76, 101, 150, 210, 221], "azmrbrljqniejke4dwnaamqqrt7xykcdgz94ewbjqevzdsmximnajt": 20, "b": [12, 20, 25, 26, 27, 44, 128, 139, 142, 144, 148, 174], "b1": [12, 19, 21, 137], "b5enykayoi3za5xiqh4e0suvwwjasbcgeqroykb": 20, "ba": [43, 44], "ba0": 43, "babanin": [12, 115, 121, 135, 136, 137, 200], "back": 45, "backgroud": 43, "background": [12, 192], "backtrack": 44, "bacteria": 44, "bad_idx": 20, "bag": 43, "bakker": [12, 144], "balanc": [12, 44, 106, 138], "banner": [12, 19, 145, 209], "banox": 43, "barnett": [12, 113], "baroclin": [30, 44], "baroclinicforcei": 44, "baroclinicforcex": 44, "barometr": 44, "barotrop": [30, 44], "base": [0, 5, 8, 13, 15, 17, 19, 20, 21, 23, 26, 27, 28, 30, 43, 44, 45, 68, 87, 88, 96, 105, 106, 120, 121, 123, 130, 131, 132, 133, 134, 137, 144, 145, 150, 160, 169, 176, 177, 183, 190, 191, 209], "base_d": 20, "base_sourc": [5, 12], "basecompon": [12, 21, 160], "baseconfig": [11, 12, 13, 17, 20], "basegrid": [4, 12, 15, 17], "basegroupcompon": 12, "baselin": 43, "basemodel": [3, 11, 15, 17, 19, 71], "basenam": 96, "basesubcompon": 12, "basic": [0, 12, 28, 43, 44, 45, 179], "basicconfig": [17, 20], "basin": [12, 44, 129], "bass": 13, "bathhghtsdn_parameter_nam": 26, "bathi": [17, 25, 28], "bathy_sourc": 17, "bathymetr": [12, 26, 106], "bathymetri": [12, 17, 26, 45, 51, 106, 128, 176, 177], "bathymetryunit": 20, "battj": [12, 19, 141, 191, 209], "bbox": [8, 12, 17, 20, 26], "bcflag": 20, "bcg": 45, "bch4": 44, "bch40": 43, "bctide": [20, 44], "bctype": 35, "bdef": 44, "bdiff": 43, "bdldiffu": 45, "bdoc_po4": 43, "bdoc_si": 43, "bdoc_st": 43, "bdz": 43, "beach": [12, 111], "becaus": [12, 211, 212], "becom": [12, 17, 45, 79, 82, 150, 173, 174], "becq": [12, 139, 142], "bed": [12, 44, 45, 106, 107, 108, 120, 190], "bed_mass": 45, "bedform": [12, 45, 115], "bedforms_rough": 45, "bedload": [44, 45], "bedload_acc": 45, "bedload_acc_filt": 45, "bedload_coeff": 45, "bedload_filt": 45, "bedload_limit": 45, "bedmass_filt": 45, "bedmass_threshold": 45, "bedthick_overal": 45, "been": [12, 15, 19, 28, 44, 46, 48, 54, 71, 82, 146, 212], "befor": [12, 17, 25, 28, 41, 42, 44, 86], "begin": [12, 20, 28, 43, 102, 124, 171, 172], "behav": [1, 3, 11, 17, 71], "behavior": [44, 45], "behaviour": [12, 184], "behind": [12, 44, 111], "being": [12, 20, 105, 106, 221], "belong": 42, "below": [12, 17, 19, 20, 25, 26, 27, 30, 41, 42, 43, 44, 45, 102, 124, 139, 144, 174, 189, 192, 193], "benchmark": 44, "bender": 44, "benjamin": [12, 54], "bennett": [12, 130, 132, 133], "benoit": [12, 142], "benthic": [43, 44], "bentho": 43, "besid": [12, 43, 138], "bespok": 15, "best": [12, 20, 42, 44, 106], "beta": [12, 30, 41, 44, 109, 193], "betaz": 41, "betho": 43, "better": [12, 85], "between": [9, 10, 12, 19, 22, 23, 26, 28, 30, 43, 44, 47, 49, 54, 56, 61, 62, 72, 79, 80, 81, 82, 89, 102, 106, 107, 108, 121, 122, 124, 127, 128, 138, 147, 150, 160, 218], "bewteen": 43, "beyond": [0, 12, 17, 44, 83], "bfc": 43, "bfcm": 43, "bfcp": 43, "bfcv": 43, "bfi": [12, 54], "bflux": 43, "bfn": 43, "bfnm": 43, "bfnp": 43, "bfnv": 43, "bfp": 43, "bfpm": 43, "bfpp": 43, "bfpv": 43, "bfric": 45, "bh2": 44, "bh2s0": 43, "bi": 44, "bia": [12, 200, 201, 202, 203], "bichromat": [12, 138], "bidlot": [12, 130, 131], "big": [12, 82, 138], "bilinear": [12, 106], "bin": [10, 12, 20, 26, 45, 55, 121, 127, 138, 174, 184, 217, 218], "binari": [12, 20, 61, 62, 82, 86, 88, 166, 167, 211, 212], "biochem": 43, "biogen": [41, 43], "biomass": [43, 44], "biphas": [12, 138, 139, 140, 141, 142, 190, 191], "biphhas": [12, 140, 141, 142], "biqmkhgo5": 20, "bispectr": [12, 191], "bit": [12, 17, 20, 28, 127], "bit_count": 12, "bit_length": 12, "bjposa": 43, "bk": [12, 43, 189], "bkc": 43, "bkch4": 43, "bkd": [12, 19, 109], "bkh2sd": 43, "bkh2sp": 43, "bkhdo_ch4": 43, "bkhdo_h2": 43, "bkhdo_nh4": 43, "bkhdo_vp": 43, "bkhnh4": 43, "bkhpo": 43, "bkn": 43, "bknh4": 43, "bknh4f": 43, "bkno3": 43, "bkno3f": 43, "bkopo4": 43, "bkopo4f": 43, "bkosi": 43, "bkp": 43, "bkst": 43, "bkt": 43, "bktc": 43, "bktch4": 43, "bkth2": 43, "bktn": 43, "bktnh4": 43, "bktno3": 43, "bktp": 43, "bktrk_sub": 44, "bktvd": 43, "bktvp": 43, "black": 20, "blank": [12, 43, 61, 149], "blk": [12, 25, 27, 226, 227], "block": [12, 25, 26, 27, 28, 54, 71, 97, 101, 104], "block_with_frame_or_group": [12, 71], "blockag": [12, 208], "blockopt": [12, 25, 27, 86, 101, 104], "bnd": [17, 18, 22, 23, 24, 26, 28, 32, 44], "bnd_point": 18, "bndchk": [12, 58, 125, 126, 150], "bnh4": 44, "bnh40": 43, "bno3": 44, "bno30": 43, "bo2n": 43, "bodkar": 12, "booij": [12, 140], "bool": [4, 12, 17, 19, 32, 35, 40, 47, 48, 80, 86, 111, 140, 143, 145, 147, 192, 194, 195, 200, 209], "boolean": [12, 49], "border": [4, 8, 12, 20, 124], "both": [1, 4, 12, 15, 20, 28, 32, 36, 37, 38, 39, 40, 42, 44, 45, 47, 48, 109, 122, 124, 128, 166, 167, 174, 184, 192, 217, 218], "botlev": [12, 54], "bottgrid": [86, 87, 101], "bottom": [12, 17, 18, 20, 21, 25, 26, 27, 28, 30, 41, 43, 44, 45, 51, 54, 56, 57, 69, 74, 76, 77, 87, 93, 102, 105, 106, 107, 108, 109, 112, 113, 114, 115, 120, 129, 138, 189, 192, 193, 211, 212], "bottom_spectrum": [12, 107], "bottom_stress": 30, "bottomexcursionperio": [30, 44], "bottomstressx": 44, "bottomwaveperiod": [30, 44], "bound": [4, 8, 12, 15, 17, 20, 21, 26, 27, 47, 48, 63, 127, 138, 163, 164, 165, 168, 171, 172, 217], "bound_0n": 89, "boundari": [8, 10, 17, 18, 21, 25, 27, 28, 30, 32, 33, 35, 36, 44, 45, 49, 50, 54, 55, 58, 59, 79, 89, 94, 95, 96, 103, 120, 124, 135, 136, 150, 160, 217, 218, 221, 226, 227], "boundary_d": 32, "boundary_from_data": 26, "boundary_interfac": [26, 50], "boundary_parametr": 26, "boundary_point": [8, 12, 20, 23], "boundary_wave_st": [1, 12, 20, 26, 47], "boundaryinterfac": [12, 26], "boundnest1": [12, 17, 21, 26, 28, 50], "boundnest2": [12, 21, 26], "boundnest3": [12, 21, 26], "boundshapeopt": 12, "boundspec": [12, 21, 26, 27, 60, 103, 217], "boundspecbas": 12, "boundspecsegmentxi": [12, 23, 50], "boundspecsid": [12, 24, 50], "boussinesq": 44, "bouw": [12, 113], "bowen": [12, 191], "box": [4, 8, 12, 15, 17, 20, 28, 42, 47, 48], "boxic": 43, "bp": [41, 43], "bp2d": 43, "bpieh2sb": 43, "bpieh2ss": 43, "bpienh4": 43, "bpiepo4": 43, "bpiesi": 43, "bpo": 44, "bpo4": 44, "bpo40": 43, "bpoc0": 43, "bpoc1": 44, "bpoc2": 44, "bpoc3": 44, "bpon0": 43, "bpon1": 44, "bpon2": 44, "bpon3": 44, "bpop0": 43, "bpop1": 44, "bpop2": 44, "bpop3": 44, "bpos0": 43, "br": [12, 19, 21, 25, 26, 145, 209], "brace": 12, "bragg": [12, 25, 27, 72, 107, 108], "bragg_fil": [12, 72], "bragg_ft": [12, 72], "branch": [0, 12, 17], "brcryn": [20, 30], "break": [12, 17, 20, 21, 25, 26, 27, 28, 30, 44, 54, 58, 72, 105, 109, 110, 119, 121, 125, 126, 137, 160, 191], "breakbkd": 19, "breakconst": [19, 21], "breaker": [12, 109, 110], "breaking_bkd": [12, 72], "breaking_const": [12, 25, 26, 72], "breakwat": [12, 111, 193], "broad": 13, "broaden": [12, 139, 142], "broken": [17, 89, 160], "bsa": 44, "bsa0": 43, "bsaltc": 43, "bsaltn": 43, "bsaltp": 43, "bsbt": [12, 17, 25, 26, 27, 28, 79, 85], "bsisat": 43, "bsolid": 43, "bstb": [12, 85, 175], "bstc": 44, "bstc0": 43, "bstmax": 43, "bstr": 44, "bstr0": 43, "btemp0": 43, "bthp": 44, "bthp0": 43, "btox": 44, "btox0": 43, "btr": 43, "btrack": 44, "btrack_nudg": 44, "btw": 44, "buffer": [4, 8, 12, 17, 20, 25, 26, 27, 32, 36, 40, 47, 48], "build": 15, "built": [12, 17], "bulk": 44, "buoi": [30, 44], "burger": [12, 144], "burial": 43, "burst": 45, "bvb": 43, "bvd": 43, "bvp": 43, "bvpmin": 43, "bwooster": 45, "bypass": 44, "byte": [12, 25, 26, 27], "bytearrai": 12, "byteord": 12, "b\u00e9nit": [12, 140], "c": [12, 18, 19, 20, 22, 23, 24, 25, 26, 27, 30, 42, 43, 44, 114, 120, 126, 128, 144, 174, 191, 200, 209, 210], "c0": [12, 133], "c1": [12, 90, 133], "c2": [12, 90, 133], "c2chl": 43, "c2n": 41, "c3": [12, 133], "c4": [12, 133], "c5": [12, 133], "c6": [12, 133], "c_p": 44, "c_pressur": 42, "ca": [20, 43, 44], "cach": 26, "caco3": [43, 44], "calcium": 43, "calcul": [10, 12, 17, 22, 24, 28, 30, 41, 44, 63, 106, 107, 108, 111, 136, 200, 201, 202, 203, 204, 205, 218], "calibr": [12, 19, 124, 133, 135, 139, 142, 201, 202, 203, 204, 205, 233], "calkoen": [12, 165], "call": [1, 3, 4, 7, 11, 12, 17, 19, 28, 30, 32, 36, 37, 38, 39, 40, 44, 47, 48, 71, 82, 160, 179], "callabl": [0, 12, 17, 28], "can": [0, 7, 10, 11, 12, 13, 17, 19, 20, 22, 23, 24, 26, 28, 41, 42, 44, 45, 54, 60, 61, 62, 64, 79, 80, 81, 82, 85, 86, 90, 91, 100, 101, 103, 105, 111, 119, 120, 125, 127, 128, 129, 133, 139, 143, 144, 150, 166, 167, 173, 174, 184, 212, 221, 222, 225, 227], "candid": 12, "cannot": [12, 17, 19, 21, 26, 44, 48, 85, 86, 87, 91, 92, 93, 94, 95, 102, 129, 147], "canopi": [12, 43, 44, 144], "cantera": 44, "cao": 45, "capit": 12, "carbon": [41, 43], "care": 160, "carl": 43, "carlson": [12, 113], "carmo": 45, "caroli": [12, 130, 131], "carri": [12, 60, 61, 62, 64, 82, 95, 96], "cartesian": [12, 20, 44, 61, 62, 76, 78, 89, 98, 99, 101, 102, 147, 150, 161, 162, 163, 171, 196, 210, 221], "cartopi": [18, 20, 22, 23, 24, 25, 26, 27], "cartwright": [12, 113], "case": [5, 12, 13, 28, 42, 43, 44, 45, 54, 60, 61, 76, 79, 80, 81, 85, 86, 92, 96, 101, 112, 114, 119, 120, 122, 124, 127, 128, 129, 130, 131, 132, 133, 134, 139, 142, 144, 147, 150, 163, 167, 170, 171, 172, 181, 182, 183, 184, 192, 210, 217, 218, 221, 223, 224, 226, 227], "casefold": 12, "caseless": 12, "cat": [17, 18, 20, 24, 25, 27, 28], "catalog": [7, 12, 15, 18, 20, 25, 26, 27], "catalog_uri": [7, 12, 18, 20, 25, 27], "catalog_yaml": [7, 12], "caus": [1, 12, 17, 28, 43, 45, 128, 150], "cavaleri": [12, 194, 195, 200, 201, 202, 203, 204, 205, 209], "cax": 20, "cbar": 20, "cbar_kwarg": [25, 26, 27], "cbo9212010000": [12, 61], "cbo9212020000": [12, 61], "cbo9212030000": [12, 61], "cbp": [43, 44], "cc_full": 28, "ccm": [12, 21, 25, 26, 27, 73, 147, 221], "ccontrol": [12, 117], "ccr": [18, 20, 22, 23, 24, 25, 26, 27], "ccrm": 20, "ccw": [12, 21, 23, 24, 26, 27, 63, 170, 171, 172], "cd": [12, 20, 29, 42, 44, 140, 146, 194, 195], "cdb_max": 45, "cdb_min": 45, "cdcap": [12, 21, 25, 27, 150], "cdd": [12, 26, 84, 178], "cdfac": [12, 19, 27, 200, 201, 202, 203, 204, 205], "cdh": 44, "cdmax": 44, "cdmstr": 12, "cdom": 43, "cdot": 44, "cdp": 44, "cdrag": [12, 116, 117], "cds1": [12, 19, 194], "cds2": [12, 19, 21, 25, 26, 27, 145, 146, 195, 209], "cds3": [12, 19, 21, 145], "cdsv": [12, 19, 135, 136], "cdw": 42, "cdwin0": 42, "ceil": 20, "cell": [12, 17, 19, 107], "center": [12, 18, 30, 44, 45, 106, 107, 108], "centimet": 45, "centr": [12, 24, 221], "central": [12, 178, 182, 221], "centroid": 44, "cerco": 43, "certain": [12, 26, 74, 76, 77, 125], "cf": [20, 25, 26], "cf10": [12, 116, 117], "cf20": [12, 116, 117], "cf30": [12, 116, 117], "cf40": [12, 116, 117], "cf50": [12, 117], "cf60": [12, 117], "cfeatur": 20, "cfjon": [12, 19, 27, 72, 113], "cfl": [12, 84, 176, 177, 182], "cfpm": [12, 116, 117], "cfw": [12, 19, 21, 54, 112], "cgmod": [12, 111], "cgpp": [20, 30], "cgrid": [17, 21, 25, 27, 28, 49, 60, 74, 92, 127, 150, 160, 221, 234], "cgrid_contain_inpgrid": 12, "cgrid_read": [12, 49], "ch4": 43, "chang": [10, 12, 15, 17, 20, 28, 41, 44, 48, 79, 106, 115, 128, 146, 174, 184, 211, 212], "chapter": 26, "char": [12, 41, 42, 44], "charact": [12, 61, 87, 97, 149], "character": 102, "characterist": [12, 45, 122, 142, 144, 164, 168, 172, 217], "charnock": [30, 44], "charnockcoeff": [30, 44], "check": [12, 15, 18, 19, 30, 34, 44, 58, 67, 72, 122, 150, 196, 218], "check_catalog": [7, 12], "check_direction_definit": [12, 218], "check_fname_requir": [12, 67], "check_format_definit": [12, 211, 212], "check_frequency_definit": [12, 218], "check_length": [12, 196], "check_weight": 34, "checkout": [0, 12, 17, 20, 21, 25, 26, 27, 28], "chemic": 43, "chen": 44, "cheng": 45, "chesbai": 43, "chf": [12, 131, 132, 134], "child": 12, "chl": 43, "chlorophyl": 43, "choic": [12, 44, 82, 127, 163, 171], "choos": [10, 12, 44, 79, 82, 127, 147], "choosen": 24, "chosen": [12, 79, 82, 144, 164, 166, 168, 172, 220], "chunk": [20, 25, 26, 27], "chunksiz": [25, 26, 27], "circl": [12, 21, 25, 26, 27, 28, 65, 66, 67, 218], "circul": [12, 150], "cl": 34, "clabel": 20, "clam": 41, "class": [0, 5, 8, 13, 15, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 31, 32, 33, 34, 35, 36, 43, 44, 45, 47, 48, 50, 51, 54, 55, 56, 57, 58, 59, 68, 87, 88, 123, 160], "classic": 30, "classmethod": [12, 49], "clean": [11, 12], "clear": [12, 19, 200, 209], "clearli": 17, "cli": 20, "client": 26, "climat": [12, 200], "clinic": 44, "clip": [23, 24], "clockwis": [12, 23, 62, 101, 170, 171, 172], "clone": [0, 12, 17, 29], "close": [12, 17, 18, 20, 22, 26, 28, 42, 47, 60, 62, 124, 129, 226], "closur": 44, "cloudpathlib": [3, 12], "cm": [12, 20, 23, 24, 26, 43, 221], "cmap": [4, 12, 18, 20, 22, 23, 24, 25, 26, 27], "cmd": [12, 17, 21, 22, 23, 24, 26, 27, 28, 44, 47, 48, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 166, 167, 168, 169, 170, 171, 172, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 206, 207, 208, 209, 210, 211, 212, 214, 215, 217, 218, 219, 221, 222, 223, 224, 225, 226, 227], "cmdrow": 23, "cmocean": 26, "cn14": [19, 21], "cnl4": [12, 25, 26, 127], "co": [12, 20, 163, 164, 168, 171, 172, 197], "co2": [41, 43, 44], "coars": [12, 42, 60, 61, 62, 95, 96, 147, 176, 177], "coarser": [12, 60], "coast": [12, 18, 19, 129], "coastal": [12, 15, 32, 45, 114, 115, 120, 128, 138, 140, 141, 142, 144, 184, 189, 190, 191, 193, 209], "coastlin": [4, 8, 12, 20, 22, 23, 24, 25, 26, 27, 124], "cod": [43, 44], "code": [12, 15, 17, 22, 24, 28, 29, 30, 43, 44, 61, 150], "codec": 12, "coef": 43, "coeff": [42, 43, 44], "coeffcient": 43, "coeffic": 41, "coeffici": [12, 19, 28, 30, 41, 42, 43, 44, 45, 54, 109, 110, 112, 113, 116, 117, 121, 127, 128, 130, 131, 132, 133, 134, 135, 136, 137, 139, 140, 143, 144, 145, 146, 150, 164, 168, 172, 189, 192, 193, 194, 195, 196, 198, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 233], "coefficinet": 43, "coeffieci": 43, "coerc": 81, "coher": [12, 128], "cohes": 45, "coincid": [12, 60, 61, 62, 169, 171, 172], "col": [25, 26, 27], "col_wrap": [25, 26, 27], "cold": [12, 30, 43, 44, 130, 134], "colin": 19, "coll": [0, 12, 17, 140], "collard": [12, 135], "collect": [20, 26], "collin": [12, 19, 21, 54, 112], "collinear": [12, 140], "color": [20, 23, 24], "colorbar": [18, 20, 22, 23, 24, 26], "colormap": [23, 24], "colour": 20, "column": [12, 23, 24, 41, 42, 43, 44, 57, 99, 104, 200, 201, 202, 203, 204, 205, 207], "com": 29, "combin": [12, 15, 17, 19, 20, 26, 44, 85, 93, 101, 147, 209, 233], "combine_outha": 44, "combine_output11": 20, "combine_output11com": 20, "combining_script": 20, "comma": [12, 44, 61], "command": [12, 19, 26, 47, 48, 54, 58, 60, 61, 62, 63, 64, 65, 70, 71, 72, 73, 75, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 192, 193, 196, 197, 198, 199, 200, 206, 207, 208, 209, 210, 217, 220, 221, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237], "comment": [20, 43, 45, 97], "common": [12, 15, 17, 102], "common_tim": 12, "comp": [79, 80, 81], "comp_tauc": 45, "comp_w": 45, "compar": [12, 122, 128], "comparison": [12, 30, 44], "compart": 45, "compat": 104, "compgrid": [12, 25, 26, 27, 28, 71, 86, 87, 101], "compil": [12, 44, 82, 225, 227], "complement": 12, "complet": [12, 63, 208], "complex": [0, 12, 17, 19, 20, 28, 160, 190], "compoent": 17, "compon": [13, 15, 17, 20, 23, 24, 25, 28, 44, 45, 49, 50, 51, 52, 53, 56, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 211, 212, 217, 220, 221, 224, 228, 229, 230, 231, 232, 233, 234, 236], "componentunit": 26, "componet": [12, 48], "componpon": 28, "comput": [12, 18, 21, 23, 25, 26, 27, 28, 30, 43, 44, 45, 52, 54, 58, 60, 61, 62, 63, 64, 65, 66, 67, 70, 74, 76, 77, 80, 81, 82, 84, 85, 86, 87, 88, 89, 91, 92, 95, 96, 101, 102, 106, 107, 108, 111, 112, 114, 120, 122, 124, 125, 127, 128, 129, 130, 131, 132, 133, 134, 139, 140, 141, 142, 144, 147, 148, 150, 160, 163, 165, 166, 167, 170, 171, 172, 174, 178, 179, 180, 181, 182, 183, 184, 185, 186, 192, 196, 210, 217], "compute_nonstat": [12, 25, 70], "compute_stat": [12, 26, 27, 70], "con": 20, "conc": [43, 44], "concat": 27, "concaten": [12, 167], "concentr": [12, 41, 43, 44, 54, 130, 131, 132, 133, 134], "concept": 17, "concern": [12, 181, 182], "condit": [12, 21, 25, 27, 30, 43, 44, 45, 60, 61, 62, 64, 79, 80, 82, 103, 139, 142, 160, 163, 165, 166, 167, 171, 173, 174, 184, 189, 193, 221], "condition": [12, 85], "conf": [12, 25, 193], "conf_dict": 27, "config": [0, 11, 13, 17, 18, 19, 28, 160], "config_dict": 21, "configur": [0, 11, 12, 13, 15, 17, 19, 28, 127], "configura": 17, "configuraton": 17, "conform": [12, 44, 61, 62, 221], "confus": 28, "conigur": 28, "conjuct": 19, "conjug": 12, "connect": [8, 12, 17], "connector": 12, "connectscf_rol": 20, "consect": [43, 44], "consecut": [12, 61, 62], "conserv": [12, 44, 45, 127], "consid": [12, 13, 20, 28, 30, 44, 45, 65, 128, 139, 141], "consist": [0, 12, 15, 17, 19, 20, 26, 43, 44, 50, 51, 52, 53, 63, 72, 106, 136, 160, 192, 200], "consit": [30, 44], "const": [30, 42, 44], "constant": [12, 19, 20, 21, 23, 24, 25, 26, 27, 35, 41, 42, 43, 44, 45, 63, 72, 75, 78, 110, 113, 124, 129, 138, 150, 163, 164, 168, 172, 183, 198, 208, 218], "constantfil": [12, 63], "constantpar": [12, 21, 26, 27, 63], "constantunit": 20, "constitu": [20, 35], "constitut": 42, "constrained_0_1": [12, 207], "constrainedfloatvalu": 17, "constrainedstrvalu": 17, "constraint": [10, 12, 49, 60, 61, 62, 67, 69, 71, 75, 78, 82, 86, 87, 88, 89, 92, 93, 96, 97, 98, 99, 101, 102, 104, 107, 121, 124, 128, 130, 131, 132, 133, 134, 138, 149, 150, 163, 164, 166, 167, 168, 189, 192, 196, 200, 201, 202, 203, 207, 208, 211, 212, 214, 215, 218, 219], "construct": [17, 20, 160], "consum": 43, "contain": [12, 17, 28, 60, 61, 62, 67, 92, 99, 107, 163, 166, 167, 171, 212], "contains_rang": 12, "content": [12, 21, 23, 25, 27, 28, 41, 42, 43, 44, 45, 61, 160], "context": [0, 1, 3, 4, 11, 12, 17, 28, 32, 36, 37, 38, 39, 40, 47, 48, 71], "contigu": 23, "continu": [12, 30, 44, 45, 150, 160], "continuouspeakperiod": [30, 44], "contour": [20, 93, 102], "contrast": [12, 129], "contribut": [30, 43, 44, 45], "control": [12, 13, 17, 28, 44, 45, 86, 116, 117, 134, 139, 140, 141, 142, 150, 181, 182, 200], "contruct": 28, "conveni": [12, 15, 17, 18, 19, 69, 72, 92, 123, 126, 149], "convent": [12, 20, 21, 25, 26, 41, 42, 44, 76, 78, 82, 101, 102, 150, 211, 212, 221], "converg": [12, 44, 111, 184], "convers": [41, 43], "convert": [12, 43, 72], "convert_slic": 12, "convex": [8, 12, 15, 49], "convolut": [12, 111, 128], "cooki": 15, "cookiecutt": [0, 12, 15, 17, 28], "coor": [12, 65], "coord": [4, 12, 17, 18, 20, 25, 26, 27, 44, 47, 48, 65, 73, 89, 98, 99, 100, 101, 102, 147, 150, 161, 162, 196, 210, 211, 220, 221], "coordin": [4, 8, 9, 12, 20, 21, 22, 23, 24, 25, 26, 27, 28, 44, 47, 48, 49, 54, 60, 61, 62, 65, 73, 76, 89, 98, 99, 101, 102, 129, 150, 161, 162, 169, 171, 172, 196, 210, 211, 220, 221], "coordinate_system_flag": 20, "coordinatestandard_nam": 20, "copi": [3, 12, 17, 27], "cor": 44, "cordin": 44, "core": [11, 17, 20, 21, 22, 23, 24, 25, 26, 27, 41, 43, 44, 45, 71], "coricoef": 44, "corioli": [20, 44], "corner": [12, 57, 61, 62, 89, 122, 124, 196], "correct": [12, 44, 45, 192], "correctli": [12, 26, 129, 218], "correl": [12, 128], "correspond": [12, 23, 44, 45, 106, 121, 146, 150, 178, 179, 182], "cos2": [12, 165], "cosin": 44, "could": [1, 12, 17, 19, 20, 26, 28, 42, 61, 89, 200, 209], "count": 12, "counter": [12, 200, 201, 202, 203], "counteract": [12, 179], "counterclockwis": [12, 62, 101, 150, 171, 172], "coupl": [12, 17, 30, 44, 138, 200], "courant": [44, 79], "courant_weno": 44, "cours": [12, 44, 61, 62], "covari": 44, "cover": [12, 44, 62], "cpp": [20, 30, 44], "cr": [18, 20, 22, 23, 24, 25, 26, 27], "crai": [12, 61], "creat": [12, 17, 19, 20, 21, 22, 23, 24, 25, 26, 28, 44, 45, 60, 62, 101, 138, 167, 211, 212], "crest": [12, 127, 189], "criteria": [12, 43, 84, 174, 181, 184], "criterion": [12, 45, 122, 174, 181, 182, 184], "critic": [12, 43, 45, 139, 191], "crop": [4, 12, 17, 20, 25, 26, 27, 47, 48], "crop_data": [1, 4, 12, 20, 25, 26, 27, 32, 33, 35, 36, 47, 48], "crop_filt": 12, "crop_grid": 26, "cross": [12, 30, 44, 54, 122, 128], "csh1": [12, 19, 21, 25, 26, 127], "csh2": [12, 19, 21, 25, 26, 127], "csh3": [12, 19, 21, 25, 26, 127], "csigma": [12, 25, 27, 84], "csiro": [18, 19, 21, 25, 26, 27, 46], "css": [12, 84, 182], "cstation": 41, "csxfdgt9ombx13niz084wnpmzjapidjarzszdof8n8cdbmkqttu4wl524tjurdja0al9blydomdr": 20, "ctb": [12, 143], "ctbhul1iqo3h1piis2jaojkiwvmnykbvugwbg51iqodrpethlgjaaue7gkbgykd": 20, "ctheta": [12, 25, 27, 54, 84, 176], "cticker": 20, "cubic": [30, 44], "cur_wwm": 44, "curent": 46, "curr": 20, "current": [12, 17, 19, 20, 21, 23, 24, 28, 30, 44, 45, 54, 56, 87, 116, 117, 127, 128, 143, 145, 150, 164, 168, 172, 176, 177, 178, 182, 186], "curryn": [20, 30], "curv": [12, 25, 27, 41, 43, 49, 54, 60, 71, 103, 104, 165, 184], "curvat": [12, 25, 26, 27, 84, 184], "curvatur": [12, 184], "curvilinear": [12, 21, 26, 49, 60, 61, 62, 69, 85, 92, 102, 170], "custom": 17, "cut": [12, 30, 42, 44, 150, 165], "cutfr": [12, 25, 139, 141], "cutoff": [12, 20, 35, 106, 107, 108], "cutoff_depth": [20, 35], "cutter": 15, "cxtbnccm2wjnbbu2wagc8vjbfjba": 20, "cyanobacteria": 43, "cycl": [12, 61, 146, 200, 201, 203, 204, 205], "c\u03b8": [12, 177], "d": [1, 4, 12, 15, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 37, 40, 44, 45, 60, 113, 115, 126, 136, 150, 163, 171, 189, 200, 217, 219], "d0": [44, 45], "d1": 43, "d15": [12, 131], "d2": 43, "d50": [44, 45], "dab": [12, 25, 26, 27, 84, 184], "dahv": [20, 30], "dai": [11, 12, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 41, 43, 44, 45, 61, 74, 76, 77, 80, 86, 94, 103, 104, 179, 222, 223, 226, 227], "dalrympl": [12, 144], "dam": [12, 122, 189, 192, 193, 196], "damgaard": 45, "damp": [12, 120, 144], "dangremond": [12, 122], "dask": [20, 25, 26, 27], "dat": [20, 30, 44, 82], "data": [0, 1, 15, 17, 18, 19, 21, 22, 23, 24, 25, 27, 28, 30, 44, 47, 50, 51, 63, 88, 94, 95, 96, 97, 101, 102, 103, 104, 106, 112, 114, 130, 133, 134, 150, 191], "data1": 26, "data_blob": [3, 12, 20], "data_grid": [4, 12, 20, 25, 26, 27, 48], "data_interfac": [25, 26, 27, 51], "data_slic": 12, "data_source_typ": [12, 48], "data_typ": [20, 22, 23, 24, 26, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40], "data_var": 12, "dataarrai": [12, 17, 20], "databas": [20, 35], "datablob": [12, 20], "databoundari": 17, "datadir": [22, 23, 24, 26], "datafram": [12, 23, 24], "datagrid": [12, 17], "datainterfac": [12, 25, 26, 27], "datamesh": 12, "dataset": [1, 2, 4, 5, 6, 7, 12, 15, 17, 18, 20, 23, 24, 25, 26, 27, 28, 32, 34, 35, 37, 40, 47, 48, 49], "dataset_id": [7, 12, 18, 20, 25, 27], "datasetcoord": [4, 12, 25, 26, 27, 47, 48], "datasetdimens": [20, 22, 23, 24, 25, 26, 27], "datasetintak": [17, 18], "datasetwavespectra": 17, "datasetxarrai": [17, 28], "datasourc": [12, 26], "datasourcemixin": 15, "datatim": [22, 23, 24, 81], "date": [12, 15, 17, 22, 24, 54, 61], "date_format": [23, 24], "date_rang": [12, 17], "datetim": [11, 12, 17, 20, 21, 22, 23, 24, 25, 26, 27, 81, 222, 223, 224, 225, 226, 227], "datetime64": [20, 22, 23, 24, 25, 26], "datetimeindex": [20, 22, 23, 24, 25, 26], "datum": 93, "dcta": [12, 140], "dd": [12, 21, 26, 27, 63, 164, 168, 172, 222, 227], "ddens": 45, "ddpakp8arlb6mscqunulyymzwjsatnk6rjpawfycm": 20, "de": [12, 119, 127, 130, 131, 189, 190], "deactiv": [12, 25, 27, 72, 125, 126], "deactivate_phys": [12, 72], "deal": [11, 12, 17, 44], "dean": 44, "debia": [12, 19, 27, 200, 202, 204, 205], "debias_only_with_hwang": [12, 200, 201, 202, 203, 204, 205], "debug": [44, 45], "decai": [12, 43, 44, 113, 116, 117, 137], "decid": 44, "decim": [12, 43, 97, 101], "decimet": [12, 48, 211, 212], "declar": 160, "declarativemodel": 25, "declarativerun": 25, "declarit": 17, "decoupl": [30, 44], "decreas": [12, 45, 119], "deep": [12, 19, 44, 127, 165, 209], "deepcopi": 27, "deeper": [12, 44, 192], "deepest": [12, 129], "def": [12, 17, 20, 21, 22, 23, 24, 26, 27, 28], "defalt": 20, "default": [12, 17, 19, 20, 21, 23, 25, 26, 27, 30, 34, 42, 44, 45, 47, 49, 60, 61, 62, 64, 74, 76, 85, 86, 93, 97, 101, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 149, 150, 164, 168, 171, 172, 174, 176, 177, 178, 179, 180, 181, 182, 183, 184, 190, 191, 192, 193, 194, 195, 197, 198, 200, 201, 202, 203, 204, 205, 208, 209, 223, 226, 227], "default_templ": 17, "defin": [1, 4, 7, 10, 12, 15, 17, 19, 20, 21, 25, 26, 27, 30, 32, 33, 35, 36, 37, 38, 39, 40, 44, 45, 47, 48, 60, 62, 63, 69, 71, 74, 80, 81, 87, 88, 89, 91, 92, 93, 95, 96, 98, 99, 100, 101, 102, 103, 106, 112, 114, 120, 122, 123, 124, 126, 130, 131, 132, 133, 134, 138, 140, 141, 142, 144, 149, 150, 160, 169, 184, 196, 217, 218, 221, 233], "definetc": [20, 30], "definit": [12, 15, 19, 20, 25, 26, 27, 30, 66, 91, 95, 101, 124, 135, 150, 200, 201, 202, 203, 204, 205, 235, 237], "deform": 44, "deg": [20, 22, 23, 24, 26, 27, 79], "degesdn_uom_nam": 26, "degnsdn_uom_nam": 26, "degr": [22, 24, 25, 26, 30, 42, 44], "degrad": 20, "degre": [9, 12, 20, 22, 23, 24, 25, 26, 27, 28, 44, 49, 54, 61, 62, 76, 78, 89, 98, 99, 102, 134, 161, 162, 163, 164, 168, 171, 172, 189, 196, 210, 217, 218, 221], "degreearrai": [22, 23, 24, 25, 26, 27], "degreedata_typ": [22, 23, 24, 26], "degrees_east": [22, 23, 24, 25, 26], "degrees_eastarrai": [22, 24, 26], "degrees_eastaxi": 26, "degrees_eastlong_nam": [25, 26, 27], "degrees_eastmesh": 20, "degrees_north": [22, 23, 24, 25, 26], "degrees_northarrai": [22, 24, 26], "degrees_northaxi": 26, "degrees_northlong_nam": [25, 26, 27], "degrees_northmesh": 20, "degreesstandard_nam": [25, 26], "delai": 41, "delet": 12, "delft": [12, 45, 190], "deliber": 28, "delimit": 12, "delin": 42, "delt": [12, 21, 25, 27, 69, 70, 71, 74, 76, 77, 79, 80, 81, 85, 86, 88, 94, 103, 104, 179, 223, 226, 227], "delt_float": [12, 222], "delta": [12, 19, 44, 58, 146, 194], "delta_min": 42, "delta_pm": [12, 116, 117], "deltaz": 41, "deltblk": [12, 25, 26, 27, 71, 86, 104, 226, 227], "deltc": [20, 25, 30, 79, 80], "deltc_out": [20, 30], "deltfmt": 21, "deltinp": [12, 21, 69, 74, 76, 77], "deltnst": 94, "deltspc": [25, 26, 27, 103], "delttbl": [12, 25, 26, 27, 71, 104, 223], "demand": 43, "demo": [17, 20, 28], "demo_config": 20, "demonstr": [13, 19, 26], "denit": 43, "denitrif": 43, "denitrifc": 43, "denomin": 12, "densiti": [12, 22, 24, 30, 43, 44, 45, 54, 56, 79, 94, 103, 105, 116, 117, 119, 120, 144, 150, 173, 174, 184], "densityh": 20, "dentrif": 43, "deomonstr": 17, "dep": 93, "dep_typ": 93, "depdenp": 43, "depend": [12, 20, 22, 24, 26, 41, 43, 44, 54, 82, 115, 134, 137, 144, 146, 150, 163, 171, 172, 183, 189, 192, 193, 194, 196, 206, 207, 212], "dependec": 43, "depmin": [12, 21, 25, 26, 27, 150], "deposit": [43, 44, 45], "depth": [4, 12, 17, 18, 20, 27, 28, 30, 35, 42, 44, 47, 48, 54, 71, 79, 86, 93, 102, 106, 107, 108, 109, 110, 127, 128, 129, 143, 150, 178, 182, 219], "depth_c": 20, "depth_ice_fct": 42, "depthaveragevelx": 44, "der": [12, 19, 135, 145, 184, 189, 209], "deriv": [12, 17, 20, 25, 26, 27, 45, 113, 143, 184], "derived_filt": 12, "derived_vari": 12, "derived_variable_definit": 12, "derived_variable_nam": 12, "describ": [12, 17, 26, 106, 130, 160], "descript": [12, 17, 19, 23, 26, 43, 130, 136, 200, 209], "descriptor": 17, "desir": [12, 23, 106, 107, 108], "destdir": [1, 3, 4, 12, 20, 22, 23, 24, 26, 31, 32, 33, 34, 35, 36, 47, 48], "destin": [1, 3, 4, 12, 32, 33, 34, 35, 36, 47, 48, 104], "detail": [1, 12, 17, 28, 44, 105, 106, 107, 108, 130, 146], "determin": [12, 17, 101, 102, 104, 116, 117, 124, 133, 146, 174, 179, 184, 193, 194, 195], "determinist": [12, 191], "detriu": 43, "deutch": [12, 113], "dev": [20, 45], "develop": [12, 20, 28, 44, 146, 195], "developiong": 28, "deviat": [12, 45, 127, 164, 168, 172, 214], "dewit": [12, 140, 141, 142], "df": [12, 20, 23, 24, 25, 26, 138, 218], "dfh0": 44, "dfmt": [12, 25, 26, 27, 69, 70, 71, 74, 76, 77, 79, 80, 85, 86, 88, 94, 103, 104, 179, 222, 223, 226, 227], "dfrac": 43, "dfv0": 44, "dhoval": [12, 174], "dhsign": [12, 54], "dia": [10, 12, 127], "diabl": 44, "diagenesi": 43, "diagnost": [41, 44], "diagnot": 44, "diamet": [12, 44, 45, 115, 133, 144], "diamtr": [12, 144], "diatom": [41, 43], "dict": [2, 6, 7, 12, 19, 20, 22, 23, 24, 25, 26, 27, 28, 36, 40, 47, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 76, 77, 79, 80, 81, 84, 85, 86, 88, 91, 94, 95, 103, 104, 105, 107, 116, 117, 118, 122, 123, 124, 126, 127, 133, 147, 160, 169, 174, 179, 184, 200, 210, 217], "dictionari": [12, 15, 17, 28], "diff": 44, "differ": [1, 12, 17, 19, 23, 26, 27, 30, 44, 45, 54, 61, 76, 82, 106, 107, 108, 122, 127, 150], "differnec": 28, "diffmax": 20, "diffmin": 20, "diffract": [12, 25, 27, 72, 128, 144, 183], "diffus": [12, 30, 43, 44, 45, 85, 178, 179, 182, 197], "digit": 12, "dim": [12, 17, 20, 21, 25, 26, 27, 43, 73, 103, 148], "dimens": [12, 20, 22, 23, 24, 25, 26, 27, 43, 44, 45, 207, 221], "dimension": [12, 94, 130, 137, 148], "dimensionalmesh": 20, "dimensionless": [12, 54, 109, 116, 117], "dir": [12, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 54, 63, 71, 78, 86, 104, 164, 168, 172], "dir1": [12, 21, 25, 27, 218], "dir2": [12, 21, 25, 27, 218], "dir_sector": [12, 218], "direact": 30, "direct": [9, 12, 21, 22, 23, 24, 26, 27, 30, 44, 49, 54, 60, 61, 62, 63, 65, 66, 74, 76, 78, 84, 85, 89, 92, 98, 101, 102, 106, 107, 108, 121, 127, 147, 150, 163, 164, 165, 168, 170, 171, 172, 174, 176, 177, 184, 188, 197, 207, 210, 217, 218], "direction_convent": [12, 21, 25, 26, 27, 73, 150], "directional_convent": [25, 26], "directli": [12, 17, 20, 28, 44, 68, 87, 88, 150, 234], "directori": [1, 3, 4, 11, 12, 17, 32, 33, 34, 35, 36, 47, 48], "directort": 17, "dirimpl": [12, 25, 26, 27, 84], "dirpandasindexpandasindex": [22, 23, 24, 25, 26, 27], "disabl": [30, 45], "disbot": [12, 54], "discard": 12, "discharg": 35, "discourag": 43, "discret": [12, 30, 44, 218], "discretepeakdirectio": [30, 44], "discretis": 45, "discrimin": [1, 2, 3, 4, 5, 6, 7, 10, 12, 19, 26, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 47, 48, 50, 51, 52, 53, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "discriminated_union": 19, "discriminator_kei": 19, "disic": [12, 54], "dismud": [12, 54], "dispers": [12, 44, 141, 191], "displai": [22, 23, 24, 25, 26, 27], "dissert": [12, 190], "dissip": [12, 30, 44, 54, 58, 109, 110, 113, 116, 117, 121, 130, 131, 132, 133, 134, 135, 136, 137, 143, 144, 145, 146, 194, 195, 200, 209], "dissolut": [41, 43], "dissolv": 43, "dissulut": 43, "dissurf": [12, 54], "disswel": [12, 54], "dist": [12, 54, 171, 172], "dist_thr": [12, 49], "distabl": [30, 44], "distanc": [8, 12, 22, 23, 24, 49, 54, 61, 62, 85, 89, 98, 99, 102, 171, 172, 210, 220, 221], "distancebetween": [12, 128], "distinct": 82, "distinguish": [12, 45, 149], "distribut": [12, 44, 45, 61, 62, 86, 104, 130, 133, 138, 140, 144, 164, 165, 168, 172, 218], "disveg": [12, 54], "diswcap": [12, 54], "diverg": [42, 44], "divid": [12, 86, 144], "divis": 22, "dkx": [12, 107], "dky": [12, 107], "dlwrf": 44, "dlwrf_name": 39, "dm": [20, 30], "dn": [41, 44], "dn2c": 43, "dnvghjqgloxpva7gja9tiuafn4ykauzwjqjeriqpfc3zl1awnavtest94dy0dcesh3": 20, "do": [12, 13, 17, 20, 22, 24, 26, 28, 34, 43, 60, 61, 62, 82, 169, 171, 172, 211, 212], "dobl": [12, 130, 131], "doc": [12, 43, 44], "docker": [18, 25, 26, 27], "docstr": [11, 12, 17, 19, 21, 26, 28], "doctor": [12, 190], "document": [1, 13, 17, 41, 42, 43, 44, 45, 106, 107, 108, 111, 116, 117, 130, 133, 146, 177, 192], "document_librari": 20, "doe": [12, 20, 23, 24, 42, 44, 61, 111, 137, 142, 150], "doer": [12, 191], "doesn": [17, 26], "doesnt": 20, "dom": 43, "domain": [8, 12, 17, 22, 23, 24, 28, 41, 44, 65, 79, 85, 107, 124, 129, 147, 170, 210], "domin": [12, 30, 44, 79, 111], "dominantdirect": [30, 44], "don": [43, 44], "done": [12, 17, 18, 25, 44, 111], "donelan": 44, "dop": [43, 44], "doubl": [19, 43, 44], "down": [12, 20, 30, 41, 42, 44, 111, 200, 201, 202, 203, 204, 205], "downmesh": 20, "downstream": 17, "downward": [12, 30, 39, 44, 124], "downward_longwav": 30, "downwardlongwav": 44, "dox": [43, 44], "dp": 20, "dpeak": [20, 30], "dpf5iqbvd4xlla2ja0idbcp53ykdotflfz39iqf3swvxjimjalyrzwcntyka": 20, "dpm": [22, 23, 24, 26], "dpt": [22, 23, 24, 25, 26, 27], "dr_dx": 44, "dr_dy": 44, "drag": [12, 19, 20, 21, 25, 26, 27, 44, 45, 72, 116, 117, 118, 144, 150, 194, 195, 200, 201, 202, 203, 204, 205, 209], "drag_formul": 45, "dramp": [30, 44], "dramp_ss": 44, "drampbc": 44, "drampwafo": [30, 44], "drampwind": [30, 44], "draw": 20, "dredg": 45, "drel": [12, 25, 26, 27, 84, 174, 184], "drift": 44, "driver": [15, 17], "drol": [30, 44], "drop": [24, 25, 26], "drop_dupl": [25, 26], "drtm01": [12, 54], "drwxrwxr": 18, "dry": [20, 43, 44, 45, 101], "dry_slope_cr": 45, "dry_value_flag": 20, "ds_spec": [12, 49], "dsb": 20, "dset": [12, 22, 23, 24, 26, 27], "dset_to_swan": 12, "dsgrid": [25, 26, 27], "dsi": [41, 44], "dspec": [25, 26, 27], "dspr": [12, 20, 21, 23, 24, 26, 27, 28, 30, 54, 63, 217], "dspr_type": [12, 21, 26, 27, 217], "dswrf_name": 39, "dt": [12, 20, 25, 27, 44, 81, 222, 227], "dt_ice": 42, "dtb_max": 44, "dtb_min": 44, "dtheta": [12, 218], "dtoval": [12, 174], "dtv8onsc0m7ucgtq2wmtstijpfjbagejyitxmnscdbqkcxgs2wov9i": 20, "dtype": [8, 12, 20, 22, 23, 24, 25, 26, 27, 207], "du": 44, "dubarbi": 45, "due": [12, 17, 18, 20, 43, 44, 45, 54, 105, 106, 111, 115, 120, 128, 140, 141, 142, 144, 145, 176, 177, 209], "dummi": [17, 26], "dump": [12, 20, 21, 28, 45, 120, 144], "dump_input": [21, 28], "dump_templ": [21, 28], "durat": [11, 12, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 222, 227], "dure": [12, 15, 45, 74, 76, 77, 79, 106, 111, 113, 129, 150], "dv": 44, "dvd": 44, "dvd_1": 44, "dvu0wb4m8dzdadxavmm3i": 20, "dws_poc": 43, "dx": [9, 12, 17, 18, 20, 22, 23, 24, 26, 44, 49, 210], "dxinp": [12, 21, 69, 76], "dy": [9, 12, 17, 18, 22, 23, 24, 26, 49, 210], "dyinp": [12, 21, 69, 76], "dynam": [12, 43, 80, 81, 140, 223, 224, 226, 227], "dz": 44, "dz_flux": 43, "dzb": 44, "dzb_decai": 44, "dzb_decayyn": [20, 30], "dzb_min": [44, 45], "e": [2, 11, 12, 15, 17, 20, 24, 28, 29, 30, 42, 43, 44, 45, 54, 61, 62, 74, 76, 77, 79, 82, 96, 101, 102, 106, 110, 113, 116, 117, 121, 127, 129, 130, 133, 134, 135, 136, 137, 149, 150, 160, 163, 170, 171, 179, 181, 182, 185, 186, 194, 200, 201, 202, 203, 204, 205, 206, 211, 212, 221, 225, 227], "e0": 45, "e1": 43, "e3": 44, "e5": 44, "e6": 44, "e_max": [12, 138], "each": [12, 13, 15, 17, 20, 21, 23, 26, 34, 35, 40, 43, 44, 45, 46, 51, 69, 71, 102, 103, 104, 105, 106, 108, 124, 127, 144, 150, 160, 163, 171, 197, 210, 211, 212], "eampl": 20, "earli": 15, "earlier": [12, 140], "earliest": 101, "earth": 44, "easi": 17, "easier": 17, "easiest": 44, "easili": [12, 178, 182], "east": [12, 59, 124, 150, 170, 221], "eastarrai": 26, "eastsdn_uom_urn": 26, "eastward_windlong_nam": [25, 26], "easymesh": [12, 67, 96], "ech_uorb": 45, "ecmw": 26, "ecmwf": [12, 26, 200, 201, 203, 204, 205], "eco_1": 44, "eco_class": 44, "ecosim": 44, "ecosystem": 15, "ed": 27, "eddi": [30, 44], "edg": [12, 20, 192], "edge_bottom_index": 20, "edge_node_connectivitystart_index": 20, "edgecolor": [18, 20, 22, 23, 24, 26], "edgestandard_nam": 20, "edgestart_index": 20, "edgeunit": 20, "ediso": 43, "edmlpm": [12, 116, 117], "edsvykaaqzi": 20, "edu": 20, "effect": [12, 43, 44, 45, 63, 85, 120, 122, 124, 128, 130, 143, 144, 150, 179, 192, 193, 196], "effici": [12, 43, 44, 127], "effort": [17, 28], "efrac": 43, "efth": [22, 23, 24, 25, 26, 27], "either": [1, 3, 7, 12, 15, 17, 26, 28, 48, 61, 62, 71, 82, 85, 103, 124, 127, 129, 148, 160, 169, 170, 218], "el": 96, "elabor": 44, "elad": 44, "eldeberki": [12, 139, 140, 141, 142], "ele_bottom_index": 20, "elem": [20, 30, 43, 44], "elemdata_vertical_cent": 20, "element": [20, 43, 44, 45], "elementunit": 20, "elemstart_index": 20, "elev": [12, 18, 20, 25, 26, 27, 30, 35, 44, 78, 106, 107, 108, 189, 192, 193], "elev2d": [20, 33], "elev_": 20, "elev_nudg": 44, "elfrink": 45, "elfrink_filt": 45, "elgar": 45, "elif": 20, "ellips": 42, "ellipsoid": 44, "ellipt": 42, "elm": 44, "els": [12, 20, 28], "emin": [12, 138], "empir": [12, 113, 130], "emploi": [12, 85, 106, 184, 191], "empti": 12, "emycrmjapua3cfc": 20, "en": [8, 12, 15, 49], "enabl": [1, 12, 30, 44, 45, 47, 79, 97], "encod": [12, 20], "encount": [12, 22, 24, 61, 62, 150, 212], "encourag": [12, 121], "end": [11, 12, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 42, 45, 79, 82, 83, 102, 124, 147, 170, 212, 223, 226], "endian": 82, "endif": 21, "endswith": 12, "energi": [12, 30, 44, 54, 55, 103, 111, 116, 117, 124, 127, 130, 133, 138, 143, 144, 146, 147, 150, 164, 168, 172, 174, 184], "enforc": 44, "eng": [12, 120], "engin": [12, 22, 23, 24, 28, 45, 114, 115, 138, 141, 142, 144, 149, 184, 189, 191, 193, 209], "engng": 19, "enhanc": [12, 43, 44, 145, 215, 219], "enk": [12, 113], "enough": [1, 17], "ensur": [12, 19, 23, 26, 44, 51, 69, 71, 81, 87, 160, 202, 207], "ensure_equal_s": [12, 89, 98, 102, 171, 172], "ensure_unique_grid_typ": [12, 69], "ensure_unique_var": 51, "ensure_z1_in_data_var": [12, 48], "enter": [12, 82, 147], "entir": [12, 17, 19, 20, 25, 28, 82, 107, 160, 200, 209], "entri": [15, 41, 42, 44, 81, 105], "enum": 160, "enumer": 20, "env": 12, "environ": [12, 28], "eos_a": 44, "eos_b": 44, "eporo": 43, "eps1_tvd_imp": 44, "eps2": [12, 84, 181, 182], "eps2_tvd_imp": 44, "epsg": 20, "epsilon1": 44, "epsilon2": 44, "epsilon3": 44, "eq": [12, 42, 111, 121, 139, 142, 177, 200, 201, 202, 203, 204, 205], "equal": [12, 20, 42, 54, 61, 62, 66, 122, 150, 164, 166, 168, 172, 192, 206, 221], "equat": [12, 44, 45, 106, 138, 179, 191], "equidist": 89, "equival": [12, 45, 114], "era": 26, "era5": [18, 20, 25, 26, 27], "era5_wind10m": 18, "erat": 45, "ero": 43, "eros": [43, 44, 45], "erosion": 45, "error": [12, 17, 19, 20, 44, 92, 150], "ery3wlerf": 20, "es4uzxbiqmwdjbd9swjakv": 20, "esmf": 44, "especi": [44, 82], "essenti": 45, "establish": [12, 15, 121], "estim": [12, 130, 134, 193], "estuari": [12, 44, 129], "et": [12, 44, 45, 113, 114, 115, 121, 124, 131, 132, 133, 134, 135, 136, 137, 139, 140, 142, 144, 189, 194, 200, 201, 202, 203, 204, 205], "eta": [20, 44], "etau": 43, "etc": [12, 28, 30, 44, 74, 76, 77, 79, 82, 104, 160, 189, 193], "ethconst": [20, 35], "etot": [12, 111], "euler": 44, "evalu": [12, 15, 115], "evap": 44, "evapor": [30, 44], "evaporationr": 44, "even": [28, 30, 44], "evenli": [8, 12], "event": 43, "everi": [12, 20, 26, 30, 44, 111], "everywher": 44, "evolut": [12, 45, 128, 138, 145, 191], "evp": 42, "evp_rheol_step": 42, "ew": [12, 113], "ex": [12, 18, 20, 25, 26, 27, 167], "exact": 160, "exactli": [12, 20, 221], "examin": [17, 21], "exampl": [10, 15, 17, 18, 19, 22, 23, 24, 28, 29, 44, 50, 51, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 126, 127, 129, 130, 131, 132, 133, 134, 135, 136, 137, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 181, 182, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "example_declar": 25, "example_procedur": 26, "example_sensit": 27, "exc": [12, 17, 25, 26, 27, 28, 30, 49], "exce": [12, 45, 119], "exceed": [12, 21, 45, 180, 183, 200, 201, 202, 203, 204, 205], "except": [1, 12, 13, 17, 19, 20, 21, 22, 24, 60, 65, 69, 74, 76, 77, 101], "excess": [12, 84, 176, 177], "exchang": [12, 44, 111], "excret": [41, 43], "excurs": [30, 44], "excv": [12, 25, 27, 71, 100, 101], "excval": [12, 21, 69, 74, 76, 77], "execut": [11, 12, 28, 29, 160], "exemplifi": 26, "exist": [7, 12, 15, 18, 20, 22, 23, 24, 28, 49, 71, 146, 195, 222, 225, 227], "exist_ok": [17, 20, 22, 23, 24], "exit": [17, 44], "exlan": 17, "exner": 45, "expand": [12, 15], "expandtab": 12, "expect": [8, 12, 17, 19, 20, 22, 24, 30, 45, 66, 101], "expens": 44, "experi": [12, 27, 44, 111, 114, 121, 130, 133, 142, 183, 191, 193], "experiment": [12, 144], "explain": [12, 150], "explan": [11, 12, 17], "explicit": [12, 127], "explicitli": [12, 19, 23, 26, 71, 73], "explor": 28, "exponenti": [12, 116, 117], "expos": 20, "express": [12, 44, 106, 107, 108, 112, 113, 114, 115, 138, 139, 214], "extend": [17, 20], "extens": [20, 88, 96], "extent": [15, 17], "exter": [0, 12, 17], "extinct": [41, 43], "extra": [12, 17, 44, 111], "extra_data": [17, 21, 26], "extract": [4, 12, 17, 32, 36, 47, 48, 93], "extrap": [20, 30, 44], "extrapol": [30, 44], "extrapyn": [20, 30], "f": [12, 20, 22, 23, 24, 25, 26, 27, 28, 30, 43, 124, 126, 135, 142, 190, 200, 201, 202, 203, 204, 205, 218], "f0": 10, "f1": 10, "f6hgywmxkd3r9hdla": 20, "f8": 20, "f90": [43, 44, 45], "f_": 10, "fabm": 44, "fac": [12, 18, 20, 21, 25, 26, 27, 48, 65, 69, 74, 76, 77, 211, 212], "face_node_connectivitystart_index": 20, "facecolor": 20, "facestandard_nam": 20, "fact": [12, 20, 63], "factor": [12, 22, 24, 30, 35, 41, 43, 44, 45, 121, 128, 136, 140, 141, 142, 143, 192, 200], "fail": 40, "fail_if_miss": [20, 40], "failur": 12, "fairal": 44, "fairli": [12, 44, 106], "faithfulli": 20, "fals": [12, 15, 19, 20, 21, 25, 26, 27, 80, 86, 140, 143, 145, 147, 192, 194, 195, 200, 207, 209], "fan": [12, 19, 27, 200, 201, 202, 203, 204, 205], "far": 44, "fashion": 15, "fast": [12, 20, 108], "faster": 82, "fastest": 79, "fatal": 20, "fb": [12, 107], "fclam": 41, "fcm": 43, "fcp": 43, "fct": 42, "fddn": 41, "fdn": 41, "fdsi": 41, "featur": [15, 20, 28], "feature_artist": 20, "featureartist": 20, "feb": [12, 226], "fecal": 44, "feco": 44, "feddersen": 44, "feedback": 44, "feir": [12, 54], "fes2014": 44, "fesom": 42, "feswel": [12, 19, 136], "fetch": [0, 12, 17, 20, 145, 165], "few": [20, 28, 44, 45], "ffffff": [12, 222, 227], "fft": [12, 106, 108], "fhigh": [12, 21, 25, 26, 27, 65, 66, 67, 150, 218], "fhpiqouujhhohwjalvc8v3aqykdurktwfk1iqmqlfn48n2ja5ey6s0ovykdks2aca1niqc72yrfl": 20, "fi": [12, 218], "fib": 44, "fib_1": 44, "field": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 17, 19, 20, 26, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 56, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "field_typ": [22, 23, 24, 26], "fieldinfo": 26, "fifth": [12, 205], "fig": [12, 18, 20, 22, 23, 24, 25, 26, 123, 124], "fignam": 20, "figsiz": [4, 8, 12, 18, 20, 22, 23, 24, 25, 26], "figur": [17, 18, 20], "file": [1, 3, 4, 6, 7, 11, 12, 13, 15, 17, 18, 19, 22, 23, 25, 26, 27, 28, 30, 32, 33, 35, 36, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 57, 60, 61, 62, 63, 65, 67, 70, 71, 73, 74, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 149, 150, 160, 163, 166, 167, 171, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 192, 193, 196, 197, 198, 199, 206, 207, 208, 210, 211, 212, 234], "file_typ": [12, 24], "filenam": [12, 15, 20, 22, 23, 24, 47, 104], "filesystem": 15, "filewind": [20, 30], "filipot": [12, 135], "fill": [0, 12, 17, 28], "fill_valu": 12, "fillchar": 12, "filter": [1, 4, 5, 15, 17, 18, 20, 25, 26, 27, 32, 33, 35, 36, 44, 45, 47, 48, 111], "filter_grid": [4, 12, 47, 48], "filter_tim": [4, 12, 32, 36, 40, 47, 48], "filterwarn": [20, 22, 23, 24, 25, 26, 27], "filtrat": 41, "final": [12, 15, 17, 44, 70, 79, 106, 128, 176, 177], "finc": 10, "find": [12, 49], "find_templ": 12, "fine": [41, 42, 44, 45], "finer": 42, "finit": [12, 127], "first": [12, 17, 20, 25, 26, 45, 54, 61, 62, 63, 79, 89, 99, 101, 102, 105, 106, 109, 116, 129, 139, 142, 163, 166, 167, 171, 172, 175, 178, 182, 201], "fit": [12, 19, 106, 194, 195, 209], "five": [12, 57], "fix": [12, 17, 18, 20, 104, 106, 160, 185, 192, 196, 211, 212], "flag": [20, 30, 35, 42, 43, 44], "flag_fib": 44, "flag_ic": 44, "flag_ic__1": 44, "flag_ic__10": 44, "flag_ic__11": 44, "flag_ic__12": 44, "flag_ic__2": 44, "flag_ic__3": 44, "flag_ic__5": 44, "flag_ic__6": 44, "flag_ic__7": 44, "flag_ic__8": 44, "flag_ic__9": 44, "flat": [25, 26], "flen": 10, "flexibl": [12, 28, 144], "flip": 20, "fllu": [30, 44], "float": [4, 8, 9, 10, 12, 17, 19, 20, 23, 26, 30, 35, 40, 47, 48, 49, 61, 62, 65, 74, 75, 76, 77, 78, 86, 89, 93, 98, 101, 102, 104, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 124, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 150, 162, 164, 168, 171, 172, 174, 176, 177, 178, 181, 182, 183, 184, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 200, 201, 202, 203, 204, 205, 206, 208, 209, 210, 211, 212, 214, 215, 218, 219, 222, 225, 227], "float32": [20, 22, 23, 24, 25, 26, 27], "float320": [22, 23, 24, 25, 26, 27], "float321": 27, "float3211": 27, "float32110": 27, "float32255": 27, "float32261": [25, 26, 27], "float324": 27, "float326": 27, "float3290": 26, "float32dask": [25, 26, 27], "float64": [10, 20, 22, 23, 24, 26], "float640": [22, 24, 26], "float64108": 26, "float64110": 26, "float64111": 24, "float64112": 22, "float64152": 20, "float643": 26, "float644": 26, "floe": [12, 133], "floor": 26, "flow": [12, 21, 25, 26, 27, 44, 65, 66, 67, 74, 194, 218], "flsu": [30, 44], "fluctuat": [12, 178, 182], "fluid": [12, 128, 144], "flux": [20, 30, 41, 43, 44, 45], "fluxflag": 44, "fmax": [12, 17, 18, 25, 26, 27, 28, 100, 101], "fmin": [12, 17, 18, 25, 26, 27, 28, 100, 101], "fmnayuzdt0jmykbcuceegwpjqe6plzb": 20, "fmt": [12, 20, 162, 169], "fname": [12, 21, 23, 24, 25, 26, 27, 60, 61, 62, 64, 65, 67, 70, 71, 80, 81, 82, 86, 88, 94, 96, 99, 103, 104, 105, 107, 163, 166, 167, 171, 211], "fname1": [12, 21, 69, 74, 76, 77, 212], "fname2": [12, 21, 212], "fname_par": 105, "fname_s1d": 105, "fname_s2d": 105, "fnm": 43, "fnp": 43, "fo9kchzpamheunnlpm8cr0d7ieooywp38xo": 20, "folder": [15, 20], "follow": [12, 13, 15, 19, 30, 41, 42, 44, 45, 82, 89, 101, 102, 103, 137, 150, 160, 200, 201, 203, 204, 205, 222, 225, 227, 233], "fontsiz": 20, "foot": 44, "forbid": 12, "forc": [12, 17, 18, 26, 28, 30, 31, 33, 35, 44, 50, 51, 54, 100, 101, 138, 140, 144], "forcast": 15, "forcingdata": [12, 17], "forecast": [12, 15, 17, 194], "forget": [12, 142], "form": [0, 12, 13, 17, 19, 21, 26, 65, 74, 76, 77, 211, 212], "formal": 45, "format": [12, 15, 17, 21, 25, 26, 27, 41, 43, 44, 61, 62, 64, 65, 71, 74, 76, 77, 80, 82, 86, 88, 97, 104, 115, 162, 166, 167, 211, 212, 222, 223, 224, 225, 226, 227], "format_map": 12, "format_repr": [12, 65], "format_str": [12, 61], "format_vers": [22, 23, 24, 26], "formatt": 12, "former": 96, "formul": [12, 19, 30, 42, 43, 44, 45, 113, 150, 194, 195, 209, 221], "formula": [12, 43, 44, 144, 193, 200, 201, 203, 204, 205], "fortran": [12, 21, 41, 44, 211, 212], "fortun": [12, 85], "found": [12, 24, 41, 42, 44, 133, 166, 167], "four": [12, 23, 24, 57], "fourier": [12, 106, 108], "fourth": [12, 204], "fpm": 43, "fpp": 43, "fr": 20, "fraction": [12, 42, 43, 44, 54, 56, 75, 119, 121, 130, 131, 132, 133, 134, 138, 150, 174, 184], "frame": [12, 25, 27, 71, 86, 100, 101, 103, 104, 221], "framework": [12, 13, 28, 140, 160], "frcoef": [12, 54], "free": [12, 17, 21, 23, 25, 26, 27, 28, 61, 62, 64, 65, 69, 74, 76, 77, 80, 81, 82, 124, 166, 167, 211, 212], "freeboard": [12, 122, 196], "freez": 42, "freq": [20, 22, 23, 24, 25, 26, 27, 44, 103, 185, 186], "freqpandasindexpandasindex": [22, 23, 24, 25, 26, 27], "frequenc": [10, 12, 22, 24, 28, 44, 54, 58, 60, 61, 62, 84, 94, 101, 103, 116, 117, 127, 130, 133, 134, 138, 139, 140, 141, 144, 146, 150, 164, 165, 168, 172, 176, 182, 183, 185, 186, 187, 188, 206, 207, 213, 214, 217, 218], "fresh": [43, 44], "freshen": 44, "freshwat": 43, "fric": 19, "fricc": [20, 30], "friction": [12, 17, 18, 20, 21, 25, 26, 27, 28, 30, 44, 54, 56, 72, 105, 112, 113, 114, 115], "friction_coeff": [12, 17, 18, 28], "friction_coeffici": 28, "friction_collin": [12, 72], "friction_jonswap": [12, 27, 72], "friction_madsen": [12, 25, 72], "friction_rippl": [12, 26, 72], "frictionalveloc": [30, 44], "fricton": 17, "from": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 15, 17, 18, 19, 21, 23, 24, 25, 26, 27, 28, 29, 30, 32, 34, 36, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 54, 57, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 181, 182, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "from_byt": 12, "from_compon": [12, 49], "from_dict": 12, "from_geojson": 12, "from_polygon": 12, "from_slic": 12, "from_wkb": 12, "from_wkt": 12, "front": [12, 111], "froud": [12, 150], "froudmax": [12, 21, 25, 27, 150], "frozen": 42, "fs2": 41, "fscale": [4, 8, 12, 17, 22, 23, 24, 25, 26], "fshift": [12, 58, 125, 126], "fsm": 43, "fsp": 43, "fspr": [12, 54, 100, 101], "fsspec": 15, "fswell": [25, 26, 27, 100, 101], "ft": [12, 108], "fu": 26, "fulfil": [12, 122, 174, 184], "full": [12, 17, 18, 28, 30, 41, 42, 43, 44, 45, 54, 160, 170, 184, 234], "fulli": [12, 17, 21, 25, 26, 27, 44, 45, 61, 146, 160, 191, 195], "fulli23d": 20, "fullload": [17, 18, 20, 28], "function": [3, 8, 11, 12, 13, 15, 17, 20, 21, 26, 28, 41, 44, 45, 49, 71, 106, 135, 185, 186, 197, 207], "functionali": 28, "functionn": 45, "funtion": [12, 191], "further": [11, 12, 17, 20, 146], "futur": [13, 20], "futurewarn": 20, "fv": 26, "fwvor_": 44, "fwvor_advxy_stok": 44, "fwvor_advz_stok": 44, "fwvor_break": 44, "fwvor_gradpress": 44, "fwvor_stream": 44, "fwvor_wveg": 44, "fwvor_wveg_nl": 44, "g": [2, 12, 15, 17, 20, 28, 41, 43, 44, 54, 74, 76, 77, 79, 82, 101, 102, 115, 116, 117, 126, 128, 129, 130, 131, 132, 133, 144, 145, 146, 149, 195, 211, 212], "g2": 43, "g3": 43, "ga": 44, "gahm": 44, "galpha": 43, "gamma": [10, 12, 19, 21, 25, 26, 27, 41, 72, 109, 110, 215, 217, 219], "gamma0": [12, 19, 109], "gamman": 41, "gammar": [12, 122, 192], "gammat": [12, 122, 192], "gammaz": 41, "garden": [12, 85, 179], "gather": 31, "gauss": [12, 55, 217], "gausshil": 44, "gaussian": [12, 55, 214], "gc": 44, "gca": [25, 26, 27], "gcn8ahffev": 20, "gd": [12, 150], "ge": [12, 75, 78, 92, 97, 121, 124, 128, 130, 131, 132, 133, 134, 138, 150, 163, 164, 168, 189, 208, 211, 212, 218], "gebco": [25, 26, 27], "gebco_2022": 18, "gen": [12, 19, 21, 25, 26, 27, 44, 72, 116, 117, 118], "gen1": [12, 19, 58, 72, 150], "gen2": [12, 19, 58, 72, 150], "gen3": [12, 17, 19, 21, 25, 26, 27, 28, 58, 72, 150, 160, 173], "gen_1": 44, "gen_2": 44, "gen_wsett": 44, "gener": [3, 4, 9, 11, 12, 13, 15, 17, 18, 22, 23, 24, 25, 28, 41, 42, 43, 44, 45, 49, 54, 60, 61, 62, 82, 89, 93, 95, 96, 102, 116, 117, 118, 121, 128, 136, 137, 150, 166, 167, 173, 182, 194, 200], "generat": [12, 54], "generatespuri": [12, 178], "gentli": [12, 106], "genwind": [12, 54], "geoax": [17, 18, 20], "geocollect": [18, 20], "geofilt": 12, "geograph": [8, 9, 12, 15, 17, 49, 54, 60, 76, 85, 111, 163, 166, 167, 171, 221], "geojson": 12, "geometr": 45, "geometri": [8, 12], "geophys": [12, 112, 130, 131, 132, 133], "geoquadmesh": [18, 20], "germani": [12, 113], "get": [1, 3, 4, 12, 17, 20, 22, 23, 24, 26, 28, 31, 32, 33, 34, 35, 36, 44, 47, 48, 50, 51, 143], "get_cmap": [23, 24], "get_color": [23, 24], "get_filter_fn": 12, "get_xlim": 20, "get_ylim": 20, "getattr": 21, "getlogg": 17, "gfcp": 43, "gfnp": 43, "gfpp": 43, "ggpm": 43, "gh": [12, 150], "gi": [20, 104], "gienapp": [12, 113], "girard": [12, 139, 142], "git": [0, 12, 17, 29], "github": 29, "give": [12, 17, 20, 104, 106, 181, 182], "given": [0, 11, 12, 17, 19, 22, 27, 44, 45, 48, 54, 60, 63, 74, 76, 77, 79, 89, 98, 99, 101, 102, 106, 107, 111, 129, 150, 161, 162, 163, 171, 172, 174, 184, 210, 211, 212, 220, 221], "gjagdqkiheny0boptgzjk9iqjc3iov5pmjahpqdmysg": 20, "gjast": 20, "gkba": 43, "gkhn": 43, "gkhp": 43, "gksed": 43, "gktgp": 43, "gktr": 43, "glob": [20, 21, 25, 26, 27, 28], "global": [12, 18, 22, 23, 24, 26, 44, 124, 200], "global_to_loc": [20, 44], "gmax": 41, "gmt": [26, 44], "gmtb": 43, "gn2c": 43, "go": [11, 12, 17, 28, 62], "go2c": 43, "goda": [12, 122], "goe": [19, 43], "goj2cwcnca34shjaa81wmzputharjxavywwutrnnmamarjfc2k1wguc": 20, "good": [12, 20, 45, 127], "got": [17, 20], "gov": 20, "gp2c": 43, "gpatch0": 43, "gpm": 43, "gprr": 43, "gr3": [20, 41, 42, 44, 45], "gr3_type": 20, "graber": [12, 114], "grad": 44, "gradient": [12, 30, 44, 178, 182], "gradientrichardson": 44, "gradual": [12, 44, 85], "grain": [44, 45], "grant": [30, 44, 45], "graph": [25, 26, 27], "grav": [12, 21, 25, 27, 150], "gravel": 45, "gravit": [12, 150], "graviti": [12, 44, 115, 124], "graze": [41, 43], "grd": [17, 18, 25, 26, 27, 28], "greater": 20, "green": 43, "greenwich": [12, 221], "grib": 26, "grib_to_netcdf": 26, "grid": [1, 4, 15, 17, 18, 21, 22, 23, 24, 28, 30, 31, 32, 33, 34, 35, 36, 44, 47, 48, 50, 51, 56, 57, 60, 61, 62, 63, 65, 66, 67, 69, 74, 76, 77, 85, 86, 87, 88, 89, 91, 92, 94, 95, 96, 102, 106, 107, 108, 111, 122, 124, 128, 129, 147, 150, 161, 166, 167, 169, 170, 171, 172, 174, 176, 177, 179, 184, 192, 210, 211, 212, 217, 218, 221], "grid_suffix": [12, 66, 91, 95], "grid_typ": [1, 4, 8, 9, 12, 17, 20, 21, 26, 47, 49, 67, 69, 74, 76, 77, 211, 212], "griddata": 20, "griddd": 32, "gridfil": [12, 17, 49], "gridopt": [12, 21, 25, 26, 27, 48, 74, 76, 77, 212], "gridoutput": [12, 17], "gridregular": [12, 25, 26, 27, 49, 66, 91, 95], "gridtyp": [17, 18, 20], "group": [25, 26, 27, 28, 30, 44, 45, 46, 52, 53, 65, 66, 67, 74, 76, 77, 86, 89, 91, 103, 104, 123, 126, 138, 160], "group_within_cgrid": 12, "growth": [12, 41, 43, 58, 113, 116, 117, 165, 173, 194, 195, 200, 201, 202, 203, 204, 205, 209], "gse": [12, 85], "gt": [10, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 164, 168, 192, 200, 201, 202, 203, 211, 212, 214, 215, 219], "gtgp": 43, "gtr": 43, "guess": [12, 166, 167], "h": [12, 18, 20, 21, 22, 23, 24, 27, 28, 30, 42, 44, 58, 63, 81, 101, 104, 113, 114, 126, 128, 130, 131, 132, 133, 134, 140, 145, 163, 164, 168, 171, 172, 174, 184, 200, 222, 227], "h0": [20, 44], "h1_bcc": [20, 30, 44], "h2": 43, "h2_bcc": [20, 30, 44], "h_bcc1": [20, 30, 44], "h_c": 20, "h_m2s2n2": 20, "h_massconsv": 44, "h_ml0": 42, "h_tvd": 44, "ha": [12, 15, 17, 19, 20, 28, 44, 46, 54, 71, 79, 104, 122, 129, 130, 146, 163, 171, 174, 178, 182, 192, 196, 212], "half": [12, 41, 43, 44, 74], "halv": 43, "hamburg": [12, 61, 113], "hand": [12, 57, 218], "handl": [12, 74, 111, 160], "hang": 44, "hannah": 44, "happen": 43, "harbour": [12, 111], "hard": 28, "hardwir": 44, "harm": 44, "harme_": 44, "harmon": 44, "harri": 45, "hasselmann": [12, 113, 146, 195], "hat": 44, "have": [12, 17, 20, 22, 24, 28, 44, 48, 60, 61, 62, 76, 82, 99, 102, 124, 125, 169, 171, 172, 207, 211, 212, 221], "hbvwm8aed2qhye8zwbsvlmyfvtpaf2drxcpom8b": 20, "hcat": [12, 167], "hdif": 44, "head": [22, 24, 25, 26, 101], "header": [12, 23, 24, 25, 27, 28, 86, 104, 211, 212], "heat": [30, 44], "height": [12, 26, 30, 43, 44, 45, 54, 56, 101, 110, 124, 144, 150, 164, 165, 168, 172, 174, 184, 189, 192, 193, 198, 206, 207, 208], "height_above_reference_ellipsoidlong_nam": 26, "held": [12, 200], "help": [17, 21], "helper": [12, 20, 21, 28, 207], "helygoq": 20, "hemispher": [12, 221], "henc": [12, 142, 146, 166], "herber": [12, 106, 128], "here": [12, 17, 19, 20, 26, 28, 79, 86, 106, 115, 200, 202, 209], "heteregen": 45, "heterogen": 45, "hex": [23, 24], "hexp": [25, 26, 27, 100, 101], "hgrad_nod": 44, "hgrid": [20, 44], "hgrid_20kmto60km_rompyschism_test": 20, "hgrid_wwm": 20, "hgridll": 20, "hgt": [12, 43, 122, 189, 192, 193], "hgt_consist": [12, 122], "hh": [12, 222, 227], "hibler": 42, "hice": [12, 56, 69, 75], "hidden": 17, "high": [12, 13, 28, 44, 45, 79, 106, 108, 140, 150], "higher": [12, 30, 42, 43, 44, 45, 60, 85, 127, 160, 192], "highest": [12, 17, 92, 101, 150, 218], "highlight": 28, "hinc": [12, 184], "hindcast": [15, 18, 28], "histogram2d": 20, "histori": [20, 25, 26], "hit": 44, "hm0": 44, "hmin_airsea_ex": 44, "hmin_man": 44, "hmin_radstress": 44, "hmin_salt_ex": 44, "ho": 44, "ho_0": 44, "hoefel": 45, "hold": [12, 28], "holland": 44, "holthuijsen": [12, 140], "home": [18, 25, 26, 27], "hook": 17, "hopefulli": [17, 28], "horizont": [12, 20, 30, 44, 56, 109, 144, 221], "horizontalsidevelx": 44, "horizontalvelx": 44, "horzontalviscosityi": 44, "horzontalviscosityx": 44, "host": 12, "hostedtoolcach": [0, 12, 30], "hotfil": [12, 21, 25, 27, 30, 70, 79, 80, 81, 166, 167], "hotfile_19700101t010000": 26, "hotfile_19700102t000000": 26, "hotfile_19900101t020000": 81, "hotfile_19900101t030000": [12, 70, 81], "hotfile_19900101t060000": 80, "hotfile_19900101t120000": 80, "hotfile_19900101t180000": 80, "hotfile_19900201t000000": 80, "hotfile_20230101t010000": [26, 27], "hotfile_20230102t000000": [25, 26, 27], "hotfile_with_hottim": [80, 81], "hotid": 81, "hotmultipl": [12, 64], "hotout_writ": 30, "hotsingl": [12, 21, 64], "hotstart": [12, 21, 26, 30, 44, 64, 82, 166, 167], "hottim": [12, 25, 26, 27, 70, 80, 81], "hour": [12, 17, 20, 40, 44, 79], "hourli": [22, 23, 24, 26], "hourlyxarrai": [22, 23, 24, 26], "how": [11, 17, 22, 23, 24, 26, 28], "howeev": 28, "howev": [12, 13, 17, 24, 26, 28, 85, 86, 106, 127, 142, 234], "hp": [12, 225, 227], "hr": [12, 17, 21, 25, 26, 27, 28, 69, 70, 74, 76, 77, 79, 80, 85, 86, 94, 103, 104, 179, 222, 223, 226, 227], "hs_": 20, "hsig": [25, 26], "hsign": [12, 17, 18, 25, 26, 27, 28, 54, 71, 86, 100, 101, 104], "hsrerr": [12, 21, 25, 27, 150], "hss": [12, 56, 123, 124], "hsv": [22, 23, 24, 26], "hsvmja9wrd1cw2ykcbcqz0mbfiqhem4aadq2ja": 20, "hswe": 26, "hswell": [12, 17, 18, 25, 26, 27, 28, 54, 71, 86, 101, 104], "hte": 28, "html": [8, 12, 15, 49], "http": [8, 12, 15, 20, 49, 190], "hubbert": [12, 115], "hugh": 44, "hull": [8, 12, 15, 49], "human": [12, 82, 140], "humid": [30, 37, 44], "hunk": 42, "hurrican": 44, "hvel": [30, 44], "hvel_sid": [30, 44], "hvis_coef0": 44, "hw_": 44, "hw_depth": 44, "hw_ratio": 44, "hwang": [12, 19, 27, 44, 72, 118, 144, 200, 201, 203, 204, 205], "hwuy4ykc1qxbo5k5iqjyhfkbyw2jawltkqylmykdjpnaobnhi": 20, "hybrid": 44, "hycom": 20, "hydraul": 44, "hydro": [44, 45], "hydro_out": 44, "hydrodynam": 45, "hydrographisch": [12, 113], "hydrostat": 44, "hypoxia": [43, 44], "hz": [10, 12, 22, 24, 27, 101, 138, 214, 218], "hzarrai": [22, 23, 24, 25, 26, 27], "i": [0, 1, 3, 4, 8, 10, 11, 12, 13, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 51, 54, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 91, 92, 93, 95, 96, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 115, 116, 117, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 149, 150, 160, 161, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 174, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 189, 191, 192, 193, 197, 200, 201, 202, 203, 204, 205, 206, 209, 210, 211, 212, 217, 218, 221, 224, 225, 227], "i0": 79, "i1": 79, "i5nmxy0wlvybydi8zpag60rya7em8d4": 20, "iSed": 43, "i_hmin_airsea_ex": 44, "i_hmin_salt_ex": 44, "i_prtnftl_weno": 44, "iactv": 45, "iadjust_mass_consv0": 44, "iadjust_mass_consv0__1": 44, "iadjust_mass_consv0__10": 44, "iadjust_mass_consv0__11": 44, "iadjust_mass_consv0__12": 44, "iadjust_mass_consv0__2": 44, "iadjust_mass_consv0__3": 44, "iadjust_mass_consv0__4": 44, "iadjust_mass_consv0__5": 44, "iadjust_mass_consv0__6": 44, "iadjust_mass_consv0__7": 44, "iadjust_mass_consv0__8": 44, "iadjust_mass_consv0__9": 44, "iasym": 45, "iba": 43, "ibc": [30, 44], "ibcc_mean": 44, "ibdef": 44, "ibflux": 43, "ibgraz": 41, "ibrag": [12, 106, 107, 108], "ibreak": [20, 30], "ibtp": 44, "ibtrack_openbnd": 44, "ibtrack_openbndyn": [20, 30], "ibtrack_test": 44, "ic": [12, 30, 44, 54, 56, 69, 130, 131, 132, 133, 134, 150], "ic_elev": [20, 30, 44], "icbp": 43, "ice_advect": 42, "ice_atmos_stress_form": 42, "ice_cutoff": 42, "ice_cuttoff": 42, "ice_fct": 42, "ice_gamma_fct": 42, "ice_in": 42, "ice_test": 42, "ice_therm_on": 42, "icefreshwaterflux": 44, "icenetheatflux": 44, "icestrainr": 44, "icetoptemperatur": 44, "icetracer_1": 44, "icetracer_2": 44, "icetracer_3": 44, "icevelocityx": 44, "icewind": [12, 21, 25, 27, 150], "iclam": 41, "icm": 44, "icm_bflux": 43, "icm_param": 43, "icm_rad": 43, "icm_sflux": 43, "icm_sfm": 43, "ico2": 41, "icou_elfe_wwm": [20, 30, 44], "id": [3, 7, 11, 12, 17, 18, 20, 22, 23, 24, 25, 26, 27, 32, 40, 44, 47, 48, 81], "id001": 20, "id002": 20, "id003": 20, "id004": 20, "idapt": 41, "idelai": 41, "ident": [12, 24, 60, 82, 91, 92, 166, 167, 221], "identif": [12, 86, 149], "identifi": [3, 12, 15, 47, 48, 74, 76, 77, 149, 211, 212], "idfm": [12, 21, 65, 74, 76, 77, 211, 212], "idiffr": [12, 111], "idla": [12, 21, 25, 26, 27, 65, 69, 74, 76, 77, 86, 107, 211, 212], "idry_icm": 43, "idw": [1, 12, 17, 18, 23, 26, 47], "idx": 20, "ielad": 44, "ielad_weno": 44, "ielm_transport": 44, "iem": [12, 138], "ieos_pr": 44, "ieos_typ": 44, "ieros": [43, 45], "ievp": 42, "if_sourc": 44, "iflux": 44, "ig": [12, 138], "ignor": [12, 20, 22, 23, 24, 25, 26, 27, 43, 44, 54, 61, 62, 65, 74, 76, 77, 83, 93, 112, 114, 120, 124, 130, 131, 132, 133, 134, 143], "ignore_error": [26, 27], "iharind": 44, "ihconsv": [43, 44], "ihdif": 44, "ihfskip": [20, 30, 44], "ihhat": 44, "ihorcon": 44, "ihot": [30, 44], "ihydraul": 44, "ii": [12, 85, 92, 130], "ii9pms4zwdmv7pvhbjpazrhs7m9ym8b3": 20, "iii": [12, 62, 85, 137], "iituwvn8ac8niacjk3wo14xxi4qdfaaccg": 20, "ij": [12, 63, 105, 169], "ik": 43, "ilight": 43, "ilimit": 43, "illustr": [17, 20], "iloadtid": 44, "im_pick_up": 45, "imag": 12, "imaginari": 12, "imeth_bed_evol": 45, "imm": 44, "immedi": [12, 82, 128], "impact": [12, 140], "impgrid": [12, 144], "implement": [0, 12, 13, 15, 17, 19, 28, 44, 113, 127, 128, 144, 160, 167], "implemnet": 28, "impli": [10, 12, 61, 82, 121, 122, 127, 212], "implicit": [12, 30, 44, 127], "import": [10, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 45, 50, 51, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 181, 182, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "impos": [12, 44, 58, 129, 150], "impose_net_flux": 44, "improv": [12, 146], "inact": [44, 45], "incid": [12, 128, 138, 171, 172, 184, 189, 190, 193, 197], "includ": [1, 12, 15, 17, 18, 19, 20, 21, 25, 26, 27, 28, 43, 44, 65, 66, 67, 70, 74, 76, 77, 89, 111, 124, 127, 137, 138, 144, 160, 169], "include_end": [11, 12, 17, 20, 22, 23, 24, 25, 26, 27], "incom": [12, 44, 63, 197, 198, 206, 207, 208], "inconsist": 19, "increas": [1, 12, 17, 42, 44, 150], "increment": [10, 12, 218], "independ": [30, 44, 101], "index": [12, 15, 20, 22, 23, 24, 25, 26, 27, 54, 79, 92, 104, 109, 110, 150, 161], "index_col": [23, 24], "indic": [12, 19, 44, 65, 75, 78, 81, 86, 96, 103, 104, 106, 107, 108, 109, 110, 111, 113, 115, 116, 117, 118, 128, 144, 145, 148, 150, 161, 169, 171, 172, 192, 194, 195, 196, 197, 209], "indirect": [12, 150], "individu": [12, 17, 19, 26, 72, 73, 98, 99, 110], "induc": [12, 30, 43, 44, 45, 54, 129, 144, 145, 181, 194], "indvel": 44, "infin": 101, "infinit": [12, 128], "inflow": 35, "influenc": [12, 97, 101, 127, 150, 174, 184], "info": [17, 18, 19, 20, 21, 25, 26, 27, 28, 44], "inform": [12, 13, 20, 43, 60, 83, 102, 149, 181, 182, 192], "infra": [12, 124], "infragrav": [12, 124, 138], "infti": 45, "ingest": [3, 4, 12, 13, 17], "inherit": [15, 17], "inhibit": 41, "inhomogen": [12, 128], "init": [12, 17, 19, 21, 26, 43, 44, 64, 79, 165, 166, 167, 173], "init_opt": 10, "initanti": 17, "initi": [1, 4, 12, 21, 25, 27, 29, 30, 32, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 79, 80, 82, 160, 165, 166, 167, 173], "initialis": [3, 11, 15, 28, 71], "initstat": [25, 80], "inject": 44, "inlin": [17, 18, 20], "inner": [12, 124], "inorgan": 43, "inp": [12, 21, 210], "inpgrid": [17, 21, 25, 26, 27, 28, 48, 49, 112, 114, 120, 124, 128, 130, 131, 132, 133, 134, 150, 160, 212, 234], "inpgrid_bottom": [12, 69], "inpgrid_ice_ct": [12, 69], "inpgrid_wind": [12, 69], "input": [11, 12, 13, 15, 17, 18, 19, 20, 25, 27, 28, 30, 31, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 51, 56, 57, 62, 69, 74, 75, 76, 77, 78, 79, 83, 101, 102, 105, 106, 107, 108, 118, 121, 125, 136, 137, 150, 160, 166, 167, 200, 201, 202, 203, 209, 212, 217, 221], "input_fil": [21, 28], "input_typ": 20, "input_valu": 20, "inrhog": [12, 21, 25, 27, 150], "insert": 12, "insid": [12, 26, 44, 74, 76, 77, 160], "inspect": 28, "instabilit": 45, "instabl": 45, "instanc": [1, 3, 7, 11, 12, 22, 23, 24, 26, 32, 33, 35, 36, 47, 48, 71, 160, 211, 212], "instanti": [12, 17, 20, 21, 28, 80, 81, 160, 223, 224, 226, 227], "instati": 20, "instead": [12, 17, 20, 24, 49, 60, 89, 127], "institut": [12, 20, 61, 113], "instruct": [26, 160], "int": [4, 8, 9, 10, 12, 17, 20, 30, 32, 36, 40, 44, 47, 48, 49, 65, 74, 76, 79, 81, 89, 90, 92, 97, 101, 102, 105, 106, 107, 108, 111, 138, 144, 150, 161, 163, 171, 180, 181, 182, 183, 207, 210, 211, 212, 218, 222, 225, 227], "int32": 20, "int64": [20, 22, 23, 24, 25, 26, 27], "int640": [22, 23, 24, 26], "int641": [22, 25, 26, 27], "int_z": 44, "intact": [12, 111], "intak": [7, 12, 15, 17, 18, 20, 25, 27], "intake_xarrai": 20, "intanti": 17, "intantia": 17, "inted": 13, "integ": [12, 20, 41, 42, 43, 44, 86], "integr": [12, 101, 105, 127], "integral_paramet": 105, "intend": [12, 17, 19, 68, 121, 137, 217, 234], "intens": [12, 140, 141, 142], "intent": [11, 12, 17], "intention": 12, "inter": 44, "inter_mom": 44, "interact": [12, 19, 58, 105, 118, 127, 128, 139, 140, 141, 142, 191, 194], "interchang": 20, "interest": 15, "interfac": [12, 15, 26, 44, 82], "interfer": [12, 44, 128], "interleav": [12, 70], "intermedi": [80, 81, 82, 102, 105], "intern": [17, 18, 26, 28, 96], "interp": [20, 26, 32], "interpol": [12, 20, 23, 24, 26, 28, 30, 44, 60, 61, 62, 89, 92, 102, 106, 107, 108], "interpolate_miss": 32, "interpolate_missing_coast": [20, 32], "interpret": [12, 105, 164, 168, 172], "interrupt": [12, 122], "intersect": [12, 102], "intertid": 43, "interv": [11, 12, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 41, 179, 222, 223, 226, 227], "intiat": 28, "intrawav": 44, "intrins": 19, "introduc": [12, 137], "introduct": [12, 115], "inu_": 44, "inu_elev": 44, "inu_ph": 43, "inu_tr": 44, "inu_tr__1": 44, "inu_tr__10": 44, "inu_tr__11": 44, "inu_tr__12": 44, "inu_tr__2": 44, "inu_tr__3": 44, "inu_tr__4": 44, "inu_tr__5": 44, "inu_tr__6": 44, "inu_tr__7": 44, "inu_tr__8": 44, "inu_tr__9": 44, "inu_uv": 44, "inund": 43, "inunfl": 44, "inv_atm_bnd": [20, 30, 44], "invalid": [17, 44], "invers": [12, 20, 22, 23, 24, 44, 130, 134], "invest": 28, "investig": [12, 26, 144], "invok": [44, 45], "involv": [12, 44, 45, 128, 138], "io": [8, 12, 20, 44, 49], "iof_ag": 44, "iof_ana": 44, "iof_co": 44, "iof_dvd": 44, "iof_eco": 44, "iof_fib": 44, "iof_gen": 44, "iof_hydro": 44, "iof_hydro__1": 44, "iof_hydro__10": 44, "iof_hydro__11": 44, "iof_hydro__12": 44, "iof_hydro__13": 44, "iof_hydro__14": 44, "iof_hydro__15": 44, "iof_hydro__16": 44, "iof_hydro__17": 44, "iof_hydro__18": 44, "iof_hydro__19": 44, "iof_hydro__2": 44, "iof_hydro__20": 44, "iof_hydro__21": 44, "iof_hydro__22": 44, "iof_hydro__23": 44, "iof_hydro__24": 44, "iof_hydro__26": 44, "iof_hydro__27": 44, "iof_hydro__28": 44, "iof_hydro__29": 44, "iof_hydro__3": 44, "iof_hydro__30": 44, "iof_hydro__31": 44, "iof_hydro__4": 44, "iof_hydro__5": 44, "iof_hydro__6": 44, "iof_hydro__7": 44, "iof_hydro__8": 44, "iof_hydro__9": 44, "iof_ic": 44, "iof_icm_ba": 44, "iof_icm_cbp": 44, "iof_icm_cor": 44, "iof_icm_dbg": 44, "iof_icm_ph": 44, "iof_icm_s": 44, "iof_icm_sav": 44, "iof_icm_silica": 44, "iof_icm_veg": 44, "iof_icm_zb": 44, "iof_marsh": 44, "iof_s": 44, "iof_sed2d": 44, "iof_ugrid": 44, "iof_wwm": 44, "iout": [20, 30], "iout_cosin": 41, "iout_icm": 43, "iout_sta": [20, 30, 44], "ip_weno": 44, "iph": 43, "ipo4": 41, "ipr": [43, 44], "ipre2": 44, "iprecip_off_bnd": 44, "ipynb": [17, 28], "iqcm": [12, 128], "iquad": [12, 19, 21, 25, 26, 127], "irad": 43, "irough_bdld": 45, "irouse_test": 44, "isalnum": 12, "isalpha": 12, "isascii": 12, "isav": 44, "isav_icm": 43, "isconsv": 44, "isdecim": 12, "isdigit": 12, "ised": 41, "ised_bc_bot": 45, "ised_dump": 45, "isedtyp": 45, "isel": [4, 12, 18, 20, 24, 25, 26, 27], "isflux": 43, "ishapiro": 44, "isidentifi": 12, "isilica": 43, "iskeyword": 12, "islandora": [12, 190], "islow": 12, "ismultipli": [12, 128], "isn": [12, 22, 25, 26, 71, 120], "isnul": 20, "isnumer": 12, "iso": [12, 163, 171, 222, 225, 227], "isol": [44, 98, 99], "isolin": [12, 25, 27, 71, 102], "isoline_ray_defin": [12, 71], "ispm": 41, "isprint": 12, "isspac": 12, "issu": [1, 17, 18, 20], "istat": 43, "istitl": 12, "isupp": 12, "iter": [12, 18, 25, 26, 28, 42, 44, 54, 79, 84, 106, 107, 108, 127, 174, 180, 181, 182, 183, 184], "iterart": 42, "itest": 105, "itr_met": 44, "itrac": 105, "itransport_onli": 44, "itriad": [12, 25, 26, 139], "its": [0, 8, 12, 17, 44, 89, 121, 122, 124, 150, 212], "itself": [12, 23, 147], "itur": 44, "iunder_deep": [30, 44], "iupwind_mom": 44, "iuxmp5m5ykbp1z6uzk1iqjx1vx7rn2jad": 20, "iv": [12, 85], "iv7wvdxiqax4xqmc7mja": 20, "iveg": [12, 144], "iveg_icm": 43, "ivmrt": 43, "ivn": 43, "ivnc": 43, "ivp": 43, "ivpc": 43, "iw": 41, "iwave_rippl": 45, "iwbl": [20, 30, 44], "iwind_form": [20, 30, 44], "iwindoff": 44, "iwindoffyn": [20, 30], "ix": [20, 92], "ix1": 92, "ix2": 92, "iy1": 92, "iy2": 92, "iz2graz": 41, "izb": 43, "izonal5": 44, "j": [12, 19, 44, 63, 105, 112, 113, 124, 130, 131, 135, 141, 144, 145, 146, 161, 169, 189, 191, 195, 200, 209], "jacobsen": [12, 144], "jacomsen_layering_not_impl": [12, 144], "jan": [12, 79, 225, 226, 227], "janssen": [12, 19, 27, 118, 128, 150], "januari": [12, 225, 227], "jcg": [20, 44], "jcod": 44, "jctgja7r9": 20, "ject": 46, "jet": [20, 25, 26], "jgr": 45, "jicby0ariu5qcdhiqkea": 20, "jihj": 20, "jnh4": 44, "jno3": 44, "job": 44, "join": [12, 17, 27], "joint": [12, 113], "jon": 17, "jong": [12, 189], "jonswap": [12, 19, 26, 27, 55, 72, 113, 165, 217, 219], "journal": [12, 112, 128, 135, 136, 137, 144, 145, 146, 194, 195, 200], "jpo4": 44, "jsa": 44, "json": [11, 12, 28, 160], "json_schema_from_type_data": [12, 207], "jump": 43, "jun": 18, "junk": [20, 44], "just": [17, 25, 26, 28, 44], "justifi": 12, "jykcoz": 20, "k": [12, 17, 18, 20, 22, 23, 24, 43, 44, 63, 105, 106, 113, 114, 121, 139, 142, 146, 189, 195], "k0jxvyka87": 20, "kacc_dub": 45, "kacc_ho": 45, "kahma": [12, 165], "kapiqfubraipogjaytcsjb28ykbmfo": 20, "kc": 44, "kc0": 43, "kcalg": 43, "kcd": 43, "kcex": 41, "kco2": 41, "kcouzwp3ermfk5dpaye3jj0jkm8a1ddqjxeazwc7hdajjdjtalprtdk63m8dknhsiw4uzwgk": 20, "kd": [12, 109], "kdtree": 20, "ke": [43, 44], "ke0": 43, "kec": 43, "keep": [25, 26, 43], "keepend": 12, "kei": [12, 15, 17, 20, 21], "kepiqmbgjx8xq2ja8ykhiz1qykbxkzwtjvviqgilbptirmjami17ha1cykdfl3bnlk5iqmzq": 20, "kept": 10, "kesalt": 43, "keyword": [2, 6, 7, 12, 17, 19, 21, 26, 36, 43, 47, 104, 105, 108, 143, 173], "kez": 41, "kg": [12, 30, 43, 44, 45, 120, 150], "kgz": 41, "kh": 43, "kh3tkzoxwoseoogq1thayw8": 20, "khcod": 43, "khdo": 43, "khdon": 43, "khdoox": 43, "khn": 43, "khno3dn": 43, "khp": 43, "khsal": 43, "kib": [25, 26, 27], "kill": 44, "kilomet": [12, 85], "kind": [12, 21, 25, 26, 27, 50, 64, 73, 96, 147, 148], "kinemat": [12, 120], "kinet": [30, 43, 44], "kirbi": [12, 44, 144], "kkfib_1": 44, "kkfib_2": 44, "kl": 44, "km": [12, 79, 221], "kmdn": 41, "kmdsi": 41, "kn": [12, 19, 25, 41, 54, 114], "kn0": 43, "knalg": 43, "knh4": 41, "kno3": 41, "knowledg": [8, 12, 17], "known": 12, "kohout": [12, 130, 132, 133, 134], "komen": [12, 19, 27, 72, 118, 146, 150, 194], "kox": 41, "kp0": 43, "kpalg": 43, "kpip": 43, "kpo4": 41, "kpo4p": 43, "kpp": [20, 30], "kptbdk": 20, "kr_co": 44, "krige": 44, "kruseman": [12, 113], "krvel": 44, "ksap": 43, "ksio4": 41, "ksr": 43, "ksr0": 43, "ktgp": 43, "ktmt": 43, "ktnit": 43, "ktr": 43, "ktrcod": 43, "ktrm": 43, "ktrsr": 43, "kutta": 44, "kwarg": [2, 4, 5, 6, 7, 12, 17, 20, 22, 23, 24, 25, 27, 49, 50, 51, 68, 107, 116, 117, 127, 133, 200, 210], "kx": [12, 107], "ky": [12, 107], "l": [12, 20, 23, 25, 26, 41, 43, 44, 85, 130, 132, 133, 134, 135, 140, 145, 179, 194, 200], "lab": [12, 130, 133], "label": [22, 23, 24, 25, 26, 27], "labels": 20, "labil": 43, "laboratori": [12, 142, 191, 193], "lag": 43, "lahei": [12, 225, 227], "lai": 86, "lake": [12, 129], "lambd": [12, 19, 21, 25, 26, 127], "lambda": [12, 19, 21, 25, 26, 27, 127], "laminar": [12, 135, 136], "land": [1, 4, 8, 12, 17, 22, 24, 44, 61, 62], "lapacian": 44, "larg": [12, 17, 26, 44, 45, 79, 85, 104, 105, 124, 128], "larger": [12, 22, 24, 42, 44, 79, 122, 138, 150], "largest": [12, 86, 178, 182], "last": [12, 17, 19, 20, 23, 26, 41, 42, 43, 44, 54, 83, 88], "lat": [12, 17, 18, 20, 22, 23, 24, 25, 26, 27, 44, 49], "lat_formatt": 20, "latent": [30, 44], "latent_heat": 30, "latentheat": 44, "later": [17, 101], "latest": [12, 49], "lati": 20, "latitud": [4, 12, 17, 18, 20, 25, 26, 27, 30, 44, 47, 48, 61, 62, 221], "latitudearrai": 27, "latitudeformatt": 20, "latitudelong_nam": 26, "latitudepandasindexpandasindex": 26, "latitudestandard_nam": [25, 26, 27], "latitudeunit": [20, 22, 23, 24, 25, 26], "latnam": [17, 18], "latpandasindexpandasindex": 26, "latter": [12, 44, 96, 128], "law": 44, "layer": [12, 25, 26, 27, 30, 42, 43, 44, 45, 56, 120, 135, 136, 144], "layer_defined_if_no_mud_inpgrid": 12, "layout": [26, 28, 86], "lazi": 17, "lazili": 17, "ldrag": 45, "le": [12, 75, 78, 97, 121, 122, 130, 131, 132, 133, 134, 150, 164, 168, 189, 208], "lead": [12, 15, 42, 45], "lead_clos": 42, "leaf": [43, 44], "leak": [12, 44, 54], "least": [12, 22, 24, 44, 61, 122, 124, 196, 218], "leav": [11, 12, 147], "lefevr": [12, 135], "left": [8, 12, 20, 57, 124, 218], "legaci": 12, "legend": [25, 26], "len": [12, 20, 97, 171, 172], "lenghth": 44, "length": [12, 20, 21, 22, 23, 24, 26, 30, 44, 45, 54, 61, 97, 106, 111, 114, 122, 124, 147, 171, 172, 190, 196, 210], "less": [1, 10, 12, 17, 65, 74, 76, 79, 82, 107, 174, 184, 210, 218], "lesser": 45, "let": [10, 17, 18, 19, 20, 28], "letter": [12, 130, 131, 132, 133], "lev_tr_sourc": 44, "lev_tr_source__1": 44, "lev_tr_source__10": 44, "lev_tr_source__11": 44, "lev_tr_source__12": 44, "lev_tr_source__2": 44, "lev_tr_source__3": 44, "lev_tr_source__4": 44, "lev_tr_source__5": 44, "lev_tr_source__6": 44, "lev_tr_source__7": 44, "lev_tr_source__8": 44, "lev_tr_source__9": 44, "level": [12, 13, 17, 20, 21, 25, 26, 27, 28, 30, 37, 43, 44, 45, 54, 56, 73, 93, 102, 105, 106, 108, 116, 117, 138, 145, 150, 160, 174, 184, 189, 192, 193, 200, 201, 202, 203, 204, 205, 209, 211, 212], "level_ag": 44, "levelsposit": 20, "levelsunit": 20, "levelunit": 26, "leverag": 28, "lexp": [25, 27, 101], "li": [12, 61, 62], "lib": [0, 12, 17, 19, 20, 30, 44], "librari": [13, 15, 20], "light": [28, 41, 43], "like": [3, 11, 12, 15, 20, 28, 30, 41, 44, 45, 46, 61, 71], "limfak": [20, 30], "limit": [12, 25, 27, 30, 41, 42, 43, 45, 72, 79, 84, 92, 101, 111, 117, 128, 145, 174, 176, 177, 184], "lin": [12, 45, 200], "lindsprdeg": [20, 30], "line": [12, 18, 19, 20, 41, 42, 43, 44, 45, 48, 54, 57, 61, 62, 86, 89, 93, 97, 102, 104, 116, 117, 118, 122, 123, 124, 160, 163, 171, 192, 211, 212, 234], "linear": [12, 20, 30, 43, 44, 102, 116, 117, 142, 181, 182, 194], "linestyl": 20, "linewidth": [20, 22, 23, 24, 25, 26], "link": [12, 20, 160, 192], "linspac": [20, 105], "linux": 82, "lionello": [12, 194], "liqdt": 20, "list": [4, 5, 8, 12, 17, 20, 21, 23, 28, 32, 35, 36, 40, 42, 44, 47, 48, 51, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 75, 76, 77, 78, 80, 81, 86, 89, 90, 98, 100, 101, 102, 104, 123, 126, 144, 147, 148, 149, 150, 160, 161, 162, 171, 172, 196, 206], "liter": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 17, 19, 21, 26, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 47, 48, 49, 50, 51, 52, 53, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "littl": [12, 17, 20], "ljust": 12, "lkcy0wnio61uqydtamijljqav": 20, "ll": [18, 20, 44], "ll_x": [8, 12], "ll_y": [8, 12], "load": [12, 15, 17, 18, 20, 21, 22, 23, 24, 25, 27, 28, 44, 45, 49], "load_ext": [17, 18, 20, 22, 23, 24, 25, 26, 27], "loader": [17, 18, 20, 21, 25, 27, 28], "loadtide_": 44, "loadtide_coef": 44, "loc": [18, 23, 24, 28, 87, 89, 90, 91, 92, 93, 95, 96, 98, 99, 102], "loc1": 90, "loc2": 90, "local": [3, 12, 15, 17, 30, 44, 165, 174, 176, 177, 200], "local_to_global_0000": 20, "local_to_global_0001": 20, "local_to_global_0002": 20, "local_to_global_0003": 20, "locat": [1, 4, 12, 17, 18, 21, 22, 23, 24, 26, 27, 28, 44, 47, 48, 54, 61, 62, 63, 65, 71, 76, 87, 88, 89, 90, 91, 92, 93, 95, 96, 98, 99, 102, 103, 104, 122, 124, 150, 163, 171, 196, 220, 221], "locations_2d": 12, "locations_set": [12, 71], "locations_sname_uniqu": [12, 71], "lock": 160, "lockup": [12, 25, 27, 52], "log": [10, 12, 17, 20, 26, 27, 44, 72], "logarithm": [10, 12, 45, 138, 218], "logger": [17, 28], "lon": [12, 17, 18, 20, 22, 23, 24, 25, 26, 27, 44, 49], "lon_formatt": 20, "london": [12, 194], "long": [12, 21, 25, 27, 39, 44, 101, 127, 149], "long_nam": [20, 26], "longer": [12, 87], "longitud": [4, 12, 17, 18, 20, 25, 26, 27, 44, 47, 48, 61, 62, 221], "longitudearrai": 27, "longitudeformatt": 20, "longitudelong_nam": 26, "longitudepandasindexpandasindex": 26, "longitudestandard_nam": [25, 26, 27], "longitudeunit": [20, 22, 23, 24, 25, 26], "longitudin": 45, "longwav": [30, 44], "loni": 20, "lonlat": [22, 24], "lonnam": [17, 18], "lonpandasindexpandasindex": 26, "look": [12, 17, 20, 26, 28, 61, 218], "lookup": 12, "lookuperror": 12, "loop": 17, "loos": 15, "loss": [12, 54, 85], "lot": [28, 45], "low": [12, 146, 189], "lower": [8, 10, 12, 27, 28, 43, 57, 85, 101, 139], "lowercas": 12, "lowest": [12, 85, 92, 101, 218], "lpar": [12, 140, 190], "lpha": 44, "lpoc": [43, 44], "lpom": 43, "lpon": [43, 44], "lpop": [43, 44], "lpp": [20, 30], "lpykbmuxvm90viqdiuoxmdu2ja": 20, "lsourceswam": [20, 30], "lsp2d": [20, 30], "lstrip": 12, "lt": [17, 18, 20, 21, 22, 23, 24, 25, 26, 27], "lta": [12, 139, 141], "lump": 44, "lwavp": [12, 54], "lwdate": [12, 61], "lxogqjfa8qat3kpan8bdd5hjd283wgrdky8rszfab": 20, "lytsmzo1whznfw0rqtxa": 20, "lzf9piqipng97udgnac5k": 20, "m": [12, 19, 21, 22, 23, 24, 25, 26, 27, 30, 42, 43, 44, 45, 48, 54, 75, 76, 78, 81, 89, 93, 98, 99, 102, 107, 114, 115, 116, 117, 120, 124, 128, 129, 130, 131, 132, 133, 134, 135, 138, 140, 142, 144, 145, 150, 161, 162, 164, 168, 171, 172, 184, 194, 196, 200, 209, 210, 211, 212, 220, 222, 227], "m18": [12, 132], "m2": [12, 20, 22, 23, 24, 25, 26, 27, 30, 43, 54, 120], "m3": [12, 41, 43, 45, 120, 150], "m5dtaxn3rshqnnmajkp": 20, "m_e": 45, "machin": [12, 61], "mad": [12, 17, 18, 28], "made": [12, 28, 44, 61, 106, 150], "madsen": [12, 19, 25, 30, 44, 45, 114, 191], "magn": [12, 135], "magnitud": [12, 44, 121], "mai": [10, 12, 18, 19, 20, 45, 61, 62, 70, 76, 79, 82, 83, 85, 89, 92, 127, 142, 150, 160, 178, 179, 182, 189, 193, 211, 212, 221, 225, 227], "main": [0, 12, 15, 17, 19, 20, 21, 25, 26, 27, 28, 44, 46], "mainli": [12, 44], "maintain": 26, "major": [20, 35, 41, 42, 44], "make": [12, 17, 26, 28, 30, 44, 45, 48, 50, 51, 61, 79, 85, 184, 211, 212], "makedir": 17, "makefil": [30, 44], "maker": [12, 219], "maketran": 12, "malanott": [12, 194, 195, 200, 201, 202, 203, 204, 205, 209], "man": [20, 44], "manag": [17, 28], "mandatori": 44, "mani": [12, 17, 26, 30, 44, 74, 144], "manual": [8, 12, 19, 26, 44, 71, 167, 200, 201, 202, 203, 204, 205, 209, 233], "map": [12, 20, 25, 26, 27, 57], "mappabl": 20, "mar": 26, "marco": [41, 43], "margin": [12, 130, 132, 133], "mark": [19, 83], "marker": [22, 23, 24, 26], "markers": 18, "marplotlib": 20, "marsh": 44, "marshflag": 44, "mask": [1, 17, 20], "mass": [43, 44, 45], "master": 102, "mat": 88, "match": [12, 17, 26, 87], "mathemat": [12, 194], "matlab": [86, 88], "matplotlib": [17, 18, 20, 22, 23, 24, 25, 26, 27], "matter": [20, 23, 41, 43, 44], "max": [12, 20, 26, 42, 44, 61, 105], "max_column": 23, "max_length": [12, 49, 60, 61, 62, 67, 82, 87, 88, 93, 96, 97, 99, 101, 102, 107, 149, 163, 166, 167], "max_subcyc": 44, "max_window_hour": [20, 40], "maxdahv_0000": 20, "maxdahv_0001": 20, "maxdahv_0002": 20, "maxdahv_0003": 20, "maxelev_0000": 20, "maxelev_0001": 20, "maxelev_0002": 20, "maxelev_0003": 20, "maxerr": [12, 21, 25, 27, 150], "maxi": [8, 12], "maxim": [12, 150, 181, 182], "maxima": [12, 54], "maximium": 43, "maximum": [8, 12, 20, 21, 40, 41, 43, 45, 49, 110, 116, 117, 128, 138, 139, 141, 150, 160, 174, 180, 181, 182, 183, 184], "maximum_altitud": [22, 23, 24, 26], "maxlat": [12, 20], "maxlon": [12, 20], "maxm": [12, 21, 25, 27, 150], "maxsplit": 12, "maxx": [8, 12], "md": 20, "mdc": [12, 21, 25, 26, 27, 30, 44, 65, 66, 67, 218], "mdc2": [20, 30, 44], "mean": [12, 20, 25, 26, 27, 28, 30, 37, 43, 44, 54, 56, 74, 106, 107, 108, 124, 128, 139, 141, 142, 146, 147, 148, 164, 166, 167, 168, 169, 172, 174, 190, 217, 221], "meandirspread": [30, 44], "meansno": [12, 150], "meant": [3, 11, 12, 71, 87, 88, 150], "meanwavedirect": [30, 44], "meanwavelength": [30, 44], "meanwavenumb": [30, 44], "meanwaveperiod": [30, 44], "measur": [12, 54, 111, 113, 130, 131, 132, 133, 150, 163, 171, 172, 185, 186], "mechan": [0, 12, 17, 128, 144], "median": [44, 45], "medium": [12, 20, 28, 128], "meer": [12, 189], "meerburg": [12, 113], "meet": 46, "meijer": [12, 144], "melim": [20, 30], "melt": 42, "memo": [12, 130, 133], "memori": 17, "mercat": [12, 221], "meridian": [12, 221], "meridion": 37, "mesbf": [20, 30], "mesh": [12, 20, 42, 60, 65, 74, 76, 85, 107, 122, 124, 210, 218, 221], "mesh_topologynode_coordin": 20, "meshgrid": 20, "meshtopology_dimens": 20, "meshtri": 20, "mesin": [20, 30], "messag": [12, 17, 30, 105, 150], "meta": [25, 26, 27, 44], "metabol": 43, "metadata": 44, "meter": [12, 41, 44, 54, 144, 219, 221], "metersposit": 20, "meth_sink": 44, "methan": 43, "method": [1, 3, 4, 5, 7, 11, 12, 15, 17, 18, 20, 22, 23, 24, 26, 28, 32, 36, 37, 38, 39, 40, 44, 45, 47, 48, 49, 54, 55, 56, 57, 58, 59, 68, 71, 130, 131, 132, 133, 134, 137, 139, 140, 141, 142, 144, 160, 221], "methodologi": [12, 200, 201, 203, 204, 205], "metr": 26, "metresarrai": 26, "mevp": 42, "mevp_alpha": 42, "mevp_alpha1": 42, "mevp_alpha2": 42, "mevp_alpha3": 42, "mevp_alpha4": 42, "mevp_coef": 42, "mevp_rheol_step": 42, "meyer": 45, "meylan": [12, 130, 131, 132, 133, 134], "mg": 43, "mid": [12, 44], "middl": 24, "might": [17, 20, 44, 82], "mild": [12, 106, 138], "millisecond": [12, 225, 227], "mimic": 45, "mimimum": [12, 128], "min": [12, 20, 26, 42, 43, 44, 71, 74, 76, 77, 80, 86, 88, 94, 103, 104, 179, 222, 223, 226, 227], "min_length": [12, 60, 61, 62, 69, 86, 89, 97, 98, 101, 102, 104, 196], "mini": [8, 12], "minim": 15, "minimum": [8, 12, 17, 20, 22, 23, 42, 43, 45, 116, 117, 218], "minimum_altitud": [22, 23, 24, 26], "minimum_depth": 20, "ministri": 12, "minlat": [12, 20], "minlon": [12, 20], "minor": 20, "mintransporttimestep": 44, "minumum": 20, "minut": [12, 20, 79, 222, 223, 226, 227], "minx": [8, 12], "mirror": [20, 28], "misc": [41, 43], "misc_sub": 44, "misinterpret": [12, 63], "mismatch": [12, 150], "miss": [1, 10, 12, 17, 19, 20, 22, 24, 40, 49], "missing_discrimin": 19, "mix": [12, 20, 30, 42, 43, 44, 45, 148, 194], "mixing_length": 30, "mixinglength": 44, "mixtur": 45, "mkdir": [20, 22, 23, 24, 26, 27], "mkdn": 41, "mkdsi": 41, "mkdtemp": [17, 22, 23, 24], "mks2": 41, "mkx": [12, 107], "mky": [12, 107], "mm": [12, 44, 45, 222, 227], "mmol": 41, "mobil": 45, "mod": [20, 30, 44], "mode": [12, 17, 19, 21, 25, 26, 27, 28, 30, 66, 73, 76, 79, 86, 91, 92, 93, 94, 95, 102, 106, 116, 117, 118, 174, 184], "model": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 17, 18, 19, 22, 23, 24, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "model_dump": 20, "model_grid": [4, 12, 17, 20], "model_post_init": [1, 3, 4, 11, 32, 36, 37, 38, 39, 40, 47, 48, 71], "model_typ": [0, 2, 3, 4, 5, 6, 7, 10, 12, 17, 18, 19, 20, 21, 25, 26, 27, 28, 30, 47, 48, 50, 51, 52, 53, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "model_type_pahm": 44, "modeldir": [22, 23, 24, 25, 26, 27], "modelmetaclass": [17, 19, 21, 26], "modelrun": [0, 12, 13, 17, 18, 20, 21, 25, 26, 27, 28, 29], "modifi": [12, 20, 21, 30, 44, 61, 68, 127, 129, 150], "modul": [12, 15, 43, 44, 106, 138, 160], "modular": [17, 21], "moitn0": 44, "moment": [17, 28, 30, 44], "momentum": [42, 44], "mommentumadvectioni": 44, "mommentumadvectionx": 44, "month": 41, "montthli": 28, "more": [1, 12, 17, 20, 22, 24, 28, 44, 45, 71, 75, 79, 82, 86, 89, 104, 127, 160, 163, 171, 174, 178, 182, 184, 211, 212], "moreov": [12, 82, 119], "morethan": 102, "morph_fac": 45, "morphodynam": 44, "morpholog": [44, 45], "morphologi": 45, "mortal": [41, 43], "moskowitz": [12, 55, 116, 117, 146, 165, 195, 216], "most": [0, 12, 17, 19, 20, 43, 44, 79, 85, 149], "mostli": [12, 44, 133], "motion": [12, 144], "mount": 44, "move": [0, 12, 17, 180, 186], "mpi": [12, 82, 129, 166, 167], "mpirun": 20, "mpl": [18, 20], "mrozykbjztbb36ziqcsx3cbjmmjaqocb3xfcykck4h6afgriqi8idlb0z2jaaxfyqtdzykaosc3k": 20, "msc": [12, 21, 25, 27, 30, 44, 65, 66, 67, 206, 218], "msc2": [20, 30, 44], "mscujrvytr8ywdz2a2h": 20, "msdn_parameter_urn": 26, "mslp": [20, 37], "msourc": 44, "mstandard_nam": [25, 26], "mtashndeyka": 20, "mtb": 43, "mtr": 43, "mu": 44, "much": [12, 17, 20, 28, 42, 44, 60, 82, 127], "mud": [12, 25, 27, 45, 54, 56, 72], "muddi": [12, 120], "mudlai": [12, 120], "mudlay": [12, 56], "mueller": 45, "multi": 45, "multiarrai": 20, "multiarraynumpyfil": [8, 12, 207], "multipl": [12, 15, 20, 26, 28, 30, 41, 42, 44, 64, 70, 71, 79, 80, 81, 90, 100, 106, 126, 127, 160, 166, 167, 190], "multipli": [12, 48, 86, 128, 143, 144, 200, 201, 202, 203, 211, 212], "must": [1, 4, 5, 9, 12, 17, 19, 20, 24, 30, 42, 44, 45, 47, 48, 60, 61, 71, 74, 76, 77, 82, 87, 106, 120, 122, 124, 147, 160, 163, 166, 167, 171, 184, 196, 206, 210, 211, 212, 218, 221], "mwd": [30, 44], "mx": [12, 25, 26, 27, 66, 91, 95, 210], "mxc": [12, 21, 25, 26, 27, 65, 66, 92, 210], "mxfr": 91, "mxinp": [12, 21, 69, 74, 76, 210], "mxitn": [12, 25, 79, 174, 180, 184], "mxitn0": 44, "mxitst": [12, 26, 27, 79, 183], "mxn": 95, "mxnbt": 44, "my": [12, 25, 26, 27, 44, 66, 91, 95, 210], "my_fancy_interpol": 26, "myc": [12, 21, 25, 26, 27, 65, 66, 92, 210], "myfr": 91, "myinp": [12, 21, 69, 74, 76, 210], "myn": 95, "m\u00b2": [30, 44], "n": [12, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 41, 42, 43, 44, 54, 89, 96, 126, 140, 144, 193, 221], "n1jiuwja35dmokstykds7vskskfiqo1zajifiwjawocswcd": 20, "n2": 20, "n2c": 43, "n6": 20, "nadv": [30, 44], "name": [2, 3, 4, 11, 12, 20, 21, 22, 23, 24, 25, 26, 27, 30, 32, 37, 38, 39, 43, 44, 47, 48, 49, 60, 61, 62, 67, 71, 82, 86, 87, 88, 93, 96, 99, 101, 102, 104, 105, 107, 149, 163, 166, 167, 171, 184, 211, 212, 223, 226, 227], "namelist": [20, 40], "namespac": [15, 28], "nan": [20, 27], "nanarrai": 27, "nanxarrai": 27, "narayan": [12, 144], "narrow": [12, 122], "narrowband": [12, 128], "nativ": 12, "natur": [12, 17, 221], "nautic": [12, 20, 21, 22, 24, 25, 26, 27, 28, 73, 78, 101, 150, 163, 171], "nauticalproject": [25, 26], "nav": [12, 130, 133], "nbed": 45, "nbin": 10, "nblock": 28, "nboundspec": 23, "nbreak": 28, "nbtrk": 44, "nc": [12, 17, 18, 20, 22, 23, 24, 25, 26, 27, 28, 30, 43, 44, 71, 86, 88, 103, 104], "nc_bathi": 17, "nc_data_sourc": 17, "nc_out": 44, "ncarea": [22, 23, 24, 26], "nchi": [20, 30, 44], "nclam0": 41, "ncor": [30, 44], "ncyc_fct": 42, "ndarrai": [8, 12, 17, 20, 25, 26, 27, 207], "ndbc": [30, 44], "ndec": 97, "ndec_block": 97, "ndec_spec": 97, "ndelai": 41, "ndir": [12, 17, 18, 22, 24, 28], "ne": [12, 43, 59, 170], "nearbi": [12, 49], "nearby_spectra": [12, 49], "nearest": [1, 12, 17, 20, 23, 36, 47], "nearshor": [12, 30, 44, 129, 184], "neau": 20, "necessari": [12, 25, 26, 44, 85, 130, 143], "necessarili": [12, 48], "need": [1, 3, 4, 5, 12, 17, 19, 20, 26, 30, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 57, 62, 67, 174, 184], "neg": [12, 20, 43, 44, 48, 121, 137, 189, 192, 193, 211, 212], "negatinp": [12, 19, 21, 25, 27, 72, 137], "negatinp_only_with_zieg": [12, 72], "neighbour": [1, 12, 17, 22, 23, 111, 122], "neither": [12, 20, 44, 218], "nest": [12, 17, 22, 26, 28, 35, 47, 60, 61, 62, 94, 95, 96, 147, 149, 221], "nestout": [12, 25, 27, 60, 62, 71, 95, 96], "net": [15, 43, 44], "netcdf": [1, 4, 12, 15, 17, 30, 32, 33, 35, 36, 44, 48, 88], "netcdf4": [22, 23, 24], "netherland": 12, "never": 12, "new": [3, 4, 12, 17, 19, 20, 21, 26, 27, 28, 44, 45, 47, 48, 57, 115], "new_config": 27, "newlayer_thick": 45, "newli": 12, "next": [12, 17, 18, 79, 106, 122, 160, 174, 180, 184, 212], "nf": 10, "nfreq": [12, 17, 18, 28], "nfriction": 28, "ng": [12, 120], "ngrid": [12, 25, 27, 60, 71, 94, 96], "ngrid_and_nestout": [12, 71], "ngrid_unstructur": [12, 71], "nh4": [41, 43, 44], "nhedf": [12, 21, 65, 69, 74, 76, 77, 211, 212], "nhedt": [12, 21, 69, 74, 76, 77, 211, 212], "nhedvec": [12, 21, 65, 69, 74, 76, 77, 211, 212], "nhot": [30, 44], "nhot_writ": [30, 44], "nhotwriteyn": 30, "nian": 45, "nice": 17, "nielsen": 45, "nighttim": 41, "nikurasd": 45, "ninpgrid": 28, "niqfbmxklr5mjaymzvkuyby0dqfpnjeshjqofxloewgwnamtv": 20, "nit": 43, "niter": [12, 84, 181, 182], "niter_fct": 42, "niter_shap": 44, "nitrat": 43, "nitrif": [41, 43], "nitro": 43, "nitrogen": [41, 43], "nl": [12, 190], "nmax": [12, 20, 138], "nmaxschism_hgrid_face_nod": 20, "nmbii0": 20, "nml": [20, 30, 44], "nnum": 28, "no3": [41, 43, 44], "no3c": 41, "no_nor_if_spher": 12, "no_parmeti": 44, "no_repeating_if_setup": 12, "node": [8, 12, 17, 20, 30, 32, 44, 45, 96], "node_bottom_index": 20, "nodedata_vertical_cent": 20, "nodestart_index": 20, "nodeunit": 20, "nodimesion": 45, "nohead": [12, 71, 86, 104], "nois": 44, "non": [12, 20, 42, 44, 45, 72, 116, 117, 121, 124, 127, 128, 137, 142, 173, 174], "nonbreak": [12, 135, 136, 137], "nonc": [12, 140], "noncolinear": [12, 140], "nondimension": 43, "none": [0, 1, 3, 4, 7, 8, 9, 10, 11, 12, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 43, 47, 48, 49, 50, 51, 61, 62, 65, 67, 71, 72, 73, 74, 76, 77, 79, 81, 82, 84, 85, 86, 88, 93, 96, 97, 98, 101, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 124, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 145, 146, 149, 150, 163, 164, 168, 171, 174, 176, 177, 178, 179, 180, 181, 182, 183, 184, 190, 191, 192, 193, 194, 195, 197, 198, 200, 201, 202, 203, 204, 205, 208, 209, 210, 211, 212, 218], "nonetyp": [17, 26], "nonfat": 44, "nonfatal_": 45, "nonfatal_0000": 20, "nonfatal_0001": 20, "nonfatal_0002": 20, "nonfatal_0003": 20, "nonlinear": [12, 19, 44, 127, 138, 191, 209], "nonst": 28, "nonstat": [12, 17, 25, 26, 27, 28, 79, 80, 84, 174, 184, 223], "nonstationari": [12, 21, 23, 24, 25, 26, 27, 28, 64, 69, 70, 73, 74, 76, 77, 79, 80, 81, 85, 106, 148, 150, 163, 166, 167, 171, 174, 179, 180, 184], "nor": [12, 21, 25, 27, 150, 218], "norm": [23, 24], "norm_end": [18, 25, 26], "normal": [12, 23, 24, 42, 43, 44, 146, 150, 184, 200, 201, 202, 203, 204, 205], "normalis": [12, 15, 54, 184], "north": [12, 23, 59, 101, 113, 124, 150, 170], "northarrai": 26, "northern": [12, 221], "northernmost_latitud": [22, 23, 24, 26], "northsdn_uom_urn": 26, "northward_windlong_nam": [25, 26], "noswll": [25, 27, 101], "not_curvilinear_if_rai": 12, "not_special_nam": 87, "not_yet_impl": 33, "notat": [12, 121, 163, 171, 225, 227], "note": [0, 5, 12, 17, 18, 19, 20, 23, 24, 26, 28, 30, 43, 44, 45, 57, 61, 62, 63, 64, 82, 83, 85, 101, 106, 107, 108, 111, 112, 114, 120, 122, 124, 127, 128, 129, 130, 131, 132, 133, 134, 144, 146, 150, 163, 171, 172, 173, 176, 177, 190, 191, 192, 196, 200, 209, 217, 218, 221], "notebook": [17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28], "notebook_repr_html": [25, 26, 27], "noth": [28, 102], "notic": 23, "nout": [20, 30], "now": [17, 28, 45], "nowcast": 17, "np": [10, 12, 17, 20, 25, 26, 27, 43, 105, 207], "np0zwbulnbwm5dpazfzk4pzqm8bpf8ie1agzwmvx": 20, "np1darrai": [12, 49], "np2darrai": [12, 49], "nperclam": 41, "npf": [12, 134], "nplant": [12, 54, 56, 144], "npnt": [12, 25, 26, 27, 84, 174, 184], "npoint": 28, "nprop": 28, "npt": [43, 89, 90, 102], "nquad": 44, "nr": [12, 20, 21, 25, 26, 27, 73, 149], "nramp": 44, "nramp_elev": 44, "nramp_ss": 44, "nrampbc": 44, "nrampwafo": 44, "nrampwind": 44, "nreadinp": [17, 28], "nreg": [12, 106, 107, 108], "nsakycd8rde1wdkfipzaztxalp3zmmqynsbwn94oiew1wklx3ztqnzbaz0jnzyygnscgjclhari2": 20, "nschism_hgrid_edg": 20, "nschism_hgrid_fac": 20, "nschism_hgrid_nod": 20, "nschism_vgrid_lay": 20, "nspecout": 28, "nspool": 44, "nspool_cosin": 41, "nspool_icm": 43, "nspool_sta": [30, 44], "nstem": [12, 144], "nstep_ic": 44, "nstep_wwm": [20, 30, 44], "nsub": 43, "ntabl": 28, "ntd_weno": 44, "ntracer": 45, "ntracer_ag": 44, "ntracer_gen": 44, "ntriad": 28, "ntrs_icm": 43, "nu_sum_mult": 44, "nude": 35, "nudg": [43, 44], "null": 20, "num": [12, 17, 28, 44, 79, 106], "number": [4, 9, 10, 12, 17, 22, 24, 28, 30, 32, 36, 40, 41, 42, 43, 44, 45, 47, 48, 49, 54, 56, 60, 61, 65, 74, 75, 76, 79, 82, 86, 89, 97, 101, 102, 104, 106, 107, 108, 111, 119, 128, 138, 139, 144, 146, 149, 150, 163, 166, 171, 180, 181, 182, 183, 191, 194, 206, 207, 210, 211, 212, 218], "number_of_lay": [12, 144], "numer": [15, 25, 27, 44, 45, 54, 111, 124, 127, 160], "numpi": [8, 12, 17, 20, 25, 26, 27, 28, 105, 207], "nutrient": 43, "nvfb0pi": 20, "nw": [12, 30, 43, 44, 59, 170], "nx": [9, 12, 17, 18, 22, 23, 24, 26, 49], "ny": [9, 12, 17, 18, 22, 23, 24, 26, 49], "o": [12, 17, 22, 23, 24, 25, 26, 27, 44, 82, 114, 126], "o2": 43, "o2c": 43, "o2n": 43, "o2nh": 41, "o2no": 41, "ob": [12, 122, 124], "obj": [12, 26], "object": [0, 4, 5, 8, 9, 11, 12, 17, 21, 26, 27, 28, 41, 42, 43, 44, 45, 47, 48, 49, 50, 76, 160, 190, 222, 225, 227], "obliqu": [12, 138], "observ": [12, 121, 136, 137, 200], "obsolet": [12, 174], "obst": [12, 123, 124], "obst1": [12, 123], "obst2": [12, 123], "obst3": [12, 123], "obstacl": [12, 25, 27, 72, 111, 124, 189, 192, 193, 196, 198], "obstacle_fig": [12, 123], "obtain": [7, 12, 48, 54, 60, 61, 62, 64, 79, 86, 92, 102, 106, 129, 166, 211, 212, 221], "oc": 43, "occur": [12, 44, 86, 150], "occurr": 12, "ocean": [12, 13, 15, 31, 32, 33, 42, 44, 121, 124, 128, 130, 132, 133, 135, 136, 137, 144, 200, 221], "ocean_forc": 20, "ocean_s_coordin": 20, "ocean_s_coordinateposit": 20, "oceanographi": [12, 128, 135, 137, 145, 146, 194, 195], "oceanum": [12, 18, 25, 26, 27], "oceanum_demo": 18, "oceanum_wave_glob05_era5_v1_spec": 18, "oceanum_wave_nz_era5_v1_spec": 18, "oco": [22, 23, 24, 26], "off": [12, 18, 19, 20, 30, 41, 42, 43, 44, 58, 72, 127, 150, 165], "off1": [12, 126], "off2": [12, 126], "offlin": 44, "offset": 40, "offshor": 26, "often": [12, 111, 211, 212], "oh9qknviqjx": 20, "ok": [18, 22, 23, 24, 25, 26, 43], "okai": [1, 17, 22, 24, 26], "old": [12, 17, 44], "oliv": [12, 115], "omega": [12, 54], "omni": [12, 174, 184], "onc": [44, 89], "one": [10, 12, 15, 17, 20, 22, 24, 41, 42, 43, 44, 45, 48, 54, 61, 65, 71, 74, 75, 76, 79, 82, 86, 87, 93, 97, 99, 102, 104, 106, 107, 122, 124, 129, 138, 147, 148, 160, 163, 166, 167, 170, 171, 174, 184, 210, 211, 212, 221, 225, 227], "onedimension": [12, 148], "ones": [12, 20, 26], "onli": [1, 4, 5, 11, 12, 15, 17, 19, 23, 24, 25, 26, 28, 30, 32, 33, 35, 36, 42, 44, 45, 46, 47, 48, 54, 61, 62, 63, 64, 71, 73, 79, 85, 96, 101, 121, 128, 129, 141, 142, 147, 149, 150, 163, 171, 173, 211, 212, 217, 221], "onr": [12, 130, 133], "onto": 21, "open": [1, 4, 5, 6, 12, 15, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 35, 44, 47, 48, 60, 62, 129, 150, 227], "open_catalog": 20, "open_dataset": [6, 12, 18, 20, 25, 26, 27], "opendap": 15, "openmp": [12, 129], "oper": [12, 15, 45, 46, 82], "opinion": 15, "oppos": [12, 121], "opposit": [12, 23, 121], "opt": [0, 12, 26, 30, 44, 97], "optim": 43, "option": [1, 4, 5, 11, 12, 17, 19, 20, 21, 22, 24, 26, 27, 28, 30, 32, 33, 34, 35, 36, 41, 42, 43, 44, 45, 47, 48, 49, 54, 55, 56, 59, 60, 61, 62, 63, 64, 71, 74, 75, 76, 77, 78, 79, 80, 81, 82, 86, 88, 89, 91, 92, 93, 95, 96, 97, 98, 99, 101, 102, 103, 104, 106, 107, 108, 111, 113, 117, 118, 121, 122, 124, 127, 128, 129, 130, 131, 132, 133, 134, 137, 138, 143, 147, 148, 150, 164, 165, 168, 171, 172, 174, 176, 177, 184, 189, 192, 193, 194, 195, 196, 200, 201, 202, 203, 204, 205, 209, 211, 212, 217, 218, 221, 224], "option_context": 23, "orbit": [12, 20, 30, 44, 45, 54, 191], "orbitalveloc": [30, 44], "order": [12, 19, 20, 21, 23, 30, 42, 43, 44, 57, 79, 85, 89, 106, 107, 143, 171, 172, 175, 182, 211, 212], "orderupwind": [12, 178], "ordin": 12, "ordinari": [12, 211, 212], "org": 15, "organ": 43, "organis": 26, "orgnaic": 43, "orient": [12, 44, 124, 221], "origin": [1, 8, 9, 12, 17, 44, 45, 49, 76, 92, 106, 146, 210], "oscillatori": 45, "other": [10, 12, 13, 17, 20, 26, 28, 41, 43, 44, 45, 68, 88, 104, 111, 121, 133, 147, 149, 160, 163, 171, 211, 212, 221], "otherwis": [8, 12, 19, 24, 42, 44, 45, 79, 85], "our": 26, "out": [10, 12, 15, 18, 20, 28, 30, 44, 45, 60, 61, 62, 64, 71, 82, 86, 94, 95, 96, 103], "out2d": 44, "outcurv": [89, 93], "outfil": [1, 3, 4, 12, 26, 32, 33, 35, 36, 40], "outflow": 35, "outgrid": [26, 86, 88, 91], "outnest": [94, 95, 96], "outp": [12, 62, 84, 181, 182], "outpt": [12, 26, 71, 98, 99, 103, 104], "output": [11, 12, 17, 20, 28, 30, 41, 43, 44, 45, 53, 54, 61, 62, 111, 149, 150, 160, 181, 182, 210, 221, 228], "output_dir": [11, 12, 17, 18, 20, 21, 25, 26, 27, 28], "output_fil": 12, "output_loc": [28, 99], "output_opt": [12, 25, 27, 71], "output_t": 104, "outputinstitut": 20, "outputloc": [12, 17, 18, 28], "outputsourc": 20, "outputtyp": 20, "outputvisit_plugin": 20, "outrai": [93, 102], "outsid": [12, 129], "outsit": 87, "outstyl": [20, 30], "outward": [12, 44, 218], "over": [12, 17, 20, 22, 23, 24, 44, 47, 60, 62, 79, 85, 87, 107, 110, 112, 114, 120, 124, 128, 130, 131, 132, 133, 134, 139, 141, 142, 143, 144, 164, 165, 168, 169, 170, 172, 174, 179, 194, 197, 198, 206, 207, 208, 221], "overal": 45, "overflow": 44, "overflowerror": 12, "overlap": [12, 127], "overrid": [12, 49, 64, 68, 123, 150], "overriden": [5, 12], "overtop": [12, 30, 44, 193], "overwrit": 12, "overwritten": [26, 44, 45, 160], "own": [12, 44, 212], "oxic": [43, 44], "oxid": [41, 43], "oxygen": [41, 43], "p": [12, 18, 22, 23, 24, 25, 26, 27, 41, 43, 44, 101, 113, 115, 126, 128, 130, 131, 134, 135, 138, 140, 142, 144, 184, 190, 191, 194, 222, 227], "p01": 26, "p06": 26, "p1sd": [12, 19, 27, 72, 118, 200, 201, 202, 203, 204, 205], "p2c": 43, "p2n": 41, "p2pr": 43, "p2sd": [12, 19, 27, 72, 118, 200, 201, 202, 203, 204, 205], "p7yqjda": 20, "pa": [30, 43, 44, 45], "pa4zw": 20, "packag": [0, 12, 15, 17, 19, 20, 30], "pad": 12, "page": [12, 15, 200, 201, 202, 203, 204, 205], "pain": 15, "pair": [12, 17, 23, 34, 102, 138], "pancak": [12, 130, 131], "panda": [12, 17, 20, 23, 24, 25, 26, 27, 81], "par": [12, 21, 23, 24, 26, 27, 63, 64, 105, 163, 164, 171, 172], "parallel": [12, 82, 129, 166, 167], "param": [4, 12, 17, 18, 20, 25, 26, 32, 33, 35, 36, 43], "param_iof_hydro1": 30, "param_iof_hydro10": 30, "param_iof_hydro11": 30, "param_iof_hydro12": 30, "param_iof_hydro13": 30, "param_iof_hydro14": 30, "param_iof_hydro15": 30, "param_iof_hydro16": 30, "param_iof_hydro17": 30, "param_iof_hydro18": 30, "param_iof_hydro19": 30, "param_iof_hydro2": 30, "param_iof_hydro20": 30, "param_iof_hydro21": 30, "param_iof_hydro22": 30, "param_iof_hydro23": 30, "param_iof_hydro24": 30, "param_iof_hydro25": 30, "param_iof_hydro26": 30, "param_iof_hydro27": 30, "param_iof_hydro28": 30, "param_iof_hydro29": 30, "param_iof_hydro3": 30, "param_iof_hydro30": 30, "param_iof_hydro4": 30, "param_iof_hydro5": 30, "param_iof_hydro6": 30, "param_iof_hydro7": 30, "param_iof_hydro8": 30, "param_iof_hydro9": 30, "param_nhot": 30, "param_nhot_writ": 30, "param_nhot_writeyn": 30, "param_nspool_sta": 30, "paramat": 17, "paramet": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 17, 21, 22, 23, 24, 25, 26, 30, 34, 41, 42, 43, 44, 45, 47, 48, 49, 52, 53, 54, 63, 71, 76, 89, 96, 101, 102, 105, 111, 121, 124, 128, 130, 139, 142, 150, 160, 163, 164, 168, 171, 172, 176, 177, 180, 183, 192, 197, 210, 215, 218, 219], "parameter": [12, 30, 140, 141, 142, 190], "parameteris": [12, 15, 191], "parametr": [12, 26, 44, 63, 124, 130, 191, 217], "paramt": 43, "parent": [12, 47, 49], "pars": [17, 19, 20, 21, 26], "parse_d": [23, 24], "parse_start_end_dur": 12, "part": [12, 20, 23, 26, 44, 54, 63, 79, 89, 91, 92, 116, 117, 135, 160], "partial": 45, "particl": [41, 43], "particul": 43, "particular": [12, 124, 150], "particularli": [12, 127, 128], "partit": [12, 41, 43, 44, 54], "partli": 46, "paskyabi": 44, "pass": [2, 3, 4, 5, 6, 11, 12, 15, 17, 26, 28, 30, 44, 47, 48, 71, 160], "path": [0, 1, 2, 3, 4, 6, 7, 8, 11, 12, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 47, 48, 50, 51, 82, 207], "path_to_your_dir": 20, "pathcollect": 20, "pathlib": [2, 6, 7, 8, 11, 12, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 82, 207], "paticl": 45, "pb": 43, "pb1": [43, 44], "pb2": [43, 44], "pb3": [43, 44], "pbmin": 43, "pco2a": 41, "pcolormesh": 18, "pd": [17, 20, 23, 24, 25, 26, 27], "pd_np_native_numpy_array_json_schema_from_type_data": [12, 207], "pd_np_native_numpy_array_to_data_dict_seri": [12, 207], "pdir": [12, 54], "peak": [12, 21, 26, 27, 30, 44, 54, 63, 138, 163, 164, 165, 168, 171, 172, 190, 215, 217, 219], "peakd": [20, 30], "peakdspr": [20, 30], "peaked": [12, 54], "peakgroupvel": [30, 44], "peaknfactor": [30, 44], "peakperiod": [30, 44], "peakphasevel": [30, 44], "peakspread": [30, 44], "peakwavelength": [30, 44], "peakwavenumb": [30, 44], "pearson": [12, 216], "per": [12, 21, 26, 27, 43, 44, 54, 61, 63, 79, 99, 100, 101, 104, 106, 107, 108, 127, 144, 164, 168, 172, 174, 180, 184, 206, 207, 218], "per_typ": [12, 21, 26, 27, 217], "percent": [12, 184], "percentag": [12, 174, 184], "perform": [0, 12, 17, 20, 106, 145], "period": [11, 12, 13, 17, 18, 20, 21, 25, 26, 27, 28, 30, 44, 45, 50, 51, 54, 56, 79, 124, 146, 163, 164, 168, 171, 172, 174, 190, 217], "perman": [12, 119], "permiss": [12, 124], "perth": [12, 149], "peter": 45, "petsc": 44, "petzykbpq": 20, "ph": [43, 44], "ph_icm": 43, "phase": [12, 30, 44, 138], "phd": [12, 190], "phi": 20, "phillip": [12, 174, 184], "philosoph": [12, 194], "phosp": 43, "phosphat": 43, "phosphoru": [41, 43], "photo": 41, "photorespir": 43, "phy": [12, 19, 72], "physic": [17, 18, 21, 25, 27, 28, 44, 58, 79, 150, 160], "physicsoff": [12, 125], "phyto": 43, "phytolankton": 43, "phytoplankton": [41, 43], "pi": [20, 41], "pichard": 44, "pick": 45, "pierson": [12, 55, 116, 117, 146, 165, 195], "pip": [29, 43, 44], "pkca": 43, "pkcaco3": 43, "place": [12, 20, 22, 24, 44, 124], "placehold": [5, 12], "plai": [17, 20], "planck": [12, 61], "plane": [30, 44], "plant": [12, 54, 144], "platecarre": [18, 20, 22, 23, 24, 25, 26, 27], "platform": 82, "pleas": [12, 20, 41, 42, 44], "plot": [4, 8, 12, 17, 20, 22, 23, 24, 49, 149], "plot_boundari": [12, 17, 20], "plot_boundary_sid": [22, 23, 24], "plot_hgrid": 20, "plotmesh": 20, "plt": [18, 20, 22, 23, 24, 25, 26, 27], "plu": 44, "pm": [12, 55, 63, 146, 194, 217], "png": 20, "po": 43, "po4": [41, 43, 44], "poc": 43, "point": [1, 8, 9, 12, 15, 17, 18, 20, 24, 25, 26, 27, 28, 32, 33, 35, 36, 43, 44, 47, 49, 54, 57, 60, 61, 62, 63, 65, 71, 74, 76, 77, 86, 89, 92, 99, 101, 102, 103, 104, 105, 106, 107, 108, 111, 122, 124, 129, 150, 161, 162, 169, 171, 172, 174, 176, 177, 184, 185, 192, 196, 210], "points_fil": [12, 71], "pol2cart": 20, "pol2cart2": 20, "pole": 44, "polnikov": [12, 141, 191], "polygon": [8, 12, 17, 49], "polynomi": [12, 44, 130, 133], "pom": 43, "pon": 43, "ponccse2mfure1wcoxp1gghjxang": 20, "pond": 44, "pool": 43, "poon": [12, 114], "poor": [12, 127], "poorli": [12, 111], "pop": 43, "popolu": 28, "popul": [12, 28], "pore": 43, "poro_opt": 45, "poros": [44, 45], "port": [12, 144], "portion": 44, "posit": [12, 26, 30, 42, 44, 76, 86, 101, 102, 129, 150, 192], "posixpath": [20, 25, 26, 27], "possibl": [12, 22, 25, 26, 28, 61, 64, 122, 144], "possibli": [12, 122, 150, 211, 212], "post": [12, 54, 62], "postprocess": 86, "potenti": 44, "power": [12, 21, 25, 27, 63, 100, 101, 146, 150, 163, 164, 168, 171, 172, 200, 217], "powk": [12, 19, 146], "pown": [12, 197], "powst": [12, 19, 146], "pp": [12, 112, 113, 114, 115, 121, 124, 128, 130, 131, 132, 133, 135, 136, 137, 140, 141, 142, 144, 145, 146, 189, 191, 193, 194, 195, 200, 209], "ppatch0": 43, "pq": 12, "prate": 44, "prate_nam": 38, "prc": 34, "prc_1": [20, 34], "prc_2": [20, 34], "pre": [12, 15, 17, 44, 89, 150], "prea": 43, "prec_evap": 44, "preced": 92, "precip": 44, "precipit": [30, 38, 44], "precipitationr": 44, "precis": [44, 88], "predat": [41, 43], "predefin": 21, "predict": [12, 45, 112, 138, 146, 190], "prefer": [12, 41, 82, 85, 178, 182], "prefix": 12, "prei": [41, 43], "preliminari": 44, "prepar": [18, 25], "prepend": [12, 223, 226, 227], "preprocess": 15, "prescrib": [7, 12, 19, 21, 22, 23, 24, 26, 71, 73, 80, 86, 90, 100, 120, 171, 172, 211, 212, 218], "presenc": [12, 105, 173, 182], "present": [12, 15, 30, 42, 44, 60, 82, 95, 96, 108, 143, 166, 178, 182], "preserv": 42, "pressur": [30, 37, 44], "pressure_gradi": [30, 44], "pretti": 20, "prevail": [12, 143], "prevent": [12, 44, 45, 84, 127, 176, 177], "previou": [12, 20, 28, 60, 64, 102, 166, 167, 212], "previous": 26, "primarili": [11, 12, 17], "print": [12, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 181, 182, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "printabl": 12, "prior": [0, 12, 17, 80], "priori": [12, 106, 107, 108], "prism": [30, 44], "privat": [1, 3, 4, 11, 15, 32, 36, 37, 38, 39, 40, 47, 48, 71], "prml_name": 20, "prmsl_name": [20, 37], "prmsl_ref": 44, "probabl": [20, 44, 79], "problem": [12, 22, 24, 44, 54, 76, 89, 98, 101, 102, 150, 162, 169, 210], "problemat": [22, 24], "problemcoord": 101, "proc": [12, 44, 193], "procedur": [12, 127, 174, 184], "procedurali": 17, "proceduralmodel": 26, "proceduralrun": 26, "proceed": [12, 140], "process": [12, 15, 17, 18, 20, 25, 26, 28, 43, 44, 54, 106, 140, 150, 181, 182, 184], "processor": [12, 44, 62, 82, 166], "prodecu": 28, "produc": [12, 13, 17, 104, 105], "product": [12, 15, 43, 44, 143], "product_nam": [22, 23, 24, 26], "profil": 44, "prognost": [12, 150], "program": [12, 43, 44, 86, 149, 163, 167, 171], "progress": 28, "prohibit": 17, "proj": [12, 20, 73, 149], "project": [12, 15, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 44, 49, 73, 86, 113, 147, 160, 221], "project_templ": 12, "prone": 44, "prop": [12, 17, 20, 25, 26, 27, 28, 44, 79], "propag": [12, 54, 85, 111, 122, 128, 142, 175, 179], "propagat": [12, 54], "proper": [12, 86, 89, 212], "properli": [12, 61, 82, 111], "properti": [1, 4, 7, 8, 9, 10, 11, 12, 37, 40, 49, 61, 65, 71, 81, 84, 86, 88, 90, 94, 103, 104, 161, 162, 200, 210, 218, 222], "proport": [12, 150], "proportion": [12, 109, 110, 127, 131, 132, 134, 137, 139, 143, 145, 183, 194, 195, 200, 201, 202, 203, 204, 205, 209], "propos": [12, 44, 145], "propsigma": [12, 54], "proptheta": [12, 54], "propxi": [12, 54], "protocol": 12, "prototyp": 15, "provdid": 17, "provid": [0, 9, 10, 11, 12, 13, 15, 17, 19, 23, 26, 28, 40, 41, 42, 43, 44, 45, 65, 67, 82, 102, 122, 128, 138, 149, 150, 160, 196, 200, 201, 202, 203, 223, 226, 227], "prr": 43, "pscale": 20, "pseudo": 15, "psi": 44, "pstar": 42, "psu": [30, 42, 43, 44], "pt": [25, 26, 27, 28], "pt1h": [12, 70, 79, 80, 81, 222, 223, 226, 227], "pt30m": [12, 21, 71, 86, 88, 94, 103, 104], "pt5h": [12, 85], "ptdir": [12, 54], "ptdspr": [12, 54], "pthsign": [12, 54], "ptrtp": [12, 54], "ptsteepn": [12, 54], "ptwfrac": [12, 54], "ptwlen": [12, 54], "public": 12, "publish": 15, "punctuat": 12, "pure": 26, "purpos": [12, 20, 26, 28, 45, 60, 125], "purposesxarrai": 26, "put": [17, 30, 44], "putm55": 20, "pwgs84": 20, "pwtail": [12, 21, 25, 27, 150], "pwtail_after_gen": [12, 150], "py": [17, 19, 20, 21, 26, 28, 29], "pycal": 17, "pydant": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 17, 18, 19, 20, 21, 26, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "pydantic_cor": 26, "pydantic_numpi": [8, 12, 17, 207], "pydanticndarrai": 17, "pydata": 15, "pypi": 29, "pyplot": [18, 20, 22, 23, 24, 25, 26, 27], "pyproj": 20, "pyschism": 20, "python": [0, 12, 13, 20, 28, 30], "python3": [0, 12, 17, 19, 20, 30], "pytz": 20, "q": 20, "q1": [26, 100], "q2": [26, 100], "q3": [26, 100], "q4": 100, "q5": 100, "q6": 100, "qacc": 45, "qb": [12, 54, 119], "qc": [12, 128, 184, 221], "qddpaplrwrsypm8b1wslyxsczwjcykiqu": 20, "qeduipc2wwjayvsaepnmykcuatkrdxriqd": 20, "qhat": 44, "qjluzku": 20, "qkhcykapgucm3uziqor9beuwewnaiag0yecgy0dieb0g": 20, "qknud": 20, "qllykdej2lxstdiqenldsgl8gjaa0gv9wlkykc8nb": 20, "qmax": [12, 128], "qnon": 44, "qp": [12, 54, 71, 86, 104], "qr8kbwnakprrmr3nykcjde12mfpiqndkdpo68wjafajhknzgykb6ldgjhbrjqfqggrjfj2na1cak": 20, "qtot": 44, "quad": [12, 26, 44, 127], "quadrant": [12, 218], "quadrat": [43, 44, 45], "quadrupl": [12, 19, 21, 25, 26, 27, 58, 72, 125, 126], "quadruplet": [12, 54, 58, 118, 119, 127], "quai": [12, 122, 192], "qualiti": 44, "quant": [22, 24, 101], "quantiti": [12, 22, 24, 25, 26, 27, 44, 54, 71, 89, 104], "quasi": [12, 30, 194, 221], "queffeul": [12, 135], "queri": [12, 20], "question": 19, "quicksearch": 44, "quit": [28, 44, 45], "quiver": [20, 25, 26], "quot": [41, 43, 44], "qv8hgdjqopwxvy4egnaedebugsby0c": 20, "qvviynmbldzd": 20, "r": [12, 17, 18, 20, 23, 28, 115, 121, 126, 130, 131, 135, 137, 144, 189], "r19": [12, 130, 133], "r21b": [12, 134], "r3msayxtectkeywggrwcqn6zlan3omkkp0": 20, "r3s0": 20, "r_": 44, "rad": 34, "rad_1": [20, 34], "rad_2": [20, 34], "radd": [30, 44], "radflag": 44, "radian": [30, 44], "radiat": [12, 30, 39, 43, 44, 54, 124, 138], "radii": 44, "radiu": 24, "radstr": [12, 54], "radu": [30, 44], "rafael": [25, 26, 27], "raglan": 18, "rai": [12, 25, 27, 71, 93], "rais": [1, 12, 17, 19, 21, 22, 24, 26, 34], "ramp": [28, 44], "rand": 17, "random": [12, 17, 106, 193], "rang": [4, 12, 15, 17, 26, 32, 34, 36, 40, 44, 47, 48, 101], "rapid": [12, 128], "rate": [12, 30, 38, 41, 43, 44, 45, 109, 110, 116, 117, 124, 133, 137, 145, 146, 176, 177, 194, 195], "rather": [12, 19, 85, 234], "ratio": [12, 43, 44, 106, 107, 108, 110, 139, 141, 198, 206, 207, 208], "ration": 12, "raw": [12, 54], "rawat": [12, 124], "rbw12": [12, 200, 201, 202, 203, 204, 205], "rdbu_r": [20, 25, 26], "rdcoef": [12, 19, 72, 121], "rdiff": [12, 122], "re": [12, 20, 130, 133], "reaction": 43, "read": [7, 12, 17, 18, 20, 22, 23, 24, 26, 27, 43, 44, 48, 57, 61, 82, 106, 107, 112, 114, 120, 124, 129, 130, 131, 132, 133, 134, 143, 144, 166, 167, 211, 212, 234], "read_": [12, 49], "read_csv": [23, 24], "read_gridded_output": 27, "read_ncswan": [25, 26, 27], "read_spectra_output": 27, "read_swan": [2, 18, 22, 24, 26, 27], "read_tab": [25, 26, 27], "read_text": [21, 25, 26, 27, 28], "read_tpar": [23, 24], "readabl": 82, "readcoord": [12, 65], "reader": [1, 2, 4, 12, 20, 47, 48, 65, 74, 76, 77, 160, 211, 212], "readgrid": [26, 65, 66, 67, 69, 74, 76, 77, 91, 95, 143, 160], "readi": [12, 13, 17, 48], "readinp": [12, 21, 25, 26, 27, 28, 48, 69, 74, 76, 77, 112, 114, 120, 124, 130, 131, 132, 133, 134, 144, 150], "readm": 20, "readthedoc": [8, 12, 49], "reaerat": 43, "real": [12, 41, 42, 44], "realist": 101, "realli": 44, "reanalysi": 15, "reapeat": [12, 21, 25, 27, 147], "rearth_eq": 44, "rearth_pol": 44, "reason": [12, 105, 111], "recent": [17, 19], "rechunk": 20, "recommend": [12, 20, 44, 79, 86, 111, 121, 124, 183, 200, 201, 202, 203, 204, 205, 211, 212], "reconstitut": 45, "reconstruct": 44, "record": 44, "recov": [12, 133], "recoveri": 43, "rectangl": [12, 17, 18, 22, 26, 47, 60, 61, 62], "rectangular": [12, 61, 62, 91, 92], "rectilinear": 92, "recycl": 43, "red": 20, "redefin": [12, 212], "redirect": 26, "redist": [12, 54], "redistribut": [12, 43, 54, 197], "redquad": [12, 54], "redtriad": [12, 54], "reduc": 17, "ref": [20, 25, 27, 101], "refer": [12, 19, 20, 30, 41, 43, 44, 45, 54, 101, 109, 112, 113, 114, 115, 120, 121, 124, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 144, 145, 146, 150, 184, 189, 190, 191, 192, 193, 194, 195, 200, 209, 219], "refht": 45, "refl": [12, 122, 123, 124, 197, 199], "reflc": [12, 122, 123, 124, 192, 196, 198], "reflect": [12, 111, 122, 123, 124, 138, 192, 193, 196, 197, 198, 199], "reflection_typ": [12, 122], "refrac": [12, 58, 125, 126], "refract": [12, 58, 84, 102, 106, 128, 178], "refractori": 43, "reftim": 12, "reg": [12, 17, 18, 22, 23, 24, 25, 26, 27, 28, 49], "regard": 28, "regim": 44, "region": [12, 43, 44, 106, 107, 108, 112, 114, 120, 124, 128, 130, 131, 132, 133, 134, 144, 179], "regist": 12, "register_error": 12, "regular": [9, 12, 13, 17, 21, 25, 26, 27, 49, 69, 91, 92, 147, 179, 210, 221, 226, 227], "regulargrid": [1, 4, 12, 17, 47], "rel": [12, 26, 34, 40, 54, 85, 93, 94, 101, 103, 106, 111, 116, 117, 150, 164, 168, 172, 174, 181, 182, 184, 192, 221], "relat": [12, 15, 19, 41, 43, 44, 45, 106, 107, 130, 131, 135, 136, 200], "relative_weight": [20, 40], "relav": 28, "relax": [12, 20, 35, 42, 44, 106, 111, 183], "relev": [12, 128], "reload": 20, "reload_ext": 20, "remain": [12, 111], "remark": [12, 176, 177], "remedi": [12, 106], "reminer": 41, "remobilis": 45, "remot": [3, 12, 17], "remov": [12, 20, 44, 125], "removeprefix": 12, "removesuffix": 12, "renam": [12, 17, 20, 25, 26, 27], "rename_filt": 12, "render": [0, 12, 13, 17, 19, 26, 27, 28, 47, 50, 51, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 181, 182, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 234], "renier": [12, 128, 138], "rep": [12, 113, 130, 133], "repair": [12, 150], "repeat": [12, 89, 111, 144, 147], "replac": 12, "replic": 17, "repo": [0, 12, 17, 28], "repo_dir": 12, "repo_directori": 12, "repoduct": [11, 12], "repositori": [12, 17, 190], "repository_has_cookiecutter_json": 12, "repr": 12, "repres": [8, 12, 13, 17, 19, 26, 45, 48, 106, 121, 130, 144, 184, 192, 207], "represent": [8, 9, 12, 17], "represt": 17, "reproduc": [12, 211, 212], "request": [12, 18, 20, 25, 26, 54, 71, 101, 111], "requir": [1, 2, 3, 4, 5, 6, 7, 12, 13, 17, 19, 20, 23, 24, 25, 26, 28, 30, 31, 32, 35, 42, 43, 44, 45, 46, 47, 48, 54, 60, 61, 62, 63, 65, 66, 67, 69, 70, 74, 75, 76, 77, 78, 82, 83, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 98, 99, 100, 101, 102, 104, 105, 106, 107, 108, 112, 114, 120, 123, 124, 125, 126, 129, 130, 131, 132, 133, 134, 144, 149, 150, 161, 162, 163, 164, 166, 167, 168, 169, 170, 171, 172, 189, 192, 193, 196, 200, 206, 207, 210, 211, 212, 214, 218, 219, 222, 225], "requuir": 28, "research": [12, 112, 130, 131, 132, 133], "reserv": 12, "reset": [26, 44], "resolut": [12, 20, 23, 44, 45, 47, 79, 85, 106, 108, 111, 122, 127, 128, 218], "resolv": [12, 106], "reson": [12, 139, 142], "respect": [12, 23, 44, 49, 54, 74, 99, 150, 184, 192, 220, 221], "respir": 43, "respons": 13, "rest": 12, "restart": 81, "restrict": [12, 176, 177], "result": [12, 15, 17, 44, 45, 80, 81, 82, 105, 111, 113, 130, 131], "ret": 28, "retain": 28, "retrict": 44, "retriev": [12, 28, 47], "retun": 17, "return": [1, 3, 4, 5, 8, 11, 12, 17, 20, 22, 23, 24, 26, 27, 28, 32, 33, 34, 35, 36, 37, 40, 47, 48, 49, 60, 61, 62, 63, 64, 65, 66, 67, 69, 72, 74, 75, 76, 77, 78, 90, 100, 147, 148, 149, 150, 160], "reus": [12, 202], "rfac": [12, 128], "rfind": 12, "rgb2hex": [23, 24], "rgued": [18, 23, 25, 26, 27], "rho": [12, 20, 21, 25, 27, 150], "rho0": 44, "rho_air": 44, "rho_wat": 44, "rhom": [12, 120], "rhoz": 41, "richardson": 44, "riedel": [12, 115], "right": [8, 12, 20, 57, 124, 200, 201, 202, 203, 204, 205, 218], "rigid": [12, 144], "rijin": 45, "rijn": 45, "rindex": 12, "rinflation_icm": 44, "rip": 17, "rippl": [12, 19, 26, 44, 45, 115], "rise": [12, 44, 106, 129], "river": 44, "rjust": 12, "rkdn": 41, "rkdsi": 41, "rke": 41, "rks2": 41, "rlatitud": [20, 30, 44], "rm": [12, 20, 30, 44, 54], "rmaxvel": 44, "rmsorbitalveloc": [30, 44], "rmtree": [20, 26, 27], "rname": [12, 71, 93, 102], "rndai": 44, "robust": [12, 44, 85], "rocmrdxamgybmimonccghfgzjfs1wlsuzf7hkdxa7vtpouijncdykfvlkkw1wohjjbc5tdxa": 20, "roger": [12, 19, 121, 130, 133, 134, 135, 136, 137, 200], "roland": [12, 135], "roller": [30, 44], "roller_stokes_hvel": [30, 44], "rom": [12, 29, 140], "rompi": [12, 13, 17, 19, 20, 21, 25, 26, 27, 28, 29, 160], "rompybasemodel": [12, 17], "ron": 20, "rooijen": 44, "root": [18, 43, 44], "rosengau": [12, 114], "rot": [9, 12, 17, 18, 22, 23, 24, 26, 48, 49], "rotat": [9, 12, 42, 44, 48, 49], "roug": [30, 44], "rough": [12, 20, 44, 45, 114, 115], "rougnesslength": [30, 44], "round": 20, "rous": 44, "rout": 43, "routin": [12, 26, 44, 115], "row": [12, 23, 99, 207], "royal": [12, 194], "rpartit": 12, "rper": [12, 54, 101], "rpo": 20, "rpoc": [43, 44], "rpom": 43, "rpon": [43, 44], "rpop": [43, 44], "rspec": [12, 122], "rsplit": 12, "rstrip": 12, "rtm01": [12, 54, 104], "rtmm10": [12, 54, 100, 101], "rtol0": 44, "rtp": [12, 54], "rule": [12, 43, 60], "run": [4, 11, 12, 17, 19, 22, 23, 24, 28, 29, 30, 44, 60, 61, 62, 79, 80, 82, 86, 94, 95, 96, 103, 106, 116, 117, 118, 129, 147, 148, 149, 163, 166, 167, 171, 174, 184], "run1": [25, 26, 27], "run1xarrai": [25, 26], "run_id": [11, 12, 17, 18, 20, 21, 25, 26, 27, 28], "rundir": [20, 26], "rung": 44, "runtim": [0, 12, 17, 25, 27, 28], "runup": [30, 44], "rw": [18, 23], "rwja5ljojx7gykdjzyamo89iqpu8vtdc2gjaiubqf9plykaj": 20, "s1": [41, 44], "s1_mxnbt": 44, "s1d": 105, "s2": [12, 20, 41, 44, 133, 150], "s2_mxnbt": 44, "s2c": 43, "s2d": 105, "s2den": 43, "s2ht": 43, "s3": [12, 133], "s4": [12, 133], "s5": [12, 133], "s6": [12, 133], "sa": [43, 44], "safe": 44, "safer": [12, 85], "sai": [12, 221], "sal": 44, "sal_3d": [20, 33], "salin": [20, 30, 35, 42, 43, 44], "salinityatel": 44, "saliti": 43, "salpha": 43, "salt": [30, 43, 44], "salt_elem": [30, 44], "salt_ic": 42, "salt_wat": 42, "salti": 43, "same": [4, 12, 17, 20, 21, 30, 44, 48, 60, 61, 71, 82, 122, 147, 149, 166, 189, 192, 193, 196, 207, 212], "sand": [44, 45], "sand_er": 45, "sand_sd50": 45, "sand_srho": 45, "saterm": 42, "satisfi": [10, 12, 174, 184], "satur": [12, 19, 41, 43, 145, 209], "sav": [43, 44], "sav_cd": 44, "sav_cdyn": [20, 30], "sav_d": 44, "sav_h": 44, "sav_n": 44, "save": [22, 30, 43], "sc2dw": 43, "scalar": [12, 43, 200, 201, 202, 203, 204, 205], "scale": [0, 12, 15, 17, 25, 26, 44, 45, 86, 106, 109, 114, 116, 117, 124, 127, 128, 140, 141, 142, 150, 190, 200, 221], "scaler": [12, 48], "scan": 15, "scat": [12, 25, 27, 72], "scatau": [12, 200, 201, 202, 203, 204, 205], "scatter": [12, 18, 20, 22, 23, 24, 26, 106, 107, 108, 128, 197], "schemat": [12, 144], "scheme": [12, 25, 27, 44, 79, 84, 85, 175, 178, 179, 182], "schfile": 20, "schism": [11, 12, 16], "schism_calculate_vector": 20, "schism_declarit": 20, "schism_hgrid": 20, "schism_hgrid_edge_i": 20, "schism_hgrid_edge_nod": 20, "schism_hgrid_edge_x": 20, "schism_hgrid_edge_yface_coordin": 20, "schism_hgrid_face_i": 20, "schism_hgrid_face_nod": 20, "schism_hgrid_face_nodesedge_coordin": 20, "schism_hgrid_face_x": 20, "schism_hgrid_face_yedge_node_connect": 20, "schism_hgrid_node_i": 20, "schism_hgrid_node_x": 20, "schism_hgrid_node_yface_node_connect": 20, "schism_hgridarrai": 20, "schism_hgriddata_horizontal_cent": 20, "schism_hgridloc": 20, "schism_load": 20, "schism_plot": 20, "schism_procedur": 20, "schismcsiro": [20, 30], "schismcsiroconfig": [11, 12, 20], "schismdata": [20, 30], "schismdataboundari": [20, 33], "schismdataocean": [20, 31], "schismdatasflux": [20, 31], "schismdatatid": [20, 31], "schismdatawav": [20, 31], "schismgrid": [20, 30, 31, 32, 33, 34, 35, 36], "schismweb": 20, "schosm": 20, "schout": [20, 44], "schout_0000_1": 20, "schout_0001_1": 20, "schout_0002_1": 20, "schout_0003_1": 20, "schout_1": 20, "scienc": [12, 45, 130, 134, 194], "scientif": [12, 106, 107, 108, 111, 116, 117, 130, 133, 146, 177, 192], "scipi": 20, "scratch": 17, "scribe": 44, "sd50": 45, "sdn": 26, "sdn_uom_urn": 26, "se": [12, 59, 170], "sea": [12, 25, 26, 37, 42, 44, 54, 56, 113, 116, 117, 124, 130, 131, 132, 133, 134, 138, 146, 150, 194, 195], "sea_floor_depth_below_sea_levellong_nam": [25, 26], "sea_floor_depth_below_sea_surfaceunit": [22, 23, 24, 25, 26], "sea_surface_swell_wave_significant_heightlong_nam": 26, "sea_surface_wave_directional_variance_spectral_densityunit": [22, 23, 24, 25, 26], "sea_surface_wave_frequencyunit": [22, 23, 24, 25, 26, 27], "sea_surface_wave_from_directionlong_nam": [25, 26], "sea_surface_wave_from_directionunit": [22, 23, 24, 25, 26, 27], "sea_surface_wave_significant_heightlong_nam": [25, 26], "search": [12, 15, 20], "season": 43, "sec": [12, 25, 26, 27, 30, 44, 74, 76, 77, 80, 86, 94, 103, 104, 179, 222, 223, 226, 227], "second": [11, 12, 17, 21, 22, 23, 24, 25, 26, 27, 30, 54, 63, 99, 109, 117, 139, 142, 184, 202, 222, 223, 225, 226, 227], "section": [12, 19, 30, 44, 45, 60, 61, 62, 64, 147, 150, 176, 177, 200, 209], "sector": [12, 65, 66, 67, 127, 218], "sed": [41, 43, 44, 45], "sed2d": [44, 45], "sed2d_average_transport": 44, "sed2d_bed_load": 44, "sed2d_bottom_slop": 44, "sed2d_cd": 44, "sed2d_cfls": 44, "sed2d_d50": 44, "sed2d_depth_chang": 44, "sed2d_filter_diffu": 45, "sed2d_susp_load": 44, "sed2d_total_transport": 44, "sed3d": [43, 44], "sed_bedmass_filt": 45, "sed_class": 44, "sed_cor": 45, "sed_debug": 45, "sed_dump": 45, "sed_flux_model": 43, "sed_frict": 45, "sed_morph": 45, "sed_morph_tim": 45, "sed_opt": 45, "sed_typ": 45, "sedbedag": 44, "sedbedfraction_": 44, "sedbedfraction_1": 44, "sedbedfraction_2": 44, "sedbedload": 44, "sedbedloadtransportx": 44, "sedbedrough": 44, "sedbedstress": 44, "sedbedthick": 44, "sedconcentration_1": 44, "sedconcentration_2": 44, "sedd50": 44, "seddepositionalflux": 44, "seddepthchang": 44, "sederosionalflux": 44, "sediment": [12, 41, 43, 44, 115], "sedlay_ini_opt": 45, "sedporoc": 44, "sedroughcurrentrippl": 44, "sedroughsandwav": 44, "sedroughwaverippl": 44, "sedtransportrough": 44, "sedtyp": 45, "see": [1, 8, 12, 17, 28, 30, 43, 44, 45, 49, 54, 60, 61, 62, 64, 65, 78, 79, 82, 86, 89, 94, 98, 99, 101, 102, 103, 104, 106, 111, 116, 117, 121, 127, 128, 130, 146, 147, 148, 150, 161, 162, 163, 165, 167, 171, 172, 173, 176, 177, 192, 196, 210, 211, 212, 221], "seelig": [12, 193], "seem": [12, 20, 44, 111], "seeth": [12, 106, 107, 108], "seg": [12, 169], "segment": [12, 63, 144, 171, 172], "sel": [18, 20, 22, 23, 24, 25, 26, 32], "sel_method": [1, 12, 17, 18, 20, 22, 23, 24, 26, 32, 36, 47], "sel_method_kwarg": [12, 20, 22, 23, 24, 26, 36, 47], "select": [1, 5, 12, 15, 17, 23, 24, 32, 33, 35, 36, 47, 86, 200, 201, 202, 203, 204, 205], "self": [1, 3, 4, 11, 12, 20, 26, 28, 32, 33, 35, 36, 43, 44, 47, 48, 71, 140, 141, 142], "semi": [12, 113, 127], "semiempir": [12, 135], "semter": 42, "send": 45, "sens": [12, 45, 122, 150], "sensibl": [30, 44], "sensible_flux": 30, "sensibleheat": 44, "sensit": 43, "sep": [12, 23, 24], "separ": [12, 13, 17, 20, 28, 44, 95, 96], "sepcifi": 20, "seq": [12, 23, 24, 163, 171], "sequenc": [12, 23, 61, 62, 122, 124, 148, 160, 163, 171, 212], "sequenti": 102, "seri": [12, 23, 24, 45, 169, 194, 212], "serial": 20, "serialize_numpy_array_to_json": [12, 207], "serv": 28, "servai": 44, "server": 15, "set": [0, 10, 11, 12, 15, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 30, 40, 44, 46, 52, 53, 54, 66, 71, 73, 74, 78, 80, 81, 86, 87, 88, 91, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 128, 129, 142, 146, 147, 160, 163, 167, 171, 181, 191, 192, 223, 224, 225, 226, 227], "set_aspect": 20, "set_cor": 45, "set_experi": 27, "set_ext": [20, 22, 23, 24, 26], "set_id": 33, "set_label": 20, "set_major_formatt": 20, "set_mask": 20, "set_nonstat_suffix": [12, 74, 76, 77], "set_opt": [25, 26, 27], "set_tick": 20, "set_time_format": [12, 225], "set_titl": [22, 23, 24, 26], "set_undefin": [12, 212], "set_xlim": [18, 20], "set_xtick": 20, "set_xticklabel": 20, "set_ylabel": [25, 26], "set_ylim": [18, 20], "set_ytick": 20, "set_yticklabel": 20, "settl": [41, 43, 44, 45], "setup": [12, 15, 21, 25, 27, 28, 54, 72, 84, 147], "seven": [12, 130], "sever": [12, 17, 19, 72, 79, 85, 150], "sfam": 43, "sfcm": 43, "sfcp": 43, "sfea0": [20, 30, 44], "sflux": [34, 37, 38, 39, 40, 43, 44], "sflux_": 44, "sflux_air": [20, 37], "sflux_input": 20, "sflux_prc": [38, 44], "sflux_rad": [38, 39, 44], "sfluxair": [20, 34], "sfluxprc": 34, "sfluxrad": 34, "sfluxsourc": [20, 37, 38, 39], "sfm": [43, 44], "sfnm": 43, "sfpm": 43, "sgpm": 43, "sgry0wcbjgwge2tta24hosoa7nmaxai8emqm0wcpabn0xrjtaf1": 20, "shade": 43, "shallow": [12, 19, 43, 44, 112, 127, 128, 192, 209], "shape": [8, 12, 20, 21, 25, 26, 27, 44, 55, 59, 63, 140, 150, 163, 164, 165, 168, 171, 172, 190, 192, 213, 214, 215, 216, 217, 219], "shapelyfeatur": 20, "shaperead": 20, "shapespec": [12, 21, 26, 27, 63], "shapiro": 44, "shapiro0": 44, "share": 44, "sharp": [12, 85], "shear": [12, 43, 44, 45, 128], "sheng": 45, "shield": 45, "shift": [12, 58, 74, 84, 176, 182], "shoal": [12, 191], "shorelin": [12, 44, 124], "shorewafo": 44, "short": [12, 25, 27, 39, 43, 100, 101, 138], "shortest": 15, "shortwav": [30, 44], "should": [12, 19, 20, 28, 30, 44, 48, 54, 57, 61, 62, 63, 66, 76, 79, 82, 86, 89, 92, 98, 99, 102, 104, 106, 107, 111, 113, 115, 116, 117, 118, 122, 129, 130, 150, 160, 161, 162, 170, 171, 172, 174, 179, 192, 196, 200, 209, 210, 211, 212, 218], "shouldn": 20, "show": [12, 17, 20, 22, 23, 24, 28, 44, 49], "shown": [12, 20, 41, 42, 43, 44, 45, 104, 130, 160, 221], "shrink": [12, 20], "sht": 44, "shtm": 43, "shut": 41, "shutil": [20, 26, 27], "shw": 44, "si": 43, "si2n": 41, "sice": [12, 25, 27, 72, 131, 132, 133, 134, 150], "sice_d15": [12, 72], "sice_m18": [12, 72], "sice_r19": [12, 72], "sice_r21b": [12, 72], "side": [12, 20, 21, 22, 26, 27, 30, 44, 59, 61, 62, 63, 124, 147, 171, 172, 192], "side1": 12, "side2": 12, "sidedata_vertical_cent": 20, "sideopt": 12, "sig": [30, 44], "sigfr": [12, 214], "sigimpl": [12, 25, 27, 84], "sigma": [12, 20, 54, 58], "sigma_h_c": 20, "sigma_h_carrai": 20, "sigma_maxdepth": 20, "sigma_theta_b": 20, "sigma_theta_f": 20, "sigmapandasindexpandasindex": 20, "sign": [12, 48, 211, 212], "signatur": [17, 19, 21, 26, 28], "signific": [12, 30, 54, 56, 85, 124, 150, 164, 165, 168, 172, 174, 184, 198, 206, 207, 208], "sigwaveheight": [30, 44], "silenc": 20, "silent": 45, "silic": 43, "silica": [41, 43, 44], "similar": [17, 26, 28, 44], "similarli": [26, 44], "simpl": [12, 13, 17, 28, 29, 44, 131, 132, 134, 136, 200], "simpler": [20, 28], "simplest": 17, "simpli": [3, 12, 20], "simplifi": [8, 12], "simul": [11, 12, 17, 18, 27, 28, 44, 45, 85, 184, 200], "sin": 20, "sinc": [3, 11, 12, 20, 23, 24, 25, 26, 71, 79, 143, 146, 218, 225, 227], "singl": [12, 18, 19, 21, 22, 26, 28, 37, 38, 39, 40, 41, 43, 44, 55, 71, 72, 88, 106, 144, 167, 176, 177, 213], "sink": [12, 41, 44, 130, 150], "sio4": [41, 44], "sip": [12, 181, 182], "site": [0, 1, 12, 17, 19, 20, 22, 23, 24, 25, 26, 27, 30], "sitepandasindexpandasindex": [22, 23, 24, 25, 26, 27], "siteunit": [22, 24, 25, 26, 27], "situ": [12, 130, 132, 133], "six": [12, 57], "size": [10, 12, 17, 18, 20, 22, 23, 24, 26, 44, 45, 76, 79, 82, 106, 107, 108, 115, 124, 138, 160, 161, 162, 165, 221], "ske": 43, "skew": 45, "skhn": 43, "skhnh4": 43, "skhnw": 43, "skhp": 43, "skhpw": 43, "skip": [26, 44], "skiprow": [23, 24], "sktgp": 43, "sktmt": 43, "slam0": [20, 30, 44], "slice": [12, 25, 26], "slide": 44, "slightli": 17, "slong_nam": [25, 26], "slope": [12, 41, 43, 44, 45, 106, 109, 138, 189, 190], "slope_avalanch": 45, "slope_formul": 45, "slow": [42, 43], "slower": 20, "slowli": [12, 106, 128], "slr_rate": 44, "slump": 45, "smagorinski": 44, "small": [12, 44, 79, 106, 221], "small_elad": 44, "smaller": [12, 42, 43, 44, 79, 85, 150], "smart": 28, "smit": [12, 128], "smith": [12, 115], "smnum": [12, 111], "smooth": [12, 25, 26, 42, 54, 106, 111], "smoother": 44, "smpar": [12, 111], "smtb": 43, "sn2c": 43, "sname": [12, 25, 26, 27, 71, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 103, 104], "sname1": 90, "sname2": 90, "snapshot": [22, 23, 24], "snow": [42, 44], "so": [10, 12, 17, 20, 21, 26, 28, 30, 44, 45, 72, 82, 86, 101, 121, 127, 144, 163, 171, 179, 202, 212, 218], "so2c": 43, "sobc": [20, 35], "societi": [12, 194], "sod": 44, "soft": 28, "solar": [30, 43, 44], "solar_radi": 30, "solarradi": 44, "solid": 43, "solut": [12, 184], "solv": [42, 44], "solver": [12, 44, 181, 182], "some": [8, 9, 12, 15, 17, 19, 20, 22, 25, 26, 28, 44, 71, 85, 95, 96, 101, 106, 127, 144], "somewhat": 19, "soon": [12, 119], "sor": [12, 181, 182], "sordup": [12, 85], "sorption": 43, "sorptiona": 43, "sort": [12, 17, 18, 20, 25, 26, 27, 45], "soulsbi": [30, 44, 45], "sound": 19, "sourc": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "source_sink": 44, "source_term": [12, 19, 21, 25, 26, 27, 72, 118], "source_termspandasindexpandasindex": 27, "sourcebas": 12, "sourcedatamesh": [1, 4, 12, 20], "sourcedataset": [1, 4, 12, 20, 26], "sourcefil": [1, 4, 12, 20, 22, 23, 24], "sourceforg": 15, "sourceintak": [1, 4, 12, 20, 25, 27], "sourceterm": 12, "sourcewavespectra": [1, 20], "south": [12, 23, 59, 61, 62, 124, 170], "southernmost_latitud": [22, 23, 24, 26], "sp2c": 43, "space": [4, 8, 9, 12, 17, 18, 20, 26, 41, 42, 43, 44, 45, 47, 48, 49, 54, 58, 82, 85, 111, 122, 138, 143, 150, 166, 167, 210, 218], "spacing_gt_zero": [12, 47], "spars": 26, "spatch0": 43, "spatial": [8, 12, 17, 20, 41, 43, 45, 86, 104, 111, 122, 128, 165, 190], "spb": [12, 139, 142], "spc": [25, 27], "speacial": 44, "spec": [12, 17, 18, 22, 23, 24, 25, 26, 27, 28, 97, 187, 188, 218], "spec1d": [12, 103], "spec2d": [12, 22, 23, 25, 26, 27, 28, 82, 103, 187], "spec_boundary_source_typ": [12, 47], "spec_out": 28, "special": [86, 87], "specif": [4, 12, 13, 15, 17, 23, 24, 30, 37, 44, 47, 48, 63, 74, 76, 77, 88, 101, 115, 122, 139, 160, 163, 171, 217, 218, 222, 223, 224, 225, 226, 227], "specifi": [0, 8, 10, 12, 17, 19, 20, 22, 24, 42, 44, 64, 70, 71, 72, 79, 85, 88, 96, 105, 124, 176, 177, 189, 192, 193, 200, 209, 211, 212, 218, 222, 225, 227], "specific_humid": 30, "specifichumid": 44, "specout": [12, 25, 26, 27, 28, 60, 71, 82], "specoutput": [12, 17], "spectra": [12, 22, 23, 24, 49, 60, 61, 62, 63, 94, 97, 103, 112, 163, 165, 171, 184, 185, 186, 187, 188, 217, 218], "spectra_fil": [12, 17], "spectral": [12, 17, 18, 22, 23, 24, 26, 36, 54, 60, 61, 62, 63, 97, 114, 117, 121, 128, 130, 134, 150, 164, 166, 167, 168, 172, 173, 174, 184, 213, 214, 215, 216, 217, 218, 219], "spectral_resolut": [12, 17, 18, 28], "spectrum": [17, 21, 25, 26, 27, 54, 55, 61, 62, 63, 65, 66, 67, 103, 106, 107, 108, 116, 117, 138, 146, 160, 164, 165, 168, 171, 172, 195], "specular": [12, 197, 199], "speed": [12, 25, 26, 30, 116, 117, 127], "spfh": [20, 37], "spfh_name": [20, 37], "spheric": [12, 21, 22, 24, 25, 26, 27, 28, 54, 61, 62, 73, 76, 89, 98, 99, 102, 129, 147, 150, 161, 162, 171, 172, 196, 210], "spill": [41, 42, 44], "spline": [30, 44], "split": [12, 21, 23], "split_cmd": 12, "split_str": 12, "splitlin": 12, "spm": 41, "spm0": 41, "spong": 44, "spool": [30, 44], "spot_1002": [20, 30], "spot_1011": [20, 30], "spot_1018": [20, 30], "spot_1026": [20, 30], "spread": [12, 30, 44, 54, 163, 164, 168, 171, 172, 217], "sprinkler": [12, 85, 179], "spuriou": [12, 182], "sqrt": [12, 20, 25, 26, 44, 150], "squar": [12, 54, 106, 107, 108, 144], "squeez": 20, "src": [20, 44], "srho": 45, "srpoc": [43, 44], "srpon": [43, 44], "srpop": [43, 44], "ss": [12, 222, 227], "sss": 44, "sst": 44, "sswell": [12, 19, 21, 25, 27, 72, 121, 135, 136, 137], "sswell_ardhuin": [12, 72], "sswell_rog": [12, 72], "sswell_zieg": [12, 72], "st6": [12, 27, 72, 118, 201, 202, 203, 204, 205], "st6c1": [12, 19, 27, 72, 118], "st6c2": [12, 19, 27, 118], "st6c3": [12, 19, 27, 118], "st6c4": [12, 19, 27, 118], "st6c5": [12, 19, 27, 118], "st6cn": 19, "stab": 44, "stabil": [12, 44, 179], "stabl": [8, 12, 15, 85], "stack": [15, 30, 44], "stage": [11, 12, 15, 17], "stagger": [12, 74], "staging_dir": [11, 12, 17, 28, 50, 51], "stagri": [12, 74], "stagrx": [12, 74], "stand": [12, 144], "standard": [12, 22, 24, 28, 45, 61, 164, 168, 172, 214], "standard_nam": [20, 22, 23, 24, 25, 26], "standardis": [12, 49], "start": [11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 40, 43, 44, 57, 79, 101, 102, 150, 211, 212, 223, 226, 227], "start_dai": 44, "start_dat": [22, 23, 24, 26], "start_hour": 44, "start_month": 44, "start_year": 44, "startswith": 12, "startup": [21, 25, 27, 160], "stat": [12, 22, 23, 24, 26, 27, 70, 79, 81, 84, 106, 174, 184, 224], "state": [12, 20, 28, 41, 42, 43, 44, 45, 64, 79, 130, 133], "static": 12, "station": [1, 30, 41, 43, 44], "stationari": [12, 25, 26, 27, 64, 70, 79, 80, 81, 85, 93, 106, 130, 148, 163, 166, 167, 171, 174, 183, 184], "statist": [12, 22, 23, 24, 128, 141, 191], "staurat": 43, "ste": 30, "steadi": 30, "steep": [12, 44, 54, 137, 146, 195], "stem": [12, 26, 43, 44, 144], "stencil": 44, "step": [12, 18, 25, 26, 30, 41, 42, 44, 45, 74, 79, 85, 88, 106, 111, 165, 171, 172, 180, 211, 212], "step_nu_tr": 44, "stepanov": 44, "stepe": 17, "stgp": 43, "sthconst": [20, 35], "stiff": [12, 106], "still": [12, 17, 44, 112, 114, 124, 150], "stleaf": 44, "stleaf0": 43, "stmp": [20, 37], "stmp_name": [20, 37], "stmt": 43, "stochast": [12, 128, 191], "stoke": [12, 30, 44, 120], "stokes_hvel": [30, 44], "stokes_wvel": [30, 44], "stop": [12, 20, 25, 26, 27, 28, 44, 70, 84, 174, 181, 182, 183, 184], "stop_dat": [22, 23, 24, 26], "stopc": [12, 25, 26, 27, 84, 174], "storag": [12, 106, 107, 108], "store": 20, "stpm": [12, 19, 27, 146, 195], "str": [0, 1, 2, 3, 4, 6, 7, 11, 12, 17, 20, 21, 22, 23, 24, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 40, 47, 48, 49, 58, 60, 61, 62, 64, 65, 66, 67, 68, 69, 73, 74, 77, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 119, 120, 121, 122, 123, 124, 125, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 161, 162, 163, 164, 166, 167, 168, 169, 170, 171, 172, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 206, 207, 208, 209, 210, 211, 212, 214, 215, 217, 218, 219, 221, 222, 223, 224, 225, 226, 227], "straight": 102, "stratif": 44, "stratifi": 44, "stream": [21, 44], "strength": [12, 44, 121, 200], "strerss": [12, 200, 201, 202, 203, 204, 205], "stress": [12, 30, 43, 44, 45, 54, 138, 194], "strftime": [20, 28], "strict": [12, 44], "strict_data_typ": [12, 207], "string": [7, 12, 15, 21, 26, 43, 47, 48, 54, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 163, 171, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 192, 193, 196, 197, 198, 199, 206, 207, 208, 210, 211, 212, 222, 225, 227], "strip": 12, "strong": [12, 17, 45, 178, 182], "stronger": 42, "strongli": [12, 200, 201, 202, 203, 204, 205], "stroot": 44, "stroot0": 43, "structur": [8, 12, 17, 26, 60, 150, 189, 193], "ststem": 44, "ststem0": 43, "style": 30, "su": [43, 44], "sub": [12, 28, 62, 122, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237], "subclass": [5, 17, 19, 21, 26, 68, 160], "subcompon": [19, 21, 23, 26, 27, 63, 64, 65, 66, 67, 79, 80, 81, 84, 85, 88, 91, 95, 103, 105, 118, 122, 124, 140, 141, 142, 147], "subcycl": [20, 42, 43, 44], "subdivis": [12, 102, 218], "subdomain": 44, "subgrid": [12, 92, 122], "submerg": [12, 43, 189, 193], "submiss": 28, "subpackag": 160, "subplot": [20, 22, 23, 24, 25, 26], "subplot_kw": [20, 22, 23, 24, 25, 26, 27], "subplots_adjust": 20, "subroutin": [44, 45, 105], "subsect": 26, "subsequ": [12, 82, 89, 94, 95, 96, 102, 103, 106], "subset": [4, 12, 15, 17, 20, 25, 26, 27, 28, 47, 48, 49, 92], "subset_filt": 12, "substanti": 17, "substitut": 12, "substr": 12, "substract": [12, 106], "subtract": [12, 44, 129], "successfulli": [17, 18, 20, 21, 25, 26, 27, 28], "suffici": 44, "suffix": [12, 21, 25, 27, 66, 81, 86, 88, 94, 103, 104, 210, 223, 226, 227], "suggest": [12, 44, 45, 111, 150, 176, 177, 183], "suit": [0, 12, 17], "suitabl": 12, "sulfid": 43, "sum": [12, 44, 54, 128], "sum_i": 44, "summari": [12, 181, 182], "summat": 44, "supcor": [12, 129], "superced": 46, "suppli": [12, 20, 129], "support": [12, 13, 19, 23, 24, 26, 28, 46, 61, 63, 86, 92, 96, 103, 105, 129, 140, 141, 142, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237], "suppress": [12, 44, 150], "sure": [26, 44], "surf": [12, 54], "surf_el": 20, "surfac": [12, 37, 41, 43, 44, 45, 54, 106, 107, 108, 136, 200], "surfbeat": [12, 25, 27, 72], "suspend": [41, 44, 45], "suspended_load": 45, "suspens": 45, "suzuki": [12, 144, 193], "sw": [12, 59, 170], "swan": [11, 15, 16, 17, 20, 21, 28, 30, 151, 152, 153, 154, 155, 156, 157, 158, 159, 233], "swan2": 21, "swan_config": 21, "swan_out": [18, 28], "swanbas": 28, "swancomp": [12, 25, 26, 27], "swanconfig": [11, 12, 17, 18, 20, 25, 26, 27, 28], "swanconfigcompon": [11, 12, 17, 19, 21, 25, 26, 27], "swandatagrid": [12, 17, 25, 26, 27, 51], "swangrid": [12, 17, 18, 22, 23, 24, 25, 26, 27, 28, 47, 48, 50, 51, 71], "swaninit": [18, 25, 26], "swanmodel": 15, "swanphys": [12, 17], "swanspec": [25, 26, 27], "swanspectrum": [12, 17], "swantabl": [12, 25, 27, 71], "swapcas": 12, "sweep": [12, 18, 25, 26, 106, 107, 108, 127], "swell": [12, 26, 54, 56, 85, 101, 113, 121, 124, 128, 136, 137, 138], "switch": [12, 20, 41, 43, 44, 58, 125], "swn": [12, 26, 60, 64, 80, 81, 82, 94, 103, 166, 167], "sy": [12, 20], "sybcycl": 42, "system": [12, 22, 23, 24, 25, 26, 27, 54, 60, 82, 101, 147, 150, 190], "t": [4, 12, 17, 20, 22, 25, 26, 27, 30, 41, 43, 44, 47, 48, 71, 113, 120, 126, 128, 144], "t1": [12, 200], "t2": [12, 200], "t7nw2y0cnof0qa6hiqcjx": 20, "t8viqicvwi": 20, "t_i": 44, "tab": 12, "tab_out": 28, "tabl": [12, 22, 24, 25, 26, 27, 28, 45, 54, 71, 97, 101, 124], "tablecf_rol": 20, "tabsiz": 12, "tag": [0, 12, 17], "tail": [12, 26, 140, 150], "take": [3, 11, 12, 15, 17, 26, 44, 71, 86, 138, 160], "taken": [12, 107, 111, 116, 117, 150], "tangenti": 44, "tanh": [42, 44], "taper": 44, "target": 15, "task": [0, 12, 17], "tau": [12, 200, 201, 202, 203, 204, 205], "tau_c": 45, "tau_max": 45, "tau_opt": 45, "tbcur": [12, 143], "tbcur_only_with_curr": [12, 143], "tbeg": [12, 21, 25, 27, 69, 70, 71, 74, 76, 77, 79, 80, 81, 86, 88, 94, 103, 104, 223, 226, 227], "tbegblk": [12, 25, 26, 27, 71, 86, 104, 226, 227], "tbegc": [25, 79, 80], "tbeginp": [12, 21, 69, 74, 76, 77], "tbegnst": 94, "tbegspc": [25, 26, 27, 103], "tbegtbl": [12, 25, 26, 27, 71, 104, 223], "tbl": [12, 25, 27, 223], "tbp": 45, "tdelt": [12, 222], "tdelta": [12, 222, 227], "tdir": [12, 54], "tdurrant": 28, "technic": [12, 106, 107, 108, 111, 116, 117, 130, 133, 146, 177, 192, 217, 234], "techniqu": [12, 183], "technologi": [12, 130, 134, 136, 190, 200], "teh": [12, 20, 28, 54], "tem_3d": [20, 33], "temp": [17, 20, 30, 43, 44], "temp_elem": [30, 44], "temperatur": [20, 30, 35, 37, 41, 43, 44], "temperatureatel": 44, "tempfil": [17, 22, 23, 24], "templat": [0, 12, 15, 17, 18, 20, 21, 25, 26, 27, 30, 81], "template_demo": 17, "template_fil": [21, 28], "tempor": [44, 45], "tend": [12, 21, 25, 27, 69, 70, 74, 76, 77, 79, 80, 81, 184, 223, 226], "tendblk": [12, 226], "tendc": [25, 79, 80], "tendinp": [12, 21, 69, 74, 76, 77], "tendtbl": [12, 223], "term": [12, 27, 30, 41, 43, 44, 105, 106, 107, 108, 116, 117, 118, 121, 124, 128, 130, 137, 143, 145, 150, 169, 173, 174, 179, 184, 190, 194, 195, 200, 201, 202, 203, 204, 205, 209, 221], "termin": [12, 84, 150, 174, 181, 182, 184], "terrain": [30, 44], "test": [12, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 42, 44, 61, 71, 125, 193], "test1": 21, "test2": 21, "test_data": 20, "test_schism": 20, "test_swantempl": [17, 28], "text": [12, 15, 17, 86, 99, 111, 211, 212], "tfmt": [12, 21, 25, 26, 27, 71, 79, 86, 88, 223, 224, 225, 226, 227], "tgp": 43, "th": [20, 32, 43, 44], "than": [1, 12, 17, 19, 20, 43, 44, 45, 65, 71, 74, 76, 79, 82, 87, 89, 101, 107, 122, 127, 138, 150, 163, 171, 174, 184, 192, 210, 211, 212, 218], "thei": [12, 17, 19, 26, 124, 160, 200, 209, 234], "thelimit": [12, 128], "them": [12, 19, 26, 72, 160], "theori": [12, 106, 114, 194], "therefor": [12, 82, 122, 178, 182, 221], "thermodynam": 42, "thesi": [12, 190], "theta": [12, 54, 58, 218], "theta0": [25, 26, 27], "theta_b": 20, "theta_f": 20, "theta_io": 42, "thetai": [20, 30, 44], "thetapeak": [12, 164, 168, 172], "thi": [0, 1, 3, 4, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 163, 166, 167, 171, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 192, 193, 196, 197, 198, 199, 206, 207, 208, 210, 217, 218, 221, 223, 224, 226, 227], "thick": [12, 42, 43, 44, 45, 56, 75, 120, 130, 131, 134], "thik": 43, "thing": 28, "third": [12, 19, 109, 118, 121, 137, 203, 218], "those": [10, 12, 17, 22, 23, 24, 28, 61, 92, 138], "though": [12, 30, 121, 150], "thousand": [12, 85], "thredd": 15, "three": [12, 18, 19, 22, 23, 24, 57, 163, 171], "thresh_acc_opt": 45, "threshold": [12, 20, 44, 45, 119, 138, 139, 145, 150, 209], "through": [12, 17, 20, 26, 28, 44, 122, 124, 128, 138], "throughout": 17, "throw": 20, "thu": [12, 44, 64, 95, 96, 102, 106, 107, 108, 129], "ti": 44, "tic": [43, 44], "tick_left": 20, "tick_param": 20, "ticker": 20, "tidal": [31, 35, 44], "tidal_data": [20, 35], "tidal_dataset": 20, "tidal_forc": 20, "tidaldataset": [20, 35], "tide": [20, 31, 35, 44], "tidepotentialgradi": 44, "tidepotentialgradx": 44, "time": [1, 4, 11, 15, 17, 18, 20, 22, 23, 24, 25, 27, 28, 30, 31, 32, 33, 34, 35, 36, 40, 41, 43, 44, 45, 47, 48, 52, 53, 54, 61, 62, 70, 71, 74, 76, 77, 79, 80, 81, 85, 86, 88, 94, 101, 103, 104, 106, 111, 116, 117, 122, 150, 160, 163, 166, 167, 171, 179, 180, 182, 211, 212], "time_buff": [4, 12, 20, 26, 32, 36, 40, 47, 48], "time_dim": 12, "time_interfac": [52, 53], "time_seri": 20, "time_step": [20, 30], "timearrai": [20, 22, 23, 24, 25, 26], "timebase_d": 20, "timedelta": [11, 12, 17, 20, 21, 22, 23, 24, 25, 26, 27, 222, 223, 226, 227], "timefilt": 12, "timelong_nam": [25, 26], "timenam": 17, "timenorm": [12, 17, 20, 25, 26, 27], "timenorm_filt": 12, "timepandasindexpandasindex": [20, 22, 23, 24, 25, 26], "timerang": [1, 4, 11, 12, 17, 20, 22, 23, 24, 25, 26, 27, 31, 32, 33, 34, 35, 36, 47, 48, 50, 51, 160], "timerangeclos": 12, "timerangeopen": [12, 25, 26, 27, 88], "times_suffix": [79, 80], "timestamp": [26, 81], "timestamp_to_datetim": 81, "timestandard_nam": 20, "timestep": [4, 12, 32, 36, 40, 47, 48], "timor": 44, "tip": [12, 111], "titl": [12, 18, 20, 26, 149], "title1": [12, 21, 25, 26, 27, 149], "title2": [12, 21, 25, 27, 149], "title3": [12, 21, 25, 27, 149], "titlecas": 12, "tke": 30, "tku": 20, "tm": [100, 101], "tm01": [12, 17, 18, 20, 25, 26, 27, 28, 30, 44, 54, 71, 86, 100, 101, 104, 174], "tm02": [12, 20, 30, 44, 54, 100, 101], "tm10": [30, 44], "tma": [12, 21, 27, 55, 217], "tmbot": [12, 54], "tmm10": [12, 54], "tmp": [21, 26], "tmp_path": 17, "tmt": 43, "tnit": 43, "to_byt": 12, "to_dask": 20, "to_dataset": 12, "to_datetim": 20, "to_geojson": 12, "to_index": [22, 26], "to_inpgrid": 15, "to_netcdf": [17, 20], "to_panda": [24, 25, 26], "to_pydatetim": 26, "to_python": 20, "to_slic": 12, "to_wkb": 12, "to_wkt": 12, "tobc": [20, 35], "todo": [12, 17, 19, 26, 28, 30, 43, 63, 74, 76, 105, 113, 120, 130, 160, 202], "togeth": [12, 17, 26, 71, 202, 218], "token": 12, "toler": [1, 8, 12, 17, 18, 22, 23, 24, 26, 44], "tolman": [12, 200], "tom": 28, "too": [12, 42, 44, 104], "tool": 104, "top": [12, 20, 44, 45, 57, 106, 189, 192, 193], "toplay_inithick": 45, "topo": 26, "topographi": [12, 142], "topologi": 20, "total": [12, 18, 20, 23, 30, 43, 44, 45, 54], "total_heat_flux": 30, "total_sed_conc": 43, "total_tr": 20, "totalheat": 44, "totalsuspendedload": 44, "touch": 17, "tp": [12, 17, 18, 22, 23, 24, 25, 26, 27, 28, 30, 44, 54, 71, 86, 104], "tpar": [12, 23, 163, 171], "tpar1": [12, 171], "tpar2": [12, 171], "tpar3": [12, 171], "tparfil": [23, 24], "tpp": [20, 30], "tppd": [20, 30], "tpsmoo": [25, 26], "tpxo": [20, 35], "tpxo9": 20, "tr": [12, 17, 41, 43], "traceback": [17, 19], "tracer": 44, "track": [12, 44, 54], "trail": 12, "trajectori": 44, "tranport": 44, "trans1d": [12, 122], "trans2d": [12, 122], "transact": [12, 194], "transfer": [12, 43, 44, 54, 61, 62, 82, 127, 138], "transform": [12, 18, 20, 106, 108], "transit": [12, 30, 44, 85], "translat": [12, 15, 49], "transm": [12, 122, 123, 189, 193, 206, 207], "transm_msc_mdc": 12, "transmiss": [12, 122, 123, 189, 192, 193, 196, 206, 207, 208], "transmit": [12, 122, 206, 207, 208], "transp": [12, 54, 100, 101], "transport": [12, 30, 42, 43, 44, 45, 54, 58], "transvers": 45, "travel": [12, 179], "trcod": 43, "trcoef": [12, 122, 192, 196, 206, 207, 208], "treat": 44, "treatment": 44, "tree": [12, 130], "trfac": [12, 25, 139, 140, 141, 142], "tri": 20, "triad": [12, 17, 25, 26, 27, 28, 54, 72, 140, 141, 142, 191], "triad_dcta": [12, 72], "triad_lta": [12, 72], "triad_spb": [12, 72], "triall": 30, "triangl": [12, 20, 67, 96], "triangul": 20, "tricontouf": 20, "tricontour": 20, "tricontourf": 20, "trigger": [4, 12], "trimesh": 20, "tripcolor": 20, "triplot": 20, "trm": 43, "trophic": 43, "tropic": 44, "trowbridg": 44, "trsr": 43, "true": [1, 4, 8, 11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 35, 36, 40, 47, 48, 49, 80, 86, 111, 118, 140, 142, 143, 145, 147, 150, 192, 194, 195, 200, 201, 202, 203, 204, 205], "true10": [12, 200, 201, 202, 203, 204, 205], "trunc": [12, 128], "truncat": [12, 128], "try": [12, 17, 20, 24], "tsec": [12, 54, 101], "tsinghua": 45, "tss": [12, 43, 56, 123, 124], "tss2c": 43, "tthconst": [20, 35], "tuc5y7m3wiozne3pztfaeqxsbh2yn8dx5m7zogo3wdlyl00b9jfayhbpzdodomaqztlber03wj2z": 20, "tudelft": [12, 190], "tunabl": [12, 109], "tune": [12, 19, 139, 142], "tupl": [8, 12, 20, 49, 207], "turb": [12, 143], "turb_met": 44, "turbinj": 44, "turbinjd": 44, "turbo": [4, 12, 18, 22, 23, 24, 25, 26, 27], "turbo_r": [25, 26], "turbul": [12, 25, 27, 30, 44, 56, 72], "turbulecn": 44, "turbulentkineticen": 44, "turbvisc": [12, 56], "turn": [12, 20, 41, 43, 44, 45, 84, 128, 176, 177], "tvd": [20, 44], "two": [8, 12, 13, 15, 17, 19, 20, 24, 28, 40, 45, 54, 57, 61, 62, 63, 79, 89, 94, 104, 106, 111, 120, 122, 148, 160, 170, 196, 200, 209, 218], "twodimension": [12, 21, 25, 26, 27, 28, 73, 148], "txt": [12, 20, 21, 25, 26, 27, 65, 69, 74, 76, 77, 96, 99, 107, 163, 171, 211, 212], "type": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 44, 45, 47, 48, 49, 50, 51, 52, 53, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "type_error": 17, "typeerror": 17, "typic": [15, 30, 45, 160], "u": [12, 17, 20, 25, 26, 44, 48, 150, 200], "u10": [12, 18, 20, 25, 26, 27, 37, 200, 201, 202, 203, 204, 205], "u10_cmd": [12, 200], "u10proxi": [12, 19, 27, 72, 118, 200, 201, 202, 203, 204, 205], "u18": 24, "u2a3jaensc2tiywvqe2wd6vjtx9tdbaghgwph5xnsbhql92ioc2wip0izvmmjba2ewi720i": 20, "u2nkjfmja4coan": 20, "u_10": [12, 116, 117], "u_m2s2n2": 20, "ubot": [12, 17, 18, 20, 28, 30, 54], "ucrit": [12, 25, 139], "udmzbaj0": 20, "ufric": 44, "ugrid": [20, 44], "ui": 20, "uijttewa": [12, 144], "uittenbogaard": [12, 144], "ulaasdn_uom_nam": 26, "um": 44, "umin": [12, 116, 117], "uncas": 12, "unchang": [10, 12, 200, 201, 203, 204, 205], "uncom": 44, "uncoment": [25, 27], "undefin": [12, 212], "under": [12, 20, 44, 45, 105, 106, 111, 128, 138, 183], "underflow": 44, "underli": [12, 106], "understood": 20, "unesco": 44, "unexpect": 17, "unfilt": 17, "unformat": [12, 61, 62, 74, 76, 77, 80, 81, 82, 166, 167, 211, 212], "unicod": 12, "unicodeencodeerror": 12, "unidirect": [12, 142], "uniform": [12, 91, 107, 128, 130, 138, 144, 221], "uniformli": [12, 138], "union": [12, 17, 19, 20, 21, 26, 47, 49, 160, 223, 226], "uniqu": [3, 12, 15, 20, 21, 36, 47, 48, 51, 69, 71], "unique_not_support": 12, "unit": [12, 20, 22, 24, 25, 26, 27, 43, 48, 54, 86, 104, 211, 212], "unitc": 30, "univ": 45, "univers": [12, 190], "unix": [12, 225, 227], "unless": [12, 42, 44, 45, 79], "unlimit": [12, 129], "unphys": 44, "unsatisfactori": 101, "unstructur": [8, 12, 17, 20, 21, 26, 63, 69, 85, 92, 96, 129, 179], "untouch": 12, "uof3aysqnmd9inxcsi80wijnylolkztawpvur": 20, "up": [0, 11, 12, 17, 18, 19, 20, 27, 28, 34, 42, 44, 45, 54, 72, 105, 118, 127, 129, 147, 160, 181, 200, 201, 202, 203, 204, 205], "updat": [4, 12, 20, 28, 44, 45, 47, 48, 127, 137], "uph_": 20, "uphil": 44, "upper": [8, 10, 12, 27, 44, 57, 101, 119, 176, 177], "uppercas": 12, "uptak": [41, 43], "upward": [12, 30, 44, 57, 124], "upward_longwav": 30, "upwardlongwav": 44, "upwind": [12, 44, 79, 85, 182], "uqeh9nmcjer44sgy1wk0vlhr7": 20, "ur_i": [8, 12], "ur_x": [8, 12], "urcrit": [12, 139, 141, 142, 191], "uresel": [30, 44], "uresellnumb": [30, 44], "uri": [2, 3, 6, 7, 12, 17, 20, 22, 23, 24, 28], "url": 15, "urlpath": 15, "urm": [12, 54], "ursel": [12, 119, 139, 191], "urslim": [12, 25, 139], "us": [0, 1, 2, 4, 11, 12, 13, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 35, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 54, 60, 61, 62, 63, 64, 65, 68, 71, 72, 73, 76, 79, 80, 81, 82, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 106, 108, 110, 111, 112, 114, 118, 119, 120, 121, 124, 125, 128, 129, 130, 131, 132, 133, 134, 137, 138, 139, 143, 144, 147, 150, 160, 161, 162, 163, 165, 166, 167, 170, 171, 174, 179, 182, 183, 184, 189, 191, 192, 193, 196, 200, 201, 202, 203, 204, 205, 210, 211, 212, 217, 218, 221, 234], "usabl": 12, "usag": [17, 44], "use_": 44, "use_ag": 44, "use_analysi": 44, "use_atmo": 44, "use_bulk_fairal": 44, "use_dvd": 44, "use_eco": 44, "use_fib": 44, "use_gen": 44, "use_ha": 44, "use_ic": 44, "use_marsh": 44, "use_nwm_bmi": 44, "use_pahm": 44, "use_petsc": 44, "use_s": 44, "use_sed2d": 44, "use_timor": 44, "use_wmm": [30, 44], "use_wwm": [30, 44], "user": [0, 1, 4, 12, 17, 19, 24, 26, 28, 32, 36, 37, 38, 39, 40, 44, 45, 47, 48, 61, 65, 75, 78, 79, 80, 81, 82, 86, 88, 89, 91, 92, 93, 95, 96, 97, 98, 99, 101, 102, 103, 104, 105, 106, 111, 116, 117, 118, 119, 120, 121, 122, 124, 127, 128, 129, 130, 138, 139, 143, 144, 148, 149, 150, 174, 184, 192, 196, 200, 201, 202, 203, 204, 205, 209, 211, 212, 220, 223, 224, 226, 227], "userwarn": 20, "usual": [12, 15, 30, 42, 44, 45, 61, 82, 105, 127, 163, 171], "utc_start": [20, 30, 44], "utf": 12, "util": 20, "utilis": 28, "uuid": [12, 190], "uv3d": [20, 33], "uv_nudg": 44, "uwind_nam": [20, 37], "v": [12, 17, 18, 20, 25, 26, 27, 34, 44, 48, 115, 121, 135, 136, 137, 141, 191, 200], "v10": [18, 20, 25, 26, 27, 37], "v10refer": 20, "v2den": 43, "v2ht": 43, "vaden": [22, 24], "vadensarrai": [22, 24, 26], "valid": [1, 7, 9, 10, 12, 17, 19, 20, 21, 26, 30, 32, 33, 34, 36, 42, 47, 48, 49, 51, 52, 53, 54, 55, 56, 59, 65, 66, 67, 69, 71, 72, 74, 76, 77, 79, 80, 81, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 98, 99, 101, 102, 103, 104, 105, 120, 122, 124, 128, 135, 143, 144, 150, 160, 161, 162, 171, 172, 196, 200, 201, 202, 203, 204, 205, 207, 211, 212, 218, 225], "valid_duration_interv": 12, "validate_bottom_frict": 30, "validate_coord": 12, "validate_curvilinear_grid": [12, 49], "validate_grid_typ": [12, 49], "validate_idla": 86, "validate_lat": 12, "validate_lon": 12, "validate_point": 105, "validate_s": [12, 161, 162], "validate_special_nam": [86, 88, 94, 103, 104], "validate_start_end": 12, "validate_start_end_dur": 12, "validate_tim": [86, 88, 94, 103, 104], "validationerror": [17, 19, 20, 21, 26], "valpha": 43, "valu": [0, 1, 10, 12, 15, 17, 19, 20, 21, 22, 23, 24, 25, 26, 28, 35, 41, 42, 43, 44, 45, 48, 49, 54, 55, 56, 57, 58, 59, 61, 62, 64, 65, 74, 76, 77, 85, 86, 89, 101, 105, 107, 112, 114, 120, 121, 122, 124, 129, 130, 131, 132, 133, 134, 139, 141, 142, 143, 144, 146, 150, 160, 161, 162, 164, 165, 168, 171, 172, 178, 179, 182, 189, 191, 192, 193, 195, 206, 211, 212, 223, 226, 227], "value1": 43, "value2": 43, "value_error": [17, 19, 20], "valueerror": [12, 17, 34], "van": [12, 19, 44, 45, 135, 145, 184, 189, 209], "vanilla": 28, "var": [12, 17, 18, 20, 25, 26, 27, 41, 42, 44, 48, 51], "vari": [12, 20, 28, 41, 43, 44, 45, 56, 85, 106, 112, 114, 120, 124, 128, 130, 131, 132, 133, 134, 142, 143, 144, 182], "variab": 12, "variabl": [4, 5, 12, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 63, 86, 101, 104, 106, 109, 113, 128, 130, 144, 150, 171, 172, 211, 212], "variable_not_impl": 12, "variablefil": [12, 63], "variablepar": [12, 63], "varianc": [12, 22, 24, 54, 103, 105, 150], "variat": [12, 128], "variou": [12, 28, 88, 150, 220], "varmap": 12, "varnam": 20, "varscal": 20, "vc2dw": 43, "vclose_surf_frac": 44, "vcrit": 43, "vectau": [12, 19, 27, 72, 118, 200, 201, 202, 203, 204, 205], "vecter": 20, "vector": [12, 20, 30, 44, 48, 54, 101, 200, 201, 202, 203, 204, 205, 211, 212], "veg": [43, 44], "veget": [12, 25, 27, 30, 43, 44, 54, 56, 72], "vel": [12, 30, 44, 54, 78], "velcoiti": 44, "velmin_btrack": 44, "veloc": [12, 20, 30, 41, 42, 43, 44, 45, 54, 56, 74, 78, 111, 116, 117, 143, 150, 165, 191, 200, 201, 202, 203, 204, 205], "venv": [17, 20], "veri": [12, 13, 17, 20, 44, 45, 79, 85, 105, 111, 150, 176, 177], "veric": 44, "verifi": [12, 79, 130], "versa": [12, 124], "version": [12, 17, 20, 25, 26, 28, 61, 137, 140, 146], "vertex": [12, 176, 177], "vertic": [8, 12, 17, 22, 23, 30, 44, 45, 144, 221], "vertical_veloc": 30, "verticalvelatel": 44, "verticalveloc": 44, "verticalviscosityi": 44, "verticalviscosityx": 44, "vfam": 43, "vfcm": 43, "vfcp": 43, "vfnm": 43, "vfpm": 43, "vgpm": 43, "vgrid": [20, 42], "vht": 43, "vht0": 43, "vht1": 44, "vht2": 44, "vht3": 44, "vi": 20, "via": [12, 41, 42, 44, 137, 150], "vice": [12, 124], "vie": 20, "view": [19, 20, 25, 27], "vim": 20, "vinun": 43, "viridi": [18, 20, 22, 23, 24, 26], "virtualenv": 19, "viscm": [12, 120], "viscos": [12, 30, 44, 56, 120, 143], "visit": [20, 44], "visit_plugin": 20, "visualis": 25, "vjfenscji4xv4y43wbvachcebjfahwbrdiypn8dwuawhwlg2wowfmpqsytba1o": 20, "vke": 43, "vkhn": 43, "vkhp": 43, "vktgp": 43, "vktmr": 43, "vktmt": 43, "vmax": [18, 20, 22, 23, 24, 25, 26, 27], "vmin": [18, 20, 22, 23, 24, 25, 26, 27], "vmr0": 43, "vmrcr": 43, "vmtb": 43, "vn2c": 43, "vnf": 44, "vnf1": 44, "vnf2": 44, "vnh": 44, "vnh1": 44, "vnh2": 44, "vo2c": 43, "vol": [12, 45, 193], "volum": [44, 45], "vor": 44, "vortex": 44, "vp": 42, "vp2c": 43, "vpatch0": 43, "vscr": 43, "vsink": 44, "vsopt": 43, "vsourc": 44, "vtba": 20, "vtgp": 43, "vthconst": [20, 35], "vtleaf0": 43, "vtleaf1": 44, "vtleaf2": 44, "vtleaf3": 44, "vtmr": 43, "vtmt": 43, "vtroot0": 43, "vtroot1": 44, "vtroot2": 44, "vtroot3": 44, "vtstem0": 43, "vtstem1": 44, "vtstem2": 44, "vtstem3": 44, "vtype": 20, "vwind_nam": [20, 37], "vx": [12, 56], "vy": [12, 56], "w": [12, 17, 20, 30, 44, 54, 121, 126, 130, 133, 134, 136, 137, 144, 189, 193, 200, 221], "w1kqkpfvncaqj6xk8s01wjbdqnyapdxanogyi7pjncc7b0f3jnk1wlfnnekjntxadnnnc151nccp": 20, "w_asym_max": 45, "wa": [12, 22, 23, 24, 28, 41, 42, 43, 44, 45, 146, 164, 166, 167, 168, 172], "wa_spec2d_west_000": 24, "wa_tpar_000": 23, "wa_tpar_001": 23, "wa_tpar_002": 23, "wa_tpar_003": 23, "wa_tpar_004": 23, "wa_tpar_005": 23, "wa_tpar_006": 23, "wa_tpar_007": 23, "wa_tpar_008": 23, "wa_tpar_009": 23, "wa_tpar_010": 23, "wa_tpar_011": 23, "wa_tpar_012": 23, "wa_tpar_013": 23, "wa_tpar_014": 23, "wa_tpar_015": 23, "wa_tpar_016": 23, "wa_tpar_017": 23, "wa_tpar_018": 23, "wa_tpar_019": 23, "wa_tpar_020": 23, "wa_tpar_021": 23, "wa_tpar_022": 23, "wa_tpar_023": 23, "wa_tpar_024": 23, "wa_tpar_025": 23, "wa_tpar_026": 23, "wa_tpar_027": 23, "wa_tpar_028": 23, "wa_tpar_029": 23, "wa_tpar_west_000": 24, "wadham": [12, 130, 131], "wafo_obcramp": 44, "wafo_ramp": 44, "wai": [17, 19, 20, 23, 26, 28, 44], "walvyn": [20, 30], "wam": [12, 61, 62, 127, 146, 200, 201, 203, 204, 205, 225, 227], "wamnest": [12, 61], "wang": [12, 136, 200], "want": [12, 18, 20, 79, 80, 81, 127, 223, 224, 226, 227], "warm": 44, "warn": [12, 17, 19, 20, 22, 23, 24, 25, 26, 27, 72, 105, 122, 150], "warn_if_qmax_and_alpha": [12, 128], "warner": 45, "water": [12, 19, 20, 30, 41, 42, 43, 44, 54, 56, 79, 93, 102, 112, 120, 127, 128, 129, 150, 165, 209], "water_dens": 30, "waterdens": 44, "watersh": [12, 54, 101], "watertyp": 20, "waterwai": [12, 144], "watlev": [12, 54, 71, 86, 104], "wau": [12, 149], "wave": [1, 10, 12, 22, 23, 24, 26, 30, 31, 36, 39, 43, 44, 45, 49, 54, 56, 58, 63, 79, 82, 84, 85, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 113, 114, 116, 117, 119, 120, 121, 122, 124, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 144, 145, 146, 147, 150, 163, 164, 165, 166, 167, 168, 171, 172, 173, 174, 179, 181, 184, 189, 190, 191, 193, 194, 195, 197, 198, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 217, 219], "wave_forc": 20, "wave_sbftot": [30, 44], "wave_sbrtot": [30, 44], "wave_sdstot": [30, 44], "wave_sintot": [30, 44], "wave_svegtot": [30, 44], "waveag": [12, 85, 179], "wavedata": 20, "waveenergydirx": [30, 44], "waveforcex": [30, 44], "wavespectra": [1, 2, 12, 17, 18, 20, 22, 23, 24, 25, 26, 27, 47, 49], "wavewatch": [12, 62, 121, 137], "wavewatchiii": [12, 62], "waxa": [20, 30], "wbdm": [20, 30], "wbl": 44, "wcap": [12, 19, 21, 25, 27, 58, 72, 125, 126, 145, 146, 200, 209], "wcapab": [19, 21], "wcapkomen": 19, "wcapping_ab": [12, 72], "wcapping_komen": [12, 72], "wclam": 41, "wcxbmyka0ftvwpkbiqlnrmug7vgjarfkrqjxgykdi": 20, "wdir": [22, 23, 24, 25, 26, 27], "we": [1, 4, 12, 13, 17, 18, 19, 20, 23, 24, 25, 26, 27, 28, 32, 36, 37, 38, 39, 40, 44, 47, 48], "weak": 45, "weakli": [12, 191], "week": 28, "weigh": 41, "weight": [22, 23, 24, 34, 40, 43, 45], "weird": 20, "well": [12, 28, 44, 45, 121, 184], "weno": [44, 45], "weno_diag": 44, "west": [12, 21, 23, 24, 26, 27, 59, 61, 62, 63, 124, 170], "westau": 26, "western": [12, 149], "westh": [12, 17, 19, 21, 28, 150, 200, 209], "westhuysen": [12, 19, 21, 25, 26, 27, 118, 135, 145, 184], "wet": [12, 20, 25, 26, 43, 44, 45, 124, 174, 184], "wet_slope_cr": 45, "wetdry_elem": 20, "wetdry_nod": 20, "wetdry_sid": 20, "wf5lzlicfdta6uriaxganmav5pkabms0wflxdp8mcjtapogssx1anmcsthf9bue0wcavalwanzta": 20, "wgs84": 28, "what": [3, 11, 17, 26, 28, 71], "when": [0, 1, 3, 10, 11, 12, 17, 19, 20, 22, 23, 24, 30, 43, 44, 45, 71, 79, 82, 85, 89, 98, 99, 102, 119, 122, 127, 150, 161, 162, 176, 177, 180, 183, 186, 194, 195, 200, 201, 202, 203, 204, 205, 209, 210, 212, 218, 223, 226, 227], "where": [8, 11, 12, 17, 18, 20, 28, 43, 44, 61, 63, 79, 80, 81, 88, 89, 101, 105, 121, 129, 150, 184, 197, 212, 218, 223, 224, 226, 227], "wherea": [1, 12, 17, 191], "wherev": [12, 122], "whether": [12, 30, 47, 150], "which": [12, 13, 17, 20, 22, 23, 24, 26, 28, 42, 43, 44, 45, 48, 49, 60, 65, 81, 82, 88, 92, 93, 106, 107, 116, 117, 122, 124, 127, 128, 143, 146, 150, 163, 164, 166, 167, 168, 171, 172, 174, 179, 184, 189, 193, 194, 211, 212, 218, 221], "while": [12, 28, 41, 138, 217], "whitecap": [12, 30, 44, 54, 58, 105, 118, 136, 145, 146, 194, 195, 200, 209], "whitespac": 12, "who": [12, 61], "whole": [17, 20, 30, 44], "whose": 12, "why": 26, "wiberg": 45, "width": [12, 54, 61, 62, 128, 189, 214], "widthof": [12, 197], "williamson": 44, "win": [41, 42, 44], "wind": [12, 17, 18, 20, 21, 27, 28, 30, 37, 43, 44, 54, 56, 58, 69, 74, 75, 76, 77, 79, 105, 113, 116, 117, 118, 121, 136, 137, 145, 146, 150, 165, 173, 184, 194, 195, 200, 201, 202, 203, 204, 205, 209, 212], "wind_drag": [12, 19, 21, 25, 26, 27, 118, 194, 195, 200, 201, 202, 203, 204, 205, 209], "wind_from_direction_at_10m_above_ground_levelunit": [22, 23, 24, 25, 26], "wind_grid": 17, "wind_input": [17, 28], "wind_sourc": 17, "wind_spe": [20, 30], "wind_speed_at_10m_above_ground_levelunit": [22, 23, 24, 25, 26], "wind_stress": 30, "windfactor": 44, "windgrowth": [12, 58, 125, 126], "window": 82, "windrot_geo2proj": 20, "windscal": [12, 19, 27, 72, 118, 200, 201, 202, 203, 204, 205], "windspeedx": 44, "windstressx": 44, "windyn": [20, 30], "winterwerp": 45, "wish": [12, 95, 96, 150], "wisozpamykj": 20, "wit": [12, 190], "within": [1, 12, 17, 18, 24, 26, 43, 45, 61, 62, 85, 106, 108, 127, 160], "withing": [22, 24], "withno": 44, "without": [12, 17, 20, 25, 26, 27, 44, 79, 96, 111, 125], "wkb": 12, "wkstat": [12, 61], "wkt": 12, "wlen": 101, "wlength": [12, 54], "wlevel": [12, 56, 129], "wlrwdzfszzlapodxakbqmsdzp7z6gh4ywbufc826qtla7re73xjsmsbe2t": 20, "wnpp": [20, 30], "won": [22, 43, 44], "wooster": 45, "word": [12, 82], "work": [12, 17, 20, 28, 44, 45, 222, 227], "workdir": [20, 26, 27], "workflow": 17, "workspac": [22, 23, 24], "workstat": [12, 61], "wors": [12, 85], "wosgjybz4txalxc": 20, "wqc0": 43, "wrapper": [12, 17, 18, 28], "wrea": 43, "wright": 44, "write": [1, 4, 12, 17, 18, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 44, 47, 48, 53, 71, 80, 81, 82, 86, 88, 94, 101, 103, 104, 105], "write_locations_exist": [12, 71], "write_set": [12, 71], "write_tpar": 12, "written": [4, 12, 20, 30, 34, 47, 48, 82, 86, 88, 101, 103, 104, 105, 150, 181, 182], "ws1": 41, "ws2": 41, "wsdn": 41, "wsdsi": 41, "wsed": 45, "wsp": 43, "wspd": [22, 23, 24, 25, 26, 27], "wspn": 43, "wss2": 41, "wtiminc": 44, "wu": [12, 19, 21, 25, 26, 27, 45, 72, 118, 194, 195, 209], "wvel_elem": 30, "ww3": [12, 20, 22, 23, 24, 26, 30, 62], "ww_3": [12, 62], "wwm": [20, 30, 44, 45], "wwm1": [20, 30], "wwm10": [20, 30], "wwm11": [20, 30], "wwm12": [20, 30], "wwm13": [20, 30], "wwm14": [20, 30], "wwm15": [20, 30], "wwm16": [20, 30], "wwm17": [20, 30], "wwm18": [20, 30], "wwm19": [20, 30], "wwm2": [20, 30], "wwm20": [20, 30], "wwm21": [20, 30], "wwm22": [20, 30], "wwm23": [20, 30], "wwm24": [20, 30], "wwm25": [20, 30], "wwm26": [20, 30], "wwm27": [20, 30], "wwm28": [20, 30], "wwm29": [20, 30], "wwm3": [20, 30], "wwm30": [20, 30], "wwm31": [20, 30], "wwm31yn": [20, 30], "wwm32": [20, 30], "wwm32yn": [20, 30], "wwm33": [20, 30], "wwm33yn": [20, 30], "wwm34": [20, 30], "wwm34yn": [20, 30], "wwm35": [20, 30], "wwm35yn": [20, 30], "wwm36": [20, 30], "wwm36yn": [20, 30], "wwm37": [20, 30], "wwm37yn": [20, 30], "wwm4": [20, 30], "wwm5": [20, 30], "wwm6": [20, 30], "wwm7": [20, 30], "wwm8": [20, 30], "wwm9": [20, 30], "wwm_1": 20, "wwm_10": 20, "wwm_11": 20, "wwm_18": 20, "wwm_19": 20, "wwm_2": 20, "wwm_20": 20, "wwm_energi": [30, 44], "wwmbnd": 20, "wwminput": [30, 44], "wwminput_history_dep": 30, "wwminput_history_outstyl": 30, "wwminput_history_stokesbaroi": 30, "wwminput_history_stokesbarox": 30, "wwminput_history_stokessurfi": 30, "wwminput_history_stokessurfx": 30, "wwminput_history_tauhf": 30, "wwminput_history_tautot": 30, "wwminput_history_tauw": 30, "wwminput_hotfile_deltc_out": 30, "wwminput_lhotf": 30, "wwminput_lhotr": 30, "wwminput_linid": 30, "wwminput_station_dep": 30, "wwminput_station_outstyl": 30, "wwminput_station_stokesbaroi": 30, "wwminput_station_stokesbarox": 30, "wwminput_station_stokessurfi": 30, "wwminput_station_stokessurfx": 30, "wwminput_station_tauhf": 30, "wwminput_station_tautot": 30, "wwminput_station_tauw": 30, "wx": [12, 56], "wy": [12, 56], "wzvjqal1znlfpmna5rxdfoxdy0aewr87t7fiqiotwdn0vgjaq3sq5ljiykd4qsguanliqgxg9dvx": 20, "x": [4, 8, 9, 12, 15, 17, 18, 20, 22, 23, 24, 25, 26, 27, 44, 47, 48, 49, 54, 56, 57, 65, 74, 76, 89, 98, 99, 101, 102, 105, 106, 107, 138, 143, 147, 150, 161, 162, 169, 196, 210, 211, 212, 220, 221], "x0": [9, 12, 17, 18, 22, 23, 24, 26, 49], "x1": [23, 26], "x27": [20, 22, 23, 24, 25, 26, 27], "x5af5dda0cjowl85mcch9v1j5muwwmejeqnbpddakzq8wulommcnvjk6d1gwwet4": 20, "x64": [0, 12, 30], "x_coordin": 20, "xarr": 26, "xarrai": [1, 4, 6, 12, 15, 17, 18, 20, 22, 23, 24, 25, 26, 27, 32, 37, 40, 47, 48, 49], "xaxi": [12, 20, 210], "xb": [22, 23, 24], "xbin": 20, "xc": [25, 26, 27], "xexc": [12, 65], "xexc_and_yexc_or_neith": [12, 65], "xgc": [12, 61, 62], "xgja3l8smavlykcaxrkhfm5iqffaqiz1emjaadulxa6iykcnpwq5q5diqha49czdvwja": 20, "xi": 20, "xjlaf7nalifgmsaljrp7ojwywah5rtoxddlaq6sbqh6wmsak2sskyq0i": 20, "xlabel": [17, 18], "xlen": [9, 12, 25, 26, 27, 66, 91, 95, 210], "xlenc": [12, 21, 25, 26, 27, 66, 210], "xlenfr": 91, "xleninp": [12, 210], "xlenn": 95, "xlim": [18, 20], "xlon": 20, "xlsc0": 44, "xmlcharrefreplac": 12, "xnl": [12, 127], "xorjiqfyv0ydmygjaxodov13uykb6s2exl": 20, "xout": [20, 30], "xp": [12, 25, 26, 27, 28, 54, 66, 71, 89, 90, 91, 95, 98, 100, 101, 102, 104, 122, 123, 124, 196, 210], "xp1": [89, 90, 102], "xpc": [12, 21, 25, 26, 27, 66, 210], "xpfr": 91, "xpinp": [12, 21, 69, 76, 210], "xpn": 95, "xq": 102, "xq1": 102, "xr": [12, 17, 18, 20, 22, 23, 24, 25, 26, 27], "xsdn_parameter_urn": 26, "xtfencantotjexu1wotug7uubdxa": 20, "xtick": 20, "xwnd": [25, 26, 27], "xy": [12, 20, 23, 44, 105, 169], "xycoord": 20, "y": [4, 8, 9, 12, 15, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 30, 44, 47, 48, 49, 54, 56, 57, 65, 74, 76, 81, 89, 98, 99, 101, 102, 105, 107, 114, 141, 150, 161, 162, 169, 191, 193, 196, 200, 210, 211, 212, 218, 220, 221], "y0": [9, 12, 17, 18, 22, 23, 24, 26, 49], "y0cn4vuvcjpjqaxlbqnsrwnab": 20, "y1": [23, 26], "y_coordin": 20, "yaml": [7, 12, 15, 17, 18, 20, 25, 26, 27, 28, 160], "yan": [12, 19, 209], "yarr": 26, "yaxi": 20, "yb": [22, 23, 24], "ybin": 20, "yc": [25, 26, 27], "yeokj": 20, "yet": [12, 44, 144], "yexc": [12, 65], "yfi": [12, 218], "yg": 20, "ygc": [12, 61, 62], "yi": 20, "ykalfbkjv5diqgeqtzdbvgjavaui": 20, "ykbrgf": 20, "ykcmymxenjriqbjlfbjdw2jadwwd": 20, "ykd9d0yyjeviqb6vq": 20, "ykdjjq4yardiqn3ecrh": 20, "ylabel": [17, 18], "ylat": 20, "ylen": [9, 12, 25, 26, 27, 66, 91, 95, 210], "ylenc": [12, 21, 25, 26, 27, 66, 210], "ylenfr": 91, "yleninp": [12, 210], "ylenn": 95, "ylim": [18, 20], "yml": [17, 18, 21, 25, 27, 28], "yndrtb0mmsaswrxjbqcywdftxhnrjzlad3vpu2tkmcdgbalh1taywlelu8nawthazkth4pgpmcbh": 20, "yolnntpaozlkgjycm8dzyzq": 20, "you": [12, 28, 44, 45, 79, 85, 127], "young": [12, 115, 121, 137], "your": [12, 44, 82, 127], "yout": [20, 30], "yp": [12, 25, 26, 27, 28, 54, 66, 71, 89, 90, 91, 95, 98, 102, 104, 122, 123, 124, 196, 210], "yp1": [89, 90, 102], "ypc": [12, 21, 25, 26, 27, 66, 210], "ypfr": 91, "ypinp": [12, 21, 69, 76, 210], "ypn": 95, "yq": 102, "yq1": 102, "yr": [43, 44], "ysdn_parameter_urn": 26, "ytick": 20, "yu": [12, 200], "ywnd": [25, 26, 27], "yymmddhhmm": [12, 61], "yymmddhhmmss": [12, 61], "yyyymmddhhmmss": [12, 61], "z": [4, 12, 20, 25, 26, 27, 30, 44, 47, 48, 200], "z0": [44, 45], "z0cr": 44, "z0eq": 44, "z0st": 44, "z0sw": 44, "z0sw_elem": 44, "z0wr": 44, "z0wr_elem": 44, "z1": [12, 17, 18, 25, 26, 27, 41, 44, 48], "z2": [12, 17, 18, 25, 26, 27, 41, 44, 48], "z2pr": 43, "zag": 43, "zambreski": [12, 194], "zb": 43, "zb1": [43, 44], "zb2": [43, 44], "zcoordin": 44, "zcor": 20, "zeng": 44, "zeptic": 41, "zero": [12, 26, 30, 44, 54, 64, 79, 129, 142, 150, 179, 184, 192], "zerodowncrossperiod": [30, 44], "zfcm": 43, "zfcp": 43, "zfill": 12, "zfnm": 43, "zfnp": 43, "zfpm": 43, "zfpp": 43, "zfsm": 43, "zfsp": 43, "zgpm": 43, "zhong": 45, "zhou": 45, "zieger": [12, 19, 21, 72, 121, 137], "zijlema": [12, 19, 128, 138, 144, 184, 209], "zip": [11, 12, 18, 23, 25, 26], "zip_fn": [11, 12], "zkhdo": 43, "zkhg": 43, "zktgp": 43, "zktmt": 43, "zmrt": 43, "zmtb": 43, "zn2c": 43, "zonal": [37, 44], "zonat": [12, 120, 130, 131, 132, 133, 134, 144], "zone": [12, 42, 130, 132, 133], "zooplankton": [41, 43, 44], "zorder": [23, 24], "zp2c": 43, "zrg": 43, "zs2c": 43, "zstress": 45, "ztgp": 43, "ztmt": 43, "\u03b7": [12, 65, 74], "\u03b8": [12, 121, 164, 168, 172, 197], "\u03b8_refl": [12, 197], "\u03be": [12, 65, 74], "\ufb01nite": 45}, "titles": ["rompy.core.BaseConfig", "rompy.core.boundary.BoundaryWaveStation", "rompy.core.boundary.SourceWavespectra", "rompy.core.data.DataBlob", "rompy.core.data.DataGrid", "rompy.core.data.SourceBase", "rompy.core.data.SourceFile", "rompy.core.data.SourceIntake", "rompy.core.grid.BaseGrid", "rompy.core.grid.RegularGrid", "rompy.core.spectrum.LogFrequency", "rompy.model.ModelRun", "API Documentation", "Core Concepts", "Demonstration notebooks", "Welcome to rompy\u2019s documentation!", "Models", "Basic demonstration", "Working demonstration", "SWAN Physics Components", "SCHISM procedural example", "Model components", "SWAN BOUNDNEST1", "SWAN BOUNDSPEC SEGMENT", "SWAN BOUNDSPEC SIDE", "SWAN declarative example", "SWAN procedural example", "SWAN sensitivity example", "Templates demonstration", "Quickstart", "rompy.schism.config.SchismCSIROConfig", "rompy.schism.data.SCHISMData", "rompy.schism.data.SCHISMDataBoundary", "rompy.schism.data.SCHISMDataOcean", "rompy.schism.data.SCHISMDataSflux", "rompy.schism.data.SCHISMDataTides", "rompy.schism.data.SCHISMDataWave", "rompy.schism.data.SfluxAir", "rompy.schism.data.SfluxPrc", "rompy.schism.data.SfluxRad", "rompy.schism.data.SfluxSource", "rompy.schism.namelists.cosine.COSINE", "rompy.schism.namelists.ice.ICE", "rompy.schism.namelists.icm.ICM", "rompy.schism.namelists.param.PARAM", "rompy.schism.namelists.sediment.SEDIMENT", "SCHISM", "rompy.swan.boundary.Boundnest1", "rompy.swan.data.SwanDataGrid", "rompy.swan.grid.SwanGrid", "rompy.swan.interface.BoundaryInterface", "rompy.swan.interface.DataInterface", "rompy.swan.interface.LockupInterface", "rompy.swan.interface.OutputInterface", "rompy.swan.types.BlockOptions", "rompy.swan.types.BoundShapeOptions", "rompy.swan.types.GridOptions", "rompy.swan.types.IDLA", "rompy.swan.types.PhysicsOff", "rompy.swan.types.SideOptions", "rompy.swan.components.boundary.BOUNDNEST1", "rompy.swan.components.boundary.BOUNDNEST2", "rompy.swan.components.boundary.BOUNDNEST3", "rompy.swan.components.boundary.BOUNDSPEC", "rompy.swan.components.boundary.INITIAL", "rompy.swan.components.cgrid.CURVILINEAR", "rompy.swan.components.cgrid.REGULAR", "rompy.swan.components.cgrid.UNSTRUCTURED", "rompy.swan.components.group.BaseGroupComponent", "rompy.swan.components.group.INPGRIDS", "rompy.swan.components.group.LOCKUP", "rompy.swan.components.group.OUTPUT", "rompy.swan.components.group.PHYSICS", "rompy.swan.components.group.STARTUP", "rompy.swan.components.inpgrid.CURVILINEAR", "rompy.swan.components.inpgrid.ICE", "rompy.swan.components.inpgrid.REGULAR", "rompy.swan.components.inpgrid.UNSTRUCTURED", "rompy.swan.components.inpgrid.WIND", "rompy.swan.components.lockup.COMPUTE", "rompy.swan.components.lockup.COMPUTE_NONSTAT", "rompy.swan.components.lockup.COMPUTE_STAT", "rompy.swan.components.lockup.HOTFILE", "rompy.swan.components.lockup.STOP", "rompy.swan.components.numerics.NUMERIC", "rompy.swan.components.numerics.PROP", "rompy.swan.components.output.BLOCK", "rompy.swan.components.output.BaseLocation", "rompy.swan.components.output.BaseWrite", "rompy.swan.components.output.CURVE", "rompy.swan.components.output.CURVES", "rompy.swan.components.output.FRAME", "rompy.swan.components.output.GROUP", "rompy.swan.components.output.ISOLINE", "rompy.swan.components.output.NESTOUT", "rompy.swan.components.output.NGRID", "rompy.swan.components.output.NGRID_UNSTRUCTURED", "rompy.swan.components.output.OUTPUT_OPTIONS", "rompy.swan.components.output.POINTS", "rompy.swan.components.output.POINTS_FILE", "rompy.swan.components.output.QUANTITIES", "rompy.swan.components.output.QUANTITY", "rompy.swan.components.output.RAY", "rompy.swan.components.output.SPECOUT", "rompy.swan.components.output.TABLE", "rompy.swan.components.output.TEST", "rompy.swan.components.physics.BRAGG", "rompy.swan.components.physics.BRAGG_FILE", "rompy.swan.components.physics.BRAGG_FT", "rompy.swan.components.physics.BREAKING_BKD", "rompy.swan.components.physics.BREAKING_CONSTANT", "rompy.swan.components.physics.DIFFRACTION", "rompy.swan.components.physics.FRICTION_COLLINS", "rompy.swan.components.physics.FRICTION_JONSWAP", "rompy.swan.components.physics.FRICTION_MADSEN", "rompy.swan.components.physics.FRICTION_RIPPLES", "rompy.swan.components.physics.GEN1", "rompy.swan.components.physics.GEN2", "rompy.swan.components.physics.GEN3", "rompy.swan.components.physics.LIMITER", "rompy.swan.components.physics.MUD", "rompy.swan.components.physics.NEGATINP", "rompy.swan.components.physics.OBSTACLE", "rompy.swan.components.physics.OBSTACLES", "rompy.swan.components.physics.OBSTACLE_FIG", "rompy.swan.components.physics.OFF", "rompy.swan.components.physics.OFFS", "rompy.swan.components.physics.QUADRUPL", "rompy.swan.components.physics.SCAT", "rompy.swan.components.physics.SETUP", "rompy.swan.components.physics.SICE", "rompy.swan.components.physics.SICE_D15", "rompy.swan.components.physics.SICE_M18", "rompy.swan.components.physics.SICE_R19", "rompy.swan.components.physics.SICE_R21B", "rompy.swan.components.physics.SSWELL_ARDHUIN", "rompy.swan.components.physics.SSWELL_ROGERS", "rompy.swan.components.physics.SSWELL_ZIEGER", "rompy.swan.components.physics.SURFBEAT", "rompy.swan.components.physics.TRIAD", "rompy.swan.components.physics.TRIAD_DCTA", "rompy.swan.components.physics.TRIAD_LTA", "rompy.swan.components.physics.TRIAD_SPB", "rompy.swan.components.physics.TURBULENCE", "rompy.swan.components.physics.VEGETATION", "rompy.swan.components.physics.WCAPPING_AB", "rompy.swan.components.physics.WCAPPING_KOMEN", "rompy.swan.components.startup.COORDINATES", "rompy.swan.components.startup.MODE", "rompy.swan.components.startup.PROJECT", "rompy.swan.components.startup.SET", "Boundary and initial conditions", "Computational grid", "Group", "Input grids", "Lock-up", "Numerics", "Output", "Physics", "Startup", "SWAN", "rompy.swan.subcomponents.base.IJ", "rompy.swan.subcomponents.base.XY", "rompy.swan.subcomponents.boundary.CONSTANTFILE", "rompy.swan.subcomponents.boundary.CONSTANTPAR", "rompy.swan.subcomponents.boundary.DEFAULT", "rompy.swan.subcomponents.boundary.HOTMULTIPLE", "rompy.swan.subcomponents.boundary.HOTSINGLE", "rompy.swan.subcomponents.boundary.PAR", "rompy.swan.subcomponents.boundary.SEGMENT", "rompy.swan.subcomponents.boundary.SIDE", "rompy.swan.subcomponents.boundary.VARIABLEFILE", "rompy.swan.subcomponents.boundary.VARIABLEPAR", "rompy.swan.subcomponents.boundary.ZERO", "rompy.swan.subcomponents.numerics.ACCUR", "rompy.swan.subcomponents.numerics.BSBT", "rompy.swan.subcomponents.numerics.CSIGMA", "rompy.swan.subcomponents.numerics.CTHETA", "rompy.swan.subcomponents.numerics.DIRIMPL", "rompy.swan.subcomponents.numerics.GSE", "rompy.swan.subcomponents.numerics.NONSTAT", "rompy.swan.subcomponents.numerics.SETUP", "rompy.swan.subcomponents.numerics.SIGIMPL", "rompy.swan.subcomponents.numerics.STAT", "rompy.swan.subcomponents.numerics.STOPC", "rompy.swan.subcomponents.output.ABS", "rompy.swan.subcomponents.output.REL", "rompy.swan.subcomponents.output.SPEC1D", "rompy.swan.subcomponents.output.SPEC2D", "rompy.swan.subcomponents.physics.DANGREMOND", "rompy.swan.subcomponents.physics.DEWIT", "rompy.swan.subcomponents.physics.ELDEBERKY", "rompy.swan.subcomponents.physics.FREEBOARD", "rompy.swan.subcomponents.physics.GODA", "rompy.swan.subcomponents.physics.JANSSEN", "rompy.swan.subcomponents.physics.KOMEN", "rompy.swan.subcomponents.physics.LINE", "rompy.swan.subcomponents.physics.RDIFF", "rompy.swan.subcomponents.physics.REFL", "rompy.swan.subcomponents.physics.RSPEC", "rompy.swan.subcomponents.physics.ST6", "rompy.swan.subcomponents.physics.ST6C1", "rompy.swan.subcomponents.physics.ST6C2", "rompy.swan.subcomponents.physics.ST6C3", "rompy.swan.subcomponents.physics.ST6C4", "rompy.swan.subcomponents.physics.ST6C5", "rompy.swan.subcomponents.physics.TRANS1D", "rompy.swan.subcomponents.physics.TRANS2D", "rompy.swan.subcomponents.physics.TRANSM", "rompy.swan.subcomponents.physics.WESTHUYSEN", "rompy.swan.subcomponents.readgrid.GRIDREGULAR", "rompy.swan.subcomponents.readgrid.READCOORD", "rompy.swan.subcomponents.readgrid.READINP", "rompy.swan.subcomponents.spectrum.BIN", "rompy.swan.subcomponents.spectrum.GAUSS", "rompy.swan.subcomponents.spectrum.JONSWAP", "rompy.swan.subcomponents.spectrum.PM", "rompy.swan.subcomponents.spectrum.SHAPESPEC", "rompy.swan.subcomponents.spectrum.SPECTRUM", "rompy.swan.subcomponents.spectrum.TMA", "rompy.swan.subcomponents.startup.CARTESIAN", "rompy.swan.subcomponents.startup.SPHERICAL", "rompy.swan.subcomponents.time.Delt", "rompy.swan.subcomponents.time.NONSTATIONARY", "rompy.swan.subcomponents.time.STATIONARY", "rompy.swan.subcomponents.time.Time", "rompy.swan.subcomponents.time.TimeRangeClosed", "rompy.swan.subcomponents.time.TimeRangeOpen", "Base", "Boundary and initial conditions", "Computational grid", "Numerics", "Output", "Physics", "Grid reader", "Spectrum", "Startup", "Time", "Enum Types"], "titleterms": {"": 15, "No": 24, "The": 21, "ab": 185, "accur": 174, "all": 22, "along": 23, "api": 12, "avail": 19, "base": [12, 161, 162, 228], "baseconfig": 0, "basegrid": 8, "basegroupcompon": 68, "baseloc": 87, "basepath": [20, 26, 27], "basewrit": 88, "basic": 17, "bathi": 26, "bin": 213, "biphas": 233, "block": 86, "blockopt": 54, "bottom": [19, 158], "boundari": [1, 2, 12, 13, 20, 22, 23, 24, 26, 47, 60, 61, 62, 63, 64, 151, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 229], "boundaryinterfac": 50, "boundarywavest": 1, "boundnest1": [22, 47, 60], "boundnest2": 61, "boundnest3": 62, "boundshapeopt": 55, "boundspec": [23, 24, 63], "bragg": [106, 158], "bragg_fil": 107, "bragg_ft": 108, "break": [19, 158], "breaking_bkd": 109, "breaking_const": 110, "bsbt": 175, "cartesian": 220, "cgrid": [12, 26, 65, 66, 67], "check": [20, 25, 26, 27], "class": 12, "command": [17, 21], "compon": [12, 19, 21, 26, 27, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160], "comput": [79, 152, 230], "compute_nonstat": 80, "compute_stat": 81, "concept": 13, "condit": [26, 151, 229], "config": [12, 20, 21, 25, 26, 27, 30, 46], "configur": 20, "constantfil": 163, "constantpar": 164, "coordin": 147, "core": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13], "cosin": [41, 46], "csigma": 176, "ctheta": 177, "curv": [89, 90], "curvilinear": [65, 74], "custom": [22, 23], "dangremond": 189, "data": [3, 4, 5, 6, 7, 12, 13, 20, 26, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 46, 48, 160], "datablob": 3, "datagrid": 4, "datainterfac": 51, "dataset": 22, "declar": 25, "default": 165, "defin": [22, 23, 24], "delt": 222, "demonstr": [14, 17, 18, 28], "depth": [25, 26], "dewit": 190, "diffract": [111, 158], "dirimpl": 178, "dissip": [19, 158], "document": [12, 15], "dump": 158, "eldeberki": 191, "enum": 238, "examin": 27, "exampl": [12, 20, 21, 25, 26, 27, 125, 128, 138], "exempl": [12, 72], "exist": 26, "file": [20, 21, 24], "filter": 12, "forc": 20, "frame": 91, "freeboard": 192, "friction": [19, 158], "friction_collin": 112, "friction_jonswap": 113, "friction_madsen": 114, "friction_rippl": 115, "from": [20, 22], "frontmatt": 20, "full": [20, 46], "function": [22, 23, 24], "galleri": 14, "gauss": 214, "gen1": 116, "gen2": 117, "gen3": 118, "gener": [19, 20, 21, 26, 27, 158], "goda": 193, "grid": [8, 9, 12, 13, 20, 25, 26, 27, 46, 49, 152, 154, 160, 230, 234], "gridopt": 56, "gridregular": 210, "group": [12, 19, 68, 69, 70, 71, 72, 73, 92, 153], "gse": 179, "h": [25, 26], "hardcod": 21, "helper": [22, 23, 24], "hotfil": [26, 82], "hotmultipl": 166, "hotsingl": 167, "how": 12, "ic": [42, 46, 75, 158], "icm": [43, 46], "idla": 57, "idw": [22, 24], "ij": 161, "implement": 46, "indic": 15, "initi": [26, 64, 151, 229], "inpgrid": [12, 69, 74, 75, 76, 77, 78], "input": [21, 26, 154], "instal": 29, "instanti": [25, 26, 27], "interact": 158, "interfac": [17, 50, 51, 52, 53, 160], "interpol": 22, "isolin": 93, "janssen": 194, "jonswap": 215, "komen": 195, "limit": [119, 158], "line": [17, 196], "locat": 157, "lock": 155, "lockup": [26, 70, 79, 80, 81, 82, 83], "lockupinterfac": 52, "logfrequ": 10, "method": 21, "minim": 46, "mix": 21, "mode": 148, "model": [11, 12, 13, 16, 20, 21, 25, 26, 27], "modelrun": 11, "mud": [120, 158], "multipl": 23, "namelist": [41, 42, 43, 44, 45, 46], "nearest": [22, 24], "neg": 19, "negatinp": 121, "neighbour": 24, "nestout": 94, "ngrid": 95, "ngrid_unstructur": 96, "nonstat": 180, "nonstationari": 223, "notebook": 14, "numer": [12, 26, 84, 85, 156, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 231], "object": [13, 20, 22, 23, 24, 46], "obstacl": [122, 123, 158], "obstacle_fig": 124, "ocean": 20, "off": [125, 126, 158], "one": 23, "output": [18, 25, 26, 27, 71, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 157, 185, 186, 187, 188, 232], "output_opt": 97, "outputinterfac": 53, "par": 168, "param": [44, 46], "paramet": 27, "parent": [22, 23], "physic": [12, 19, 26, 72, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 158, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 233], "physicsoff": 58, "plot": [18, 25, 26, 27], "pm": 216, "point": [22, 23, 98], "points_fil": 99, "preset": [19, 233], "procedur": [20, 26], "project": 149, "prop": 85, "propag": 26, "qc": 25, "quadrupl": 127, "quadruplet": [19, 158], "quantiti": [100, 101], "quickstart": 29, "rai": 102, "rdiff": 197, "readcoord": 211, "reader": 234, "readgrid": [12, 210, 211, 212], "readinp": 212, "refl": 198, "reflect": 233, "regular": [66, 76], "regulargrid": 9, "rel": 186, "render": 21, "result": 20, "rompi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 15, 18, 22, 23, 24, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "rspec": 199, "run": [13, 18, 20, 25, 26, 27], "scat": 128, "scatter": 158, "scheme": 26, "schism": [20, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "schismcsiroconfig": 30, "schismdata": 31, "schismdataboundari": 32, "schismdataocean": 33, "schismdatasflux": 34, "schismdatatid": 35, "schismdatawav": 36, "sea": 158, "sediment": [45, 46], "segment": [23, 169], "select": 22, "sensit": 27, "set": [150, 157], "setup": [129, 158, 181], "sflux": 20, "sfluxair": 37, "sfluxprc": 38, "sfluxrad": 39, "sfluxsourc": 40, "shapespec": 217, "sice": 130, "sice_d15": 131, "sice_m18": 132, "sice_r19": 133, "sice_r21b": 134, "side": [23, 24, 170], "sideopt": 59, "sigimpl": 182, "sourc": [19, 233], "sourcebas": 5, "sourcefil": 6, "sourceintak": 7, "sourcewavespectra": 2, "space": [22, 23], "spec1d": 187, "spec2d": [24, 188], "specifi": 23, "specout": 103, "spectra": [25, 26, 27], "spectrum": [10, 12, 13, 213, 214, 215, 216, 217, 218, 219, 235], "spheric": 221, "sswell_ardhuin": 135, "sswell_rog": 136, "sswell_zieg": 137, "st6": [19, 200, 233], "st6c1": 201, "st6c2": 202, "st6c3": 203, "st6c4": 204, "st6c5": 205, "startup": [12, 26, 73, 147, 148, 149, 150, 159, 220, 221, 236], "stat": 183, "stationari": 224, "stop": 83, "stopc": 184, "subclass": 12, "subcompon": [12, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "surfbeat": [138, 158], "swan": [12, 18, 19, 22, 23, 24, 25, 26, 27, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "swandatagrid": 48, "swangrid": 49, "swell": [19, 158], "tabl": [15, 104], "templat": 28, "term": [19, 233], "test": 105, "thumbnail": 14, "tidal": 20, "time": [12, 26, 222, 223, 224, 225, 226, 227, 237], "timerangeclos": 226, "timerangeopen": 227, "timeseri": [25, 26], "tma": 219, "tpar": 24, "trans1d": 206, "trans2d": 207, "transm": 208, "transmiss": 233, "triad": [139, 158], "triad_dcta": 140, "triad_lta": 141, "triad_spb": 142, "turbul": [143, 158], "type": [12, 54, 55, 56, 57, 58, 59, 160, 238], "unstructur": [67, 77], "up": [21, 155], "usag": 29, "user": 23, "variablefil": 171, "variablepar": 172, "veget": 144, "vegetaion": 158, "viscos": 158, "wave": [19, 20, 27, 158], "wcapping_ab": 145, "wcapping_komen": 146, "welcom": 15, "westhuysen": 209, "whitecap": [19, 158], "wind": [19, 25, 26, 78], "work": [18, 26], "workspac": [20, 25, 26, 27], "write": 157, "xy": 162, "yaml": 21, "zero": 173}}) \ No newline at end of file +Search.setIndex({"alltitles": {"API Documentation": [[12, "api-documentation"]], "And a DataBlob symlink": [[20, "And-a-DataBlob-symlink"]], "Available source terms": [[19, "Available-source-terms"]], "Base": [[12, "base"], [12, "id13"], [228, "base"]], "Basic demonstration": [[17, "Basic-demonstration"]], "Bathy": [[26, "Bathy"]], "Biphase": [[233, "biphase"]], "Bottom friction": [[158, "bottom-friction"]], "Bottom friction components": [[19, "Bottom-friction-components"]], "Boundary": [[12, "boundary"], [12, "id4"], [12, "id10"], [12, "id16"], [13, "boundary"], [26, "Boundary"], [26, "id1"], [151, "boundary"], [229, "boundary"]], "Boundary and initial conditions": [[151, "boundary-and-initial-conditions"], [229, "boundary-and-initial-conditions"]], "Boundary segment along multiple sides": [[23, "Boundary-segment-along-multiple-sides"]], "Boundary segment along multiple sides with custom spacing": [[23, "Boundary-segment-along-multiple-sides-with-custom-spacing"]], "Boundary segment along multiple sides with parent spacing": [[23, "Boundary-segment-along-multiple-sides-with-parent-spacing"]], "Boundary segment along one side": [[23, "Boundary-segment-along-one-side"]], "Boundary side with IDW and TPAR files": [[24, "Boundary-side-with-IDW-and-TPAR-files"]], "Boundary side with nearest and SPEC2D files": [[24, "Boundary-side-with-nearest-and-SPEC2D-files"]], "Boundnest1 with IDW interpolation at all boundary points": [[22, "Boundnest1-with-IDW-interpolation-at-all-boundary-points"]], "Boundnest1 with custom spacing": [[22, "Boundnest1-with-custom-spacing"]], "Boundnest1 with nearest selection at all boundary points": [[22, "Boundnest1-with-nearest-selection-at-all-boundary-points"]], "Boundnest1 with spacing defined from the parent dataset": [[22, "Boundnest1-with-spacing-defined-from-the-parent-dataset"]], "Bragg scattering": [[158, "bragg-scattering"]], "CGRID": [[26, "CGRID"]], "COSINE": [[46, "cosine"]], "Cgrid": [[12, "cgrid"]], "Check results": [[20, "Check-results"]], "Check the workspace": [[25, "Check-the-workspace"], [26, "Check-the-workspace"], [27, "Check-the-workspace"]], "Command line interface": [[17, "Command-line-interface"]], "Components": [[160, "components"]], "Computational grid": [[152, "computational-grid"], [230, "computational-grid"]], "Config": [[12, "config"], [12, "id1"]], "Config Minimal": [[46, "config-minimal"]], "Config Object": [[46, "config-object"]], "Core Classes": [[12, "core-classes"]], "Core Concepts": [[13, "core-concepts"]], "Core objects": [[13, "core-objects"]], "Data": [[12, "data"], [12, "id3"], [13, "data"], [46, "data"], [160, "data"]], "Define rompy objects": [[22, "Define-rompy-objects"], [23, "Define-rompy-objects"], [24, "Define-rompy-objects"]], "Demonstration notebooks": [[14, "demonstration-notebooks"]], "Enum Types": [[238, "enum-types"]], "Examine components": [[27, "Examine-components"]], "Examples:": [[12, "examples"], [12, "id11"], [12, "id12"], [125, "examples"], [128, "examples"], [138, "examples"]], "Exemples": [[12, "exemples"], [72, "exemples"]], "Filters": [[12, "filters"]], "Forcing data": [[20, "Forcing-data"]], "Frontmatter": [[20, "Frontmatter"]], "Full Namelist Implementation": [[46, "full-namelist-implementation"]], "Full config object": [[20, "Full-config-object"]], "Generate workspace": [[20, "Generate-workspace"], [26, "Generate-workspace"]], "Generate workspaces": [[27, "Generate-workspaces"]], "Generating the INPUT file": [[21, "Generating-the-INPUT-file"]], "Generation": [[158, "generation"]], "Grid": [[12, "grid"], [12, "id2"], [13, "grid"], [160, "grid"]], "Grid reader": [[234, "grid-reader"]], "Gridded parameters": [[27, "Gridded-parameters"]], "Grids": [[46, "grids"]], "Group": [[12, "group"], [153, "group"]], "Helper functions": [[22, "Helper-functions"], [23, "Helper-functions"], [24, "Helper-functions"]], "How to subclass": [[12, "how-to-subclass"]], "ICM": [[46, "icm"]], "Ice": [[46, "ice"]], "Indices and tables": [[15, "indices-and-tables"]], "Initial conditions": [[26, "Initial-conditions"], [151, "initial-conditions"], [229, "initial-conditions"]], "Inpgrid": [[12, "inpgrid"]], "Input grids": [[26, "Input-grids"], [154, "input-grids"]], "Installation": [[29, "installation"]], "Instantiate config": [[26, "Instantiate-config"]], "Instantiate model": [[25, "Instantiate-model"], [27, "Instantiate-model"]], "Interface": [[160, "interface"]], "Lets try that again except using a DataBlob and then a DataBlob link for wave forcing": [[20, "Lets-try-that-again-except-using-a-DataBlob-and-then-a-DataBlob-link-for-wave-forcing"]], "Limiter": [[158, "limiter"]], "Locations": [[157, "locations"]], "Lock-up": [[155, "lock-up"]], "Lockup": [[26, "Lockup"]], "Mix up hardcoded and rendered commands": [[21, "Mix-up-hardcoded-and-rendered-commands"]], "Model": [[12, "model"]], "Model Grid": [[20, "Model-Grid"], [26, "Model-Grid"]], "Model Run": [[13, "model-run"], [20, "Model-Run"]], "Model components": [[21, "Model-components"]], "Models": [[16, "models"]], "Mud dumping": [[158, "mud-dumping"]], "No nearest neighbours": [[24, "No-nearest-neighbours"]], "Numerics": [[12, "numerics"], [12, "id18"], [26, "Numerics"], [156, "numerics"], [231, "numerics"]], "Obstacle": [[158, "obstacle"]], "Ocean Boundary": [[20, "Ocean-Boundary"]], "Off": [[158, "off"]], "Output": [[26, "Output"], [157, "output"], [232, "output"]], "PHYSICS group component": [[19, "PHYSICS-group-component"]], "Param": [[46, "param"]], "Physics": [[12, "physics"], [12, "id17"], [26, "Physics"], [158, "physics"], [233, "physics"]], "Plot gridded Hs": [[25, "Plot-gridded-Hs"], [26, "Plot-gridded-Hs"]], "Plot gridded wind": [[25, "Plot-gridded-wind"], [26, "Plot-gridded-wind"]], "Plot hotfile": [[26, "Plot-hotfile"]], "Plot model depth": [[25, "Plot-model-depth"], [26, "Plot-model-depth"]], "Plot outputs": [[18, "Plot-outputs"], [25, "Plot-outputs"], [26, "Plot-outputs"], [27, "Plot-outputs"]], "Plot spectra": [[25, "Plot-spectra"], [26, "Plot-spectra"]], "Plot timeseries": [[25, "Plot-timeseries"], [26, "Plot-timeseries"]], "Propagation scheme": [[26, "Propagation-scheme"]], "QC config": [[25, "QC-config"]], "Quadruplet interactions": [[158, "quadruplet-interactions"]], "Quadruplets component": [[19, "Quadruplets-component"]], "Quickstart": [[29, "quickstart"]], "Readgrid": [[12, "readgrid"]], "Run SWAN": [[18, "Run-SWAN"]], "Run rompy": [[18, "Run-rompy"]], "Run schism": [[20, "Run-schism"]], "Run the model": [[25, "Run-the-model"], [25, "id1"], [26, "Run-the-model"], [27, "Run-the-model"]], "Running from configuration files.": [[20, "Running-from-configuration-files."]], "SCHISM": [[46, "schism"]], "SCHISM procedural example": [[20, "SCHISM-procedural-example"]], "SEDIMENT": [[46, "sediment"]], "ST6 presets": [[19, "ST6-presets"], [233, "st6-presets"]], "SWAN": [[160, "swan"]], "SWAN BOUNDNEST1": [[22, "SWAN-BOUNDNEST1"]], "SWAN BOUNDSPEC SEGMENT": [[23, "SWAN-BOUNDSPEC-SEGMENT"]], "SWAN BOUNDSPEC SIDE": [[24, "SWAN-BOUNDSPEC-SIDE"]], "SWAN Physics Components": [[19, "SWAN-Physics-Components"]], "SWAN components": [[26, "SWAN-components"]], "SWAN declarative example": [[25, "SWAN-declarative-example"]], "SWAN procedural example": [[26, "SWAN-procedural-example"]], "SWAN sensitivity example": [[27, "SWAN-sensitivity-example"]], "Scattering": [[158, "scattering"]], "Sea ice dissipation": [[158, "sea-ice-dissipation"]], "Sensitivity config": [[27, "Sensitivity-config"]], "Settings": [[157, "settings"]], "Sflux Data": [[20, "Sflux-Data"]], "Source terms": [[233, "source-terms"]], "Spectrum": [[12, "spectrum"], [13, "spectrum"], [235, "spectrum"]], "Startup": [[12, "startup"], [12, "id14"], [26, "Startup"], [159, "startup"], [236, "startup"]], "Subcomponents": [[160, "subcomponents"]], "Surfbeat": [[158, "surfbeat"]], "Swan classes": [[12, "swan-classes"]], "Swan components": [[12, "swan-components"]], "Swan subcomponents": [[12, "swan-subcomponents"]], "Swell dissipation": [[158, "swell-dissipation"]], "Swell dissipation and negative wind component": [[19, "Swell-dissipation-and-negative-wind-component"]], "Templates demonstration": [[28, "Templates-demonstration"]], "The render component method:": [[21, "The-render-component-method:"]], "Thumbnails gallery": [[14, "thumbnails-gallery"]], "Tidal data": [[20, "Tidal-data"]], "Time": [[12, "time"], [12, "id15"], [237, "time"]], "Times": [[26, "Times"]], "Transmission and reflection": [[233, "transmission-and-reflection"]], "Turbulent viscosity": [[158, "turbulent-viscosity"]], "Types": [[12, "types"], [12, "id5"], [160, "types"]], "Usage": [[29, "usage"]], "User-specified boundary points": [[23, "User-specified-boundary-points"]], "Vegetaion dumping": [[158, "vegetaion-dumping"]], "Wave": [[20, "Wave"]], "Wave breaking": [[158, "wave-breaking"]], "Wave breaking components": [[19, "Wave-breaking-components"]], "Wave diffraction": [[158, "wave-diffraction"]], "Wave generation component": [[19, "Wave-generation-component"]], "Wave setup": [[158, "wave-setup"]], "Wave spectra": [[27, "Wave-spectra"]], "Wave triads": [[158, "wave-triads"]], "Welcome to rompy\u2019s documentation!": [[15, "welcome-to-rompy-s-documentation"]], "Whitecapping": [[158, "whitecapping"]], "Whitecapping components": [[19, "Whitecapping-components"]], "Winds": [[26, "Winds"]], "Work with existing data": [[26, "Work-with-existing-data"]], "Working demonstration": [[18, "Working-demonstration"]], "Workspace basepath": [[20, "Workspace-basepath"], [26, "Workspace-basepath"], [27, "Workspace-basepath"]], "Write": [[157, "write"]], "Yaml config example": [[21, "Yaml-config-example"]], "rompy.core.BaseConfig": [[0, "rompy-core-baseconfig"]], "rompy.core.boundary.BoundaryWaveStation": [[1, "rompy-core-boundary-boundarywavestation"]], "rompy.core.boundary.SourceWavespectra": [[2, "rompy-core-boundary-sourcewavespectra"]], "rompy.core.data.DataBlob": [[3, "rompy-core-data-datablob"]], "rompy.core.data.DataGrid": [[4, "rompy-core-data-datagrid"]], "rompy.core.data.SourceBase": [[5, "rompy-core-data-sourcebase"]], "rompy.core.data.SourceFile": [[6, "rompy-core-data-sourcefile"]], "rompy.core.data.SourceIntake": [[7, "rompy-core-data-sourceintake"]], "rompy.core.grid.BaseGrid": [[8, "rompy-core-grid-basegrid"]], "rompy.core.grid.RegularGrid": [[9, "rompy-core-grid-regulargrid"]], "rompy.core.spectrum.LogFrequency": [[10, "rompy-core-spectrum-logfrequency"]], "rompy.model.ModelRun": [[11, "rompy-model-modelrun"]], "rompy.schism.config.SchismCSIROConfig": [[30, "rompy-schism-config-schismcsiroconfig"]], "rompy.schism.data.SCHISMData": [[31, "rompy-schism-data-schismdata"]], "rompy.schism.data.SCHISMDataBoundary": [[32, "rompy-schism-data-schismdataboundary"]], "rompy.schism.data.SCHISMDataOcean": [[33, "rompy-schism-data-schismdataocean"]], "rompy.schism.data.SCHISMDataSflux": [[34, "rompy-schism-data-schismdatasflux"]], "rompy.schism.data.SCHISMDataTides": [[35, "rompy-schism-data-schismdatatides"]], "rompy.schism.data.SCHISMDataWave": [[36, "rompy-schism-data-schismdatawave"]], "rompy.schism.data.SfluxAir": [[37, "rompy-schism-data-sfluxair"]], "rompy.schism.data.SfluxPrc": [[38, "rompy-schism-data-sfluxprc"]], "rompy.schism.data.SfluxRad": [[39, "rompy-schism-data-sfluxrad"]], "rompy.schism.data.SfluxSource": [[40, "rompy-schism-data-sfluxsource"]], "rompy.schism.namelists.cosine.COSINE": [[41, "rompy-schism-namelists-cosine-cosine"]], "rompy.schism.namelists.ice.ICE": [[42, "rompy-schism-namelists-ice-ice"]], "rompy.schism.namelists.icm.ICM": [[43, "rompy-schism-namelists-icm-icm"]], "rompy.schism.namelists.param.PARAM": [[44, "rompy-schism-namelists-param-param"]], "rompy.schism.namelists.sediment.SEDIMENT": [[45, "rompy-schism-namelists-sediment-sediment"]], "rompy.swan.boundary.Boundnest1": [[47, "rompy-swan-boundary-boundnest1"]], "rompy.swan.components.boundary.BOUNDNEST1": [[60, "rompy-swan-components-boundary-boundnest1"]], "rompy.swan.components.boundary.BOUNDNEST2": [[61, "rompy-swan-components-boundary-boundnest2"]], "rompy.swan.components.boundary.BOUNDNEST3": [[62, "rompy-swan-components-boundary-boundnest3"]], "rompy.swan.components.boundary.BOUNDSPEC": [[63, "rompy-swan-components-boundary-boundspec"]], "rompy.swan.components.boundary.INITIAL": [[64, "rompy-swan-components-boundary-initial"]], "rompy.swan.components.cgrid.CURVILINEAR": [[65, "rompy-swan-components-cgrid-curvilinear"]], "rompy.swan.components.cgrid.REGULAR": [[66, "rompy-swan-components-cgrid-regular"]], "rompy.swan.components.cgrid.UNSTRUCTURED": [[67, "rompy-swan-components-cgrid-unstructured"]], "rompy.swan.components.group.BaseGroupComponent": [[68, "rompy-swan-components-group-basegroupcomponent"]], "rompy.swan.components.group.INPGRIDS": [[69, "rompy-swan-components-group-inpgrids"]], "rompy.swan.components.group.LOCKUP": [[70, "rompy-swan-components-group-lockup"]], "rompy.swan.components.group.OUTPUT": [[71, "rompy-swan-components-group-output"]], "rompy.swan.components.group.PHYSICS": [[72, "rompy-swan-components-group-physics"]], "rompy.swan.components.group.STARTUP": [[73, "rompy-swan-components-group-startup"]], "rompy.swan.components.inpgrid.CURVILINEAR": [[74, "rompy-swan-components-inpgrid-curvilinear"]], "rompy.swan.components.inpgrid.ICE": [[75, "rompy-swan-components-inpgrid-ice"]], "rompy.swan.components.inpgrid.REGULAR": [[76, "rompy-swan-components-inpgrid-regular"]], "rompy.swan.components.inpgrid.UNSTRUCTURED": [[77, "rompy-swan-components-inpgrid-unstructured"]], "rompy.swan.components.inpgrid.WIND": [[78, "rompy-swan-components-inpgrid-wind"]], "rompy.swan.components.lockup.COMPUTE": [[79, "rompy-swan-components-lockup-compute"]], "rompy.swan.components.lockup.COMPUTE_NONSTAT": [[80, "rompy-swan-components-lockup-compute-nonstat"]], "rompy.swan.components.lockup.COMPUTE_STAT": [[81, "rompy-swan-components-lockup-compute-stat"]], "rompy.swan.components.lockup.HOTFILE": [[82, "rompy-swan-components-lockup-hotfile"]], "rompy.swan.components.lockup.STOP": [[83, "rompy-swan-components-lockup-stop"]], "rompy.swan.components.numerics.NUMERIC": [[84, "rompy-swan-components-numerics-numeric"]], "rompy.swan.components.numerics.PROP": [[85, "rompy-swan-components-numerics-prop"]], "rompy.swan.components.output.BLOCK": [[86, "rompy-swan-components-output-block"]], "rompy.swan.components.output.BaseLocation": [[87, "rompy-swan-components-output-baselocation"]], "rompy.swan.components.output.BaseWrite": [[88, "rompy-swan-components-output-basewrite"]], "rompy.swan.components.output.CURVE": [[89, "rompy-swan-components-output-curve"]], "rompy.swan.components.output.CURVES": [[90, "rompy-swan-components-output-curves"]], "rompy.swan.components.output.FRAME": [[91, "rompy-swan-components-output-frame"]], "rompy.swan.components.output.GROUP": [[92, "rompy-swan-components-output-group"]], "rompy.swan.components.output.ISOLINE": [[93, "rompy-swan-components-output-isoline"]], "rompy.swan.components.output.NESTOUT": [[94, "rompy-swan-components-output-nestout"]], "rompy.swan.components.output.NGRID": [[95, "rompy-swan-components-output-ngrid"]], "rompy.swan.components.output.NGRID_UNSTRUCTURED": [[96, "rompy-swan-components-output-ngrid-unstructured"]], "rompy.swan.components.output.OUTPUT_OPTIONS": [[97, "rompy-swan-components-output-output-options"]], "rompy.swan.components.output.POINTS": [[98, "rompy-swan-components-output-points"]], "rompy.swan.components.output.POINTS_FILE": [[99, "rompy-swan-components-output-points-file"]], "rompy.swan.components.output.QUANTITIES": [[100, "rompy-swan-components-output-quantities"]], "rompy.swan.components.output.QUANTITY": [[101, "rompy-swan-components-output-quantity"]], "rompy.swan.components.output.RAY": [[102, "rompy-swan-components-output-ray"]], "rompy.swan.components.output.SPECOUT": [[103, "rompy-swan-components-output-specout"]], "rompy.swan.components.output.TABLE": [[104, "rompy-swan-components-output-table"]], "rompy.swan.components.output.TEST": [[105, "rompy-swan-components-output-test"]], "rompy.swan.components.physics.BRAGG": [[106, "rompy-swan-components-physics-bragg"]], "rompy.swan.components.physics.BRAGG_FILE": [[107, "rompy-swan-components-physics-bragg-file"]], "rompy.swan.components.physics.BRAGG_FT": [[108, "rompy-swan-components-physics-bragg-ft"]], "rompy.swan.components.physics.BREAKING_BKD": [[109, "rompy-swan-components-physics-breaking-bkd"]], "rompy.swan.components.physics.BREAKING_CONSTANT": [[110, "rompy-swan-components-physics-breaking-constant"]], "rompy.swan.components.physics.DIFFRACTION": [[111, "rompy-swan-components-physics-diffraction"]], "rompy.swan.components.physics.FRICTION_COLLINS": [[112, "rompy-swan-components-physics-friction-collins"]], "rompy.swan.components.physics.FRICTION_JONSWAP": [[113, "rompy-swan-components-physics-friction-jonswap"]], "rompy.swan.components.physics.FRICTION_MADSEN": [[114, "rompy-swan-components-physics-friction-madsen"]], "rompy.swan.components.physics.FRICTION_RIPPLES": [[115, "rompy-swan-components-physics-friction-ripples"]], "rompy.swan.components.physics.GEN1": [[116, "rompy-swan-components-physics-gen1"]], "rompy.swan.components.physics.GEN2": [[117, "rompy-swan-components-physics-gen2"]], "rompy.swan.components.physics.GEN3": [[118, "rompy-swan-components-physics-gen3"]], "rompy.swan.components.physics.LIMITER": [[119, "rompy-swan-components-physics-limiter"]], "rompy.swan.components.physics.MUD": [[120, "rompy-swan-components-physics-mud"]], "rompy.swan.components.physics.NEGATINP": [[121, "rompy-swan-components-physics-negatinp"]], "rompy.swan.components.physics.OBSTACLE": [[122, "rompy-swan-components-physics-obstacle"]], "rompy.swan.components.physics.OBSTACLES": [[123, "rompy-swan-components-physics-obstacles"]], "rompy.swan.components.physics.OBSTACLE_FIG": [[124, "rompy-swan-components-physics-obstacle-fig"]], "rompy.swan.components.physics.OFF": [[125, "rompy-swan-components-physics-off"]], "rompy.swan.components.physics.OFFS": [[126, "rompy-swan-components-physics-offs"]], "rompy.swan.components.physics.QUADRUPL": [[127, "rompy-swan-components-physics-quadrupl"]], "rompy.swan.components.physics.SCAT": [[128, "rompy-swan-components-physics-scat"]], "rompy.swan.components.physics.SETUP": [[129, "rompy-swan-components-physics-setup"]], "rompy.swan.components.physics.SICE": [[130, "rompy-swan-components-physics-sice"]], "rompy.swan.components.physics.SICE_D15": [[131, "rompy-swan-components-physics-sice-d15"]], "rompy.swan.components.physics.SICE_M18": [[132, "rompy-swan-components-physics-sice-m18"]], "rompy.swan.components.physics.SICE_R19": [[133, "rompy-swan-components-physics-sice-r19"]], "rompy.swan.components.physics.SICE_R21B": [[134, "rompy-swan-components-physics-sice-r21b"]], "rompy.swan.components.physics.SSWELL_ARDHUIN": [[135, "rompy-swan-components-physics-sswell-ardhuin"]], "rompy.swan.components.physics.SSWELL_ROGERS": [[136, "rompy-swan-components-physics-sswell-rogers"]], "rompy.swan.components.physics.SSWELL_ZIEGER": [[137, "rompy-swan-components-physics-sswell-zieger"]], "rompy.swan.components.physics.SURFBEAT": [[138, "rompy-swan-components-physics-surfbeat"]], "rompy.swan.components.physics.TRIAD": [[139, "rompy-swan-components-physics-triad"]], "rompy.swan.components.physics.TRIAD_DCTA": [[140, "rompy-swan-components-physics-triad-dcta"]], "rompy.swan.components.physics.TRIAD_LTA": [[141, "rompy-swan-components-physics-triad-lta"]], "rompy.swan.components.physics.TRIAD_SPB": [[142, "rompy-swan-components-physics-triad-spb"]], "rompy.swan.components.physics.TURBULENCE": [[143, "rompy-swan-components-physics-turbulence"]], "rompy.swan.components.physics.VEGETATION": [[144, "rompy-swan-components-physics-vegetation"]], "rompy.swan.components.physics.WCAPPING_AB": [[145, "rompy-swan-components-physics-wcapping-ab"]], "rompy.swan.components.physics.WCAPPING_KOMEN": [[146, "rompy-swan-components-physics-wcapping-komen"]], "rompy.swan.components.startup.COORDINATES": [[147, "rompy-swan-components-startup-coordinates"]], "rompy.swan.components.startup.MODE": [[148, "rompy-swan-components-startup-mode"]], "rompy.swan.components.startup.PROJECT": [[149, "rompy-swan-components-startup-project"]], "rompy.swan.components.startup.SET": [[150, "rompy-swan-components-startup-set"]], "rompy.swan.data.SwanDataGrid": [[48, "rompy-swan-data-swandatagrid"]], "rompy.swan.grid.SwanGrid": [[49, "rompy-swan-grid-swangrid"]], "rompy.swan.interface.BoundaryInterface": [[50, "rompy-swan-interface-boundaryinterface"]], "rompy.swan.interface.DataInterface": [[51, "rompy-swan-interface-datainterface"]], "rompy.swan.interface.LockupInterface": [[52, "rompy-swan-interface-lockupinterface"]], "rompy.swan.interface.OutputInterface": [[53, "rompy-swan-interface-outputinterface"]], "rompy.swan.subcomponents.base.IJ": [[161, "rompy-swan-subcomponents-base-ij"]], "rompy.swan.subcomponents.base.XY": [[162, "rompy-swan-subcomponents-base-xy"]], "rompy.swan.subcomponents.boundary.CONSTANTFILE": [[163, "rompy-swan-subcomponents-boundary-constantfile"]], "rompy.swan.subcomponents.boundary.CONSTANTPAR": [[164, "rompy-swan-subcomponents-boundary-constantpar"]], "rompy.swan.subcomponents.boundary.DEFAULT": [[165, "rompy-swan-subcomponents-boundary-default"]], "rompy.swan.subcomponents.boundary.HOTMULTIPLE": [[166, "rompy-swan-subcomponents-boundary-hotmultiple"]], "rompy.swan.subcomponents.boundary.HOTSINGLE": [[167, "rompy-swan-subcomponents-boundary-hotsingle"]], "rompy.swan.subcomponents.boundary.PAR": [[168, "rompy-swan-subcomponents-boundary-par"]], "rompy.swan.subcomponents.boundary.SEGMENT": [[169, "rompy-swan-subcomponents-boundary-segment"]], "rompy.swan.subcomponents.boundary.SIDE": [[170, "rompy-swan-subcomponents-boundary-side"]], "rompy.swan.subcomponents.boundary.VARIABLEFILE": [[171, "rompy-swan-subcomponents-boundary-variablefile"]], "rompy.swan.subcomponents.boundary.VARIABLEPAR": [[172, "rompy-swan-subcomponents-boundary-variablepar"]], "rompy.swan.subcomponents.boundary.ZERO": [[173, "rompy-swan-subcomponents-boundary-zero"]], "rompy.swan.subcomponents.numerics.ACCUR": [[174, "rompy-swan-subcomponents-numerics-accur"]], "rompy.swan.subcomponents.numerics.BSBT": [[175, "rompy-swan-subcomponents-numerics-bsbt"]], "rompy.swan.subcomponents.numerics.CSIGMA": [[176, "rompy-swan-subcomponents-numerics-csigma"]], "rompy.swan.subcomponents.numerics.CTHETA": [[177, "rompy-swan-subcomponents-numerics-ctheta"]], "rompy.swan.subcomponents.numerics.DIRIMPL": [[178, "rompy-swan-subcomponents-numerics-dirimpl"]], "rompy.swan.subcomponents.numerics.GSE": [[179, "rompy-swan-subcomponents-numerics-gse"]], "rompy.swan.subcomponents.numerics.NONSTAT": [[180, "rompy-swan-subcomponents-numerics-nonstat"]], "rompy.swan.subcomponents.numerics.SETUP": [[181, "rompy-swan-subcomponents-numerics-setup"]], "rompy.swan.subcomponents.numerics.SIGIMPL": [[182, "rompy-swan-subcomponents-numerics-sigimpl"]], "rompy.swan.subcomponents.numerics.STAT": [[183, "rompy-swan-subcomponents-numerics-stat"]], "rompy.swan.subcomponents.numerics.STOPC": [[184, "rompy-swan-subcomponents-numerics-stopc"]], "rompy.swan.subcomponents.output.ABS": [[185, "rompy-swan-subcomponents-output-abs"]], "rompy.swan.subcomponents.output.REL": [[186, "rompy-swan-subcomponents-output-rel"]], "rompy.swan.subcomponents.output.SPEC1D": [[187, "rompy-swan-subcomponents-output-spec1d"]], "rompy.swan.subcomponents.output.SPEC2D": [[188, "rompy-swan-subcomponents-output-spec2d"]], "rompy.swan.subcomponents.physics.DANGREMOND": [[189, "rompy-swan-subcomponents-physics-dangremond"]], "rompy.swan.subcomponents.physics.DEWIT": [[190, "rompy-swan-subcomponents-physics-dewit"]], "rompy.swan.subcomponents.physics.ELDEBERKY": [[191, "rompy-swan-subcomponents-physics-eldeberky"]], "rompy.swan.subcomponents.physics.FREEBOARD": [[192, "rompy-swan-subcomponents-physics-freeboard"]], "rompy.swan.subcomponents.physics.GODA": [[193, "rompy-swan-subcomponents-physics-goda"]], "rompy.swan.subcomponents.physics.JANSSEN": [[194, "rompy-swan-subcomponents-physics-janssen"]], "rompy.swan.subcomponents.physics.KOMEN": [[195, "rompy-swan-subcomponents-physics-komen"]], "rompy.swan.subcomponents.physics.LINE": [[196, "rompy-swan-subcomponents-physics-line"]], "rompy.swan.subcomponents.physics.RDIFF": [[197, "rompy-swan-subcomponents-physics-rdiff"]], "rompy.swan.subcomponents.physics.REFL": [[198, "rompy-swan-subcomponents-physics-refl"]], "rompy.swan.subcomponents.physics.RSPEC": [[199, "rompy-swan-subcomponents-physics-rspec"]], "rompy.swan.subcomponents.physics.ST6": [[200, "rompy-swan-subcomponents-physics-st6"]], "rompy.swan.subcomponents.physics.ST6C1": [[201, "rompy-swan-subcomponents-physics-st6c1"]], "rompy.swan.subcomponents.physics.ST6C2": [[202, "rompy-swan-subcomponents-physics-st6c2"]], "rompy.swan.subcomponents.physics.ST6C3": [[203, "rompy-swan-subcomponents-physics-st6c3"]], "rompy.swan.subcomponents.physics.ST6C4": [[204, "rompy-swan-subcomponents-physics-st6c4"]], "rompy.swan.subcomponents.physics.ST6C5": [[205, "rompy-swan-subcomponents-physics-st6c5"]], "rompy.swan.subcomponents.physics.TRANS1D": [[206, "rompy-swan-subcomponents-physics-trans1d"]], "rompy.swan.subcomponents.physics.TRANS2D": [[207, "rompy-swan-subcomponents-physics-trans2d"]], "rompy.swan.subcomponents.physics.TRANSM": [[208, "rompy-swan-subcomponents-physics-transm"]], "rompy.swan.subcomponents.physics.WESTHUYSEN": [[209, "rompy-swan-subcomponents-physics-westhuysen"]], "rompy.swan.subcomponents.readgrid.GRIDREGULAR": [[210, "rompy-swan-subcomponents-readgrid-gridregular"]], "rompy.swan.subcomponents.readgrid.READCOORD": [[211, "rompy-swan-subcomponents-readgrid-readcoord"]], "rompy.swan.subcomponents.readgrid.READINP": [[212, "rompy-swan-subcomponents-readgrid-readinp"]], "rompy.swan.subcomponents.spectrum.BIN": [[213, "rompy-swan-subcomponents-spectrum-bin"]], "rompy.swan.subcomponents.spectrum.GAUSS": [[214, "rompy-swan-subcomponents-spectrum-gauss"]], "rompy.swan.subcomponents.spectrum.JONSWAP": [[215, "rompy-swan-subcomponents-spectrum-jonswap"]], "rompy.swan.subcomponents.spectrum.PM": [[216, "rompy-swan-subcomponents-spectrum-pm"]], "rompy.swan.subcomponents.spectrum.SHAPESPEC": [[217, "rompy-swan-subcomponents-spectrum-shapespec"]], "rompy.swan.subcomponents.spectrum.SPECTRUM": [[218, "rompy-swan-subcomponents-spectrum-spectrum"]], "rompy.swan.subcomponents.spectrum.TMA": [[219, "rompy-swan-subcomponents-spectrum-tma"]], "rompy.swan.subcomponents.startup.CARTESIAN": [[220, "rompy-swan-subcomponents-startup-cartesian"]], "rompy.swan.subcomponents.startup.SPHERICAL": [[221, "rompy-swan-subcomponents-startup-spherical"]], "rompy.swan.subcomponents.time.Delt": [[222, "rompy-swan-subcomponents-time-delt"]], "rompy.swan.subcomponents.time.NONSTATIONARY": [[223, "rompy-swan-subcomponents-time-nonstationary"]], "rompy.swan.subcomponents.time.STATIONARY": [[224, "rompy-swan-subcomponents-time-stationary"]], "rompy.swan.subcomponents.time.Time": [[225, "rompy-swan-subcomponents-time-time"]], "rompy.swan.subcomponents.time.TimeRangeClosed": [[226, "rompy-swan-subcomponents-time-timerangeclosed"]], "rompy.swan.subcomponents.time.TimeRangeOpen": [[227, "rompy-swan-subcomponents-time-timerangeopen"]], "rompy.swan.types.BlockOptions": [[54, "rompy-swan-types-blockoptions"]], "rompy.swan.types.BoundShapeOptions": [[55, "rompy-swan-types-boundshapeoptions"]], "rompy.swan.types.GridOptions": [[56, "rompy-swan-types-gridoptions"]], "rompy.swan.types.IDLA": [[57, "rompy-swan-types-idla"]], "rompy.swan.types.PhysicsOff": [[58, "rompy-swan-types-physicsoff"]], "rompy.swan.types.SideOptions": [[59, "rompy-swan-types-sideoptions"]]}, "docnames": ["_generated/rompy.core.BaseConfig", "_generated/rompy.core.boundary.BoundaryWaveStation", "_generated/rompy.core.boundary.SourceWavespectra", "_generated/rompy.core.data.DataBlob", "_generated/rompy.core.data.DataGrid", "_generated/rompy.core.data.SourceBase", "_generated/rompy.core.data.SourceFile", "_generated/rompy.core.data.SourceIntake", "_generated/rompy.core.grid.BaseGrid", "_generated/rompy.core.grid.RegularGrid", "_generated/rompy.core.spectrum.LogFrequency", "_generated/rompy.model.ModelRun", "api", "core_concepts", "demo", "index", "models", "notebooks/demo", "notebooks/oceanum_example", "notebooks/physics", "notebooks/schism_procedural", "notebooks/swan-config-components", "notebooks/swan/boundary/boundnest1", "notebooks/swan/boundary/boundspec_segment", "notebooks/swan/boundary/boundspec_side", "notebooks/swan/example_declarative", "notebooks/swan/example_procedural", "notebooks/swan/example_sensitivity", "notebooks/templates_demo", "quickstart", "schism/_generated/rompy.schism.config.SchismCSIROConfig", "schism/_generated/rompy.schism.data.SCHISMData", "schism/_generated/rompy.schism.data.SCHISMDataBoundary", "schism/_generated/rompy.schism.data.SCHISMDataOcean", "schism/_generated/rompy.schism.data.SCHISMDataSflux", "schism/_generated/rompy.schism.data.SCHISMDataTides", "schism/_generated/rompy.schism.data.SCHISMDataWave", "schism/_generated/rompy.schism.data.SfluxAir", "schism/_generated/rompy.schism.data.SfluxPrc", "schism/_generated/rompy.schism.data.SfluxRad", "schism/_generated/rompy.schism.data.SfluxSource", "schism/_generated/rompy.schism.namelists.cosine.COSINE", "schism/_generated/rompy.schism.namelists.ice.ICE", "schism/_generated/rompy.schism.namelists.icm.ICM", "schism/_generated/rompy.schism.namelists.param.PARAM", "schism/_generated/rompy.schism.namelists.sediment.SEDIMENT", "schism/index", "swan/_generated/rompy.swan.boundary.Boundnest1", "swan/_generated/rompy.swan.data.SwanDataGrid", "swan/_generated/rompy.swan.grid.SwanGrid", "swan/_generated/rompy.swan.interface.BoundaryInterface", "swan/_generated/rompy.swan.interface.DataInterface", "swan/_generated/rompy.swan.interface.LockupInterface", "swan/_generated/rompy.swan.interface.OutputInterface", "swan/_generated/rompy.swan.types.BlockOptions", "swan/_generated/rompy.swan.types.BoundShapeOptions", "swan/_generated/rompy.swan.types.GridOptions", "swan/_generated/rompy.swan.types.IDLA", "swan/_generated/rompy.swan.types.PhysicsOff", "swan/_generated/rompy.swan.types.SideOptions", "swan/components/_generated/rompy.swan.components.boundary.BOUNDNEST1", "swan/components/_generated/rompy.swan.components.boundary.BOUNDNEST2", "swan/components/_generated/rompy.swan.components.boundary.BOUNDNEST3", "swan/components/_generated/rompy.swan.components.boundary.BOUNDSPEC", "swan/components/_generated/rompy.swan.components.boundary.INITIAL", "swan/components/_generated/rompy.swan.components.cgrid.CURVILINEAR", "swan/components/_generated/rompy.swan.components.cgrid.REGULAR", "swan/components/_generated/rompy.swan.components.cgrid.UNSTRUCTURED", "swan/components/_generated/rompy.swan.components.group.BaseGroupComponent", "swan/components/_generated/rompy.swan.components.group.INPGRIDS", "swan/components/_generated/rompy.swan.components.group.LOCKUP", "swan/components/_generated/rompy.swan.components.group.OUTPUT", "swan/components/_generated/rompy.swan.components.group.PHYSICS", "swan/components/_generated/rompy.swan.components.group.STARTUP", "swan/components/_generated/rompy.swan.components.inpgrid.CURVILINEAR", "swan/components/_generated/rompy.swan.components.inpgrid.ICE", "swan/components/_generated/rompy.swan.components.inpgrid.REGULAR", "swan/components/_generated/rompy.swan.components.inpgrid.UNSTRUCTURED", "swan/components/_generated/rompy.swan.components.inpgrid.WIND", "swan/components/_generated/rompy.swan.components.lockup.COMPUTE", "swan/components/_generated/rompy.swan.components.lockup.COMPUTE_NONSTAT", "swan/components/_generated/rompy.swan.components.lockup.COMPUTE_STAT", "swan/components/_generated/rompy.swan.components.lockup.HOTFILE", "swan/components/_generated/rompy.swan.components.lockup.STOP", "swan/components/_generated/rompy.swan.components.numerics.NUMERIC", "swan/components/_generated/rompy.swan.components.numerics.PROP", "swan/components/_generated/rompy.swan.components.output.BLOCK", "swan/components/_generated/rompy.swan.components.output.BaseLocation", "swan/components/_generated/rompy.swan.components.output.BaseWrite", "swan/components/_generated/rompy.swan.components.output.CURVE", "swan/components/_generated/rompy.swan.components.output.CURVES", "swan/components/_generated/rompy.swan.components.output.FRAME", "swan/components/_generated/rompy.swan.components.output.GROUP", "swan/components/_generated/rompy.swan.components.output.ISOLINE", "swan/components/_generated/rompy.swan.components.output.NESTOUT", "swan/components/_generated/rompy.swan.components.output.NGRID", "swan/components/_generated/rompy.swan.components.output.NGRID_UNSTRUCTURED", "swan/components/_generated/rompy.swan.components.output.OUTPUT_OPTIONS", "swan/components/_generated/rompy.swan.components.output.POINTS", "swan/components/_generated/rompy.swan.components.output.POINTS_FILE", "swan/components/_generated/rompy.swan.components.output.QUANTITIES", "swan/components/_generated/rompy.swan.components.output.QUANTITY", "swan/components/_generated/rompy.swan.components.output.RAY", "swan/components/_generated/rompy.swan.components.output.SPECOUT", "swan/components/_generated/rompy.swan.components.output.TABLE", "swan/components/_generated/rompy.swan.components.output.TEST", "swan/components/_generated/rompy.swan.components.physics.BRAGG", "swan/components/_generated/rompy.swan.components.physics.BRAGG_FILE", "swan/components/_generated/rompy.swan.components.physics.BRAGG_FT", "swan/components/_generated/rompy.swan.components.physics.BREAKING_BKD", "swan/components/_generated/rompy.swan.components.physics.BREAKING_CONSTANT", "swan/components/_generated/rompy.swan.components.physics.DIFFRACTION", "swan/components/_generated/rompy.swan.components.physics.FRICTION_COLLINS", "swan/components/_generated/rompy.swan.components.physics.FRICTION_JONSWAP", "swan/components/_generated/rompy.swan.components.physics.FRICTION_MADSEN", "swan/components/_generated/rompy.swan.components.physics.FRICTION_RIPPLES", "swan/components/_generated/rompy.swan.components.physics.GEN1", "swan/components/_generated/rompy.swan.components.physics.GEN2", "swan/components/_generated/rompy.swan.components.physics.GEN3", "swan/components/_generated/rompy.swan.components.physics.LIMITER", "swan/components/_generated/rompy.swan.components.physics.MUD", "swan/components/_generated/rompy.swan.components.physics.NEGATINP", "swan/components/_generated/rompy.swan.components.physics.OBSTACLE", "swan/components/_generated/rompy.swan.components.physics.OBSTACLES", "swan/components/_generated/rompy.swan.components.physics.OBSTACLE_FIG", "swan/components/_generated/rompy.swan.components.physics.OFF", "swan/components/_generated/rompy.swan.components.physics.OFFS", "swan/components/_generated/rompy.swan.components.physics.QUADRUPL", "swan/components/_generated/rompy.swan.components.physics.SCAT", "swan/components/_generated/rompy.swan.components.physics.SETUP", "swan/components/_generated/rompy.swan.components.physics.SICE", "swan/components/_generated/rompy.swan.components.physics.SICE_D15", "swan/components/_generated/rompy.swan.components.physics.SICE_M18", "swan/components/_generated/rompy.swan.components.physics.SICE_R19", "swan/components/_generated/rompy.swan.components.physics.SICE_R21B", "swan/components/_generated/rompy.swan.components.physics.SSWELL_ARDHUIN", "swan/components/_generated/rompy.swan.components.physics.SSWELL_ROGERS", "swan/components/_generated/rompy.swan.components.physics.SSWELL_ZIEGER", "swan/components/_generated/rompy.swan.components.physics.SURFBEAT", "swan/components/_generated/rompy.swan.components.physics.TRIAD", "swan/components/_generated/rompy.swan.components.physics.TRIAD_DCTA", "swan/components/_generated/rompy.swan.components.physics.TRIAD_LTA", "swan/components/_generated/rompy.swan.components.physics.TRIAD_SPB", "swan/components/_generated/rompy.swan.components.physics.TURBULENCE", "swan/components/_generated/rompy.swan.components.physics.VEGETATION", "swan/components/_generated/rompy.swan.components.physics.WCAPPING_AB", "swan/components/_generated/rompy.swan.components.physics.WCAPPING_KOMEN", "swan/components/_generated/rompy.swan.components.startup.COORDINATES", "swan/components/_generated/rompy.swan.components.startup.MODE", "swan/components/_generated/rompy.swan.components.startup.PROJECT", "swan/components/_generated/rompy.swan.components.startup.SET", "swan/components/boundary", "swan/components/cgrid", "swan/components/group", "swan/components/inpgrid", "swan/components/lockup", "swan/components/numerics", "swan/components/output", "swan/components/physics", "swan/components/startup", "swan/index", "swan/subcomponents/_generated/rompy.swan.subcomponents.base.IJ", "swan/subcomponents/_generated/rompy.swan.subcomponents.base.XY", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.CONSTANTFILE", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.CONSTANTPAR", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.DEFAULT", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.HOTMULTIPLE", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.HOTSINGLE", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.PAR", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.SEGMENT", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.SIDE", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.VARIABLEFILE", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.VARIABLEPAR", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.ZERO", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.ACCUR", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.BSBT", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.CSIGMA", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.CTHETA", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.DIRIMPL", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.GSE", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.NONSTAT", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.SETUP", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.SIGIMPL", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.STAT", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.STOPC", "swan/subcomponents/_generated/rompy.swan.subcomponents.output.ABS", "swan/subcomponents/_generated/rompy.swan.subcomponents.output.REL", "swan/subcomponents/_generated/rompy.swan.subcomponents.output.SPEC1D", "swan/subcomponents/_generated/rompy.swan.subcomponents.output.SPEC2D", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.DANGREMOND", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.DEWIT", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ELDEBERKY", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.FREEBOARD", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.GODA", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.JANSSEN", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.KOMEN", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.LINE", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.RDIFF", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.REFL", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.RSPEC", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C1", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C2", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C3", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C4", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C5", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.TRANS1D", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.TRANS2D", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.TRANSM", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.WESTHUYSEN", "swan/subcomponents/_generated/rompy.swan.subcomponents.readgrid.GRIDREGULAR", "swan/subcomponents/_generated/rompy.swan.subcomponents.readgrid.READCOORD", "swan/subcomponents/_generated/rompy.swan.subcomponents.readgrid.READINP", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.BIN", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.GAUSS", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.JONSWAP", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.PM", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.SHAPESPEC", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.SPECTRUM", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.TMA", "swan/subcomponents/_generated/rompy.swan.subcomponents.startup.CARTESIAN", "swan/subcomponents/_generated/rompy.swan.subcomponents.startup.SPHERICAL", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.Delt", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.NONSTATIONARY", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.STATIONARY", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.Time", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.TimeRangeClosed", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.TimeRangeOpen", "swan/subcomponents/base", "swan/subcomponents/boundary", "swan/subcomponents/cgrid", "swan/subcomponents/numerics", "swan/subcomponents/output", "swan/subcomponents/physics", "swan/subcomponents/readgrid", "swan/subcomponents/spectrum", "swan/subcomponents/startup", "swan/subcomponents/time", "swan/types"], "envversion": {"nbsphinx": 4, "sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.viewcode": 1}, "filenames": ["_generated/rompy.core.BaseConfig.rst", "_generated/rompy.core.boundary.BoundaryWaveStation.rst", "_generated/rompy.core.boundary.SourceWavespectra.rst", "_generated/rompy.core.data.DataBlob.rst", "_generated/rompy.core.data.DataGrid.rst", "_generated/rompy.core.data.SourceBase.rst", "_generated/rompy.core.data.SourceFile.rst", "_generated/rompy.core.data.SourceIntake.rst", "_generated/rompy.core.grid.BaseGrid.rst", "_generated/rompy.core.grid.RegularGrid.rst", "_generated/rompy.core.spectrum.LogFrequency.rst", "_generated/rompy.model.ModelRun.rst", "api.rst", "core_concepts.rst", "demo.rst", "index.rst", "models.rst", "notebooks/demo.ipynb", "notebooks/oceanum_example.ipynb", "notebooks/physics.ipynb", "notebooks/schism_procedural.ipynb", "notebooks/swan-config-components.ipynb", "notebooks/swan/boundary/boundnest1.ipynb", "notebooks/swan/boundary/boundspec_segment.ipynb", "notebooks/swan/boundary/boundspec_side.ipynb", "notebooks/swan/example_declarative.ipynb", "notebooks/swan/example_procedural.ipynb", "notebooks/swan/example_sensitivity.ipynb", "notebooks/templates_demo.ipynb", "quickstart.rst", "schism/_generated/rompy.schism.config.SchismCSIROConfig.rst", "schism/_generated/rompy.schism.data.SCHISMData.rst", "schism/_generated/rompy.schism.data.SCHISMDataBoundary.rst", "schism/_generated/rompy.schism.data.SCHISMDataOcean.rst", "schism/_generated/rompy.schism.data.SCHISMDataSflux.rst", "schism/_generated/rompy.schism.data.SCHISMDataTides.rst", "schism/_generated/rompy.schism.data.SCHISMDataWave.rst", "schism/_generated/rompy.schism.data.SfluxAir.rst", "schism/_generated/rompy.schism.data.SfluxPrc.rst", "schism/_generated/rompy.schism.data.SfluxRad.rst", "schism/_generated/rompy.schism.data.SfluxSource.rst", "schism/_generated/rompy.schism.namelists.cosine.COSINE.rst", "schism/_generated/rompy.schism.namelists.ice.ICE.rst", "schism/_generated/rompy.schism.namelists.icm.ICM.rst", "schism/_generated/rompy.schism.namelists.param.PARAM.rst", "schism/_generated/rompy.schism.namelists.sediment.SEDIMENT.rst", "schism/index.rst", "swan/_generated/rompy.swan.boundary.Boundnest1.rst", "swan/_generated/rompy.swan.data.SwanDataGrid.rst", "swan/_generated/rompy.swan.grid.SwanGrid.rst", "swan/_generated/rompy.swan.interface.BoundaryInterface.rst", "swan/_generated/rompy.swan.interface.DataInterface.rst", "swan/_generated/rompy.swan.interface.LockupInterface.rst", "swan/_generated/rompy.swan.interface.OutputInterface.rst", "swan/_generated/rompy.swan.types.BlockOptions.rst", "swan/_generated/rompy.swan.types.BoundShapeOptions.rst", "swan/_generated/rompy.swan.types.GridOptions.rst", "swan/_generated/rompy.swan.types.IDLA.rst", "swan/_generated/rompy.swan.types.PhysicsOff.rst", "swan/_generated/rompy.swan.types.SideOptions.rst", "swan/components/_generated/rompy.swan.components.boundary.BOUNDNEST1.rst", "swan/components/_generated/rompy.swan.components.boundary.BOUNDNEST2.rst", "swan/components/_generated/rompy.swan.components.boundary.BOUNDNEST3.rst", "swan/components/_generated/rompy.swan.components.boundary.BOUNDSPEC.rst", "swan/components/_generated/rompy.swan.components.boundary.INITIAL.rst", "swan/components/_generated/rompy.swan.components.cgrid.CURVILINEAR.rst", "swan/components/_generated/rompy.swan.components.cgrid.REGULAR.rst", "swan/components/_generated/rompy.swan.components.cgrid.UNSTRUCTURED.rst", "swan/components/_generated/rompy.swan.components.group.BaseGroupComponent.rst", "swan/components/_generated/rompy.swan.components.group.INPGRIDS.rst", "swan/components/_generated/rompy.swan.components.group.LOCKUP.rst", "swan/components/_generated/rompy.swan.components.group.OUTPUT.rst", "swan/components/_generated/rompy.swan.components.group.PHYSICS.rst", "swan/components/_generated/rompy.swan.components.group.STARTUP.rst", "swan/components/_generated/rompy.swan.components.inpgrid.CURVILINEAR.rst", "swan/components/_generated/rompy.swan.components.inpgrid.ICE.rst", "swan/components/_generated/rompy.swan.components.inpgrid.REGULAR.rst", "swan/components/_generated/rompy.swan.components.inpgrid.UNSTRUCTURED.rst", "swan/components/_generated/rompy.swan.components.inpgrid.WIND.rst", "swan/components/_generated/rompy.swan.components.lockup.COMPUTE.rst", "swan/components/_generated/rompy.swan.components.lockup.COMPUTE_NONSTAT.rst", "swan/components/_generated/rompy.swan.components.lockup.COMPUTE_STAT.rst", "swan/components/_generated/rompy.swan.components.lockup.HOTFILE.rst", "swan/components/_generated/rompy.swan.components.lockup.STOP.rst", "swan/components/_generated/rompy.swan.components.numerics.NUMERIC.rst", "swan/components/_generated/rompy.swan.components.numerics.PROP.rst", "swan/components/_generated/rompy.swan.components.output.BLOCK.rst", "swan/components/_generated/rompy.swan.components.output.BaseLocation.rst", "swan/components/_generated/rompy.swan.components.output.BaseWrite.rst", "swan/components/_generated/rompy.swan.components.output.CURVE.rst", "swan/components/_generated/rompy.swan.components.output.CURVES.rst", "swan/components/_generated/rompy.swan.components.output.FRAME.rst", "swan/components/_generated/rompy.swan.components.output.GROUP.rst", "swan/components/_generated/rompy.swan.components.output.ISOLINE.rst", "swan/components/_generated/rompy.swan.components.output.NESTOUT.rst", "swan/components/_generated/rompy.swan.components.output.NGRID.rst", "swan/components/_generated/rompy.swan.components.output.NGRID_UNSTRUCTURED.rst", "swan/components/_generated/rompy.swan.components.output.OUTPUT_OPTIONS.rst", "swan/components/_generated/rompy.swan.components.output.POINTS.rst", "swan/components/_generated/rompy.swan.components.output.POINTS_FILE.rst", "swan/components/_generated/rompy.swan.components.output.QUANTITIES.rst", "swan/components/_generated/rompy.swan.components.output.QUANTITY.rst", "swan/components/_generated/rompy.swan.components.output.RAY.rst", "swan/components/_generated/rompy.swan.components.output.SPECOUT.rst", "swan/components/_generated/rompy.swan.components.output.TABLE.rst", "swan/components/_generated/rompy.swan.components.output.TEST.rst", "swan/components/_generated/rompy.swan.components.physics.BRAGG.rst", "swan/components/_generated/rompy.swan.components.physics.BRAGG_FILE.rst", "swan/components/_generated/rompy.swan.components.physics.BRAGG_FT.rst", "swan/components/_generated/rompy.swan.components.physics.BREAKING_BKD.rst", "swan/components/_generated/rompy.swan.components.physics.BREAKING_CONSTANT.rst", "swan/components/_generated/rompy.swan.components.physics.DIFFRACTION.rst", "swan/components/_generated/rompy.swan.components.physics.FRICTION_COLLINS.rst", "swan/components/_generated/rompy.swan.components.physics.FRICTION_JONSWAP.rst", "swan/components/_generated/rompy.swan.components.physics.FRICTION_MADSEN.rst", "swan/components/_generated/rompy.swan.components.physics.FRICTION_RIPPLES.rst", "swan/components/_generated/rompy.swan.components.physics.GEN1.rst", "swan/components/_generated/rompy.swan.components.physics.GEN2.rst", "swan/components/_generated/rompy.swan.components.physics.GEN3.rst", "swan/components/_generated/rompy.swan.components.physics.LIMITER.rst", "swan/components/_generated/rompy.swan.components.physics.MUD.rst", "swan/components/_generated/rompy.swan.components.physics.NEGATINP.rst", "swan/components/_generated/rompy.swan.components.physics.OBSTACLE.rst", "swan/components/_generated/rompy.swan.components.physics.OBSTACLES.rst", "swan/components/_generated/rompy.swan.components.physics.OBSTACLE_FIG.rst", "swan/components/_generated/rompy.swan.components.physics.OFF.rst", "swan/components/_generated/rompy.swan.components.physics.OFFS.rst", "swan/components/_generated/rompy.swan.components.physics.QUADRUPL.rst", "swan/components/_generated/rompy.swan.components.physics.SCAT.rst", "swan/components/_generated/rompy.swan.components.physics.SETUP.rst", "swan/components/_generated/rompy.swan.components.physics.SICE.rst", "swan/components/_generated/rompy.swan.components.physics.SICE_D15.rst", "swan/components/_generated/rompy.swan.components.physics.SICE_M18.rst", "swan/components/_generated/rompy.swan.components.physics.SICE_R19.rst", "swan/components/_generated/rompy.swan.components.physics.SICE_R21B.rst", "swan/components/_generated/rompy.swan.components.physics.SSWELL_ARDHUIN.rst", "swan/components/_generated/rompy.swan.components.physics.SSWELL_ROGERS.rst", "swan/components/_generated/rompy.swan.components.physics.SSWELL_ZIEGER.rst", "swan/components/_generated/rompy.swan.components.physics.SURFBEAT.rst", "swan/components/_generated/rompy.swan.components.physics.TRIAD.rst", "swan/components/_generated/rompy.swan.components.physics.TRIAD_DCTA.rst", "swan/components/_generated/rompy.swan.components.physics.TRIAD_LTA.rst", "swan/components/_generated/rompy.swan.components.physics.TRIAD_SPB.rst", "swan/components/_generated/rompy.swan.components.physics.TURBULENCE.rst", "swan/components/_generated/rompy.swan.components.physics.VEGETATION.rst", "swan/components/_generated/rompy.swan.components.physics.WCAPPING_AB.rst", "swan/components/_generated/rompy.swan.components.physics.WCAPPING_KOMEN.rst", "swan/components/_generated/rompy.swan.components.startup.COORDINATES.rst", "swan/components/_generated/rompy.swan.components.startup.MODE.rst", "swan/components/_generated/rompy.swan.components.startup.PROJECT.rst", "swan/components/_generated/rompy.swan.components.startup.SET.rst", "swan/components/boundary.rst", "swan/components/cgrid.rst", "swan/components/group.rst", "swan/components/inpgrid.rst", "swan/components/lockup.rst", "swan/components/numerics.rst", "swan/components/output.rst", "swan/components/physics.rst", "swan/components/startup.rst", "swan/index.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.base.IJ.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.base.XY.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.CONSTANTFILE.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.CONSTANTPAR.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.DEFAULT.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.HOTMULTIPLE.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.HOTSINGLE.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.PAR.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.SEGMENT.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.SIDE.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.VARIABLEFILE.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.VARIABLEPAR.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.boundary.ZERO.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.ACCUR.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.BSBT.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.CSIGMA.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.CTHETA.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.DIRIMPL.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.GSE.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.NONSTAT.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.SETUP.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.SIGIMPL.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.STAT.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.numerics.STOPC.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.output.ABS.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.output.REL.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.output.SPEC1D.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.output.SPEC2D.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.DANGREMOND.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.DEWIT.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ELDEBERKY.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.FREEBOARD.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.GODA.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.JANSSEN.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.KOMEN.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.LINE.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.RDIFF.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.REFL.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.RSPEC.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C1.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C2.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C3.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C4.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.ST6C5.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.TRANS1D.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.TRANS2D.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.TRANSM.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.physics.WESTHUYSEN.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.readgrid.GRIDREGULAR.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.readgrid.READCOORD.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.readgrid.READINP.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.BIN.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.GAUSS.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.JONSWAP.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.PM.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.SHAPESPEC.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.SPECTRUM.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.spectrum.TMA.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.startup.CARTESIAN.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.startup.SPHERICAL.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.Delt.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.NONSTATIONARY.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.STATIONARY.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.Time.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.TimeRangeClosed.rst", "swan/subcomponents/_generated/rompy.swan.subcomponents.time.TimeRangeOpen.rst", "swan/subcomponents/base.rst", "swan/subcomponents/boundary.rst", "swan/subcomponents/cgrid.rst", "swan/subcomponents/numerics.rst", "swan/subcomponents/output.rst", "swan/subcomponents/physics.rst", "swan/subcomponents/readgrid.rst", "swan/subcomponents/spectrum.rst", "swan/subcomponents/startup.rst", "swan/subcomponents/time.rst", "swan/types.rst"], "indexentries": {"__init__() (rompy.swan.types.blockoptions method)": [[54, "rompy.swan.types.BlockOptions.__init__", false]], "__init__() (rompy.swan.types.boundshapeoptions method)": [[55, "rompy.swan.types.BoundShapeOptions.__init__", false]], "__init__() (rompy.swan.types.gridoptions method)": [[56, "rompy.swan.types.GridOptions.__init__", false]], "__init__() (rompy.swan.types.idla method)": [[57, "rompy.swan.types.IDLA.__init__", false]], "__init__() (rompy.swan.types.physicsoff method)": [[58, "rompy.swan.types.PhysicsOff.__init__", false]], "__init__() (rompy.swan.types.sideoptions method)": [[59, "rompy.swan.types.SideOptions.__init__", false]], "a (rompy.swan.components.physics.triad attribute)": [[139, "rompy.swan.components.physics.TRIAD.a", false]], "a (rompy.swan.components.physics.triad_spb attribute)": [[142, "rompy.swan.components.physics.TRIAD_SPB.a", false]], "a (rompy.swan.subcomponents.physics.janssen attribute)": [[194, "rompy.swan.subcomponents.physics.JANSSEN.a", false]], "a (rompy.swan.subcomponents.physics.komen attribute)": [[195, "rompy.swan.subcomponents.physics.KOMEN.a", false]], "a (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.a", false]], "a (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.a", false]], "a (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.a", false]], "a (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.a", false]], "a (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.a", false]], "a (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.a", false]], "a (rompy.swan.subcomponents.physics.westhuysen attribute)": [[209, "rompy.swan.subcomponents.physics.WESTHUYSEN.a", false]], "a1 (rompy.swan.components.physics.breaking_bkd attribute)": [[109, "rompy.swan.components.physics.BREAKING_BKD.a1", false]], "a1sds (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.a1sds", false]], "a1sds (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.a1sds", false]], "a1sds (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.a1sds", false]], "a1sds (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.a1sds", false]], "a1sds (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.a1sds", false]], "a1sds (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.a1sds", false]], "a2 (rompy.swan.components.physics.breaking_bkd attribute)": [[109, "rompy.swan.components.physics.BREAKING_BKD.a2", false]], "a2sds (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.a2sds", false]], "a2sds (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.a2sds", false]], "a2sds (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.a2sds", false]], "a2sds (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.a2sds", false]], "a2sds (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.a2sds", false]], "a2sds (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.a2sds", false]], "a3 (rompy.swan.components.physics.breaking_bkd attribute)": [[109, "rompy.swan.components.physics.BREAKING_BKD.a3", false]], "ac (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.ac", false]], "add_earth_tidal (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.add_earth_tidal", false]], "agrow (rompy.swan.subcomponents.physics.janssen attribute)": [[194, "rompy.swan.subcomponents.physics.JANSSEN.agrow", false]], "agrow (rompy.swan.subcomponents.physics.komen attribute)": [[195, "rompy.swan.subcomponents.physics.KOMEN.agrow", false]], "agrow (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.agrow", false]], "agrow (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.agrow", false]], "agrow (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.agrow", false]], "agrow (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.agrow", false]], "agrow (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.agrow", false]], "agrow (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.agrow", false]], "agrow (rompy.swan.subcomponents.physics.westhuysen attribute)": [[209, "rompy.swan.subcomponents.physics.WESTHUYSEN.agrow", false]], "aice (rompy.swan.components.inpgrid.ice attribute)": [[75, "rompy.swan.components.inpgrid.ICE.aice", false]], "aice (rompy.swan.components.physics.sice attribute)": [[130, "rompy.swan.components.physics.SICE.aice", false]], "aice (rompy.swan.components.physics.sice_d15 attribute)": [[131, "rompy.swan.components.physics.SICE_D15.aice", false]], "aice (rompy.swan.components.physics.sice_m18 attribute)": [[132, "rompy.swan.components.physics.SICE_M18.aice", false]], "aice (rompy.swan.components.physics.sice_r19 attribute)": [[133, "rompy.swan.components.physics.SICE_R19.aice", false]], "aice (rompy.swan.components.physics.sice_r21b attribute)": [[134, "rompy.swan.components.physics.SICE_R21B.aice", false]], "aice (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.AICE", false]], "aice (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.AICE", false]], "air_1 (rompy.schism.data.schismdatasflux attribute)": [[34, "rompy.schism.data.SCHISMDataSflux.air_1", false]], "air_2 (rompy.schism.data.schismdatasflux attribute)": [[34, "rompy.schism.data.SCHISMDataSflux.air_2", false]], "alfa (rompy.swan.subcomponents.numerics.stat attribute)": [[183, "rompy.swan.subcomponents.numerics.STAT.alfa", false]], "alp (rompy.swan.subcomponents.readgrid.gridregular attribute)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.alp", false]], "alpha (rompy.swan.components.physics.breaking_bkd attribute)": [[109, "rompy.swan.components.physics.BREAKING_BKD.alpha", false]], "alpha (rompy.swan.components.physics.breaking_constant attribute)": [[110, "rompy.swan.components.physics.BREAKING_CONSTANT.alpha", false]], "alpha (rompy.swan.components.physics.scat attribute)": [[128, "rompy.swan.components.physics.SCAT.alpha", false]], "alpha (rompy.swan.subcomponents.physics.goda attribute)": [[193, "rompy.swan.subcomponents.physics.GODA.alpha", false]], "alpha1 (rompy.swan.components.physics.obstacle_fig attribute)": [[124, "rompy.swan.components.physics.OBSTACLE_FIG.alpha1", false]], "alpinp (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.alpinp", false]], "assert_has_wavespectra_accessor() (rompy.core.boundary.boundarywavestation method)": [[1, "rompy.core.boundary.BoundaryWaveStation.assert_has_wavespectra_accessor", false]], "at_least_one() (rompy.swan.components.output.test method)": [[105, "rompy.swan.components.output.TEST.at_least_one", false]], "atmos (rompy.schism.data.schismdata attribute)": [[31, "rompy.schism.data.SCHISMData.atmos", false]], "b (rompy.swan.components.physics.triad attribute)": [[139, "rompy.swan.components.physics.TRIAD.b", false]], "b (rompy.swan.components.physics.triad_spb attribute)": [[142, "rompy.swan.components.physics.TRIAD_SPB.b", false]], "b1 (rompy.swan.components.physics.sswell_zieger attribute)": [[137, "rompy.swan.components.physics.SSWELL_ZIEGER.b1", false]], "bag (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.bag", false]], "bbox() (rompy.core.grid.basegrid method)": [[8, "rompy.core.grid.BaseGrid.bbox", false]], "beta (rompy.swan.subcomponents.physics.goda attribute)": [[193, "rompy.swan.subcomponents.physics.GODA.beta", false]], "bfi (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.BFI", false]], "bin (rompy.swan.types.boundshapeoptions attribute)": [[55, "rompy.swan.types.BoundShapeOptions.BIN", false]], "biphase (rompy.swan.components.physics.triad_dcta attribute)": [[140, "rompy.swan.components.physics.TRIAD_DCTA.biphase", false]], "biphase (rompy.swan.components.physics.triad_lta attribute)": [[141, "rompy.swan.components.physics.TRIAD_LTA.biphase", false]], "biphase (rompy.swan.components.physics.triad_spb attribute)": [[142, "rompy.swan.components.physics.TRIAD_SPB.biphase", false]], "bk (rompy.swan.subcomponents.physics.dangremond attribute)": [[189, "rompy.swan.subcomponents.physics.DANGREMOND.Bk", false]], "block (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.block", false]], "block_with_frame_or_group() (rompy.swan.components.group.output method)": [[71, "rompy.swan.components.group.OUTPUT.block_with_frame_or_group", false]], "blockoptions (class in rompy.swan.types)": [[54, "rompy.swan.types.BlockOptions", false]], "bndchk (rompy.swan.types.physicsoff attribute)": [[58, "rompy.swan.types.PhysicsOff.BNDCHK", false]], "botlev (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.BOTLEV", false]], "bottom (rompy.swan.interface.datainterface attribute)": [[51, "rompy.swan.interface.DataInterface.bottom", false]], "bottom (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.BOTTOM", false]], "boundary() (rompy.core.grid.basegrid method)": [[8, "rompy.core.grid.BaseGrid.boundary", false]], "boundary() (rompy.swan.grid.swangrid method)": [[49, "rompy.swan.grid.SwanGrid.boundary", false]], "boundary_ds() (rompy.schism.data.schismdataboundary method)": [[32, "rompy.schism.data.SCHISMDataBoundary.boundary_ds", false]], "boundary_points() (rompy.core.grid.basegrid method)": [[8, "rompy.core.grid.BaseGrid.boundary_points", false]], "boundshapeoptions (class in rompy.swan.types)": [[55, "rompy.swan.types.BoundShapeOptions", false]], "br (rompy.swan.components.physics.wcapping_ab attribute)": [[145, "rompy.swan.components.physics.WCAPPING_AB.br", false]], "br (rompy.swan.subcomponents.physics.westhuysen attribute)": [[209, "rompy.swan.subcomponents.physics.WESTHUYSEN.br", false]], "bragg (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.bragg", false]], "brcryn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.brcrYN", false]], "breaking (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.breaking", false]], "breaking (rompy.swan.types.physicsoff attribute)": [[58, "rompy.swan.types.PhysicsOff.BREAKING", false]], "buffer (rompy.core.data.datagrid attribute)": [[4, "rompy.core.data.DataGrid.buffer", false]], "buffer (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.buffer", false]], "buffer (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.buffer", false]], "c0 (rompy.swan.components.physics.sice_r19 attribute)": [[133, "rompy.swan.components.physics.SICE_R19.c0", false]], "c1 (rompy.swan.components.physics.sice_r19 attribute)": [[133, "rompy.swan.components.physics.SICE_R19.c1", false]], "c2 (rompy.swan.components.physics.sice_r19 attribute)": [[133, "rompy.swan.components.physics.SICE_R19.c2", false]], "c3 (rompy.swan.components.physics.sice_r19 attribute)": [[133, "rompy.swan.components.physics.SICE_R19.c3", false]], "c4 (rompy.swan.components.physics.sice_r19 attribute)": [[133, "rompy.swan.components.physics.SICE_R19.c4", false]], "c5 (rompy.swan.components.physics.sice_r19 attribute)": [[133, "rompy.swan.components.physics.SICE_R19.c5", false]], "c6 (rompy.swan.components.physics.sice_r19 attribute)": [[133, "rompy.swan.components.physics.SICE_R19.c6", false]], "catalog (rompy.core.data.sourceintake property)": [[7, "rompy.core.data.SourceIntake.catalog", false]], "catalog_uri (rompy.core.data.sourceintake attribute)": [[7, "rompy.core.data.SourceIntake.catalog_uri", false]], "catalog_yaml (rompy.core.data.sourceintake attribute)": [[7, "rompy.core.data.SourceIntake.catalog_yaml", false]], "cdcap (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.cdcap", false]], "cdd (rompy.swan.subcomponents.numerics.dirimpl attribute)": [[178, "rompy.swan.subcomponents.numerics.DIRIMPL.cdd", false]], "cdfac (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.cdfac", false]], "cdfac (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.cdfac", false]], "cdfac (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.cdfac", false]], "cdfac (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.cdfac", false]], "cdfac (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.cdfac", false]], "cdfac (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.cdfac", false]], "cdrag (rompy.swan.components.physics.gen1 attribute)": [[116, "rompy.swan.components.physics.GEN1.cdrag", false]], "cdrag (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.cdrag", false]], "cds1 (rompy.swan.subcomponents.physics.janssen attribute)": [[194, "rompy.swan.subcomponents.physics.JANSSEN.cds1", false]], "cds2 (rompy.swan.components.physics.wcapping_ab attribute)": [[145, "rompy.swan.components.physics.WCAPPING_AB.cds2", false]], "cds2 (rompy.swan.components.physics.wcapping_komen attribute)": [[146, "rompy.swan.components.physics.WCAPPING_KOMEN.cds2", false]], "cds2 (rompy.swan.subcomponents.physics.komen attribute)": [[195, "rompy.swan.subcomponents.physics.KOMEN.cds2", false]], "cds2 (rompy.swan.subcomponents.physics.westhuysen attribute)": [[209, "rompy.swan.subcomponents.physics.WESTHUYSEN.cds2", false]], "cds3 (rompy.swan.components.physics.wcapping_ab attribute)": [[145, "rompy.swan.components.physics.WCAPPING_AB.cds3", false]], "cdsv (rompy.swan.components.physics.sswell_ardhuin attribute)": [[135, "rompy.swan.components.physics.SSWELL_ARDHUIN.cdsv", false]], "cdsv (rompy.swan.components.physics.sswell_rogers attribute)": [[136, "rompy.swan.components.physics.SSWELL_ROGERS.cdsv", false]], "cf10 (rompy.swan.components.physics.gen1 attribute)": [[116, "rompy.swan.components.physics.GEN1.cf10", false]], "cf10 (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.cf10", false]], "cf20 (rompy.swan.components.physics.gen1 attribute)": [[116, "rompy.swan.components.physics.GEN1.cf20", false]], "cf20 (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.cf20", false]], "cf30 (rompy.swan.components.physics.gen1 attribute)": [[116, "rompy.swan.components.physics.GEN1.cf30", false]], "cf30 (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.cf30", false]], "cf40 (rompy.swan.components.physics.gen1 attribute)": [[116, "rompy.swan.components.physics.GEN1.cf40", false]], "cf40 (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.cf40", false]], "cf50 (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.cf50", false]], "cf60 (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.cf60", false]], "cfjon (rompy.swan.components.physics.friction_jonswap attribute)": [[113, "rompy.swan.components.physics.FRICTION_JONSWAP.cfjon", false]], "cfl (rompy.swan.subcomponents.numerics.csigma attribute)": [[176, "rompy.swan.subcomponents.numerics.CSIGMA.cfl", false]], "cfl (rompy.swan.subcomponents.numerics.ctheta attribute)": [[177, "rompy.swan.subcomponents.numerics.CTHETA.cfl", false]], "cfpm (rompy.swan.components.physics.gen1 attribute)": [[116, "rompy.swan.components.physics.GEN1.cfpm", false]], "cfpm (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.cfpm", false]], "cfw (rompy.swan.components.physics.friction_collins attribute)": [[112, "rompy.swan.components.physics.FRICTION_COLLINS.cfw", false]], "cgmod (rompy.swan.components.physics.diffraction attribute)": [[111, "rompy.swan.components.physics.DIFFRACTION.cgmod", false]], "cgpp (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.CGPP", false]], "cgrid (rompy.swan.grid.swangrid property)": [[49, "rompy.swan.grid.SwanGrid.cgrid", false]], "cgrid_read (rompy.swan.grid.swangrid property)": [[49, "rompy.swan.grid.SwanGrid.cgrid_read", false]], "check_catalog() (rompy.core.data.sourceintake method)": [[7, "rompy.core.data.SourceIntake.check_catalog", false]], "check_direction_definition() (rompy.swan.subcomponents.spectrum.spectrum class method)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.check_direction_definition", false]], "check_fname_required() (rompy.swan.components.cgrid.unstructured method)": [[67, "rompy.swan.components.cgrid.UNSTRUCTURED.check_fname_required", false]], "check_frequency_definition() (rompy.swan.subcomponents.spectrum.spectrum method)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.check_frequency_definition", false]], "check_length() (rompy.swan.subcomponents.physics.line method)": [[196, "rompy.swan.subcomponents.physics.LINE.check_length", false]], "check_weights() (rompy.schism.data.schismdatasflux method)": [[34, "rompy.schism.data.SCHISMDataSflux.check_weights", false]], "checkout (rompy.core.baseconfig attribute)": [[0, "rompy.core.BaseConfig.checkout", false]], "chf (rompy.swan.components.physics.sice_d15 attribute)": [[131, "rompy.swan.components.physics.SICE_D15.chf", false]], "chf (rompy.swan.components.physics.sice_m18 attribute)": [[132, "rompy.swan.components.physics.SICE_M18.chf", false]], "chf (rompy.swan.components.physics.sice_r21b attribute)": [[134, "rompy.swan.components.physics.SICE_R21B.chf", false]], "cmd() (rompy.swan.components.boundary.boundnest1 method)": [[60, "rompy.swan.components.boundary.BOUNDNEST1.cmd", false]], "cmd() (rompy.swan.components.boundary.boundnest2 method)": [[61, "rompy.swan.components.boundary.BOUNDNEST2.cmd", false]], "cmd() (rompy.swan.components.boundary.boundnest3 method)": [[62, "rompy.swan.components.boundary.BOUNDNEST3.cmd", false]], "cmd() (rompy.swan.components.boundary.boundspec method)": [[63, "rompy.swan.components.boundary.BOUNDSPEC.cmd", false]], "cmd() (rompy.swan.components.boundary.initial method)": [[64, "rompy.swan.components.boundary.INITIAL.cmd", false]], "cmd() (rompy.swan.components.cgrid.curvilinear method)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.cmd", false]], "cmd() (rompy.swan.components.cgrid.regular method)": [[66, "rompy.swan.components.cgrid.REGULAR.cmd", false]], "cmd() (rompy.swan.components.cgrid.unstructured method)": [[67, "rompy.swan.components.cgrid.UNSTRUCTURED.cmd", false]], "cmd() (rompy.swan.components.group.inpgrids method)": [[69, "rompy.swan.components.group.INPGRIDS.cmd", false]], "cmd() (rompy.swan.components.group.lockup method)": [[70, "rompy.swan.components.group.LOCKUP.cmd", false]], "cmd() (rompy.swan.components.group.output method)": [[71, "rompy.swan.components.group.OUTPUT.cmd", false]], "cmd() (rompy.swan.components.group.physics method)": [[72, "rompy.swan.components.group.PHYSICS.cmd", false]], "cmd() (rompy.swan.components.group.startup method)": [[73, "rompy.swan.components.group.STARTUP.cmd", false]], "cmd() (rompy.swan.components.inpgrid.curvilinear method)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.cmd", false]], "cmd() (rompy.swan.components.inpgrid.ice method)": [[75, "rompy.swan.components.inpgrid.ICE.cmd", false]], "cmd() (rompy.swan.components.inpgrid.regular method)": [[76, "rompy.swan.components.inpgrid.REGULAR.cmd", false]], "cmd() (rompy.swan.components.inpgrid.unstructured method)": [[77, "rompy.swan.components.inpgrid.UNSTRUCTURED.cmd", false]], "cmd() (rompy.swan.components.inpgrid.wind method)": [[78, "rompy.swan.components.inpgrid.WIND.cmd", false]], "cmd() (rompy.swan.components.lockup.compute method)": [[79, "rompy.swan.components.lockup.COMPUTE.cmd", false]], "cmd() (rompy.swan.components.lockup.compute_nonstat method)": [[80, "rompy.swan.components.lockup.COMPUTE_NONSTAT.cmd", false]], "cmd() (rompy.swan.components.lockup.compute_stat method)": [[81, "rompy.swan.components.lockup.COMPUTE_STAT.cmd", false]], "cmd() (rompy.swan.components.lockup.hotfile method)": [[82, "rompy.swan.components.lockup.HOTFILE.cmd", false]], "cmd() (rompy.swan.components.lockup.stop method)": [[83, "rompy.swan.components.lockup.STOP.cmd", false]], "cmd() (rompy.swan.components.numerics.numeric method)": [[84, "rompy.swan.components.numerics.NUMERIC.cmd", false]], "cmd() (rompy.swan.components.numerics.prop method)": [[85, "rompy.swan.components.numerics.PROP.cmd", false]], "cmd() (rompy.swan.components.output.baselocation method)": [[87, "rompy.swan.components.output.BaseLocation.cmd", false]], "cmd() (rompy.swan.components.output.basewrite method)": [[88, "rompy.swan.components.output.BaseWrite.cmd", false]], "cmd() (rompy.swan.components.output.block method)": [[86, "rompy.swan.components.output.BLOCK.cmd", false]], "cmd() (rompy.swan.components.output.curve method)": [[89, "rompy.swan.components.output.CURVE.cmd", false]], "cmd() (rompy.swan.components.output.curves method)": [[90, "rompy.swan.components.output.CURVES.cmd", false]], "cmd() (rompy.swan.components.output.frame method)": [[91, "rompy.swan.components.output.FRAME.cmd", false]], "cmd() (rompy.swan.components.output.group method)": [[92, "rompy.swan.components.output.GROUP.cmd", false]], "cmd() (rompy.swan.components.output.isoline method)": [[93, "rompy.swan.components.output.ISOLINE.cmd", false]], "cmd() (rompy.swan.components.output.nestout method)": [[94, "rompy.swan.components.output.NESTOUT.cmd", false]], "cmd() (rompy.swan.components.output.ngrid method)": [[95, "rompy.swan.components.output.NGRID.cmd", false]], "cmd() (rompy.swan.components.output.ngrid_unstructured method)": [[96, "rompy.swan.components.output.NGRID_UNSTRUCTURED.cmd", false]], "cmd() (rompy.swan.components.output.output_options method)": [[97, "rompy.swan.components.output.OUTPUT_OPTIONS.cmd", false]], "cmd() (rompy.swan.components.output.points method)": [[98, "rompy.swan.components.output.POINTS.cmd", false]], "cmd() (rompy.swan.components.output.points_file method)": [[99, "rompy.swan.components.output.POINTS_FILE.cmd", false]], "cmd() (rompy.swan.components.output.quantities method)": [[100, "rompy.swan.components.output.QUANTITIES.cmd", false]], "cmd() (rompy.swan.components.output.quantity method)": [[101, "rompy.swan.components.output.QUANTITY.cmd", false]], "cmd() (rompy.swan.components.output.ray method)": [[102, "rompy.swan.components.output.RAY.cmd", false]], "cmd() (rompy.swan.components.output.specout method)": [[103, "rompy.swan.components.output.SPECOUT.cmd", false]], "cmd() (rompy.swan.components.output.table method)": [[104, "rompy.swan.components.output.TABLE.cmd", false]], "cmd() (rompy.swan.components.output.test method)": [[105, "rompy.swan.components.output.TEST.cmd", false]], "cmd() (rompy.swan.components.physics.bragg method)": [[106, "rompy.swan.components.physics.BRAGG.cmd", false]], "cmd() (rompy.swan.components.physics.bragg_file method)": [[107, "rompy.swan.components.physics.BRAGG_FILE.cmd", false]], "cmd() (rompy.swan.components.physics.bragg_ft method)": [[108, "rompy.swan.components.physics.BRAGG_FT.cmd", false]], "cmd() (rompy.swan.components.physics.breaking_bkd method)": [[109, "rompy.swan.components.physics.BREAKING_BKD.cmd", false]], "cmd() (rompy.swan.components.physics.breaking_constant method)": [[110, "rompy.swan.components.physics.BREAKING_CONSTANT.cmd", false]], "cmd() (rompy.swan.components.physics.diffraction method)": [[111, "rompy.swan.components.physics.DIFFRACTION.cmd", false]], "cmd() (rompy.swan.components.physics.friction_collins method)": [[112, "rompy.swan.components.physics.FRICTION_COLLINS.cmd", false]], "cmd() (rompy.swan.components.physics.friction_jonswap method)": [[113, "rompy.swan.components.physics.FRICTION_JONSWAP.cmd", false]], "cmd() (rompy.swan.components.physics.friction_madsen method)": [[114, "rompy.swan.components.physics.FRICTION_MADSEN.cmd", false]], "cmd() (rompy.swan.components.physics.friction_ripples method)": [[115, "rompy.swan.components.physics.FRICTION_RIPPLES.cmd", false]], "cmd() (rompy.swan.components.physics.gen1 method)": [[116, "rompy.swan.components.physics.GEN1.cmd", false]], "cmd() (rompy.swan.components.physics.gen2 method)": [[117, "rompy.swan.components.physics.GEN2.cmd", false]], "cmd() (rompy.swan.components.physics.gen3 method)": [[118, "rompy.swan.components.physics.GEN3.cmd", false]], "cmd() (rompy.swan.components.physics.limiter method)": [[119, "rompy.swan.components.physics.LIMITER.cmd", false]], "cmd() (rompy.swan.components.physics.mud method)": [[120, "rompy.swan.components.physics.MUD.cmd", false]], "cmd() (rompy.swan.components.physics.negatinp method)": [[121, "rompy.swan.components.physics.NEGATINP.cmd", false]], "cmd() (rompy.swan.components.physics.obstacle method)": [[122, "rompy.swan.components.physics.OBSTACLE.cmd", false]], "cmd() (rompy.swan.components.physics.obstacle_fig method)": [[124, "rompy.swan.components.physics.OBSTACLE_FIG.cmd", false]], "cmd() (rompy.swan.components.physics.obstacles method)": [[123, "rompy.swan.components.physics.OBSTACLES.cmd", false]], "cmd() (rompy.swan.components.physics.off method)": [[125, "rompy.swan.components.physics.OFF.cmd", false]], "cmd() (rompy.swan.components.physics.offs method)": [[126, "rompy.swan.components.physics.OFFS.cmd", false]], "cmd() (rompy.swan.components.physics.quadrupl method)": [[127, "rompy.swan.components.physics.QUADRUPL.cmd", false]], "cmd() (rompy.swan.components.physics.scat method)": [[128, "rompy.swan.components.physics.SCAT.cmd", false]], "cmd() (rompy.swan.components.physics.setup method)": [[129, "rompy.swan.components.physics.SETUP.cmd", false]], "cmd() (rompy.swan.components.physics.sice method)": [[130, "rompy.swan.components.physics.SICE.cmd", false]], "cmd() (rompy.swan.components.physics.sice_d15 method)": [[131, "rompy.swan.components.physics.SICE_D15.cmd", false]], "cmd() (rompy.swan.components.physics.sice_m18 method)": [[132, "rompy.swan.components.physics.SICE_M18.cmd", false]], "cmd() (rompy.swan.components.physics.sice_r19 method)": [[133, "rompy.swan.components.physics.SICE_R19.cmd", false]], "cmd() (rompy.swan.components.physics.sice_r21b method)": [[134, "rompy.swan.components.physics.SICE_R21B.cmd", false]], "cmd() (rompy.swan.components.physics.sswell_ardhuin method)": [[135, "rompy.swan.components.physics.SSWELL_ARDHUIN.cmd", false]], "cmd() (rompy.swan.components.physics.sswell_rogers method)": [[136, "rompy.swan.components.physics.SSWELL_ROGERS.cmd", false]], "cmd() (rompy.swan.components.physics.sswell_zieger method)": [[137, "rompy.swan.components.physics.SSWELL_ZIEGER.cmd", false]], "cmd() (rompy.swan.components.physics.surfbeat method)": [[138, "rompy.swan.components.physics.SURFBEAT.cmd", false]], "cmd() (rompy.swan.components.physics.triad method)": [[139, "rompy.swan.components.physics.TRIAD.cmd", false]], "cmd() (rompy.swan.components.physics.triad_dcta method)": [[140, "rompy.swan.components.physics.TRIAD_DCTA.cmd", false]], "cmd() (rompy.swan.components.physics.triad_lta method)": [[141, "rompy.swan.components.physics.TRIAD_LTA.cmd", false]], "cmd() (rompy.swan.components.physics.triad_spb method)": [[142, "rompy.swan.components.physics.TRIAD_SPB.cmd", false]], "cmd() (rompy.swan.components.physics.turbulence method)": [[143, "rompy.swan.components.physics.TURBULENCE.cmd", false]], "cmd() (rompy.swan.components.physics.vegetation method)": [[144, "rompy.swan.components.physics.VEGETATION.cmd", false]], "cmd() (rompy.swan.components.physics.wcapping_ab method)": [[145, "rompy.swan.components.physics.WCAPPING_AB.cmd", false]], "cmd() (rompy.swan.components.physics.wcapping_komen method)": [[146, "rompy.swan.components.physics.WCAPPING_KOMEN.cmd", false]], "cmd() (rompy.swan.components.startup.coordinates method)": [[147, "rompy.swan.components.startup.COORDINATES.cmd", false]], "cmd() (rompy.swan.components.startup.mode method)": [[148, "rompy.swan.components.startup.MODE.cmd", false]], "cmd() (rompy.swan.components.startup.project method)": [[149, "rompy.swan.components.startup.PROJECT.cmd", false]], "cmd() (rompy.swan.components.startup.set method)": [[150, "rompy.swan.components.startup.SET.cmd", false]], "cmd() (rompy.swan.subcomponents.base.ij method)": [[161, "rompy.swan.subcomponents.base.IJ.cmd", false]], "cmd() (rompy.swan.subcomponents.base.xy method)": [[162, "rompy.swan.subcomponents.base.XY.cmd", false]], "cmd() (rompy.swan.subcomponents.boundary.constantfile method)": [[163, "rompy.swan.subcomponents.boundary.CONSTANTFILE.cmd", false]], "cmd() (rompy.swan.subcomponents.boundary.constantpar method)": [[164, "rompy.swan.subcomponents.boundary.CONSTANTPAR.cmd", false]], "cmd() (rompy.swan.subcomponents.boundary.hotmultiple method)": [[166, "rompy.swan.subcomponents.boundary.HOTMULTIPLE.cmd", false]], "cmd() (rompy.swan.subcomponents.boundary.hotsingle method)": [[167, "rompy.swan.subcomponents.boundary.HOTSINGLE.cmd", false]], "cmd() (rompy.swan.subcomponents.boundary.par method)": [[168, "rompy.swan.subcomponents.boundary.PAR.cmd", false]], "cmd() (rompy.swan.subcomponents.boundary.segment method)": [[169, "rompy.swan.subcomponents.boundary.SEGMENT.cmd", false]], "cmd() (rompy.swan.subcomponents.boundary.side method)": [[170, "rompy.swan.subcomponents.boundary.SIDE.cmd", false]], "cmd() (rompy.swan.subcomponents.boundary.variablefile method)": [[171, "rompy.swan.subcomponents.boundary.VARIABLEFILE.cmd", false]], "cmd() (rompy.swan.subcomponents.boundary.variablepar method)": [[172, "rompy.swan.subcomponents.boundary.VARIABLEPAR.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.accur method)": [[174, "rompy.swan.subcomponents.numerics.ACCUR.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.bsbt method)": [[175, "rompy.swan.subcomponents.numerics.BSBT.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.csigma method)": [[176, "rompy.swan.subcomponents.numerics.CSIGMA.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.ctheta method)": [[177, "rompy.swan.subcomponents.numerics.CTHETA.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.dirimpl method)": [[178, "rompy.swan.subcomponents.numerics.DIRIMPL.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.gse method)": [[179, "rompy.swan.subcomponents.numerics.GSE.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.nonstat method)": [[180, "rompy.swan.subcomponents.numerics.NONSTAT.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.setup method)": [[181, "rompy.swan.subcomponents.numerics.SETUP.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.sigimpl method)": [[182, "rompy.swan.subcomponents.numerics.SIGIMPL.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.stat method)": [[183, "rompy.swan.subcomponents.numerics.STAT.cmd", false]], "cmd() (rompy.swan.subcomponents.numerics.stopc method)": [[184, "rompy.swan.subcomponents.numerics.STOPC.cmd", false]], "cmd() (rompy.swan.subcomponents.output.abs method)": [[185, "rompy.swan.subcomponents.output.ABS.cmd", false]], "cmd() (rompy.swan.subcomponents.output.rel method)": [[186, "rompy.swan.subcomponents.output.REL.cmd", false]], "cmd() (rompy.swan.subcomponents.output.spec1d method)": [[187, "rompy.swan.subcomponents.output.SPEC1D.cmd", false]], "cmd() (rompy.swan.subcomponents.output.spec2d method)": [[188, "rompy.swan.subcomponents.output.SPEC2D.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.dangremond method)": [[189, "rompy.swan.subcomponents.physics.DANGREMOND.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.dewit method)": [[190, "rompy.swan.subcomponents.physics.DEWIT.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.eldeberky method)": [[191, "rompy.swan.subcomponents.physics.ELDEBERKY.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.freeboard method)": [[192, "rompy.swan.subcomponents.physics.FREEBOARD.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.goda method)": [[193, "rompy.swan.subcomponents.physics.GODA.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.janssen method)": [[194, "rompy.swan.subcomponents.physics.JANSSEN.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.komen method)": [[195, "rompy.swan.subcomponents.physics.KOMEN.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.line method)": [[196, "rompy.swan.subcomponents.physics.LINE.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.rdiff method)": [[197, "rompy.swan.subcomponents.physics.RDIFF.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.refl method)": [[198, "rompy.swan.subcomponents.physics.REFL.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.rspec method)": [[199, "rompy.swan.subcomponents.physics.RSPEC.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.st6 method)": [[200, "rompy.swan.subcomponents.physics.ST6.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.trans1d method)": [[206, "rompy.swan.subcomponents.physics.TRANS1D.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.trans2d method)": [[207, "rompy.swan.subcomponents.physics.TRANS2D.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.transm method)": [[208, "rompy.swan.subcomponents.physics.TRANSM.cmd", false]], "cmd() (rompy.swan.subcomponents.physics.westhuysen method)": [[209, "rompy.swan.subcomponents.physics.WESTHUYSEN.cmd", false]], "cmd() (rompy.swan.subcomponents.readgrid.gridregular method)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.cmd", false]], "cmd() (rompy.swan.subcomponents.readgrid.readcoord method)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.cmd", false]], "cmd() (rompy.swan.subcomponents.readgrid.readinp method)": [[212, "rompy.swan.subcomponents.readgrid.READINP.cmd", false]], "cmd() (rompy.swan.subcomponents.spectrum.gauss method)": [[214, "rompy.swan.subcomponents.spectrum.GAUSS.cmd", false]], "cmd() (rompy.swan.subcomponents.spectrum.jonswap method)": [[215, "rompy.swan.subcomponents.spectrum.JONSWAP.cmd", false]], "cmd() (rompy.swan.subcomponents.spectrum.shapespec method)": [[217, "rompy.swan.subcomponents.spectrum.SHAPESPEC.cmd", false]], "cmd() (rompy.swan.subcomponents.spectrum.spectrum method)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.cmd", false]], "cmd() (rompy.swan.subcomponents.spectrum.tma method)": [[219, "rompy.swan.subcomponents.spectrum.TMA.cmd", false]], "cmd() (rompy.swan.subcomponents.startup.spherical method)": [[221, "rompy.swan.subcomponents.startup.SPHERICAL.cmd", false]], "cmd() (rompy.swan.subcomponents.time.delt method)": [[222, "rompy.swan.subcomponents.time.Delt.cmd", false]], "cmd() (rompy.swan.subcomponents.time.nonstationary method)": [[223, "rompy.swan.subcomponents.time.NONSTATIONARY.cmd", false]], "cmd() (rompy.swan.subcomponents.time.stationary method)": [[224, "rompy.swan.subcomponents.time.STATIONARY.cmd", false]], "cmd() (rompy.swan.subcomponents.time.time method)": [[225, "rompy.swan.subcomponents.time.Time.cmd", false]], "cmd() (rompy.swan.subcomponents.time.timerangeclosed method)": [[226, "rompy.swan.subcomponents.time.TimeRangeClosed.cmd", false]], "cmd() (rompy.swan.subcomponents.time.timerangeopen method)": [[227, "rompy.swan.subcomponents.time.TimeRangeOpen.cmd", false]], "cnl4 (rompy.swan.components.physics.quadrupl attribute)": [[127, "rompy.swan.components.physics.QUADRUPL.cnl4", false]], "comment (rompy.swan.components.output.output_options attribute)": [[97, "rompy.swan.components.output.OUTPUT_OPTIONS.comment", false]], "component (rompy.swan.grid.swangrid property)": [[49, "rompy.swan.grid.SwanGrid.component", false]], "compute (rompy.swan.components.group.lockup attribute)": [[70, "rompy.swan.components.group.LOCKUP.compute", false]], "config (rompy.model.modelrun attribute)": [[11, "rompy.model.ModelRun.config", false]], "constituents (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.constituents", false]], "constrained_0_1() (rompy.swan.subcomponents.physics.trans2d class method)": [[207, "rompy.swan.subcomponents.physics.TRANS2D.constrained_0_1", false]], "coord (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.coord", false]], "coordinates (rompy.swan.components.group.startup attribute)": [[73, "rompy.swan.components.group.STARTUP.coordinates", false]], "coords (rompy.core.data.datagrid attribute)": [[4, "rompy.core.data.DataGrid.coords", false]], "coords (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.coords", false]], "coords (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.coords", false]], "core (rompy.schism.namelists.cosine.cosine attribute)": [[41, "rompy.schism.namelists.cosine.COSINE.core", false]], "core (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.core", false]], "core (rompy.schism.namelists.param.param attribute)": [[44, "rompy.schism.namelists.param.PARAM.core", false]], "cpp (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.CPP", false]], "crop_data (rompy.core.data.datagrid attribute)": [[4, "rompy.core.data.DataGrid.crop_data", false]], "crop_data (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.crop_data", false]], "crop_data (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.crop_data", false]], "csh1 (rompy.swan.components.physics.quadrupl attribute)": [[127, "rompy.swan.components.physics.QUADRUPL.csh1", false]], "csh2 (rompy.swan.components.physics.quadrupl attribute)": [[127, "rompy.swan.components.physics.QUADRUPL.csh2", false]], "csh3 (rompy.swan.components.physics.quadrupl attribute)": [[127, "rompy.swan.components.physics.QUADRUPL.csh3", false]], "csigma (rompy.swan.components.numerics.numeric attribute)": [[84, "rompy.swan.components.numerics.NUMERIC.csigma", false]], "css (rompy.swan.subcomponents.numerics.sigimpl attribute)": [[182, "rompy.swan.subcomponents.numerics.SIGIMPL.css", false]], "ctb (rompy.swan.components.physics.turbulence attribute)": [[143, "rompy.swan.components.physics.TURBULENCE.ctb", false]], "ctheta (rompy.swan.components.numerics.numeric attribute)": [[84, "rompy.swan.components.numerics.NUMERIC.ctheta", false]], "current (rompy.swan.components.physics.turbulence attribute)": [[143, "rompy.swan.components.physics.TURBULENCE.current", false]], "current (rompy.swan.components.physics.wcapping_ab attribute)": [[145, "rompy.swan.components.physics.WCAPPING_AB.current", false]], "current (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.CURRENT", false]], "curryn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.currYN", false]], "curvat (rompy.swan.subcomponents.numerics.stopc attribute)": [[184, "rompy.swan.subcomponents.numerics.STOPC.curvat", false]], "curve (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.curve", false]], "curves (rompy.swan.components.output.curves attribute)": [[90, "rompy.swan.components.output.CURVES.curves", false]], "cutfr (rompy.swan.components.physics.triad attribute)": [[139, "rompy.swan.components.physics.TRIAD.cutfr", false]], "cutfr (rompy.swan.components.physics.triad_lta attribute)": [[141, "rompy.swan.components.physics.TRIAD_LTA.cutfr", false]], "cutoff (rompy.swan.components.physics.bragg attribute)": [[106, "rompy.swan.components.physics.BRAGG.cutoff", false]], "cutoff (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.cutoff", false]], "cutoff (rompy.swan.components.physics.bragg_ft attribute)": [[108, "rompy.swan.components.physics.BRAGG_FT.cutoff", false]], "cutoff_depth (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.cutoff_depth", false]], "d (rompy.swan.components.physics.friction_ripples attribute)": [[115, "rompy.swan.components.physics.FRICTION_RIPPLES.d", false]], "d (rompy.swan.subcomponents.spectrum.tma attribute)": [[219, "rompy.swan.subcomponents.spectrum.TMA.d", false]], "dabs (rompy.swan.subcomponents.numerics.stopc attribute)": [[184, "rompy.swan.subcomponents.numerics.STOPC.dabs", false]], "data (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.data", false]], "data (rompy.swan.components.boundary.boundspec attribute)": [[63, "rompy.swan.components.boundary.BOUNDSPEC.data", false]], "data_type (rompy.schism.data.schismdata attribute)": [[31, "rompy.schism.data.SCHISMData.data_type", false]], "data_type (rompy.schism.data.schismdataboundary attribute)": [[32, "rompy.schism.data.SCHISMDataBoundary.data_type", false]], "data_type (rompy.schism.data.schismdataocean attribute)": [[33, "rompy.schism.data.SCHISMDataOcean.data_type", false]], "data_type (rompy.schism.data.schismdatasflux attribute)": [[34, "rompy.schism.data.SCHISMDataSflux.data_type", false]], "data_type (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.data_type", false]], "data_type (rompy.schism.data.schismdatawave attribute)": [[36, "rompy.schism.data.SCHISMDataWave.data_type", false]], "data_type (rompy.schism.data.sfluxair attribute)": [[37, "rompy.schism.data.SfluxAir.data_type", false]], "data_type (rompy.schism.data.sfluxprc attribute)": [[38, "rompy.schism.data.SfluxPrc.data_type", false]], "data_type (rompy.schism.data.sfluxrad attribute)": [[39, "rompy.schism.data.SfluxRad.data_type", false]], "data_type (rompy.schism.data.sfluxsource attribute)": [[40, "rompy.schism.data.SfluxSource.data_type", false]], "database (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.database", false]], "dataset_id (rompy.core.data.sourceintake attribute)": [[7, "rompy.core.data.SourceIntake.dataset_id", false]], "dd (rompy.swan.subcomponents.boundary.constantpar attribute)": [[164, "rompy.swan.subcomponents.boundary.CONSTANTPAR.dd", false]], "dd (rompy.swan.subcomponents.boundary.par attribute)": [[168, "rompy.swan.subcomponents.boundary.PAR.dd", false]], "dd (rompy.swan.subcomponents.boundary.variablepar attribute)": [[172, "rompy.swan.subcomponents.boundary.VARIABLEPAR.dd", false]], "deactivate (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.deactivate", false]], "deactivate_physics() (rompy.swan.components.group.physics class method)": [[72, "rompy.swan.components.group.PHYSICS.deactivate_physics", false]], "debias_only_with_hwang() (rompy.swan.subcomponents.physics.st6 method)": [[200, "rompy.swan.subcomponents.physics.ST6.debias_only_with_hwang", false]], "definetc (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.definetc", false]], "delt (rompy.swan.subcomponents.time.delt attribute)": [[222, "rompy.swan.subcomponents.time.Delt.delt", false]], "delt (rompy.swan.subcomponents.time.nonstationary attribute)": [[223, "rompy.swan.subcomponents.time.NONSTATIONARY.delt", false]], "delt (rompy.swan.subcomponents.time.timerangeclosed attribute)": [[226, "rompy.swan.subcomponents.time.TimeRangeClosed.delt", false]], "delt (rompy.swan.subcomponents.time.timerangeopen attribute)": [[227, "rompy.swan.subcomponents.time.TimeRangeOpen.delt", false]], "delt_float (rompy.swan.subcomponents.time.delt property)": [[222, "rompy.swan.subcomponents.time.Delt.delt_float", false]], "delta (rompy.swan.components.physics.wcapping_komen attribute)": [[146, "rompy.swan.components.physics.WCAPPING_KOMEN.delta", false]], "delta (rompy.swan.subcomponents.physics.janssen attribute)": [[194, "rompy.swan.subcomponents.physics.JANSSEN.delta", false]], "deltc (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.deltc", false]], "deltc_out (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.deltc_out", false]], "dep (rompy.swan.components.output.isoline attribute)": [[93, "rompy.swan.components.output.ISOLINE.dep", false]], "dep_type (rompy.swan.components.output.isoline attribute)": [[93, "rompy.swan.components.output.ISOLINE.dep_type", false]], "depmin (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.depmin", false]], "depth (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DEPTH", false]], "df (rompy.swan.components.physics.surfbeat attribute)": [[138, "rompy.swan.components.physics.SURFBEAT.df", false]], "dfmt (rompy.swan.subcomponents.time.delt attribute)": [[222, "rompy.swan.subcomponents.time.Delt.dfmt", false]], "dfmt (rompy.swan.subcomponents.time.nonstationary attribute)": [[223, "rompy.swan.subcomponents.time.NONSTATIONARY.dfmt", false]], "dfmt (rompy.swan.subcomponents.time.timerangeclosed attribute)": [[226, "rompy.swan.subcomponents.time.TimeRangeClosed.dfmt", false]], "dfmt (rompy.swan.subcomponents.time.timerangeopen attribute)": [[227, "rompy.swan.subcomponents.time.TimeRangeOpen.dfmt", false]], "dhoval (rompy.swan.subcomponents.numerics.accur attribute)": [[174, "rompy.swan.subcomponents.numerics.ACCUR.dhoval", false]], "dhsign (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DHSIGN", false]], "diamtr (rompy.swan.components.physics.vegetation attribute)": [[144, "rompy.swan.components.physics.VEGETATION.diamtr", false]], "diffraction (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.diffraction", false]], "dim (rompy.swan.components.output.specout attribute)": [[103, "rompy.swan.components.output.SPECOUT.dim", false]], "dim (rompy.swan.components.startup.mode attribute)": [[148, "rompy.swan.components.startup.MODE.dim", false]], "dir (rompy.swan.components.inpgrid.wind attribute)": [[78, "rompy.swan.components.inpgrid.WIND.dir", false]], "dir (rompy.swan.subcomponents.boundary.constantpar attribute)": [[164, "rompy.swan.subcomponents.boundary.CONSTANTPAR.dir", false]], "dir (rompy.swan.subcomponents.boundary.par attribute)": [[168, "rompy.swan.subcomponents.boundary.PAR.dir", false]], "dir (rompy.swan.subcomponents.boundary.variablepar attribute)": [[172, "rompy.swan.subcomponents.boundary.VARIABLEPAR.dir", false]], "dir (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DIR", false]], "dir1 (rompy.swan.subcomponents.spectrum.spectrum attribute)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.dir1", false]], "dir2 (rompy.swan.subcomponents.spectrum.spectrum attribute)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.dir2", false]], "dir_sector (rompy.swan.subcomponents.spectrum.spectrum property)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.dir_sector", false]], "direction (rompy.swan.subcomponents.boundary.side attribute)": [[170, "rompy.swan.subcomponents.boundary.SIDE.direction", false]], "direction_convention (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.direction_convention", false]], "dirimpl (rompy.swan.components.numerics.numeric attribute)": [[84, "rompy.swan.components.numerics.NUMERIC.dirimpl", false]], "disbot (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DISBOT", false]], "disice (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DISICE", false]], "dismud (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DISMUD", false]], "dissip (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DISSIP", false]], "dissurf (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DISSURF", false]], "disswell (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DISSWELL", false]], "dist (rompy.swan.subcomponents.boundary.variablefile attribute)": [[171, "rompy.swan.subcomponents.boundary.VARIABLEFILE.dist", false]], "dist (rompy.swan.subcomponents.boundary.variablepar attribute)": [[172, "rompy.swan.subcomponents.boundary.VARIABLEPAR.dist", false]], "dist (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DIST", false]], "disveg (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DISVEG", false]], "diswcap (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DISWCAP", false]], "dkx (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.dkx", false]], "dky (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.dky", false]], "dlwrf_name (rompy.schism.data.sfluxrad attribute)": [[39, "rompy.schism.data.SfluxRad.dlwrf_name", false]], "dm (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.DM", false]], "dpeak (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.DPEAK", false]], "drag (rompy.swan.components.physics.vegetation attribute)": [[144, "rompy.swan.components.physics.VEGETATION.drag", false]], "dramp (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.dramp", false]], "drampwafo (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.drampwafo", false]], "drampwind (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.drampwind", false]], "drel (rompy.swan.subcomponents.numerics.accur attribute)": [[174, "rompy.swan.subcomponents.numerics.ACCUR.drel", false]], "drel (rompy.swan.subcomponents.numerics.stopc attribute)": [[184, "rompy.swan.subcomponents.numerics.STOPC.drel", false]], "drtm01 (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DRTM01", false]], "ds (rompy.core.boundary.boundarywavestation property)": [[1, "rompy.core.boundary.BoundaryWaveStation.ds", false]], "ds (rompy.core.data.datagrid property)": [[4, "rompy.core.data.DataGrid.ds", false]], "ds (rompy.schism.data.sfluxair property)": [[37, "rompy.schism.data.SfluxAir.ds", false]], "ds (rompy.schism.data.sfluxsource property)": [[40, "rompy.schism.data.SfluxSource.ds", false]], "dspr (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.DSPR", false]], "dspr (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.DSPR", false]], "dspr_type (rompy.swan.subcomponents.spectrum.shapespec attribute)": [[217, "rompy.swan.subcomponents.spectrum.SHAPESPEC.dspr_type", false]], "dswrf_name (rompy.schism.data.sfluxrad attribute)": [[39, "rompy.schism.data.SfluxRad.dswrf_name", false]], "dtoval (rompy.swan.subcomponents.numerics.accur attribute)": [[174, "rompy.swan.subcomponents.numerics.ACCUR.dtoval", false]], "dx (rompy.core.grid.regulargrid attribute)": [[9, "rompy.core.grid.RegularGrid.dx", false]], "dx (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.dx", false]], "dx (rompy.swan.subcomponents.readgrid.gridregular property)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.dx", false]], "dxinp (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.dxinp", false]], "dy (rompy.core.grid.regulargrid attribute)": [[9, "rompy.core.grid.RegularGrid.dy", false]], "dy (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.dy", false]], "dy (rompy.swan.subcomponents.readgrid.gridregular property)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.dy", false]], "dyinp (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.dyinp", false]], "dzb_decayyn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.dzb_decayYN", false]], "east (rompy.swan.types.sideoptions attribute)": [[59, "rompy.swan.types.SideOptions.EAST", false]], "edmlpm (rompy.swan.components.physics.gen1 attribute)": [[116, "rompy.swan.components.physics.GEN1.edmlpm", false]], "edmlpm (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.edmlpm", false]], "elev2d (rompy.schism.data.schismdataocean attribute)": [[33, "rompy.schism.data.SCHISMDataOcean.elev2D", false]], "emin (rompy.swan.components.physics.surfbeat attribute)": [[138, "rompy.swan.components.physics.SURFBEAT.emin", false]], "ensure_equal_size() (rompy.swan.components.output.curve method)": [[89, "rompy.swan.components.output.CURVE.ensure_equal_size", false]], "ensure_equal_size() (rompy.swan.components.output.points method)": [[98, "rompy.swan.components.output.POINTS.ensure_equal_size", false]], "ensure_equal_size() (rompy.swan.components.output.ray method)": [[102, "rompy.swan.components.output.RAY.ensure_equal_size", false]], "ensure_equal_size() (rompy.swan.subcomponents.boundary.variablefile method)": [[171, "rompy.swan.subcomponents.boundary.VARIABLEFILE.ensure_equal_size", false]], "ensure_equal_size() (rompy.swan.subcomponents.boundary.variablepar method)": [[172, "rompy.swan.subcomponents.boundary.VARIABLEPAR.ensure_equal_size", false]], "ensure_unique_grid_type() (rompy.swan.components.group.inpgrids class method)": [[69, "rompy.swan.components.group.INPGRIDS.ensure_unique_grid_type", false]], "ensure_unique_var() (rompy.swan.interface.datainterface class method)": [[51, "rompy.swan.interface.DataInterface.ensure_unique_var", false]], "ensure_z1_in_data_vars() (rompy.swan.data.swandatagrid method)": [[48, "rompy.swan.data.SwanDataGrid.ensure_z1_in_data_vars", false]], "eps2 (rompy.swan.subcomponents.numerics.setup attribute)": [[181, "rompy.swan.subcomponents.numerics.SETUP.eps2", false]], "eps2 (rompy.swan.subcomponents.numerics.sigimpl attribute)": [[182, "rompy.swan.subcomponents.numerics.SIGIMPL.eps2", false]], "ero (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.ero", false]], "ethconst (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.ethconst", false]], "exc (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.exc", false]], "exception (rompy.swan.components.cgrid.curvilinear property)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.exception", false]], "excv (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.excv", false]], "excval (rompy.swan.components.inpgrid.curvilinear attribute)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.excval", false]], "excval (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.excval", false]], "excval (rompy.swan.components.inpgrid.unstructured attribute)": [[77, "rompy.swan.components.inpgrid.UNSTRUCTURED.excval", false]], "extrap (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.extrap", false]], "extrapyn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.extrapYN", false]], "f0 (rompy.core.spectrum.logfrequency attribute)": [[10, "rompy.core.spectrum.LogFrequency.f0", false]], "f1 (rompy.core.spectrum.logfrequency attribute)": [[10, "rompy.core.spectrum.LogFrequency.f1", false]], "fac (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.fac", false]], "fac (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.fac", false]], "fac (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.fac", false]], "fail_if_missing (rompy.schism.data.sfluxsource attribute)": [[40, "rompy.schism.data.SfluxSource.fail_if_missing", false]], "feswell (rompy.swan.components.physics.sswell_rogers attribute)": [[136, "rompy.swan.components.physics.SSWELL_ROGERS.feswell", false]], "fhigh (rompy.swan.subcomponents.spectrum.spectrum attribute)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.fhigh", false]], "field (rompy.swan.components.output.output_options attribute)": [[97, "rompy.swan.components.output.OUTPUT_OPTIONS.field", false]], "filewind (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.filewind", false]], "filter (rompy.core.data.datagrid attribute)": [[4, "rompy.core.data.DataGrid.filter", false]], "filter (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.filter", false]], "filter (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.filter", false]], "finc (rompy.core.spectrum.logfrequency attribute)": [[10, "rompy.core.spectrum.LogFrequency.finc", false]], "five (rompy.swan.types.idla attribute)": [[57, "rompy.swan.types.IDLA.FIVE", false]], "flags (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.flags", false]], "flen (rompy.core.spectrum.logfrequency property)": [[10, "rompy.core.spectrum.LogFrequency.flen", false]], "flow (rompy.swan.subcomponents.spectrum.spectrum attribute)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.flow", false]], "fmax (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.fmax", false]], "fmin (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.fmin", false]], "fmt (rompy.swan.subcomponents.base.xy attribute)": [[162, "rompy.swan.subcomponents.base.XY.fmt", false]], "fname (rompy.swan.components.boundary.boundnest1 attribute)": [[60, "rompy.swan.components.boundary.BOUNDNEST1.fname", false]], "fname (rompy.swan.components.boundary.boundnest2 attribute)": [[61, "rompy.swan.components.boundary.BOUNDNEST2.fname", false]], "fname (rompy.swan.components.boundary.boundnest3 attribute)": [[62, "rompy.swan.components.boundary.BOUNDNEST3.fname", false]], "fname (rompy.swan.components.cgrid.unstructured attribute)": [[67, "rompy.swan.components.cgrid.UNSTRUCTURED.fname", false]], "fname (rompy.swan.components.lockup.hotfile attribute)": [[82, "rompy.swan.components.lockup.HOTFILE.fname", false]], "fname (rompy.swan.components.output.basewrite attribute)": [[88, "rompy.swan.components.output.BaseWrite.fname", false]], "fname (rompy.swan.components.output.ngrid_unstructured attribute)": [[96, "rompy.swan.components.output.NGRID_UNSTRUCTURED.fname", false]], "fname (rompy.swan.components.output.points_file attribute)": [[99, "rompy.swan.components.output.POINTS_FILE.fname", false]], "fname (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.fname", false]], "fname (rompy.swan.subcomponents.boundary.constantfile attribute)": [[163, "rompy.swan.subcomponents.boundary.CONSTANTFILE.fname", false]], "fname (rompy.swan.subcomponents.boundary.hotmultiple attribute)": [[166, "rompy.swan.subcomponents.boundary.HOTMULTIPLE.fname", false]], "fname (rompy.swan.subcomponents.boundary.hotsingle attribute)": [[167, "rompy.swan.subcomponents.boundary.HOTSINGLE.fname", false]], "fname (rompy.swan.subcomponents.boundary.variablefile attribute)": [[171, "rompy.swan.subcomponents.boundary.VARIABLEFILE.fname", false]], "fname (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.fname", false]], "fname1 (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.fname1", false]], "fname2 (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.fname2", false]], "fname_par (rompy.swan.components.output.test attribute)": [[105, "rompy.swan.components.output.TEST.fname_par", false]], "fname_s1d (rompy.swan.components.output.test attribute)": [[105, "rompy.swan.components.output.TEST.fname_s1d", false]], "fname_s2d (rompy.swan.components.output.test attribute)": [[105, "rompy.swan.components.output.TEST.fname_s2d", false]], "force (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.FORCE", false]], "form (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.form", false]], "form (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.form", false]], "format (rompy.swan.components.boundary.boundnest2 attribute)": [[61, "rompy.swan.components.boundary.BOUNDNEST2.format", false]], "format (rompy.swan.components.boundary.boundnest3 attribute)": [[62, "rompy.swan.components.boundary.BOUNDNEST3.format", false]], "format (rompy.swan.components.lockup.hotfile attribute)": [[82, "rompy.swan.components.lockup.HOTFILE.format", false]], "format (rompy.swan.components.output.table attribute)": [[104, "rompy.swan.components.output.TABLE.format", false]], "format (rompy.swan.subcomponents.boundary.hotmultiple attribute)": [[166, "rompy.swan.subcomponents.boundary.HOTMULTIPLE.format", false]], "format (rompy.swan.subcomponents.boundary.hotsingle attribute)": [[167, "rompy.swan.subcomponents.boundary.HOTSINGLE.format", false]], "format (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.format", false]], "format (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.format", false]], "format_repr (rompy.swan.components.cgrid.curvilinear property)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.format_repr", false]], "format_str (rompy.swan.components.boundary.boundnest2 property)": [[61, "rompy.swan.components.boundary.BOUNDNEST2.format_str", false]], "four (rompy.swan.types.idla attribute)": [[57, "rompy.swan.types.IDLA.FOUR", false]], "frame (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.frame", false]], "frcoef (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.FRCOEF", false]], "freeboard (rompy.swan.components.physics.obstacle attribute)": [[122, "rompy.swan.components.physics.OBSTACLE.freeboard", false]], "freq (rompy.swan.components.output.specout attribute)": [[103, "rompy.swan.components.output.SPECOUT.freq", false]], "fricc (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.fricc", false]], "friction (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.friction", false]], "friction (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.FRICTION", false]], "from_component() (rompy.swan.grid.swangrid class method)": [[49, "rompy.swan.grid.SwanGrid.from_component", false]], "froudmax (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.froudmax", false]], "fshift (rompy.swan.types.physicsoff attribute)": [[58, "rompy.swan.types.PhysicsOff.FSHIFT", false]], "fspr (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.FSPR", false]], "fswell (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.fswell", false]], "gamma (rompy.core.spectrum.logfrequency property)": [[10, "rompy.core.spectrum.LogFrequency.gamma", false]], "gamma (rompy.swan.components.physics.breaking_constant attribute)": [[110, "rompy.swan.components.physics.BREAKING_CONSTANT.gamma", false]], "gamma (rompy.swan.subcomponents.spectrum.jonswap attribute)": [[215, "rompy.swan.subcomponents.spectrum.JONSWAP.gamma", false]], "gamma (rompy.swan.subcomponents.spectrum.tma attribute)": [[219, "rompy.swan.subcomponents.spectrum.TMA.gamma", false]], "gamma0 (rompy.swan.components.physics.breaking_bkd attribute)": [[109, "rompy.swan.components.physics.BREAKING_BKD.gamma0", false]], "gammar (rompy.swan.subcomponents.physics.freeboard attribute)": [[192, "rompy.swan.subcomponents.physics.FREEBOARD.gammar", false]], "gammat (rompy.swan.subcomponents.physics.freeboard attribute)": [[192, "rompy.swan.subcomponents.physics.FREEBOARD.gammat", false]], "gauss (rompy.swan.types.boundshapeoptions attribute)": [[55, "rompy.swan.types.BoundShapeOptions.GAUSS", false]], "gen (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.gen", false]], "generat (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.GENERAT", false]], "generate() (rompy.core.grid.regulargrid method)": [[9, "rompy.core.grid.RegularGrid.generate", false]], "generate() (rompy.model.modelrun method)": [[11, "rompy.model.ModelRun.generate", false]], "genwind (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.GENWIND", false]], "get() (rompy.core.boundary.boundarywavestation method)": [[1, "rompy.core.boundary.BoundaryWaveStation.get", false]], "get() (rompy.core.data.datablob method)": [[3, "rompy.core.data.DataBlob.get", false]], "get() (rompy.core.data.datagrid method)": [[4, "rompy.core.data.DataGrid.get", false]], "get() (rompy.schism.data.schismdata method)": [[31, "rompy.schism.data.SCHISMData.get", false]], "get() (rompy.schism.data.schismdataboundary method)": [[32, "rompy.schism.data.SCHISMDataBoundary.get", false]], "get() (rompy.schism.data.schismdataocean method)": [[33, "rompy.schism.data.SCHISMDataOcean.get", false]], "get() (rompy.schism.data.schismdatasflux method)": [[34, "rompy.schism.data.SCHISMDataSflux.get", false]], "get() (rompy.schism.data.schismdatatides method)": [[35, "rompy.schism.data.SCHISMDataTides.get", false]], "get() (rompy.schism.data.schismdatawave method)": [[36, "rompy.schism.data.SCHISMDataWave.get", false]], "get() (rompy.swan.boundary.boundnest1 method)": [[47, "rompy.swan.boundary.Boundnest1.get", false]], "get() (rompy.swan.data.swandatagrid method)": [[48, "rompy.swan.data.SwanDataGrid.get", false]], "get() (rompy.swan.interface.boundaryinterface method)": [[50, "rompy.swan.interface.BoundaryInterface.get", false]], "get() (rompy.swan.interface.datainterface method)": [[51, "rompy.swan.interface.DataInterface.get", false]], "grav (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.grav", false]], "grid (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.grid", false]], "grid (rompy.swan.components.cgrid.regular attribute)": [[66, "rompy.swan.components.cgrid.REGULAR.grid", false]], "grid (rompy.swan.components.output.frame attribute)": [[91, "rompy.swan.components.output.FRAME.grid", false]], "grid (rompy.swan.components.output.ngrid attribute)": [[95, "rompy.swan.components.output.NGRID.grid", false]], "grid_suffix() (rompy.swan.components.cgrid.regular method)": [[66, "rompy.swan.components.cgrid.REGULAR.grid_suffix", false]], "grid_suffix() (rompy.swan.components.output.frame class method)": [[91, "rompy.swan.components.output.FRAME.grid_suffix", false]], "grid_suffix() (rompy.swan.components.output.ngrid class method)": [[95, "rompy.swan.components.output.NGRID.grid_suffix", false]], "grid_type (rompy.core.boundary.boundarywavestation attribute)": [[1, "rompy.core.boundary.BoundaryWaveStation.grid_type", false]], "grid_type (rompy.core.grid.basegrid attribute)": [[8, "rompy.core.grid.BaseGrid.grid_type", false]], "grid_type (rompy.core.grid.regulargrid attribute)": [[9, "rompy.core.grid.RegularGrid.grid_type", false]], "grid_type (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.grid_type", false]], "grid_type (rompy.swan.components.cgrid.unstructured attribute)": [[67, "rompy.swan.components.cgrid.UNSTRUCTURED.grid_type", false]], "grid_type (rompy.swan.components.inpgrid.curvilinear attribute)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.grid_type", false]], "grid_type (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.grid_type", false]], "grid_type (rompy.swan.components.inpgrid.unstructured attribute)": [[77, "rompy.swan.components.inpgrid.UNSTRUCTURED.grid_type", false]], "grid_type (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.grid_type", false]], "grid_type (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.grid_type", false]], "grid_type (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.grid_type", false]], "gridfile (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.gridfile", false]], "gridoptions (class in rompy.swan.types)": [[56, "rompy.swan.types.GridOptions", false]], "group (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.group", false]], "h1_bcc (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.h1_bcc", false]], "h2_bcc (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.h2_bcc", false]], "h_bcc1 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.h_bcc1", false]], "header (rompy.swan.components.output.block attribute)": [[86, "rompy.swan.components.output.BLOCK.header", false]], "height (rompy.swan.components.physics.vegetation attribute)": [[144, "rompy.swan.components.physics.VEGETATION.height", false]], "hexp (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.hexp", false]], "hgt (rompy.swan.subcomponents.physics.dangremond attribute)": [[189, "rompy.swan.subcomponents.physics.DANGREMOND.hgt", false]], "hgt (rompy.swan.subcomponents.physics.freeboard attribute)": [[192, "rompy.swan.subcomponents.physics.FREEBOARD.hgt", false]], "hgt (rompy.swan.subcomponents.physics.goda attribute)": [[193, "rompy.swan.subcomponents.physics.GODA.hgt", false]], "hgt_consistent() (rompy.swan.components.physics.obstacle method)": [[122, "rompy.swan.components.physics.OBSTACLE.hgt_consistent", false]], "hice (rompy.swan.components.inpgrid.ice attribute)": [[75, "rompy.swan.components.inpgrid.ICE.hice", false]], "hice (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.HICE", false]], "hotfile (rompy.swan.components.lockup.compute_stat attribute)": [[81, "rompy.swan.components.lockup.COMPUTE_STAT.hotfile", false]], "hotfile_with_hottimes() (rompy.swan.components.lockup.compute_stat method)": [[81, "rompy.swan.components.lockup.COMPUTE_STAT.hotfile_with_hottimes", false]], "hotids (rompy.swan.components.lockup.compute_stat property)": [[81, "rompy.swan.components.lockup.COMPUTE_STAT.hotids", false]], "hottimes (rompy.swan.components.lockup.compute_stat attribute)": [[81, "rompy.swan.components.lockup.COMPUTE_STAT.hottimes", false]], "hs (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.HS", false]], "hs (rompy.swan.subcomponents.boundary.constantpar attribute)": [[164, "rompy.swan.subcomponents.boundary.CONSTANTPAR.hs", false]], "hs (rompy.swan.subcomponents.boundary.par attribute)": [[168, "rompy.swan.subcomponents.boundary.PAR.hs", false]], "hs (rompy.swan.subcomponents.boundary.variablepar attribute)": [[172, "rompy.swan.subcomponents.boundary.VARIABLEPAR.hs", false]], "hsign (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.HSIGN", false]], "hsrerr (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.hsrerr", false]], "hss (rompy.swan.components.physics.obstacle_fig attribute)": [[124, "rompy.swan.components.physics.OBSTACLE_FIG.hss", false]], "hss (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.HSS", false]], "hswell (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.HSWELL", false]], "i (rompy.swan.subcomponents.base.ij attribute)": [[161, "rompy.swan.subcomponents.base.IJ.i", false]], "i0 (rompy.swan.components.lockup.compute attribute)": [[79, "rompy.swan.components.lockup.COMPUTE.i0", false]], "i1 (rompy.swan.components.lockup.compute attribute)": [[79, "rompy.swan.components.lockup.COMPUTE.i1", false]], "ibrag (rompy.swan.components.physics.bragg attribute)": [[106, "rompy.swan.components.physics.BRAGG.ibrag", false]], "ibrag (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.ibrag", false]], "ibrag (rompy.swan.components.physics.bragg_ft attribute)": [[108, "rompy.swan.components.physics.BRAGG_FT.ibrag", false]], "ibreak (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.ibreak", false]], "ibtrack_openbndyn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.ibtrack_openbndYN", false]], "ic_elev (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.ic_elev", false]], "ice_in (rompy.schism.namelists.ice.ice attribute)": [[42, "rompy.schism.namelists.ice.ICE.ice_in", false]], "icewind (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.icewind", false]], "icou_elfe_wwm (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.icou_elfe_wwm", false]], "id (rompy.core.data.datablob attribute)": [[3, "rompy.core.data.DataBlob.id", false]], "id (rompy.schism.data.schismdataboundary attribute)": [[32, "rompy.schism.data.SCHISMDataBoundary.id", false]], "id (rompy.schism.data.sfluxsource attribute)": [[40, "rompy.schism.data.SfluxSource.id", false]], "id (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.id", false]], "id (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.id", false]], "idfm (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.idfm", false]], "idfm (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.idfm", false]], "idiffr (rompy.swan.components.physics.diffraction attribute)": [[111, "rompy.swan.components.physics.DIFFRACTION.idiffr", false]], "idla (class in rompy.swan.types)": [[57, "rompy.swan.types.IDLA", false]], "idla (rompy.swan.components.output.block attribute)": [[86, "rompy.swan.components.output.BLOCK.idla", false]], "idla (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.idla", false]], "idla (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.idla", false]], "idla (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.idla", false]], "ihfskip (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.ihfskip", false]], "ihot (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.ihot", false]], "init_options() (rompy.core.spectrum.logfrequency method)": [[10, "rompy.core.spectrum.LogFrequency.init_options", false]], "initstat (rompy.swan.components.lockup.compute_nonstat attribute)": [[80, "rompy.swan.components.lockup.COMPUTE_NONSTAT.initstat", false]], "inpgrid (rompy.swan.grid.swangrid property)": [[49, "rompy.swan.grid.SwanGrid.inpgrid", false]], "inpgrids (rompy.swan.components.group.inpgrids attribute)": [[69, "rompy.swan.components.group.INPGRIDS.inpgrids", false]], "input (rompy.swan.interface.datainterface attribute)": [[51, "rompy.swan.interface.DataInterface.input", false]], "inrhog (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.inrhog", false]], "interpolate_missing_coastal (rompy.schism.data.schismdataboundary attribute)": [[32, "rompy.schism.data.SCHISMDataBoundary.interpolate_missing_coastal", false]], "inv_atm_bnd (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.inv_atm_bnd", false]], "iout_sta (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.iout_sta", false]], "iouts (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.iouts", false]], "iqcm (rompy.swan.components.physics.scat attribute)": [[128, "rompy.swan.components.physics.SCAT.iqcm", false]], "iquad (rompy.swan.components.physics.quadrupl attribute)": [[127, "rompy.swan.components.physics.QUADRUPL.iquad", false]], "isoline (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.isoline", false]], "isoline_ray_defined() (rompy.swan.components.group.output method)": [[71, "rompy.swan.components.group.OUTPUT.isoline_ray_defined", false]], "itest (rompy.swan.components.output.test attribute)": [[105, "rompy.swan.components.output.TEST.itest", false]], "itrace (rompy.swan.components.output.test attribute)": [[105, "rompy.swan.components.output.TEST.itrace", false]], "itriad (rompy.swan.components.physics.triad attribute)": [[139, "rompy.swan.components.physics.TRIAD.itriad", false]], "iveg (rompy.swan.components.physics.vegetation attribute)": [[144, "rompy.swan.components.physics.VEGETATION.iveg", false]], "iwbl (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.iwbl", false]], "iwind_form (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.iwind_form", false]], "iwindoffyn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.iwindoffYN", false]], "ix1 (rompy.swan.components.output.group attribute)": [[92, "rompy.swan.components.output.GROUP.ix1", false]], "ix2 (rompy.swan.components.output.group attribute)": [[92, "rompy.swan.components.output.GROUP.ix2", false]], "iy1 (rompy.swan.components.output.group attribute)": [[92, "rompy.swan.components.output.GROUP.iy1", false]], "iy2 (rompy.swan.components.output.group attribute)": [[92, "rompy.swan.components.output.GROUP.iy2", false]], "j (rompy.swan.subcomponents.base.ij attribute)": [[161, "rompy.swan.subcomponents.base.IJ.j", false]], "jacomsen_layering_not_implemented() (rompy.swan.components.physics.vegetation method)": [[144, "rompy.swan.components.physics.VEGETATION.jacomsen_layering_not_implemented", false]], "jonswap (rompy.swan.types.boundshapeoptions attribute)": [[55, "rompy.swan.types.BoundShapeOptions.JONSWAP", false]], "kind (rompy.swan.components.boundary.initial attribute)": [[64, "rompy.swan.components.boundary.INITIAL.kind", false]], "kind (rompy.swan.components.output.ngrid_unstructured attribute)": [[96, "rompy.swan.components.output.NGRID_UNSTRUCTURED.kind", false]], "kind (rompy.swan.components.startup.coordinates attribute)": [[147, "rompy.swan.components.startup.COORDINATES.kind", false]], "kind (rompy.swan.components.startup.mode attribute)": [[148, "rompy.swan.components.startup.MODE.kind", false]], "kind (rompy.swan.interface.boundaryinterface attribute)": [[50, "rompy.swan.interface.BoundaryInterface.kind", false]], "kn (rompy.swan.components.physics.friction_madsen attribute)": [[114, "rompy.swan.components.physics.FRICTION_MADSEN.kn", false]], "kpp (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.KPP", false]], "kwargs (rompy.core.boundary.sourcewavespectra attribute)": [[2, "rompy.core.boundary.SourceWavespectra.kwargs", false]], "kwargs (rompy.core.data.sourcefile attribute)": [[6, "rompy.core.data.SourceFile.kwargs", false]], "kwargs (rompy.core.data.sourceintake attribute)": [[7, "rompy.core.data.SourceIntake.kwargs", false]], "lambd (rompy.swan.components.physics.quadrupl attribute)": [[127, "rompy.swan.components.physics.QUADRUPL.lambd", false]], "layer (rompy.swan.components.physics.mud attribute)": [[120, "rompy.swan.components.physics.MUD.layer", false]], "leak (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.LEAK", false]], "len (rompy.swan.components.output.output_options attribute)": [[97, "rompy.swan.components.output.OUTPUT_OPTIONS.len", false]], "level (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.level", false]], "lexp (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.lexp", false]], "limfak (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.limfak", false]], "limiter (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.limiter", false]], "limiter (rompy.swan.subcomponents.numerics.accur attribute)": [[174, "rompy.swan.subcomponents.numerics.ACCUR.limiter", false]], "limiter (rompy.swan.subcomponents.numerics.stopc attribute)": [[184, "rompy.swan.subcomponents.numerics.STOPC.limiter", false]], "lindsprdeg (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.lindsprdeg", false]], "line (rompy.swan.components.physics.obstacle attribute)": [[122, "rompy.swan.components.physics.OBSTACLE.line", false]], "line (rompy.swan.components.physics.obstacle_fig attribute)": [[124, "rompy.swan.components.physics.OBSTACLE_FIG.line", false]], "link (rompy.core.data.datablob attribute)": [[3, "rompy.core.data.DataBlob.link", false]], "link (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.link", false]], "link (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.link", false]], "location (rompy.swan.components.boundary.boundspec attribute)": [[63, "rompy.swan.components.boundary.BOUNDSPEC.location", false]], "locations_set (rompy.swan.components.group.output property)": [[71, "rompy.swan.components.group.OUTPUT.locations_set", false]], "locations_sname_unique() (rompy.swan.components.group.output method)": [[71, "rompy.swan.components.group.OUTPUT.locations_sname_unique", false]], "long (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.long", false]], "lpar (rompy.swan.subcomponents.physics.dewit attribute)": [[190, "rompy.swan.subcomponents.physics.DEWIT.lpar", false]], "lpp (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.LPP", false]], "lsourceswam (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.lsourceswam", false]], "lsp2d (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.lsp2d", false]], "lwavp (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.LWAVP", false]], "lwdate (rompy.swan.components.boundary.boundnest2 attribute)": [[61, "rompy.swan.components.boundary.BOUNDNEST2.lwdate", false]], "marco (rompy.schism.namelists.cosine.cosine attribute)": [[41, "rompy.schism.namelists.cosine.COSINE.marco", false]], "marco (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.marco", false]], "max_window_hours (rompy.schism.data.sfluxsource attribute)": [[40, "rompy.schism.data.SfluxSource.max_window_hours", false]], "maxerr (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.maxerr", false]], "maxmes (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.maxmes", false]], "maxx (rompy.core.grid.basegrid property)": [[8, "rompy.core.grid.BaseGrid.maxx", false]], "maxy (rompy.core.grid.basegrid property)": [[8, "rompy.core.grid.BaseGrid.maxy", false]], "mdc (rompy.swan.subcomponents.spectrum.spectrum attribute)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.mdc", false]], "mdc2 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.mdc2", false]], "melim (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.melim", false]], "mesbf (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.mesbf", false]], "mesin (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.mesin", false]], "minx (rompy.core.grid.basegrid property)": [[8, "rompy.core.grid.BaseGrid.minx", false]], "miny (rompy.core.grid.basegrid property)": [[8, "rompy.core.grid.BaseGrid.miny", false]], "misc (rompy.schism.namelists.cosine.cosine attribute)": [[41, "rompy.schism.namelists.cosine.COSINE.misc", false]], "mkx (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.mkx", false]], "mky (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.mky", false]], "mode (rompy.swan.components.group.startup attribute)": [[73, "rompy.swan.components.group.STARTUP.mode", false]], "mode (rompy.swan.subcomponents.numerics.accur attribute)": [[174, "rompy.swan.subcomponents.numerics.ACCUR.mode", false]], "mode (rompy.swan.subcomponents.numerics.stopc attribute)": [[184, "rompy.swan.subcomponents.numerics.STOPC.mode", false]], "model_post_init() (rompy.core.boundary.boundarywavestation method)": [[1, "rompy.core.boundary.BoundaryWaveStation.model_post_init", false]], "model_post_init() (rompy.core.data.datablob method)": [[3, "rompy.core.data.DataBlob.model_post_init", false]], "model_post_init() (rompy.core.data.datagrid method)": [[4, "rompy.core.data.DataGrid.model_post_init", false]], "model_post_init() (rompy.model.modelrun method)": [[11, "rompy.model.ModelRun.model_post_init", false]], "model_post_init() (rompy.schism.data.schismdataboundary method)": [[32, "rompy.schism.data.SCHISMDataBoundary.model_post_init", false]], "model_post_init() (rompy.schism.data.schismdatawave method)": [[36, "rompy.schism.data.SCHISMDataWave.model_post_init", false]], "model_post_init() (rompy.schism.data.sfluxair method)": [[37, "rompy.schism.data.SfluxAir.model_post_init", false]], "model_post_init() (rompy.schism.data.sfluxprc method)": [[38, "rompy.schism.data.SfluxPrc.model_post_init", false]], "model_post_init() (rompy.schism.data.sfluxrad method)": [[39, "rompy.schism.data.SfluxRad.model_post_init", false]], "model_post_init() (rompy.schism.data.sfluxsource method)": [[40, "rompy.schism.data.SfluxSource.model_post_init", false]], "model_post_init() (rompy.swan.boundary.boundnest1 method)": [[47, "rompy.swan.boundary.Boundnest1.model_post_init", false]], "model_post_init() (rompy.swan.components.group.output method)": [[71, "rompy.swan.components.group.OUTPUT.model_post_init", false]], "model_post_init() (rompy.swan.data.swandatagrid method)": [[48, "rompy.swan.data.SwanDataGrid.model_post_init", false]], "model_type (rompy.core.baseconfig attribute)": [[0, "rompy.core.BaseConfig.model_type", false]], "model_type (rompy.core.boundary.sourcewavespectra attribute)": [[2, "rompy.core.boundary.SourceWavespectra.model_type", false]], "model_type (rompy.core.data.datablob attribute)": [[3, "rompy.core.data.DataBlob.model_type", false]], "model_type (rompy.core.data.datagrid attribute)": [[4, "rompy.core.data.DataGrid.model_type", false]], "model_type (rompy.core.data.sourcebase attribute)": [[5, "rompy.core.data.SourceBase.model_type", false]], "model_type (rompy.core.data.sourcefile attribute)": [[6, "rompy.core.data.SourceFile.model_type", false]], "model_type (rompy.core.data.sourceintake attribute)": [[7, "rompy.core.data.SourceIntake.model_type", false]], "model_type (rompy.core.spectrum.logfrequency attribute)": [[10, "rompy.core.spectrum.LogFrequency.model_type", false]], "model_type (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.model_type", false]], "model_type (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.model_type", false]], "model_type (rompy.swan.components.boundary.boundnest1 attribute)": [[60, "rompy.swan.components.boundary.BOUNDNEST1.model_type", false]], "model_type (rompy.swan.components.boundary.boundnest2 attribute)": [[61, "rompy.swan.components.boundary.BOUNDNEST2.model_type", false]], "model_type (rompy.swan.components.boundary.boundnest3 attribute)": [[62, "rompy.swan.components.boundary.BOUNDNEST3.model_type", false]], "model_type (rompy.swan.components.boundary.boundspec attribute)": [[63, "rompy.swan.components.boundary.BOUNDSPEC.model_type", false]], "model_type (rompy.swan.components.boundary.initial attribute)": [[64, "rompy.swan.components.boundary.INITIAL.model_type", false]], "model_type (rompy.swan.components.cgrid.curvilinear attribute)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.model_type", false]], "model_type (rompy.swan.components.cgrid.regular attribute)": [[66, "rompy.swan.components.cgrid.REGULAR.model_type", false]], "model_type (rompy.swan.components.cgrid.unstructured attribute)": [[67, "rompy.swan.components.cgrid.UNSTRUCTURED.model_type", false]], "model_type (rompy.swan.components.group.basegroupcomponent attribute)": [[68, "rompy.swan.components.group.BaseGroupComponent.model_type", false]], "model_type (rompy.swan.components.group.inpgrids attribute)": [[69, "rompy.swan.components.group.INPGRIDS.model_type", false]], "model_type (rompy.swan.components.group.lockup attribute)": [[70, "rompy.swan.components.group.LOCKUP.model_type", false]], "model_type (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.model_type", false]], "model_type (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.model_type", false]], "model_type (rompy.swan.components.group.startup attribute)": [[73, "rompy.swan.components.group.STARTUP.model_type", false]], "model_type (rompy.swan.components.inpgrid.curvilinear attribute)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.model_type", false]], "model_type (rompy.swan.components.inpgrid.ice attribute)": [[75, "rompy.swan.components.inpgrid.ICE.model_type", false]], "model_type (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.model_type", false]], "model_type (rompy.swan.components.inpgrid.unstructured attribute)": [[77, "rompy.swan.components.inpgrid.UNSTRUCTURED.model_type", false]], "model_type (rompy.swan.components.inpgrid.wind attribute)": [[78, "rompy.swan.components.inpgrid.WIND.model_type", false]], "model_type (rompy.swan.components.lockup.compute attribute)": [[79, "rompy.swan.components.lockup.COMPUTE.model_type", false]], "model_type (rompy.swan.components.lockup.compute_nonstat attribute)": [[80, "rompy.swan.components.lockup.COMPUTE_NONSTAT.model_type", false]], "model_type (rompy.swan.components.lockup.compute_stat attribute)": [[81, "rompy.swan.components.lockup.COMPUTE_STAT.model_type", false]], "model_type (rompy.swan.components.lockup.hotfile attribute)": [[82, "rompy.swan.components.lockup.HOTFILE.model_type", false]], "model_type (rompy.swan.components.lockup.stop attribute)": [[83, "rompy.swan.components.lockup.STOP.model_type", false]], "model_type (rompy.swan.components.numerics.numeric attribute)": [[84, "rompy.swan.components.numerics.NUMERIC.model_type", false]], "model_type (rompy.swan.components.numerics.prop attribute)": [[85, "rompy.swan.components.numerics.PROP.model_type", false]], "model_type (rompy.swan.components.output.baselocation attribute)": [[87, "rompy.swan.components.output.BaseLocation.model_type", false]], "model_type (rompy.swan.components.output.basewrite attribute)": [[88, "rompy.swan.components.output.BaseWrite.model_type", false]], "model_type (rompy.swan.components.output.block attribute)": [[86, "rompy.swan.components.output.BLOCK.model_type", false]], "model_type (rompy.swan.components.output.curve attribute)": [[89, "rompy.swan.components.output.CURVE.model_type", false]], "model_type (rompy.swan.components.output.curves attribute)": [[90, "rompy.swan.components.output.CURVES.model_type", false]], "model_type (rompy.swan.components.output.frame attribute)": [[91, "rompy.swan.components.output.FRAME.model_type", false]], "model_type (rompy.swan.components.output.group attribute)": [[92, "rompy.swan.components.output.GROUP.model_type", false]], "model_type (rompy.swan.components.output.isoline attribute)": [[93, "rompy.swan.components.output.ISOLINE.model_type", false]], "model_type (rompy.swan.components.output.nestout attribute)": [[94, "rompy.swan.components.output.NESTOUT.model_type", false]], "model_type (rompy.swan.components.output.ngrid attribute)": [[95, "rompy.swan.components.output.NGRID.model_type", false]], "model_type (rompy.swan.components.output.ngrid_unstructured attribute)": [[96, "rompy.swan.components.output.NGRID_UNSTRUCTURED.model_type", false]], "model_type (rompy.swan.components.output.output_options attribute)": [[97, "rompy.swan.components.output.OUTPUT_OPTIONS.model_type", false]], "model_type (rompy.swan.components.output.points attribute)": [[98, "rompy.swan.components.output.POINTS.model_type", false]], "model_type (rompy.swan.components.output.points_file attribute)": [[99, "rompy.swan.components.output.POINTS_FILE.model_type", false]], "model_type (rompy.swan.components.output.quantities attribute)": [[100, "rompy.swan.components.output.QUANTITIES.model_type", false]], "model_type (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.model_type", false]], "model_type (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.model_type", false]], "model_type (rompy.swan.components.output.specout attribute)": [[103, "rompy.swan.components.output.SPECOUT.model_type", false]], "model_type (rompy.swan.components.output.table attribute)": [[104, "rompy.swan.components.output.TABLE.model_type", false]], "model_type (rompy.swan.components.output.test attribute)": [[105, "rompy.swan.components.output.TEST.model_type", false]], "model_type (rompy.swan.components.physics.bragg attribute)": [[106, "rompy.swan.components.physics.BRAGG.model_type", false]], "model_type (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.model_type", false]], "model_type (rompy.swan.components.physics.bragg_ft attribute)": [[108, "rompy.swan.components.physics.BRAGG_FT.model_type", false]], "model_type (rompy.swan.components.physics.breaking_bkd attribute)": [[109, "rompy.swan.components.physics.BREAKING_BKD.model_type", false]], "model_type (rompy.swan.components.physics.breaking_constant attribute)": [[110, "rompy.swan.components.physics.BREAKING_CONSTANT.model_type", false]], "model_type (rompy.swan.components.physics.diffraction attribute)": [[111, "rompy.swan.components.physics.DIFFRACTION.model_type", false]], "model_type (rompy.swan.components.physics.friction_collins attribute)": [[112, "rompy.swan.components.physics.FRICTION_COLLINS.model_type", false]], "model_type (rompy.swan.components.physics.friction_jonswap attribute)": [[113, "rompy.swan.components.physics.FRICTION_JONSWAP.model_type", false]], "model_type (rompy.swan.components.physics.friction_madsen attribute)": [[114, "rompy.swan.components.physics.FRICTION_MADSEN.model_type", false]], "model_type (rompy.swan.components.physics.friction_ripples attribute)": [[115, "rompy.swan.components.physics.FRICTION_RIPPLES.model_type", false]], "model_type (rompy.swan.components.physics.gen1 attribute)": [[116, "rompy.swan.components.physics.GEN1.model_type", false]], "model_type (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.model_type", false]], "model_type (rompy.swan.components.physics.gen3 attribute)": [[118, "rompy.swan.components.physics.GEN3.model_type", false]], "model_type (rompy.swan.components.physics.limiter attribute)": [[119, "rompy.swan.components.physics.LIMITER.model_type", false]], "model_type (rompy.swan.components.physics.mud attribute)": [[120, "rompy.swan.components.physics.MUD.model_type", false]], "model_type (rompy.swan.components.physics.negatinp attribute)": [[121, "rompy.swan.components.physics.NEGATINP.model_type", false]], "model_type (rompy.swan.components.physics.obstacle attribute)": [[122, "rompy.swan.components.physics.OBSTACLE.model_type", false]], "model_type (rompy.swan.components.physics.obstacle_fig attribute)": [[124, "rompy.swan.components.physics.OBSTACLE_FIG.model_type", false]], "model_type (rompy.swan.components.physics.obstacles attribute)": [[123, "rompy.swan.components.physics.OBSTACLES.model_type", false]], "model_type (rompy.swan.components.physics.off attribute)": [[125, "rompy.swan.components.physics.OFF.model_type", false]], "model_type (rompy.swan.components.physics.offs attribute)": [[126, "rompy.swan.components.physics.OFFS.model_type", false]], "model_type (rompy.swan.components.physics.quadrupl attribute)": [[127, "rompy.swan.components.physics.QUADRUPL.model_type", false]], "model_type (rompy.swan.components.physics.scat attribute)": [[128, "rompy.swan.components.physics.SCAT.model_type", false]], "model_type (rompy.swan.components.physics.setup attribute)": [[129, "rompy.swan.components.physics.SETUP.model_type", false]], "model_type (rompy.swan.components.physics.sice attribute)": [[130, "rompy.swan.components.physics.SICE.model_type", false]], "model_type (rompy.swan.components.physics.sice_d15 attribute)": [[131, "rompy.swan.components.physics.SICE_D15.model_type", false]], "model_type (rompy.swan.components.physics.sice_m18 attribute)": [[132, "rompy.swan.components.physics.SICE_M18.model_type", false]], "model_type (rompy.swan.components.physics.sice_r19 attribute)": [[133, "rompy.swan.components.physics.SICE_R19.model_type", false]], "model_type (rompy.swan.components.physics.sice_r21b attribute)": [[134, "rompy.swan.components.physics.SICE_R21B.model_type", false]], "model_type (rompy.swan.components.physics.sswell_ardhuin attribute)": [[135, "rompy.swan.components.physics.SSWELL_ARDHUIN.model_type", false]], "model_type (rompy.swan.components.physics.sswell_rogers attribute)": [[136, "rompy.swan.components.physics.SSWELL_ROGERS.model_type", false]], "model_type (rompy.swan.components.physics.sswell_zieger attribute)": [[137, "rompy.swan.components.physics.SSWELL_ZIEGER.model_type", false]], "model_type (rompy.swan.components.physics.surfbeat attribute)": [[138, "rompy.swan.components.physics.SURFBEAT.model_type", false]], "model_type (rompy.swan.components.physics.triad attribute)": [[139, "rompy.swan.components.physics.TRIAD.model_type", false]], "model_type (rompy.swan.components.physics.triad_dcta attribute)": [[140, "rompy.swan.components.physics.TRIAD_DCTA.model_type", false]], "model_type (rompy.swan.components.physics.triad_lta attribute)": [[141, "rompy.swan.components.physics.TRIAD_LTA.model_type", false]], "model_type (rompy.swan.components.physics.triad_spb attribute)": [[142, "rompy.swan.components.physics.TRIAD_SPB.model_type", false]], "model_type (rompy.swan.components.physics.turbulence attribute)": [[143, "rompy.swan.components.physics.TURBULENCE.model_type", false]], "model_type (rompy.swan.components.physics.vegetation attribute)": [[144, "rompy.swan.components.physics.VEGETATION.model_type", false]], "model_type (rompy.swan.components.physics.wcapping_ab attribute)": [[145, "rompy.swan.components.physics.WCAPPING_AB.model_type", false]], "model_type (rompy.swan.components.physics.wcapping_komen attribute)": [[146, "rompy.swan.components.physics.WCAPPING_KOMEN.model_type", false]], "model_type (rompy.swan.components.startup.coordinates attribute)": [[147, "rompy.swan.components.startup.COORDINATES.model_type", false]], "model_type (rompy.swan.components.startup.mode attribute)": [[148, "rompy.swan.components.startup.MODE.model_type", false]], "model_type (rompy.swan.components.startup.project attribute)": [[149, "rompy.swan.components.startup.PROJECT.model_type", false]], "model_type (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.model_type", false]], "model_type (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.model_type", false]], "model_type (rompy.swan.interface.boundaryinterface attribute)": [[50, "rompy.swan.interface.BoundaryInterface.model_type", false]], "model_type (rompy.swan.interface.datainterface attribute)": [[51, "rompy.swan.interface.DataInterface.model_type", false]], "model_type (rompy.swan.interface.lockupinterface attribute)": [[52, "rompy.swan.interface.LockupInterface.model_type", false]], "model_type (rompy.swan.interface.outputinterface attribute)": [[53, "rompy.swan.interface.OutputInterface.model_type", false]], "model_type (rompy.swan.subcomponents.base.ij attribute)": [[161, "rompy.swan.subcomponents.base.IJ.model_type", false]], "model_type (rompy.swan.subcomponents.base.xy attribute)": [[162, "rompy.swan.subcomponents.base.XY.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.constantfile attribute)": [[163, "rompy.swan.subcomponents.boundary.CONSTANTFILE.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.constantpar attribute)": [[164, "rompy.swan.subcomponents.boundary.CONSTANTPAR.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.default attribute)": [[165, "rompy.swan.subcomponents.boundary.DEFAULT.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.hotmultiple attribute)": [[166, "rompy.swan.subcomponents.boundary.HOTMULTIPLE.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.hotsingle attribute)": [[167, "rompy.swan.subcomponents.boundary.HOTSINGLE.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.par attribute)": [[168, "rompy.swan.subcomponents.boundary.PAR.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.segment attribute)": [[169, "rompy.swan.subcomponents.boundary.SEGMENT.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.side attribute)": [[170, "rompy.swan.subcomponents.boundary.SIDE.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.variablefile attribute)": [[171, "rompy.swan.subcomponents.boundary.VARIABLEFILE.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.variablepar attribute)": [[172, "rompy.swan.subcomponents.boundary.VARIABLEPAR.model_type", false]], "model_type (rompy.swan.subcomponents.boundary.zero attribute)": [[173, "rompy.swan.subcomponents.boundary.ZERO.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.accur attribute)": [[174, "rompy.swan.subcomponents.numerics.ACCUR.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.bsbt attribute)": [[175, "rompy.swan.subcomponents.numerics.BSBT.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.csigma attribute)": [[176, "rompy.swan.subcomponents.numerics.CSIGMA.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.ctheta attribute)": [[177, "rompy.swan.subcomponents.numerics.CTHETA.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.dirimpl attribute)": [[178, "rompy.swan.subcomponents.numerics.DIRIMPL.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.gse attribute)": [[179, "rompy.swan.subcomponents.numerics.GSE.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.nonstat attribute)": [[180, "rompy.swan.subcomponents.numerics.NONSTAT.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.setup attribute)": [[181, "rompy.swan.subcomponents.numerics.SETUP.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.sigimpl attribute)": [[182, "rompy.swan.subcomponents.numerics.SIGIMPL.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.stat attribute)": [[183, "rompy.swan.subcomponents.numerics.STAT.model_type", false]], "model_type (rompy.swan.subcomponents.numerics.stopc attribute)": [[184, "rompy.swan.subcomponents.numerics.STOPC.model_type", false]], "model_type (rompy.swan.subcomponents.output.abs attribute)": [[185, "rompy.swan.subcomponents.output.ABS.model_type", false]], "model_type (rompy.swan.subcomponents.output.rel attribute)": [[186, "rompy.swan.subcomponents.output.REL.model_type", false]], "model_type (rompy.swan.subcomponents.output.spec1d attribute)": [[187, "rompy.swan.subcomponents.output.SPEC1D.model_type", false]], "model_type (rompy.swan.subcomponents.output.spec2d attribute)": [[188, "rompy.swan.subcomponents.output.SPEC2D.model_type", false]], "model_type (rompy.swan.subcomponents.physics.dangremond attribute)": [[189, "rompy.swan.subcomponents.physics.DANGREMOND.model_type", false]], "model_type (rompy.swan.subcomponents.physics.dewit attribute)": [[190, "rompy.swan.subcomponents.physics.DEWIT.model_type", false]], "model_type (rompy.swan.subcomponents.physics.eldeberky attribute)": [[191, "rompy.swan.subcomponents.physics.ELDEBERKY.model_type", false]], "model_type (rompy.swan.subcomponents.physics.freeboard attribute)": [[192, "rompy.swan.subcomponents.physics.FREEBOARD.model_type", false]], "model_type (rompy.swan.subcomponents.physics.goda attribute)": [[193, "rompy.swan.subcomponents.physics.GODA.model_type", false]], "model_type (rompy.swan.subcomponents.physics.janssen attribute)": [[194, "rompy.swan.subcomponents.physics.JANSSEN.model_type", false]], "model_type (rompy.swan.subcomponents.physics.komen attribute)": [[195, "rompy.swan.subcomponents.physics.KOMEN.model_type", false]], "model_type (rompy.swan.subcomponents.physics.line attribute)": [[196, "rompy.swan.subcomponents.physics.LINE.model_type", false]], "model_type (rompy.swan.subcomponents.physics.rdiff attribute)": [[197, "rompy.swan.subcomponents.physics.RDIFF.model_type", false]], "model_type (rompy.swan.subcomponents.physics.refl attribute)": [[198, "rompy.swan.subcomponents.physics.REFL.model_type", false]], "model_type (rompy.swan.subcomponents.physics.rspec attribute)": [[199, "rompy.swan.subcomponents.physics.RSPEC.model_type", false]], "model_type (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.model_type", false]], "model_type (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.model_type", false]], "model_type (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.model_type", false]], "model_type (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.model_type", false]], "model_type (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.model_type", false]], "model_type (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.model_type", false]], "model_type (rompy.swan.subcomponents.physics.trans1d attribute)": [[206, "rompy.swan.subcomponents.physics.TRANS1D.model_type", false]], "model_type (rompy.swan.subcomponents.physics.trans2d attribute)": [[207, "rompy.swan.subcomponents.physics.TRANS2D.model_type", false]], "model_type (rompy.swan.subcomponents.physics.transm attribute)": [[208, "rompy.swan.subcomponents.physics.TRANSM.model_type", false]], "model_type (rompy.swan.subcomponents.physics.westhuysen attribute)": [[209, "rompy.swan.subcomponents.physics.WESTHUYSEN.model_type", false]], "model_type (rompy.swan.subcomponents.readgrid.gridregular attribute)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.model_type", false]], "model_type (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.model_type", false]], "model_type (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.model_type", false]], "model_type (rompy.swan.subcomponents.spectrum.bin attribute)": [[213, "rompy.swan.subcomponents.spectrum.BIN.model_type", false]], "model_type (rompy.swan.subcomponents.spectrum.gauss attribute)": [[214, "rompy.swan.subcomponents.spectrum.GAUSS.model_type", false]], "model_type (rompy.swan.subcomponents.spectrum.jonswap attribute)": [[215, "rompy.swan.subcomponents.spectrum.JONSWAP.model_type", false]], "model_type (rompy.swan.subcomponents.spectrum.pm attribute)": [[216, "rompy.swan.subcomponents.spectrum.PM.model_type", false]], "model_type (rompy.swan.subcomponents.spectrum.shapespec attribute)": [[217, "rompy.swan.subcomponents.spectrum.SHAPESPEC.model_type", false]], "model_type (rompy.swan.subcomponents.spectrum.spectrum attribute)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.model_type", false]], "model_type (rompy.swan.subcomponents.spectrum.tma attribute)": [[219, "rompy.swan.subcomponents.spectrum.TMA.model_type", false]], "model_type (rompy.swan.subcomponents.startup.cartesian attribute)": [[220, "rompy.swan.subcomponents.startup.CARTESIAN.model_type", false]], "model_type (rompy.swan.subcomponents.startup.spherical attribute)": [[221, "rompy.swan.subcomponents.startup.SPHERICAL.model_type", false]], "model_type (rompy.swan.subcomponents.time.delt attribute)": [[222, "rompy.swan.subcomponents.time.Delt.model_type", false]], "model_type (rompy.swan.subcomponents.time.nonstationary attribute)": [[223, "rompy.swan.subcomponents.time.NONSTATIONARY.model_type", false]], "model_type (rompy.swan.subcomponents.time.stationary attribute)": [[224, "rompy.swan.subcomponents.time.STATIONARY.model_type", false]], "model_type (rompy.swan.subcomponents.time.time attribute)": [[225, "rompy.swan.subcomponents.time.Time.model_type", false]], "model_type (rompy.swan.subcomponents.time.timerangeclosed attribute)": [[226, "rompy.swan.subcomponents.time.TimeRangeClosed.model_type", false]], "model_type (rompy.swan.subcomponents.time.timerangeopen attribute)": [[227, "rompy.swan.subcomponents.time.TimeRangeOpen.model_type", false]], "msc (rompy.swan.subcomponents.spectrum.spectrum attribute)": [[218, "rompy.swan.subcomponents.spectrum.SPECTRUM.msc", false]], "msc2 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.msc2", false]], "mud (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.mud", false]], "mudlayer (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.MUDLAYER", false]], "mx (rompy.swan.subcomponents.readgrid.gridregular attribute)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.mx", false]], "mxc (rompy.swan.components.cgrid.curvilinear attribute)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.mxc", false]], "mxinp (rompy.swan.components.inpgrid.curvilinear attribute)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.mxinp", false]], "mxinp (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.mxinp", false]], "mxitns (rompy.swan.subcomponents.numerics.nonstat attribute)": [[180, "rompy.swan.subcomponents.numerics.NONSTAT.mxitns", false]], "mxitst (rompy.swan.subcomponents.numerics.stat attribute)": [[183, "rompy.swan.subcomponents.numerics.STAT.mxitst", false]], "my (rompy.swan.subcomponents.readgrid.gridregular attribute)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.my", false]], "myc (rompy.swan.components.cgrid.curvilinear attribute)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.myc", false]], "myinp (rompy.swan.components.inpgrid.curvilinear attribute)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.myinp", false]], "myinp (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.myinp", false]], "nadv (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.nadv", false]], "name (rompy.swan.components.startup.project attribute)": [[149, "rompy.swan.components.startup.PROJECT.name", false]], "namelist (rompy.schism.data.sfluxsource property)": [[40, "rompy.schism.data.SfluxSource.namelist", false]], "nbin (rompy.core.spectrum.logfrequency attribute)": [[10, "rompy.core.spectrum.LogFrequency.nbin", false]], "nchi (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.nchi", false]], "ndec_block (rompy.swan.components.output.output_options attribute)": [[97, "rompy.swan.components.output.OUTPUT_OPTIONS.ndec_block", false]], "ndec_spec (rompy.swan.components.output.output_options attribute)": [[97, "rompy.swan.components.output.OUTPUT_OPTIONS.ndec_spec", false]], "ne (rompy.swan.types.sideoptions attribute)": [[59, "rompy.swan.types.SideOptions.NE", false]], "nearby_spectra() (rompy.swan.grid.swangrid method)": [[49, "rompy.swan.grid.SwanGrid.nearby_spectra", false]], "negatinp (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.negatinp", false]], "negatinp_only_with_zieger() (rompy.swan.components.group.physics method)": [[72, "rompy.swan.components.group.PHYSICS.negatinp_only_with_zieger", false]], "nestout (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.nestout", false]], "nf (rompy.core.spectrum.logfrequency property)": [[10, "rompy.core.spectrum.LogFrequency.nf", false]], "ngrid (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.ngrid", false]], "ngrid_and_nestout() (rompy.swan.components.group.output method)": [[71, "rompy.swan.components.group.OUTPUT.ngrid_and_nestout", false]], "nhedf (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.nhedf", false]], "nhedf (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.nhedf", false]], "nhedt (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.nhedt", false]], "nhedvec (rompy.swan.subcomponents.readgrid.readcoord attribute)": [[211, "rompy.swan.subcomponents.readgrid.READCOORD.nhedvec", false]], "nhedvec (rompy.swan.subcomponents.readgrid.readinp attribute)": [[212, "rompy.swan.subcomponents.readgrid.READINP.nhedvec", false]], "niter (rompy.swan.subcomponents.numerics.setup attribute)": [[181, "rompy.swan.subcomponents.numerics.SETUP.niter", false]], "niter (rompy.swan.subcomponents.numerics.sigimpl attribute)": [[182, "rompy.swan.subcomponents.numerics.SIGIMPL.niter", false]], "nmax (rompy.swan.components.physics.surfbeat attribute)": [[138, "rompy.swan.components.physics.SURFBEAT.nmax", false]], "noncolinear (rompy.swan.components.physics.triad_dcta attribute)": [[140, "rompy.swan.components.physics.TRIAD_DCTA.noncolinear", false]], "nonstationary (rompy.swan.components.inpgrid.curvilinear attribute)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.nonstationary", false]], "nonstationary (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.nonstationary", false]], "nonstationary (rompy.swan.components.inpgrid.unstructured attribute)": [[77, "rompy.swan.components.inpgrid.UNSTRUCTURED.nonstationary", false]], "nor (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.nor", false]], "normalization (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.normalization", false]], "normalization (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.normalization", false]], "normalization (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.normalization", false]], "normalization (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.normalization", false]], "normalization (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.normalization", false]], "normalization (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.normalization", false]], "north (rompy.swan.types.sideoptions attribute)": [[59, "rompy.swan.types.SideOptions.NORTH", false]], "noswll (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.noswll", false]], "not_special_name() (rompy.swan.components.output.baselocation class method)": [[87, "rompy.swan.components.output.BaseLocation.not_special_name", false]], "not_yet_implemented() (rompy.schism.data.schismdataocean class method)": [[33, "rompy.schism.data.SCHISMDataOcean.not_yet_implemented", false]], "nouts (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.nouts", false]], "npf (rompy.swan.components.physics.sice_r21b attribute)": [[134, "rompy.swan.components.physics.SICE_R21B.npf", false]], "nplants (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.NPLANTS", false]], "nplants (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.NPLANTS", false]], "npnts (rompy.swan.subcomponents.numerics.accur attribute)": [[174, "rompy.swan.subcomponents.numerics.ACCUR.npnts", false]], "npnts (rompy.swan.subcomponents.numerics.stopc attribute)": [[184, "rompy.swan.subcomponents.numerics.STOPC.npnts", false]], "npts (rompy.swan.components.output.curve attribute)": [[89, "rompy.swan.components.output.CURVE.npts", false]], "npts (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.npts", false]], "nr (rompy.swan.components.startup.project attribute)": [[149, "rompy.swan.components.startup.PROJECT.nr", false]], "nreg (rompy.swan.components.physics.bragg attribute)": [[106, "rompy.swan.components.physics.BRAGG.nreg", false]], "nreg (rompy.swan.components.physics.bragg_file attribute)": [[107, "rompy.swan.components.physics.BRAGG_FILE.nreg", false]], "nreg (rompy.swan.components.physics.bragg_ft attribute)": [[108, "rompy.swan.components.physics.BRAGG_FT.nreg", false]], "nstems (rompy.swan.components.physics.vegetation attribute)": [[144, "rompy.swan.components.physics.VEGETATION.nstems", false]], "nstep_wwm (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.nstep_wwm", false]], "number_of_layers() (rompy.swan.components.physics.vegetation class method)": [[144, "rompy.swan.components.physics.VEGETATION.number_of_layers", false]], "nw (rompy.swan.types.sideoptions attribute)": [[59, "rompy.swan.types.SideOptions.NW", false]], "nx (rompy.core.grid.regulargrid attribute)": [[9, "rompy.core.grid.RegularGrid.nx", false]], "nx (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.nx", false]], "ny (rompy.core.grid.regulargrid attribute)": [[9, "rompy.core.grid.RegularGrid.ny", false]], "ny (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.ny", false]], "obstacle (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.obstacle", false]], "obstacles (rompy.swan.components.physics.obstacles attribute)": [[123, "rompy.swan.components.physics.OBSTACLES.obstacles", false]], "ocean (rompy.schism.data.schismdata attribute)": [[31, "rompy.schism.data.SCHISMData.ocean", false]], "offs (rompy.swan.components.physics.offs attribute)": [[126, "rompy.swan.components.physics.OFFS.offs", false]], "one (rompy.swan.types.idla attribute)": [[57, "rompy.swan.types.IDLA.ONE", false]], "open() (rompy.core.data.sourcebase method)": [[5, "rompy.core.data.SourceBase.open", false]], "opt (rompy.schism.namelists.param.param attribute)": [[44, "rompy.schism.namelists.param.PARAM.opt", false]], "orbital (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.ORBITAL", false]], "outfile (rompy.core.data.datagrid property)": [[4, "rompy.core.data.DataGrid.outfile", false]], "outfile (rompy.schism.data.sfluxsource property)": [[40, "rompy.schism.data.SfluxSource.outfile", false]], "outp (rompy.swan.subcomponents.numerics.setup attribute)": [[181, "rompy.swan.subcomponents.numerics.SETUP.outp", false]], "outp (rompy.swan.subcomponents.numerics.sigimpl attribute)": [[182, "rompy.swan.subcomponents.numerics.SIGIMPL.outp", false]], "output (rompy.swan.components.output.block attribute)": [[86, "rompy.swan.components.output.BLOCK.output", false]], "output (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.output", false]], "output (rompy.swan.components.output.table attribute)": [[104, "rompy.swan.components.output.TABLE.output", false]], "output_dir (rompy.model.modelrun attribute)": [[11, "rompy.model.ModelRun.output_dir", false]], "output_options (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.output_options", false]], "outstyle (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.outstyle", false]], "p (rompy.swan.components.physics.triad_dcta attribute)": [[140, "rompy.swan.components.physics.TRIAD_DCTA.p", false]], "p1sds (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.p1sds", false]], "p1sds (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.p1sds", false]], "p1sds (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.p1sds", false]], "p1sds (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.p1sds", false]], "p1sds (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.p1sds", false]], "p1sds (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.p1sds", false]], "p2sds (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.p2sds", false]], "p2sds (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.p2sds", false]], "p2sds (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.p2sds", false]], "p2sds (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.p2sds", false]], "p2sds (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.p2sds", false]], "p2sds (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.p2sds", false]], "param_iof_hydro1 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro1", false]], "param_iof_hydro10 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro10", false]], "param_iof_hydro11 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro11", false]], "param_iof_hydro12 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro12", false]], "param_iof_hydro13 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro13", false]], "param_iof_hydro14 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro14", false]], "param_iof_hydro15 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro15", false]], "param_iof_hydro16 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro16", false]], "param_iof_hydro17 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro17", false]], "param_iof_hydro18 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro18", false]], "param_iof_hydro19 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro19", false]], "param_iof_hydro2 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro2", false]], "param_iof_hydro20 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro20", false]], "param_iof_hydro21 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro21", false]], "param_iof_hydro22 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro22", false]], "param_iof_hydro23 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro23", false]], "param_iof_hydro24 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro24", false]], "param_iof_hydro25 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro25", false]], "param_iof_hydro26 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro26", false]], "param_iof_hydro27 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro27", false]], "param_iof_hydro28 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro28", false]], "param_iof_hydro29 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro29", false]], "param_iof_hydro3 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro3", false]], "param_iof_hydro30 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro30", false]], "param_iof_hydro4 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro4", false]], "param_iof_hydro5 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro5", false]], "param_iof_hydro6 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro6", false]], "param_iof_hydro7 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro7", false]], "param_iof_hydro8 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro8", false]], "param_iof_hydro9 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_iof_hydro9", false]], "param_nhot (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_nhot", false]], "param_nhot_write (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_nhot_write", false]], "param_nhot_writeyn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_nhot_writeYN", false]], "param_nspool_sta (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.param_nspool_sta", false]], "partition (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PARTITION", false]], "pdir (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PDIR", false]], "peakd (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.PEAKD", false]], "peakdspr (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.PEAKDSPR", false]], "per (rompy.swan.subcomponents.boundary.constantpar attribute)": [[164, "rompy.swan.subcomponents.boundary.CONSTANTPAR.per", false]], "per (rompy.swan.subcomponents.boundary.par attribute)": [[168, "rompy.swan.subcomponents.boundary.PAR.per", false]], "per (rompy.swan.subcomponents.boundary.variablepar attribute)": [[172, "rompy.swan.subcomponents.boundary.VARIABLEPAR.per", false]], "per (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PER", false]], "per_type (rompy.swan.subcomponents.spectrum.shapespec attribute)": [[217, "rompy.swan.subcomponents.spectrum.SHAPESPEC.per_type", false]], "period (rompy.model.modelrun attribute)": [[11, "rompy.model.ModelRun.period", false]], "ph_icm (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.ph_icm", false]], "physics (rompy.swan.components.physics.off attribute)": [[125, "rompy.swan.components.physics.OFF.physics", false]], "physicsoff (class in rompy.swan.types)": [[58, "rompy.swan.types.PhysicsOff", false]], "plot() (rompy.core.data.datagrid method)": [[4, "rompy.core.data.DataGrid.plot", false]], "plot() (rompy.core.grid.basegrid method)": [[8, "rompy.core.grid.BaseGrid.plot", false]], "pm (rompy.swan.types.boundshapeoptions attribute)": [[55, "rompy.swan.types.BoundShapeOptions.PM", false]], "poc (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.poc", false]], "points (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.points", false]], "points (rompy.swan.components.output.test attribute)": [[105, "rompy.swan.components.output.TEST.points", false]], "points (rompy.swan.subcomponents.boundary.segment attribute)": [[169, "rompy.swan.subcomponents.boundary.SEGMENT.points", false]], "power (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.power", false]], "powk (rompy.swan.components.physics.wcapping_komen attribute)": [[146, "rompy.swan.components.physics.WCAPPING_KOMEN.powk", false]], "pown (rompy.swan.subcomponents.physics.rdiff attribute)": [[197, "rompy.swan.subcomponents.physics.RDIFF.pown", false]], "powst (rompy.swan.components.physics.wcapping_komen attribute)": [[146, "rompy.swan.components.physics.WCAPPING_KOMEN.powst", false]], "prate_name (rompy.schism.data.sfluxprc attribute)": [[38, "rompy.schism.data.SfluxPrc.prate_name", false]], "prc_1 (rompy.schism.data.schismdatasflux attribute)": [[34, "rompy.schism.data.SCHISMDataSflux.prc_1", false]], "prc_2 (rompy.schism.data.schismdatasflux attribute)": [[34, "rompy.schism.data.SCHISMDataSflux.prc_2", false]], "prmsl_name (rompy.schism.data.sfluxair attribute)": [[37, "rompy.schism.data.SfluxAir.prmsl_name", false]], "project (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.project", false]], "project (rompy.swan.components.group.startup attribute)": [[73, "rompy.swan.components.group.STARTUP.project", false]], "projection (rompy.swan.subcomponents.startup.spherical attribute)": [[221, "rompy.swan.subcomponents.startup.SPHERICAL.projection", false]], "propagat (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PROPAGAT", false]], "propsigma (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PROPSIGMA", false]], "proptheta (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PROPTHETA", false]], "propxy (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PROPXY", false]], "ptdir (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PTDIR", false]], "ptdspr (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PTDSPR", false]], "pthsign (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PTHSIGN", false]], "ptrtp (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PTRTP", false]], "ptsteepne (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PTSTEEPNE", false]], "ptwfrac (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PTWFRAC", false]], "ptwlen (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.PTWLEN", false]], "pwtail (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.pwtail", false]], "pwtail_after_gen() (rompy.swan.components.startup.set class method)": [[150, "rompy.swan.components.startup.SET.pwtail_after_gen", false]], "qb (rompy.swan.components.physics.limiter attribute)": [[119, "rompy.swan.components.physics.LIMITER.qb", false]], "qb (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.QB", false]], "qmax (rompy.swan.components.physics.scat attribute)": [[128, "rompy.swan.components.physics.SCAT.qmax", false]], "qp (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.QP", false]], "quadrupl (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.quadrupl", false]], "quadrupl (rompy.swan.types.physicsoff attribute)": [[58, "rompy.swan.types.PhysicsOff.QUADRUPL", false]], "quantities (rompy.swan.components.output.quantities attribute)": [[100, "rompy.swan.components.output.QUANTITIES.quantities", false]], "quantity (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.quantity", false]], "quay (rompy.swan.subcomponents.physics.freeboard attribute)": [[192, "rompy.swan.subcomponents.physics.FREEBOARD.quay", false]], "rad_1 (rompy.schism.data.schismdatasflux attribute)": [[34, "rompy.schism.data.SCHISMDataSflux.rad_1", false]], "rad_2 (rompy.schism.data.schismdatasflux attribute)": [[34, "rompy.schism.data.SCHISMDataSflux.rad_2", false]], "radstr (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.RADSTR", false]], "ray (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.ray", false]], "rdcoef (rompy.swan.components.physics.negatinp attribute)": [[121, "rompy.swan.components.physics.NEGATINP.rdcoef", false]], "readcoord (rompy.swan.components.cgrid.curvilinear attribute)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.readcoord", false]], "reader (rompy.core.boundary.sourcewavespectra attribute)": [[2, "rompy.core.boundary.SourceWavespectra.reader", false]], "readinp (rompy.swan.components.inpgrid.curvilinear attribute)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.readinp", false]], "readinp (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.readinp", false]], "readinp (rompy.swan.components.inpgrid.unstructured attribute)": [[77, "rompy.swan.components.inpgrid.UNSTRUCTURED.readinp", false]], "reapeating (rompy.swan.components.startup.coordinates attribute)": [[147, "rompy.swan.components.startup.COORDINATES.reapeating", false]], "rectangle (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.rectangle", false]], "rectangle (rompy.swan.components.boundary.boundnest1 attribute)": [[60, "rompy.swan.components.boundary.BOUNDNEST1.rectangle", false]], "rectangle (rompy.swan.components.boundary.boundnest3 attribute)": [[62, "rompy.swan.components.boundary.BOUNDNEST3.rectangle", false]], "redist (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.REDIST", false]], "redquad (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.REDQUAD", false]], "redtriad (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.REDTRIAD", false]], "ref (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.ref", false]], "reflc (rompy.swan.subcomponents.physics.refl attribute)": [[198, "rompy.swan.subcomponents.physics.REFL.reflc", false]], "reflection (rompy.swan.components.physics.obstacle attribute)": [[122, "rompy.swan.components.physics.OBSTACLE.reflection", false]], "reflection (rompy.swan.components.physics.obstacle_fig attribute)": [[124, "rompy.swan.components.physics.OBSTACLE_FIG.reflection", false]], "reflection_type (rompy.swan.components.physics.obstacle attribute)": [[122, "rompy.swan.components.physics.OBSTACLE.reflection_type", false]], "refrac (rompy.swan.types.physicsoff attribute)": [[58, "rompy.swan.types.PhysicsOff.REFRAC", false]], "relative_weight (rompy.schism.data.sfluxsource attribute)": [[40, "rompy.schism.data.SfluxSource.relative_weight", false]], "relax (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.relax", false]], "render() (rompy.swan.components.group.basegroupcomponent method)": [[68, "rompy.swan.components.group.BaseGroupComponent.render", false]], "render() (rompy.swan.components.physics.obstacles method)": [[123, "rompy.swan.components.physics.OBSTACLES.render", false]], "render() (rompy.swan.interface.boundaryinterface method)": [[50, "rompy.swan.interface.BoundaryInterface.render", false]], "render() (rompy.swan.interface.datainterface method)": [[51, "rompy.swan.interface.DataInterface.render", false]], "rfac (rompy.swan.components.physics.scat attribute)": [[128, "rompy.swan.components.physics.SCAT.rfac", false]], "rho (rompy.swan.components.startup.set attribute)": [[150, "rompy.swan.components.startup.SET.rho", false]], "rhom (rompy.swan.components.physics.mud attribute)": [[120, "rompy.swan.components.physics.MUD.rhom", false]], "rlatitude (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.rlatitude", false]], "rname (rompy.swan.components.output.isoline attribute)": [[93, "rompy.swan.components.output.ISOLINE.rname", false]], "rname (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.rname", false]], "rot (rompy.core.grid.regulargrid attribute)": [[9, "rompy.core.grid.RegularGrid.rot", false]], "rot (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.rot", false]], "rper (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.RPER", false]], "rtm01 (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.RTM01", false]], "rtmm10 (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.RTMM10", false]], "rtp (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.RTP", false]], "run_id (rompy.model.modelrun attribute)": [[11, "rompy.model.ModelRun.run_id", false]], "s (rompy.swan.components.physics.friction_ripples attribute)": [[115, "rompy.swan.components.physics.FRICTION_RIPPLES.s", false]], "sal_3d (rompy.schism.data.schismdataocean attribute)": [[33, "rompy.schism.data.SCHISMDataOcean.SAL_3D", false]], "sav (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.sav", false]], "sav_cdyn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.sav_cdYN", false]], "scat (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.scat", false]], "scheme (rompy.swan.components.numerics.prop attribute)": [[85, "rompy.swan.components.numerics.PROP.scheme", false]], "schout (rompy.schism.namelists.param.param attribute)": [[44, "rompy.schism.namelists.param.PARAM.schout", false]], "se (rompy.swan.types.sideoptions attribute)": [[59, "rompy.swan.types.SideOptions.SE", false]], "sed_opt (rompy.schism.namelists.sediment.sediment attribute)": [[45, "rompy.schism.namelists.sediment.SEDIMENT.sed_opt", false]], "sel_method (rompy.core.boundary.boundarywavestation attribute)": [[1, "rompy.core.boundary.BoundaryWaveStation.sel_method", false]], "sel_method (rompy.schism.data.schismdataboundary attribute)": [[32, "rompy.schism.data.SCHISMDataBoundary.sel_method", false]], "sel_method (rompy.schism.data.schismdatawave attribute)": [[36, "rompy.schism.data.SCHISMDataWave.sel_method", false]], "sel_method (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.sel_method", false]], "sel_method_kwargs (rompy.schism.data.schismdatawave attribute)": [[36, "rompy.schism.data.SCHISMDataWave.sel_method_kwargs", false]], "sel_method_kwargs (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.sel_method_kwargs", false]], "seq (rompy.swan.subcomponents.boundary.constantfile attribute)": [[163, "rompy.swan.subcomponents.boundary.CONSTANTFILE.seq", false]], "seq (rompy.swan.subcomponents.boundary.variablefile attribute)": [[171, "rompy.swan.subcomponents.boundary.VARIABLEFILE.seq", false]], "set (rompy.swan.components.group.startup attribute)": [[73, "rompy.swan.components.group.STARTUP.set", false]], "set_core (rompy.schism.namelists.sediment.sediment attribute)": [[45, "rompy.schism.namelists.sediment.SEDIMENT.set_core", false]], "set_id() (rompy.schism.data.schismdataocean class method)": [[33, "rompy.schism.data.SCHISMDataOcean.set_id", false]], "set_time_format() (rompy.swan.subcomponents.time.time class method)": [[225, "rompy.swan.subcomponents.time.Time.set_time_format", false]], "set_undefined() (rompy.swan.subcomponents.readgrid.readinp class method)": [[212, "rompy.swan.subcomponents.readgrid.READINP.set_undefined", false]], "setup (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.setup", false]], "setup (rompy.swan.components.numerics.numeric attribute)": [[84, "rompy.swan.components.numerics.NUMERIC.setup", false]], "setup (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.SETUP", false]], "sfea0 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.sfea0", false]], "sfm (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.sfm", false]], "shape (rompy.swan.subcomponents.spectrum.shapespec attribute)": [[217, "rompy.swan.subcomponents.spectrum.SHAPESPEC.shape", false]], "shapespec (rompy.swan.components.boundary.boundspec attribute)": [[63, "rompy.swan.components.boundary.BOUNDSPEC.shapespec", false]], "short (rompy.swan.components.output.quantity attribute)": [[101, "rompy.swan.components.output.QUANTITY.short", false]], "sice (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.sice", false]], "side (rompy.swan.subcomponents.boundary.side attribute)": [[170, "rompy.swan.subcomponents.boundary.SIDE.side", false]], "sideoptions (class in rompy.swan.types)": [[59, "rompy.swan.types.SideOptions", false]], "sigfr (rompy.swan.subcomponents.spectrum.gauss attribute)": [[214, "rompy.swan.subcomponents.spectrum.GAUSS.sigfr", false]], "sigimpl (rompy.swan.components.numerics.numeric attribute)": [[84, "rompy.swan.components.numerics.NUMERIC.sigimpl", false]], "silica (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.silica", false]], "six (rompy.swan.types.idla attribute)": [[57, "rompy.swan.types.IDLA.SIX", false]], "size (rompy.swan.subcomponents.base.ij property)": [[161, "rompy.swan.subcomponents.base.IJ.size", false]], "size (rompy.swan.subcomponents.base.xy property)": [[162, "rompy.swan.subcomponents.base.XY.size", false]], "slam0 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.slam0", false]], "slope (rompy.swan.subcomponents.physics.dangremond attribute)": [[189, "rompy.swan.subcomponents.physics.DANGREMOND.slope", false]], "smnum (rompy.swan.components.physics.diffraction attribute)": [[111, "rompy.swan.components.physics.DIFFRACTION.smnum", false]], "smpar (rompy.swan.components.physics.diffraction attribute)": [[111, "rompy.swan.components.physics.DIFFRACTION.smpar", false]], "sname (rompy.swan.components.output.baselocation attribute)": [[87, "rompy.swan.components.output.BaseLocation.sname", false]], "sname (rompy.swan.components.output.basewrite attribute)": [[88, "rompy.swan.components.output.BaseWrite.sname", false]], "sname (rompy.swan.components.output.curves property)": [[90, "rompy.swan.components.output.CURVES.sname", false]], "snames (rompy.swan.components.group.output property)": [[71, "rompy.swan.components.group.OUTPUT.snames", false]], "sobc (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.sobc", false]], "source (rompy.core.boundary.boundarywavestation attribute)": [[1, "rompy.core.boundary.BoundaryWaveStation.source", false]], "source (rompy.core.data.datablob attribute)": [[3, "rompy.core.data.DataBlob.source", false]], "source (rompy.core.data.datagrid attribute)": [[4, "rompy.core.data.DataGrid.source", false]], "source (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.source", false]], "source (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.source", false]], "source_terms (rompy.swan.components.physics.gen3 attribute)": [[118, "rompy.swan.components.physics.GEN3.source_terms", false]], "south (rompy.swan.types.sideoptions attribute)": [[59, "rompy.swan.types.SideOptions.SOUTH", false]], "spacing (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.spacing", false]], "spacing (rompy.swan.components.physics.surfbeat attribute)": [[138, "rompy.swan.components.physics.SURFBEAT.spacing", false]], "specout (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.specout", false]], "spectrum (rompy.swan.components.cgrid.curvilinear attribute)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.spectrum", false]], "spectrum (rompy.swan.components.cgrid.regular attribute)": [[66, "rompy.swan.components.cgrid.REGULAR.spectrum", false]], "spectrum (rompy.swan.components.cgrid.unstructured attribute)": [[67, "rompy.swan.components.cgrid.UNSTRUCTURED.spectrum", false]], "spfh_name (rompy.schism.data.sfluxair attribute)": [[37, "rompy.schism.data.SfluxAir.spfh_name", false]], "sswell (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.sswell", false]], "staging_dir (rompy.model.modelrun property)": [[11, "rompy.model.ModelRun.staging_dir", false]], "stagrx (rompy.swan.components.inpgrid.curvilinear attribute)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.stagrx", false]], "stagry (rompy.swan.components.inpgrid.curvilinear attribute)": [[74, "rompy.swan.components.inpgrid.CURVILINEAR.stagry", false]], "steepness (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.STEEPNESS", false]], "stem (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.stem", false]], "sthconst (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.sthconst", false]], "stmp_name (rompy.schism.data.sfluxair attribute)": [[37, "rompy.schism.data.SfluxAir.stmp_name", false]], "stop (rompy.swan.components.numerics.numeric attribute)": [[84, "rompy.swan.components.numerics.NUMERIC.stop", false]], "stpm (rompy.swan.components.physics.wcapping_komen attribute)": [[146, "rompy.swan.components.physics.WCAPPING_KOMEN.stpm", false]], "stpm (rompy.swan.subcomponents.physics.komen attribute)": [[195, "rompy.swan.subcomponents.physics.KOMEN.stpm", false]], "suffix (rompy.swan.components.lockup.compute_stat attribute)": [[81, "rompy.swan.components.lockup.COMPUTE_STAT.suffix", false]], "suffix (rompy.swan.components.output.basewrite property)": [[88, "rompy.swan.components.output.BaseWrite.suffix", false]], "suffix (rompy.swan.components.output.block property)": [[86, "rompy.swan.components.output.BLOCK.suffix", false]], "suffix (rompy.swan.components.output.nestout property)": [[94, "rompy.swan.components.output.NESTOUT.suffix", false]], "suffix (rompy.swan.components.output.specout property)": [[103, "rompy.swan.components.output.SPECOUT.suffix", false]], "suffix (rompy.swan.components.output.table property)": [[104, "rompy.swan.components.output.TABLE.suffix", false]], "suffix (rompy.swan.subcomponents.readgrid.gridregular attribute)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.suffix", false]], "suffix (rompy.swan.subcomponents.time.nonstationary attribute)": [[223, "rompy.swan.subcomponents.time.NONSTATIONARY.suffix", false]], "suffix (rompy.swan.subcomponents.time.timerangeclosed attribute)": [[226, "rompy.swan.subcomponents.time.TimeRangeClosed.suffix", false]], "suffix (rompy.swan.subcomponents.time.timerangeopen attribute)": [[227, "rompy.swan.subcomponents.time.TimeRangeOpen.suffix", false]], "supcor (rompy.swan.components.physics.setup attribute)": [[129, "rompy.swan.components.physics.SETUP.supcor", false]], "surfbeat (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.surfbeat", false]], "sw (rompy.swan.types.sideoptions attribute)": [[59, "rompy.swan.types.SideOptions.SW", false]], "table (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.table", false]], "tau (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.tau", false]], "tau (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.tau", false]], "tau (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.tau", false]], "tau (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.tau", false]], "tau (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.tau", false]], "tau (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.tau", false]], "tbcur (rompy.swan.components.physics.turbulence attribute)": [[143, "rompy.swan.components.physics.TURBULENCE.tbcur", false]], "tbcur_only_with_current() (rompy.swan.components.physics.turbulence method)": [[143, "rompy.swan.components.physics.TURBULENCE.tbcur_only_with_current", false]], "tbeg (rompy.swan.subcomponents.time.nonstationary attribute)": [[223, "rompy.swan.subcomponents.time.NONSTATIONARY.tbeg", false]], "tbeg (rompy.swan.subcomponents.time.timerangeclosed attribute)": [[226, "rompy.swan.subcomponents.time.TimeRangeClosed.tbeg", false]], "tbeg (rompy.swan.subcomponents.time.timerangeopen attribute)": [[227, "rompy.swan.subcomponents.time.TimeRangeOpen.tbeg", false]], "tdir (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.TDIR", false]], "tem_3d (rompy.schism.data.schismdataocean attribute)": [[33, "rompy.schism.data.SCHISMDataOcean.TEM_3D", false]], "template (rompy.core.baseconfig attribute)": [[0, "rompy.core.BaseConfig.template", false]], "template (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.template", false]], "tend (rompy.swan.subcomponents.time.nonstationary attribute)": [[223, "rompy.swan.subcomponents.time.NONSTATIONARY.tend", false]], "tend (rompy.swan.subcomponents.time.timerangeclosed attribute)": [[226, "rompy.swan.subcomponents.time.TimeRangeClosed.tend", false]], "test (rompy.swan.components.group.output attribute)": [[71, "rompy.swan.components.group.OUTPUT.test", false]], "tfmt (rompy.swan.subcomponents.time.nonstationary attribute)": [[223, "rompy.swan.subcomponents.time.NONSTATIONARY.tfmt", false]], "tfmt (rompy.swan.subcomponents.time.stationary attribute)": [[224, "rompy.swan.subcomponents.time.STATIONARY.tfmt", false]], "tfmt (rompy.swan.subcomponents.time.time attribute)": [[225, "rompy.swan.subcomponents.time.Time.tfmt", false]], "tfmt (rompy.swan.subcomponents.time.timerangeclosed attribute)": [[226, "rompy.swan.subcomponents.time.TimeRangeClosed.tfmt", false]], "tfmt (rompy.swan.subcomponents.time.timerangeopen attribute)": [[227, "rompy.swan.subcomponents.time.TimeRangeOpen.tfmt", false]], "thetai (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.thetai", false]], "three (rompy.swan.types.idla attribute)": [[57, "rompy.swan.types.IDLA.THREE", false]], "tidal_data (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.tidal_data", false]], "tides (rompy.schism.data.schismdata attribute)": [[31, "rompy.schism.data.SCHISMData.tides", false]], "time (rompy.swan.subcomponents.time.stationary attribute)": [[224, "rompy.swan.subcomponents.time.STATIONARY.time", false]], "time (rompy.swan.subcomponents.time.time attribute)": [[225, "rompy.swan.subcomponents.time.Time.time", false]], "time (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.TIME", false]], "time_buffer (rompy.core.data.datagrid attribute)": [[4, "rompy.core.data.DataGrid.time_buffer", false]], "time_buffer (rompy.schism.data.schismdataboundary attribute)": [[32, "rompy.schism.data.SCHISMDataBoundary.time_buffer", false]], "time_buffer (rompy.schism.data.schismdatawave attribute)": [[36, "rompy.schism.data.SCHISMDataWave.time_buffer", false]], "time_buffer (rompy.schism.data.sfluxsource attribute)": [[40, "rompy.schism.data.SfluxSource.time_buffer", false]], "time_buffer (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.time_buffer", false]], "time_buffer (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.time_buffer", false]], "time_interface() (rompy.swan.interface.lockupinterface method)": [[52, "rompy.swan.interface.LockupInterface.time_interface", false]], "time_interface() (rompy.swan.interface.outputinterface method)": [[53, "rompy.swan.interface.OutputInterface.time_interface", false]], "time_step (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.time_step", false]], "times (rompy.swan.components.lockup.compute attribute)": [[79, "rompy.swan.components.lockup.COMPUTE.times", false]], "times (rompy.swan.components.lockup.compute_nonstat attribute)": [[80, "rompy.swan.components.lockup.COMPUTE_NONSTAT.times", false]], "times (rompy.swan.components.lockup.compute_stat attribute)": [[81, "rompy.swan.components.lockup.COMPUTE_STAT.times", false]], "times (rompy.swan.components.output.basewrite attribute)": [[88, "rompy.swan.components.output.BaseWrite.times", false]], "times_suffix() (rompy.swan.components.lockup.compute class method)": [[79, "rompy.swan.components.lockup.COMPUTE.times_suffix", false]], "times_suffix() (rompy.swan.components.lockup.compute_nonstat class method)": [[80, "rompy.swan.components.lockup.COMPUTE_NONSTAT.times_suffix", false]], "timestamp_to_datetime() (rompy.swan.components.lockup.compute_stat class method)": [[81, "rompy.swan.components.lockup.COMPUTE_STAT.timestamp_to_datetime", false]], "title1 (rompy.swan.components.startup.project attribute)": [[149, "rompy.swan.components.startup.PROJECT.title1", false]], "title2 (rompy.swan.components.startup.project attribute)": [[149, "rompy.swan.components.startup.PROJECT.title2", false]], "title3 (rompy.swan.components.startup.project attribute)": [[149, "rompy.swan.components.startup.PROJECT.title3", false]], "tm01 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.TM01", false]], "tm01 (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.TM01", false]], "tm02 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.TM02", false]], "tm02 (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.TM02", false]], "tma (rompy.swan.types.boundshapeoptions attribute)": [[55, "rompy.swan.types.BoundShapeOptions.TMA", false]], "tmbot (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.TMBOT", false]], "tmm10 (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.TMM10", false]], "tobc (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.tobc", false]], "tpp (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.TPP", false]], "tppd (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.TPPD", false]], "tps (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.TPS", false]], "transmission (rompy.swan.components.physics.obstacle attribute)": [[122, "rompy.swan.components.physics.OBSTACLE.transmission", false]], "transp (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.TRANSP", false]], "trcoef (rompy.swan.subcomponents.physics.trans1d attribute)": [[206, "rompy.swan.subcomponents.physics.TRANS1D.trcoef", false]], "trcoef (rompy.swan.subcomponents.physics.trans2d attribute)": [[207, "rompy.swan.subcomponents.physics.TRANS2D.trcoef", false]], "trcoef (rompy.swan.subcomponents.physics.transm attribute)": [[208, "rompy.swan.subcomponents.physics.TRANSM.trcoef", false]], "trfac (rompy.swan.components.physics.triad attribute)": [[139, "rompy.swan.components.physics.TRIAD.trfac", false]], "trfac (rompy.swan.components.physics.triad_dcta attribute)": [[140, "rompy.swan.components.physics.TRIAD_DCTA.trfac", false]], "trfac (rompy.swan.components.physics.triad_lta attribute)": [[141, "rompy.swan.components.physics.TRIAD_LTA.trfac", false]], "trfac (rompy.swan.components.physics.triad_spb attribute)": [[142, "rompy.swan.components.physics.TRIAD_SPB.trfac", false]], "triad (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.triad", false]], "tsec (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.TSEC", false]], "tss (rompy.swan.components.physics.obstacle_fig attribute)": [[124, "rompy.swan.components.physics.OBSTACLE_FIG.tss", false]], "tss (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.TSS", false]], "tthconst (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.tthconst", false]], "turbulence (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.turbulence", false]], "turbvisc (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.TURBVISC", false]], "two (rompy.swan.types.idla attribute)": [[57, "rompy.swan.types.IDLA.TWO", false]], "u10 (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.u10", false]], "u10 (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.u10", false]], "u10 (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.u10", false]], "u10 (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.u10", false]], "u10 (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.u10", false]], "u10 (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.u10", false]], "u10_cmd (rompy.swan.subcomponents.physics.st6 property)": [[200, "rompy.swan.subcomponents.physics.ST6.u10_cmd", false]], "ubot (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.UBOT", false]], "ubot (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.UBOT", false]], "ucrit (rompy.swan.components.physics.triad attribute)": [[139, "rompy.swan.components.physics.TRIAD.ucrit", false]], "umin (rompy.swan.components.physics.gen1 attribute)": [[116, "rompy.swan.components.physics.GEN1.umin", false]], "umin (rompy.swan.components.physics.gen2 attribute)": [[117, "rompy.swan.components.physics.GEN2.umin", false]], "unit (rompy.swan.components.output.block attribute)": [[86, "rompy.swan.components.output.BLOCK.unit", false]], "urcrit (rompy.swan.subcomponents.physics.eldeberky attribute)": [[191, "rompy.swan.subcomponents.physics.ELDEBERKY.urcrit", false]], "uri (rompy.core.boundary.sourcewavespectra attribute)": [[2, "rompy.core.boundary.SourceWavespectra.uri", false]], "uri (rompy.core.data.sourcefile attribute)": [[6, "rompy.core.data.SourceFile.uri", false]], "urms (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.URMS", false]], "ursell (rompy.swan.components.physics.limiter attribute)": [[119, "rompy.swan.components.physics.LIMITER.ursell", false]], "urslim (rompy.swan.components.physics.triad attribute)": [[139, "rompy.swan.components.physics.TRIAD.urslim", false]], "utc_start (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.utc_start", false]], "uv3d (rompy.schism.data.schismdataocean attribute)": [[33, "rompy.schism.data.SCHISMDataOcean.uv3D", false]], "uwind_name (rompy.schism.data.sfluxair attribute)": [[37, "rompy.schism.data.SfluxAir.uwind_name", false]], "validate_bottom_friction() (rompy.schism.config.schismcsiroconfig class method)": [[30, "rompy.schism.config.SchismCSIROConfig.validate_bottom_friction", false]], "validate_curvilinear_grid() (rompy.swan.grid.swangrid method)": [[49, "rompy.swan.grid.SwanGrid.validate_curvilinear_grid", false]], "validate_grid_type() (rompy.swan.grid.swangrid class method)": [[49, "rompy.swan.grid.SwanGrid.validate_grid_type", false]], "validate_idla() (rompy.swan.components.output.block class method)": [[86, "rompy.swan.components.output.BLOCK.validate_idla", false]], "validate_points() (rompy.swan.components.output.test class method)": [[105, "rompy.swan.components.output.TEST.validate_points", false]], "validate_size() (rompy.swan.subcomponents.base.ij method)": [[161, "rompy.swan.subcomponents.base.IJ.validate_size", false]], "validate_size() (rompy.swan.subcomponents.base.xy method)": [[162, "rompy.swan.subcomponents.base.XY.validate_size", false]], "validate_special_names() (rompy.swan.components.output.basewrite method)": [[88, "rompy.swan.components.output.BaseWrite.validate_special_names", false]], "validate_times() (rompy.swan.components.output.basewrite method)": [[88, "rompy.swan.components.output.BaseWrite.validate_times", false]], "var (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.var", false]], "variable (rompy.schism.data.schismdataboundary attribute)": [[32, "rompy.schism.data.SCHISMDataBoundary.variable", false]], "variables (rompy.core.data.datagrid attribute)": [[4, "rompy.core.data.DataGrid.variables", false]], "variables (rompy.swan.boundary.boundnest1 attribute)": [[47, "rompy.swan.boundary.Boundnest1.variables", false]], "variables (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.variables", false]], "veg (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.veg", false]], "vegetation (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.vegetation", false]], "vel (rompy.swan.components.inpgrid.wind attribute)": [[78, "rompy.swan.components.inpgrid.WIND.vel", false]], "vel (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.VEL", false]], "vertical (rompy.schism.namelists.param.param attribute)": [[44, "rompy.schism.namelists.param.PARAM.vertical", false]], "viscm (rompy.swan.components.physics.mud attribute)": [[120, "rompy.swan.components.physics.MUD.viscm", false]], "vthconst (rompy.schism.data.schismdatatides attribute)": [[35, "rompy.schism.data.SCHISMDataTides.vthconst", false]], "vwind_name (rompy.schism.data.sfluxair attribute)": [[37, "rompy.schism.data.SfluxAir.vwind_name", false]], "vx (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.VX", false]], "vy (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.VY", false]], "walvyn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.walvYN", false]], "warn_if_qmax_and_alpha() (rompy.swan.components.physics.scat method)": [[128, "rompy.swan.components.physics.SCAT.warn_if_qmax_and_alpha", false]], "watlev (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.WATLEV", false]], "wave (rompy.schism.data.schismdata attribute)": [[31, "rompy.schism.data.SCHISMData.wave", false]], "waveage (rompy.swan.subcomponents.numerics.gse attribute)": [[179, "rompy.swan.subcomponents.numerics.GSE.waveage", false]], "wbdm (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wbdm", false]], "wcapping (rompy.swan.components.group.physics attribute)": [[72, "rompy.swan.components.group.PHYSICS.wcapping", false]], "wcapping (rompy.swan.types.physicsoff attribute)": [[58, "rompy.swan.types.PhysicsOff.WCAPPING", false]], "west (rompy.swan.types.sideoptions attribute)": [[59, "rompy.swan.types.SideOptions.WEST", false]], "wind (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.WIND", false]], "wind (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.WIND", false]], "wind_drag (rompy.swan.subcomponents.physics.janssen attribute)": [[194, "rompy.swan.subcomponents.physics.JANSSEN.wind_drag", false]], "wind_drag (rompy.swan.subcomponents.physics.komen attribute)": [[195, "rompy.swan.subcomponents.physics.KOMEN.wind_drag", false]], "wind_drag (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.wind_drag", false]], "wind_drag (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.wind_drag", false]], "wind_drag (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.wind_drag", false]], "wind_drag (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.wind_drag", false]], "wind_drag (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.wind_drag", false]], "wind_drag (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.wind_drag", false]], "wind_drag (rompy.swan.subcomponents.physics.westhuysen attribute)": [[209, "rompy.swan.subcomponents.physics.WESTHUYSEN.wind_drag", false]], "windgrowth (rompy.swan.types.physicsoff attribute)": [[58, "rompy.swan.types.PhysicsOff.WINDGROWTH", false]], "windscaling (rompy.swan.subcomponents.physics.st6 attribute)": [[200, "rompy.swan.subcomponents.physics.ST6.windscaling", false]], "windscaling (rompy.swan.subcomponents.physics.st6c1 attribute)": [[201, "rompy.swan.subcomponents.physics.ST6C1.windscaling", false]], "windscaling (rompy.swan.subcomponents.physics.st6c2 attribute)": [[202, "rompy.swan.subcomponents.physics.ST6C2.windscaling", false]], "windscaling (rompy.swan.subcomponents.physics.st6c3 attribute)": [[203, "rompy.swan.subcomponents.physics.ST6C3.windscaling", false]], "windscaling (rompy.swan.subcomponents.physics.st6c4 attribute)": [[204, "rompy.swan.subcomponents.physics.ST6C4.windscaling", false]], "windscaling (rompy.swan.subcomponents.physics.st6c5 attribute)": [[205, "rompy.swan.subcomponents.physics.ST6C5.windscaling", false]], "windyn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.windYN", false]], "wlength (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.WLENGTH", false]], "wlevel (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.WLEVEL", false]], "wnpp (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.WNPP", false]], "write_locations_exists() (rompy.swan.components.group.output method)": [[71, "rompy.swan.components.group.OUTPUT.write_locations_exists", false]], "write_set (rompy.swan.components.group.output property)": [[71, "rompy.swan.components.group.OUTPUT.write_set", false]], "wwm1 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm1", false]], "wwm10 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm10", false]], "wwm11 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm11", false]], "wwm12 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm12", false]], "wwm13 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm13", false]], "wwm14 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm14", false]], "wwm15 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm15", false]], "wwm16 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm16", false]], "wwm17 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm17", false]], "wwm18 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm18", false]], "wwm19 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm19", false]], "wwm2 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm2", false]], "wwm20 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm20", false]], "wwm21 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm21", false]], "wwm22 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm22", false]], "wwm23 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm23", false]], "wwm24 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm24", false]], "wwm25 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm25", false]], "wwm26 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm26", false]], "wwm27 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm27", false]], "wwm28 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm28", false]], "wwm29 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm29", false]], "wwm3 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm3", false]], "wwm30 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm30", false]], "wwm31 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm31", false]], "wwm31yn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm31YN", false]], "wwm32 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm32", false]], "wwm32yn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm32YN", false]], "wwm33 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm33", false]], "wwm33yn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm33YN", false]], "wwm34 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm34", false]], "wwm34yn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm34YN", false]], "wwm35 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm35", false]], "wwm35yn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm35YN", false]], "wwm36 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm36", false]], "wwm36yn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm36YN", false]], "wwm37 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm37", false]], "wwm37yn (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm37YN", false]], "wwm4 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm4", false]], "wwm5 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm5", false]], "wwm6 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm6", false]], "wwm7 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm7", false]], "wwm8 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm8", false]], "wwm9 (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwm9", false]], "wwminput_history_dep (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_history_DEP", false]], "wwminput_history_outstyle (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_history_OUTSTYLE", false]], "wwminput_history_stokesbarox (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_history_STOKESBAROX", false]], "wwminput_history_stokesbaroy (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_history_STOKESBAROY", false]], "wwminput_history_stokessurfx (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_history_STOKESSURFX", false]], "wwminput_history_stokessurfy (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_history_STOKESSURFY", false]], "wwminput_history_tauhf (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_history_TAUHF", false]], "wwminput_history_tautot (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_history_TAUTOT", false]], "wwminput_history_tauw (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_history_TAUW", false]], "wwminput_hotfile_deltc_out (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_hotfile_deltc_out", false]], "wwminput_lhotf (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_LHOTF", false]], "wwminput_lhotr (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_LHOTR", false]], "wwminput_linid (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_LINID", false]], "wwminput_station_dep (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_station_DEP", false]], "wwminput_station_outstyle (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_station_OUTSTYLE", false]], "wwminput_station_stokesbarox (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_station_STOKESBAROX", false]], "wwminput_station_stokesbaroy (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_station_STOKESBAROY", false]], "wwminput_station_stokessurfx (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_station_STOKESSURFX", false]], "wwminput_station_stokessurfy (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_station_STOKESSURFY", false]], "wwminput_station_tauhf (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_station_TAUHF", false]], "wwminput_station_tautot (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_station_TAUTOT", false]], "wwminput_station_tauw (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.wwminput_station_TAUW", false]], "wx (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.WX", false]], "wy (rompy.swan.types.gridoptions attribute)": [[56, "rompy.swan.types.GridOptions.WY", false]], "x (rompy.core.grid.basegrid attribute)": [[8, "rompy.core.grid.BaseGrid.x", false]], "x (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.x", false]], "x (rompy.swan.subcomponents.base.xy attribute)": [[162, "rompy.swan.subcomponents.base.XY.x", false]], "x0 (rompy.core.grid.regulargrid attribute)": [[9, "rompy.core.grid.RegularGrid.x0", false]], "x0 (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.x0", false]], "xexc (rompy.swan.components.cgrid.curvilinear attribute)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.xexc", false]], "xexc_and_yexc_or_neither() (rompy.swan.components.cgrid.curvilinear method)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.xexc_and_yexc_or_neither", false]], "xgc (rompy.swan.components.boundary.boundnest2 attribute)": [[61, "rompy.swan.components.boundary.BOUNDNEST2.xgc", false]], "xgc (rompy.swan.components.boundary.boundnest3 attribute)": [[62, "rompy.swan.components.boundary.BOUNDNEST3.xgc", false]], "xlen (rompy.core.grid.regulargrid property)": [[9, "rompy.core.grid.RegularGrid.xlen", false]], "xlen (rompy.swan.subcomponents.readgrid.gridregular attribute)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.xlen", false]], "xouts (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.xouts", false]], "xp (rompy.swan.components.output.curve attribute)": [[89, "rompy.swan.components.output.CURVE.xp", false]], "xp (rompy.swan.components.output.points attribute)": [[98, "rompy.swan.components.output.POINTS.xp", false]], "xp (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.xp", false]], "xp (rompy.swan.subcomponents.physics.line attribute)": [[196, "rompy.swan.subcomponents.physics.LINE.xp", false]], "xp (rompy.swan.subcomponents.readgrid.gridregular attribute)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.xp", false]], "xp (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.XP", false]], "xp1 (rompy.swan.components.output.curve attribute)": [[89, "rompy.swan.components.output.CURVE.xp1", false]], "xp1 (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.xp1", false]], "xpinp (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.xpinp", false]], "xq (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.xq", false]], "xq1 (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.xq1", false]], "y (rompy.core.grid.basegrid attribute)": [[8, "rompy.core.grid.BaseGrid.y", false]], "y (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.y", false]], "y (rompy.swan.subcomponents.base.xy attribute)": [[162, "rompy.swan.subcomponents.base.XY.y", false]], "y0 (rompy.core.grid.regulargrid attribute)": [[9, "rompy.core.grid.RegularGrid.y0", false]], "y0 (rompy.swan.grid.swangrid attribute)": [[49, "rompy.swan.grid.SwanGrid.y0", false]], "yexc (rompy.swan.components.cgrid.curvilinear attribute)": [[65, "rompy.swan.components.cgrid.CURVILINEAR.yexc", false]], "ygc (rompy.swan.components.boundary.boundnest2 attribute)": [[61, "rompy.swan.components.boundary.BOUNDNEST2.ygc", false]], "ygc (rompy.swan.components.boundary.boundnest3 attribute)": [[62, "rompy.swan.components.boundary.BOUNDNEST3.ygc", false]], "ylen (rompy.core.grid.regulargrid property)": [[9, "rompy.core.grid.RegularGrid.ylen", false]], "ylen (rompy.swan.subcomponents.readgrid.gridregular attribute)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.ylen", false]], "youts (rompy.schism.config.schismcsiroconfig attribute)": [[30, "rompy.schism.config.SchismCSIROConfig.youts", false]], "yp (rompy.swan.components.output.curve attribute)": [[89, "rompy.swan.components.output.CURVE.yp", false]], "yp (rompy.swan.components.output.points attribute)": [[98, "rompy.swan.components.output.POINTS.yp", false]], "yp (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.yp", false]], "yp (rompy.swan.subcomponents.physics.line attribute)": [[196, "rompy.swan.subcomponents.physics.LINE.yp", false]], "yp (rompy.swan.subcomponents.readgrid.gridregular attribute)": [[210, "rompy.swan.subcomponents.readgrid.GRIDREGULAR.yp", false]], "yp (rompy.swan.types.blockoptions attribute)": [[54, "rompy.swan.types.BlockOptions.YP", false]], "yp1 (rompy.swan.components.output.curve attribute)": [[89, "rompy.swan.components.output.CURVE.yp1", false]], "yp1 (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.yp1", false]], "ypinp (rompy.swan.components.inpgrid.regular attribute)": [[76, "rompy.swan.components.inpgrid.REGULAR.ypinp", false]], "yq (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.yq", false]], "yq1 (rompy.swan.components.output.ray attribute)": [[102, "rompy.swan.components.output.RAY.yq1", false]], "z1 (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.z1", false]], "z2 (rompy.swan.data.swandatagrid attribute)": [[48, "rompy.swan.data.SwanDataGrid.z2", false]], "zb (rompy.schism.namelists.icm.icm attribute)": [[43, "rompy.schism.namelists.icm.ICM.zb", false]], "zip() (rompy.model.modelrun method)": [[11, "rompy.model.ModelRun.zip", false]]}, "objects": {"rompy.core": [[0, 0, 1, "", "BaseConfig"]], "rompy.core.BaseConfig": [[0, 1, 1, "", "checkout"], [0, 1, 1, "", "model_type"], [0, 1, 1, "", "template"]], "rompy.core.boundary": [[1, 0, 1, "", "BoundaryWaveStation"], [2, 0, 1, "", "SourceWavespectra"]], "rompy.core.boundary.BoundaryWaveStation": [[1, 2, 1, "", "assert_has_wavespectra_accessor"], [1, 3, 1, "", "ds"], [1, 4, 1, "", "get"], [1, 1, 1, "", "grid_type"], [1, 4, 1, "", "model_post_init"], [1, 1, 1, "", "sel_method"], [1, 1, 1, "", "source"]], "rompy.core.boundary.SourceWavespectra": [[2, 1, 1, "", "kwargs"], [2, 1, 1, "", "model_type"], [2, 1, 1, "", "reader"], [2, 1, 1, "", "uri"]], "rompy.core.data": [[3, 0, 1, "", "DataBlob"], [4, 0, 1, "", "DataGrid"], [5, 0, 1, "", "SourceBase"], [6, 0, 1, "", "SourceFile"], [7, 0, 1, "", "SourceIntake"]], "rompy.core.data.DataBlob": [[3, 4, 1, "", "get"], [3, 1, 1, "", "id"], [3, 1, 1, "", "link"], [3, 4, 1, "", "model_post_init"], [3, 1, 1, "", "model_type"], [3, 1, 1, "", "source"]], "rompy.core.data.DataGrid": [[4, 1, 1, "", "buffer"], [4, 1, 1, "", "coords"], [4, 1, 1, "", "crop_data"], [4, 3, 1, "", "ds"], [4, 1, 1, "", "filter"], [4, 4, 1, "", "get"], [4, 4, 1, "", "model_post_init"], [4, 1, 1, "", "model_type"], [4, 3, 1, "", "outfile"], [4, 4, 1, "", "plot"], [4, 1, 1, "", "source"], [4, 1, 1, "", "time_buffer"], [4, 1, 1, "", "variables"]], "rompy.core.data.SourceBase": [[5, 1, 1, "", "model_type"], [5, 4, 1, "", "open"]], "rompy.core.data.SourceFile": [[6, 1, 1, "", "kwargs"], [6, 1, 1, "", "model_type"], [6, 1, 1, "", "uri"]], "rompy.core.data.SourceIntake": [[7, 3, 1, "", "catalog"], [7, 1, 1, "", "catalog_uri"], [7, 1, 1, "", "catalog_yaml"], [7, 2, 1, "", "check_catalog"], [7, 1, 1, "", "dataset_id"], [7, 1, 1, "", "kwargs"], [7, 1, 1, "", "model_type"]], "rompy.core.grid": [[8, 0, 1, "", "BaseGrid"], [9, 0, 1, "", "RegularGrid"]], "rompy.core.grid.BaseGrid": [[8, 4, 1, "", "bbox"], [8, 4, 1, "", "boundary"], [8, 4, 1, "", "boundary_points"], [8, 1, 1, "", "grid_type"], [8, 3, 1, "", "maxx"], [8, 3, 1, "", "maxy"], [8, 3, 1, "", "minx"], [8, 3, 1, "", "miny"], [8, 4, 1, "", "plot"], [8, 1, 1, "", "x"], [8, 1, 1, "", "y"]], "rompy.core.grid.RegularGrid": [[9, 1, 1, "", "dx"], [9, 1, 1, "", "dy"], [9, 2, 1, "", "generate"], [9, 1, 1, "", "grid_type"], [9, 1, 1, "", "nx"], [9, 1, 1, "", "ny"], [9, 1, 1, "", "rot"], [9, 1, 1, "", "x0"], [9, 3, 1, "", "xlen"], [9, 1, 1, "", "y0"], [9, 3, 1, "", "ylen"]], "rompy.core.spectrum": [[10, 0, 1, "", "LogFrequency"]], "rompy.core.spectrum.LogFrequency": [[10, 1, 1, "", "f0"], [10, 1, 1, "", "f1"], [10, 1, 1, "", "finc"], [10, 3, 1, "", "flen"], [10, 3, 1, "", "gamma"], [10, 2, 1, "", "init_options"], [10, 1, 1, "", "model_type"], [10, 1, 1, "", "nbin"], [10, 3, 1, "", "nf"]], "rompy.model": [[11, 0, 1, "", "ModelRun"]], "rompy.model.ModelRun": [[11, 1, 1, "", "config"], [11, 4, 1, "", "generate"], [11, 4, 1, "", "model_post_init"], [11, 1, 1, "", "output_dir"], [11, 1, 1, "", "period"], [11, 1, 1, "", "run_id"], [11, 3, 1, "", "staging_dir"], [11, 4, 1, "", "zip"]], "rompy.schism.config": [[30, 0, 1, "", "SchismCSIROConfig"]], "rompy.schism.config.SchismCSIROConfig": [[30, 1, 1, "", "CGPP"], [30, 1, 1, "", "CPP"], [30, 1, 1, "", "DM"], [30, 1, 1, "", "DPEAK"], [30, 1, 1, "", "DSPR"], [30, 1, 1, "", "HS"], [30, 1, 1, "", "KPP"], [30, 1, 1, "", "LPP"], [30, 1, 1, "", "ORBITAL"], [30, 1, 1, "", "PEAKD"], [30, 1, 1, "", "PEAKDSPR"], [30, 1, 1, "", "TM01"], [30, 1, 1, "", "TM02"], [30, 1, 1, "", "TPP"], [30, 1, 1, "", "TPPD"], [30, 1, 1, "", "UBOT"], [30, 1, 1, "", "WNPP"], [30, 1, 1, "", "ac"], [30, 1, 1, "", "brcrYN"], [30, 1, 1, "", "currYN"], [30, 1, 1, "", "data"], [30, 1, 1, "", "definetc"], [30, 1, 1, "", "deltc"], [30, 1, 1, "", "deltc_out"], [30, 1, 1, "", "dramp"], [30, 1, 1, "", "drampwafo"], [30, 1, 1, "", "drampwind"], [30, 1, 1, "", "dzb_decayYN"], [30, 1, 1, "", "extrap"], [30, 1, 1, "", "extrapYN"], [30, 1, 1, "", "filewind"], [30, 1, 1, "", "fricc"], [30, 1, 1, "", "grid"], [30, 1, 1, "", "h1_bcc"], [30, 1, 1, "", "h2_bcc"], [30, 1, 1, "", "h_bcc1"], [30, 1, 1, "", "ibreak"], [30, 1, 1, "", "ibtrack_openbndYN"], [30, 1, 1, "", "ic_elev"], [30, 1, 1, "", "icou_elfe_wwm"], [30, 1, 1, "", "ihfskip"], [30, 1, 1, "", "ihot"], [30, 1, 1, "", "inv_atm_bnd"], [30, 1, 1, "", "iout_sta"], [30, 1, 1, "", "iouts"], [30, 1, 1, "", "iwbl"], [30, 1, 1, "", "iwind_form"], [30, 1, 1, "", "iwindoffYN"], [30, 1, 1, "", "limfak"], [30, 1, 1, "", "lindsprdeg"], [30, 1, 1, "", "lsourceswam"], [30, 1, 1, "", "lsp2d"], [30, 1, 1, "", "mdc2"], [30, 1, 1, "", "melim"], [30, 1, 1, "", "mesbf"], [30, 1, 1, "", "mesin"], [30, 1, 1, "", "model_type"], [30, 1, 1, "", "msc2"], [30, 1, 1, "", "nadv"], [30, 1, 1, "", "nchi"], [30, 1, 1, "", "nouts"], [30, 1, 1, "", "nstep_wwm"], [30, 1, 1, "", "outstyle"], [30, 1, 1, "", "param_iof_hydro1"], [30, 1, 1, "", "param_iof_hydro10"], [30, 1, 1, "", "param_iof_hydro11"], [30, 1, 1, "", "param_iof_hydro12"], [30, 1, 1, "", "param_iof_hydro13"], [30, 1, 1, "", "param_iof_hydro14"], [30, 1, 1, "", "param_iof_hydro15"], [30, 1, 1, "", "param_iof_hydro16"], [30, 1, 1, "", "param_iof_hydro17"], [30, 1, 1, "", "param_iof_hydro18"], [30, 1, 1, "", "param_iof_hydro19"], [30, 1, 1, "", "param_iof_hydro2"], [30, 1, 1, "", "param_iof_hydro20"], [30, 1, 1, "", "param_iof_hydro21"], [30, 1, 1, "", "param_iof_hydro22"], [30, 1, 1, "", "param_iof_hydro23"], [30, 1, 1, "", "param_iof_hydro24"], [30, 1, 1, "", "param_iof_hydro25"], [30, 1, 1, "", "param_iof_hydro26"], [30, 1, 1, "", "param_iof_hydro27"], [30, 1, 1, "", "param_iof_hydro28"], [30, 1, 1, "", "param_iof_hydro29"], [30, 1, 1, "", "param_iof_hydro3"], [30, 1, 1, "", "param_iof_hydro30"], [30, 1, 1, "", "param_iof_hydro4"], [30, 1, 1, "", "param_iof_hydro5"], [30, 1, 1, "", "param_iof_hydro6"], [30, 1, 1, "", "param_iof_hydro7"], [30, 1, 1, "", "param_iof_hydro8"], [30, 1, 1, "", "param_iof_hydro9"], [30, 1, 1, "", "param_nhot"], [30, 1, 1, "", "param_nhot_write"], [30, 1, 1, "", "param_nhot_writeYN"], [30, 1, 1, "", "param_nspool_sta"], [30, 1, 1, "", "project"], [30, 1, 1, "", "rlatitude"], [30, 1, 1, "", "sav_cdYN"], [30, 1, 1, "", "sfea0"], [30, 1, 1, "", "slam0"], [30, 1, 1, "", "template"], [30, 1, 1, "", "thetai"], [30, 1, 1, "", "time_step"], [30, 1, 1, "", "utc_start"], [30, 2, 1, "", "validate_bottom_friction"], [30, 1, 1, "", "walvYN"], [30, 1, 1, "", "wbdm"], [30, 1, 1, "", "windYN"], [30, 1, 1, "", "wwm1"], [30, 1, 1, "", "wwm10"], [30, 1, 1, "", "wwm11"], [30, 1, 1, "", "wwm12"], [30, 1, 1, "", "wwm13"], [30, 1, 1, "", "wwm14"], [30, 1, 1, "", "wwm15"], [30, 1, 1, "", "wwm16"], [30, 1, 1, "", "wwm17"], [30, 1, 1, "", "wwm18"], [30, 1, 1, "", "wwm19"], [30, 1, 1, "", "wwm2"], [30, 1, 1, "", "wwm20"], [30, 1, 1, "", "wwm21"], [30, 1, 1, "", "wwm22"], [30, 1, 1, "", "wwm23"], [30, 1, 1, "", "wwm24"], [30, 1, 1, "", "wwm25"], [30, 1, 1, "", "wwm26"], [30, 1, 1, "", "wwm27"], [30, 1, 1, "", "wwm28"], [30, 1, 1, "", "wwm29"], [30, 1, 1, "", "wwm3"], [30, 1, 1, "", "wwm30"], [30, 1, 1, "", "wwm31"], [30, 1, 1, "", "wwm31YN"], [30, 1, 1, "", "wwm32"], [30, 1, 1, "", "wwm32YN"], [30, 1, 1, "", "wwm33"], [30, 1, 1, "", "wwm33YN"], [30, 1, 1, "", "wwm34"], [30, 1, 1, "", "wwm34YN"], [30, 1, 1, "", "wwm35"], [30, 1, 1, "", "wwm35YN"], [30, 1, 1, "", "wwm36"], [30, 1, 1, "", "wwm36YN"], [30, 1, 1, "", "wwm37"], [30, 1, 1, "", "wwm37YN"], [30, 1, 1, "", "wwm4"], [30, 1, 1, "", "wwm5"], [30, 1, 1, "", "wwm6"], [30, 1, 1, "", "wwm7"], [30, 1, 1, "", "wwm8"], [30, 1, 1, "", "wwm9"], [30, 1, 1, "", "wwminput_LHOTF"], [30, 1, 1, "", "wwminput_LHOTR"], [30, 1, 1, "", "wwminput_LINID"], [30, 1, 1, "", "wwminput_history_DEP"], [30, 1, 1, "", "wwminput_history_OUTSTYLE"], [30, 1, 1, "", "wwminput_history_STOKESBAROX"], [30, 1, 1, "", "wwminput_history_STOKESBAROY"], [30, 1, 1, "", "wwminput_history_STOKESSURFX"], [30, 1, 1, "", "wwminput_history_STOKESSURFY"], [30, 1, 1, "", "wwminput_history_TAUHF"], [30, 1, 1, "", "wwminput_history_TAUTOT"], [30, 1, 1, "", "wwminput_history_TAUW"], [30, 1, 1, "", "wwminput_hotfile_deltc_out"], [30, 1, 1, "", "wwminput_station_DEP"], [30, 1, 1, "", "wwminput_station_OUTSTYLE"], [30, 1, 1, "", "wwminput_station_STOKESBAROX"], [30, 1, 1, "", "wwminput_station_STOKESBAROY"], [30, 1, 1, "", "wwminput_station_STOKESSURFX"], [30, 1, 1, "", "wwminput_station_STOKESSURFY"], [30, 1, 1, "", "wwminput_station_TAUHF"], [30, 1, 1, "", "wwminput_station_TAUTOT"], [30, 1, 1, "", "wwminput_station_TAUW"], [30, 1, 1, "", "xouts"], [30, 1, 1, "", "youts"]], "rompy.schism.data": [[31, 0, 1, "", "SCHISMData"], [32, 0, 1, "", "SCHISMDataBoundary"], [33, 0, 1, "", "SCHISMDataOcean"], [34, 0, 1, "", "SCHISMDataSflux"], [35, 0, 1, "", "SCHISMDataTides"], [36, 0, 1, "", "SCHISMDataWave"], [37, 0, 1, "", "SfluxAir"], [38, 0, 1, "", "SfluxPrc"], [39, 0, 1, "", "SfluxRad"], [40, 0, 1, "", "SfluxSource"]], "rompy.schism.data.SCHISMData": [[31, 1, 1, "", "atmos"], [31, 1, 1, "", "data_type"], [31, 4, 1, "", "get"], [31, 1, 1, "", "ocean"], [31, 1, 1, "", "tides"], [31, 1, 1, "", "wave"]], "rompy.schism.data.SCHISMDataBoundary": [[32, 4, 1, "", "boundary_ds"], [32, 1, 1, "", "data_type"], [32, 4, 1, "", "get"], [32, 1, 1, "", "id"], [32, 1, 1, "", "interpolate_missing_coastal"], [32, 4, 1, "", "model_post_init"], [32, 1, 1, "", "sel_method"], [32, 1, 1, "", "time_buffer"], [32, 1, 1, "", "variable"]], "rompy.schism.data.SCHISMDataOcean": [[33, 1, 1, "", "SAL_3D"], [33, 1, 1, "", "TEM_3D"], [33, 1, 1, "", "data_type"], [33, 1, 1, "", "elev2D"], [33, 4, 1, "", "get"], [33, 2, 1, "", "not_yet_implemented"], [33, 2, 1, "", "set_id"], [33, 1, 1, "", "uv3D"]], "rompy.schism.data.SCHISMDataSflux": [[34, 1, 1, "", "air_1"], [34, 1, 1, "", "air_2"], [34, 2, 1, "", "check_weights"], [34, 1, 1, "", "data_type"], [34, 4, 1, "", "get"], [34, 1, 1, "", "prc_1"], [34, 1, 1, "", "prc_2"], [34, 1, 1, "", "rad_1"], [34, 1, 1, "", "rad_2"]], "rompy.schism.data.SCHISMDataTides": [[35, 1, 1, "", "add_earth_tidal"], [35, 1, 1, "", "constituents"], [35, 1, 1, "", "cutoff_depth"], [35, 1, 1, "", "data_type"], [35, 1, 1, "", "database"], [35, 1, 1, "", "ethconst"], [35, 1, 1, "", "flags"], [35, 4, 1, "", "get"], [35, 1, 1, "", "relax"], [35, 1, 1, "", "sobc"], [35, 1, 1, "", "sthconst"], [35, 1, 1, "", "tidal_data"], [35, 1, 1, "", "tobc"], [35, 1, 1, "", "tthconst"], [35, 1, 1, "", "vthconst"]], "rompy.schism.data.SCHISMDataWave": [[36, 1, 1, "", "data_type"], [36, 4, 1, "", "get"], [36, 4, 1, "", "model_post_init"], [36, 1, 1, "", "sel_method"], [36, 1, 1, "", "sel_method_kwargs"], [36, 1, 1, "", "time_buffer"]], "rompy.schism.data.SfluxAir": [[37, 1, 1, "", "data_type"], [37, 3, 1, "", "ds"], [37, 4, 1, "", "model_post_init"], [37, 1, 1, "", "prmsl_name"], [37, 1, 1, "", "spfh_name"], [37, 1, 1, "", "stmp_name"], [37, 1, 1, "", "uwind_name"], [37, 1, 1, "", "vwind_name"]], "rompy.schism.data.SfluxPrc": [[38, 1, 1, "", "data_type"], [38, 4, 1, "", "model_post_init"], [38, 1, 1, "", "prate_name"]], "rompy.schism.data.SfluxRad": [[39, 1, 1, "", "data_type"], [39, 1, 1, "", "dlwrf_name"], [39, 1, 1, "", "dswrf_name"], [39, 4, 1, "", "model_post_init"]], "rompy.schism.data.SfluxSource": [[40, 1, 1, "", "data_type"], [40, 3, 1, "", "ds"], [40, 1, 1, "", "fail_if_missing"], [40, 1, 1, "", "id"], [40, 1, 1, "", "max_window_hours"], [40, 4, 1, "", "model_post_init"], [40, 3, 1, "", "namelist"], [40, 3, 1, "", "outfile"], [40, 1, 1, "", "relative_weight"], [40, 1, 1, "", "time_buffer"]], "rompy.schism.namelists.cosine": [[41, 0, 1, "", "COSINE"]], "rompy.schism.namelists.cosine.COSINE": [[41, 1, 1, "", "core"], [41, 1, 1, "", "marco"], [41, 1, 1, "", "misc"]], "rompy.schism.namelists.ice": [[42, 0, 1, "", "ICE"]], "rompy.schism.namelists.ice.ICE": [[42, 1, 1, "", "ice_in"]], "rompy.schism.namelists.icm": [[43, 0, 1, "", "ICM"]], "rompy.schism.namelists.icm.ICM": [[43, 1, 1, "", "bag"], [43, 1, 1, "", "core"], [43, 1, 1, "", "ero"], [43, 1, 1, "", "marco"], [43, 1, 1, "", "ph_icm"], [43, 1, 1, "", "poc"], [43, 1, 1, "", "sav"], [43, 1, 1, "", "sfm"], [43, 1, 1, "", "silica"], [43, 1, 1, "", "stem"], [43, 1, 1, "", "veg"], [43, 1, 1, "", "zb"]], "rompy.schism.namelists.param": [[44, 0, 1, "", "PARAM"]], "rompy.schism.namelists.param.PARAM": [[44, 1, 1, "", "core"], [44, 1, 1, "", "opt"], [44, 1, 1, "", "schout"], [44, 1, 1, "", "vertical"]], "rompy.schism.namelists.sediment": [[45, 0, 1, "", "SEDIMENT"]], "rompy.schism.namelists.sediment.SEDIMENT": [[45, 1, 1, "", "sed_opt"], [45, 1, 1, "", "set_core"]], "rompy.swan.boundary": [[47, 0, 1, "", "Boundnest1"]], "rompy.swan.boundary.Boundnest1": [[47, 1, 1, "", "buffer"], [47, 1, 1, "", "coords"], [47, 1, 1, "", "crop_data"], [47, 1, 1, "", "filter"], [47, 4, 1, "", "get"], [47, 1, 1, "", "grid_type"], [47, 1, 1, "", "id"], [47, 1, 1, "", "link"], [47, 4, 1, "", "model_post_init"], [47, 1, 1, "", "model_type"], [47, 1, 1, "", "rectangle"], [47, 1, 1, "", "sel_method"], [47, 1, 1, "", "sel_method_kwargs"], [47, 1, 1, "", "source"], [47, 1, 1, "", "spacing"], [47, 1, 1, "", "time_buffer"], [47, 1, 1, "", "variables"]], "rompy.swan.components.boundary": [[60, 0, 1, "", "BOUNDNEST1"], [61, 0, 1, "", "BOUNDNEST2"], [62, 0, 1, "", "BOUNDNEST3"], [63, 0, 1, "", "BOUNDSPEC"], [64, 0, 1, "", "INITIAL"]], "rompy.swan.components.boundary.BOUNDNEST1": [[60, 4, 1, "", "cmd"], [60, 1, 1, "", "fname"], [60, 1, 1, "", "model_type"], [60, 1, 1, "", "rectangle"]], "rompy.swan.components.boundary.BOUNDNEST2": [[61, 4, 1, "", "cmd"], [61, 1, 1, "", "fname"], [61, 1, 1, "", "format"], [61, 3, 1, "", "format_str"], [61, 1, 1, "", "lwdate"], [61, 1, 1, "", "model_type"], [61, 1, 1, "", "xgc"], [61, 1, 1, "", "ygc"]], "rompy.swan.components.boundary.BOUNDNEST3": [[62, 4, 1, "", "cmd"], [62, 1, 1, "", "fname"], [62, 1, 1, "", "format"], [62, 1, 1, "", "model_type"], [62, 1, 1, "", "rectangle"], [62, 1, 1, "", "xgc"], [62, 1, 1, "", "ygc"]], "rompy.swan.components.boundary.BOUNDSPEC": [[63, 4, 1, "", "cmd"], [63, 1, 1, "", "data"], [63, 1, 1, "", "location"], [63, 1, 1, "", "model_type"], [63, 1, 1, "", "shapespec"]], "rompy.swan.components.boundary.INITIAL": [[64, 4, 1, "", "cmd"], [64, 1, 1, "", "kind"], [64, 1, 1, "", "model_type"]], "rompy.swan.components.cgrid": [[65, 0, 1, "", "CURVILINEAR"], [66, 0, 1, "", "REGULAR"], [67, 0, 1, "", "UNSTRUCTURED"]], "rompy.swan.components.cgrid.CURVILINEAR": [[65, 4, 1, "", "cmd"], [65, 3, 1, "", "exception"], [65, 3, 1, "", "format_repr"], [65, 1, 1, "", "model_type"], [65, 1, 1, "", "mxc"], [65, 1, 1, "", "myc"], [65, 1, 1, "", "readcoord"], [65, 1, 1, "", "spectrum"], [65, 1, 1, "", "xexc"], [65, 2, 1, "", "xexc_and_yexc_or_neither"], [65, 1, 1, "", "yexc"]], "rompy.swan.components.cgrid.REGULAR": [[66, 4, 1, "", "cmd"], [66, 1, 1, "", "grid"], [66, 2, 1, "", "grid_suffix"], [66, 1, 1, "", "model_type"], [66, 1, 1, "", "spectrum"]], "rompy.swan.components.cgrid.UNSTRUCTURED": [[67, 2, 1, "", "check_fname_required"], [67, 4, 1, "", "cmd"], [67, 1, 1, "", "fname"], [67, 1, 1, "", "grid_type"], [67, 1, 1, "", "model_type"], [67, 1, 1, "", "spectrum"]], "rompy.swan.components.group": [[68, 0, 1, "", "BaseGroupComponent"], [69, 0, 1, "", "INPGRIDS"], [70, 0, 1, "", "LOCKUP"], [71, 0, 1, "", "OUTPUT"], [72, 0, 1, "", "PHYSICS"], [73, 0, 1, "", "STARTUP"]], "rompy.swan.components.group.BaseGroupComponent": [[68, 1, 1, "", "model_type"], [68, 4, 1, "", "render"]], "rompy.swan.components.group.INPGRIDS": [[69, 4, 1, "", "cmd"], [69, 2, 1, "", "ensure_unique_grid_type"], [69, 1, 1, "", "inpgrids"], [69, 1, 1, "", "model_type"]], "rompy.swan.components.group.LOCKUP": [[70, 4, 1, "", "cmd"], [70, 1, 1, "", "compute"], [70, 1, 1, "", "model_type"]], "rompy.swan.components.group.OUTPUT": [[71, 1, 1, "", "block"], [71, 2, 1, "", "block_with_frame_or_group"], [71, 4, 1, "", "cmd"], [71, 1, 1, "", "curve"], [71, 1, 1, "", "frame"], [71, 1, 1, "", "group"], [71, 1, 1, "", "isoline"], [71, 2, 1, "", "isoline_ray_defined"], [71, 3, 1, "", "locations_set"], [71, 2, 1, "", "locations_sname_unique"], [71, 4, 1, "", "model_post_init"], [71, 1, 1, "", "model_type"], [71, 1, 1, "", "nestout"], [71, 1, 1, "", "ngrid"], [71, 2, 1, "", "ngrid_and_nestout"], [71, 1, 1, "", "output_options"], [71, 1, 1, "", "points"], [71, 1, 1, "", "quantity"], [71, 1, 1, "", "ray"], [71, 3, 1, "", "snames"], [71, 1, 1, "", "specout"], [71, 1, 1, "", "table"], [71, 1, 1, "", "test"], [71, 2, 1, "", "write_locations_exists"], [71, 3, 1, "", "write_set"]], "rompy.swan.components.group.PHYSICS": [[72, 1, 1, "", "bragg"], [72, 1, 1, "", "breaking"], [72, 4, 1, "", "cmd"], [72, 1, 1, "", "deactivate"], [72, 2, 1, "", "deactivate_physics"], [72, 1, 1, "", "diffraction"], [72, 1, 1, "", "friction"], [72, 1, 1, "", "gen"], [72, 1, 1, "", "limiter"], [72, 1, 1, "", "model_type"], [72, 1, 1, "", "mud"], [72, 1, 1, "", "negatinp"], [72, 2, 1, "", "negatinp_only_with_zieger"], [72, 1, 1, "", "obstacle"], [72, 1, 1, "", "quadrupl"], [72, 1, 1, "", "scat"], [72, 1, 1, "", "setup"], [72, 1, 1, "", "sice"], [72, 1, 1, "", "sswell"], [72, 1, 1, "", "surfbeat"], [72, 1, 1, "", "triad"], [72, 1, 1, "", "turbulence"], [72, 1, 1, "", "vegetation"], [72, 1, 1, "", "wcapping"]], "rompy.swan.components.group.STARTUP": [[73, 4, 1, "", "cmd"], [73, 1, 1, "", "coordinates"], [73, 1, 1, "", "mode"], [73, 1, 1, "", "model_type"], [73, 1, 1, "", "project"], [73, 1, 1, "", "set"]], "rompy.swan.components.inpgrid": [[74, 0, 1, "", "CURVILINEAR"], [75, 0, 1, "", "ICE"], [76, 0, 1, "", "REGULAR"], [77, 0, 1, "", "UNSTRUCTURED"], [78, 0, 1, "", "WIND"]], "rompy.swan.components.inpgrid.CURVILINEAR": [[74, 4, 1, "", "cmd"], [74, 1, 1, "", "excval"], [74, 1, 1, "", "grid_type"], [74, 1, 1, "", "model_type"], [74, 1, 1, "", "mxinp"], [74, 1, 1, "", "myinp"], [74, 1, 1, "", "nonstationary"], [74, 1, 1, "", "readinp"], [74, 1, 1, "", "stagrx"], [74, 1, 1, "", "stagry"]], "rompy.swan.components.inpgrid.ICE": [[75, 1, 1, "", "aice"], [75, 4, 1, "", "cmd"], [75, 1, 1, "", "hice"], [75, 1, 1, "", "model_type"]], "rompy.swan.components.inpgrid.REGULAR": [[76, 1, 1, "", "alpinp"], [76, 4, 1, "", "cmd"], [76, 1, 1, "", "dxinp"], [76, 1, 1, "", "dyinp"], [76, 1, 1, "", "excval"], [76, 1, 1, "", "grid_type"], [76, 1, 1, "", "model_type"], [76, 1, 1, "", "mxinp"], [76, 1, 1, "", "myinp"], [76, 1, 1, "", "nonstationary"], [76, 1, 1, "", "readinp"], [76, 1, 1, "", "xpinp"], [76, 1, 1, "", "ypinp"]], "rompy.swan.components.inpgrid.UNSTRUCTURED": [[77, 4, 1, "", "cmd"], [77, 1, 1, "", "excval"], [77, 1, 1, "", "grid_type"], [77, 1, 1, "", "model_type"], [77, 1, 1, "", "nonstationary"], [77, 1, 1, "", "readinp"]], "rompy.swan.components.inpgrid.WIND": [[78, 4, 1, "", "cmd"], [78, 1, 1, "", "dir"], [78, 1, 1, "", "model_type"], [78, 1, 1, "", "vel"]], "rompy.swan.components.lockup": [[79, 0, 1, "", "COMPUTE"], [80, 0, 1, "", "COMPUTE_NONSTAT"], [81, 0, 1, "", "COMPUTE_STAT"], [82, 0, 1, "", "HOTFILE"], [83, 0, 1, "", "STOP"]], "rompy.swan.components.lockup.COMPUTE": [[79, 4, 1, "", "cmd"], [79, 1, 1, "", "i0"], [79, 1, 1, "", "i1"], [79, 1, 1, "", "model_type"], [79, 1, 1, "", "times"], [79, 2, 1, "", "times_suffix"]], "rompy.swan.components.lockup.COMPUTE_NONSTAT": [[80, 4, 1, "", "cmd"], [80, 1, 1, "", "initstat"], [80, 1, 1, "", "model_type"], [80, 1, 1, "", "times"], [80, 2, 1, "", "times_suffix"]], "rompy.swan.components.lockup.COMPUTE_STAT": [[81, 4, 1, "", "cmd"], [81, 1, 1, "", "hotfile"], [81, 2, 1, "", "hotfile_with_hottimes"], [81, 3, 1, "", "hotids"], [81, 1, 1, "", "hottimes"], [81, 1, 1, "", "model_type"], [81, 1, 1, "", "suffix"], [81, 1, 1, "", "times"], [81, 2, 1, "", "timestamp_to_datetime"]], "rompy.swan.components.lockup.HOTFILE": [[82, 4, 1, "", "cmd"], [82, 1, 1, "", "fname"], [82, 1, 1, "", "format"], [82, 1, 1, "", "model_type"]], "rompy.swan.components.lockup.STOP": [[83, 4, 1, "", "cmd"], [83, 1, 1, "", "model_type"]], "rompy.swan.components.numerics": [[84, 0, 1, "", "NUMERIC"], [85, 0, 1, "", "PROP"]], "rompy.swan.components.numerics.NUMERIC": [[84, 4, 1, "", "cmd"], [84, 1, 1, "", "csigma"], [84, 1, 1, "", "ctheta"], [84, 1, 1, "", "dirimpl"], [84, 1, 1, "", "model_type"], [84, 1, 1, "", "setup"], [84, 1, 1, "", "sigimpl"], [84, 1, 1, "", "stop"]], "rompy.swan.components.numerics.PROP": [[85, 4, 1, "", "cmd"], [85, 1, 1, "", "model_type"], [85, 1, 1, "", "scheme"]], "rompy.swan.components.output": [[86, 0, 1, "", "BLOCK"], [87, 0, 1, "", "BaseLocation"], [88, 0, 1, "", "BaseWrite"], [89, 0, 1, "", "CURVE"], [90, 0, 1, "", "CURVES"], [91, 0, 1, "", "FRAME"], [92, 0, 1, "", "GROUP"], [93, 0, 1, "", "ISOLINE"], [94, 0, 1, "", "NESTOUT"], [95, 0, 1, "", "NGRID"], [96, 0, 1, "", "NGRID_UNSTRUCTURED"], [97, 0, 1, "", "OUTPUT_OPTIONS"], [98, 0, 1, "", "POINTS"], [99, 0, 1, "", "POINTS_FILE"], [100, 0, 1, "", "QUANTITIES"], [101, 0, 1, "", "QUANTITY"], [102, 0, 1, "", "RAY"], [103, 0, 1, "", "SPECOUT"], [104, 0, 1, "", "TABLE"], [105, 0, 1, "", "TEST"]], "rompy.swan.components.output.BLOCK": [[86, 4, 1, "", "cmd"], [86, 1, 1, "", "header"], [86, 1, 1, "", "idla"], [86, 1, 1, "", "model_type"], [86, 1, 1, "", "output"], [86, 3, 1, "", "suffix"], [86, 1, 1, "", "unit"], [86, 2, 1, "", "validate_idla"]], "rompy.swan.components.output.BaseLocation": [[87, 4, 1, "", "cmd"], [87, 1, 1, "", "model_type"], [87, 2, 1, "", "not_special_name"], [87, 1, 1, "", "sname"]], "rompy.swan.components.output.BaseWrite": [[88, 4, 1, "", "cmd"], [88, 1, 1, "", "fname"], [88, 1, 1, "", "model_type"], [88, 1, 1, "", "sname"], [88, 3, 1, "", "suffix"], [88, 1, 1, "", "times"], [88, 2, 1, "", "validate_special_names"], [88, 2, 1, "", "validate_times"]], "rompy.swan.components.output.CURVE": [[89, 4, 1, "", "cmd"], [89, 2, 1, "", "ensure_equal_size"], [89, 1, 1, "", "model_type"], [89, 1, 1, "", "npts"], [89, 1, 1, "", "xp"], [89, 1, 1, "", "xp1"], [89, 1, 1, "", "yp"], [89, 1, 1, "", "yp1"]], "rompy.swan.components.output.CURVES": [[90, 4, 1, "", "cmd"], [90, 1, 1, "", "curves"], [90, 1, 1, "", "model_type"], [90, 3, 1, "", "sname"]], "rompy.swan.components.output.FRAME": [[91, 4, 1, "", "cmd"], [91, 1, 1, "", "grid"], [91, 2, 1, "", "grid_suffix"], [91, 1, 1, "", "model_type"]], "rompy.swan.components.output.GROUP": [[92, 4, 1, "", "cmd"], [92, 1, 1, "", "ix1"], [92, 1, 1, "", "ix2"], [92, 1, 1, "", "iy1"], [92, 1, 1, "", "iy2"], [92, 1, 1, "", "model_type"]], "rompy.swan.components.output.ISOLINE": [[93, 4, 1, "", "cmd"], [93, 1, 1, "", "dep"], [93, 1, 1, "", "dep_type"], [93, 1, 1, "", "model_type"], [93, 1, 1, "", "rname"]], "rompy.swan.components.output.NESTOUT": [[94, 4, 1, "", "cmd"], [94, 1, 1, "", "model_type"], [94, 3, 1, "", "suffix"]], "rompy.swan.components.output.NGRID": [[95, 4, 1, "", "cmd"], [95, 1, 1, "", "grid"], [95, 2, 1, "", "grid_suffix"], [95, 1, 1, "", "model_type"]], "rompy.swan.components.output.NGRID_UNSTRUCTURED": [[96, 4, 1, "", "cmd"], [96, 1, 1, "", "fname"], [96, 1, 1, "", "kind"], [96, 1, 1, "", "model_type"]], "rompy.swan.components.output.OUTPUT_OPTIONS": [[97, 4, 1, "", "cmd"], [97, 1, 1, "", "comment"], [97, 1, 1, "", "field"], [97, 1, 1, "", "len"], [97, 1, 1, "", "model_type"], [97, 1, 1, "", "ndec_block"], [97, 1, 1, "", "ndec_spec"]], "rompy.swan.components.output.POINTS": [[98, 4, 1, "", "cmd"], [98, 2, 1, "", "ensure_equal_size"], [98, 1, 1, "", "model_type"], [98, 1, 1, "", "xp"], [98, 1, 1, "", "yp"]], "rompy.swan.components.output.POINTS_FILE": [[99, 4, 1, "", "cmd"], [99, 1, 1, "", "fname"], [99, 1, 1, "", "model_type"]], "rompy.swan.components.output.QUANTITIES": [[100, 4, 1, "", "cmd"], [100, 1, 1, "", "model_type"], [100, 1, 1, "", "quantities"]], "rompy.swan.components.output.QUANTITY": [[101, 4, 1, "", "cmd"], [101, 1, 1, "", "coord"], [101, 1, 1, "", "excv"], [101, 1, 1, "", "fmax"], [101, 1, 1, "", "fmin"], [101, 1, 1, "", "fswell"], [101, 1, 1, "", "hexp"], [101, 1, 1, "", "lexp"], [101, 1, 1, "", "long"], [101, 1, 1, "", "model_type"], [101, 1, 1, "", "noswll"], [101, 1, 1, "", "output"], [101, 1, 1, "", "power"], [101, 1, 1, "", "ref"], [101, 1, 1, "", "short"]], "rompy.swan.components.output.RAY": [[102, 4, 1, "", "cmd"], [102, 2, 1, "", "ensure_equal_size"], [102, 1, 1, "", "model_type"], [102, 1, 1, "", "npts"], [102, 1, 1, "", "rname"], [102, 1, 1, "", "xp"], [102, 1, 1, "", "xp1"], [102, 1, 1, "", "xq"], [102, 1, 1, "", "xq1"], [102, 1, 1, "", "yp"], [102, 1, 1, "", "yp1"], [102, 1, 1, "", "yq"], [102, 1, 1, "", "yq1"]], "rompy.swan.components.output.SPECOUT": [[103, 4, 1, "", "cmd"], [103, 1, 1, "", "dim"], [103, 1, 1, "", "freq"], [103, 1, 1, "", "model_type"], [103, 3, 1, "", "suffix"]], "rompy.swan.components.output.TABLE": [[104, 4, 1, "", "cmd"], [104, 1, 1, "", "format"], [104, 1, 1, "", "model_type"], [104, 1, 1, "", "output"], [104, 3, 1, "", "suffix"]], "rompy.swan.components.output.TEST": [[105, 2, 1, "", "at_least_one"], [105, 4, 1, "", "cmd"], [105, 1, 1, "", "fname_par"], [105, 1, 1, "", "fname_s1d"], [105, 1, 1, "", "fname_s2d"], [105, 1, 1, "", "itest"], [105, 1, 1, "", "itrace"], [105, 1, 1, "", "model_type"], [105, 1, 1, "", "points"], [105, 2, 1, "", "validate_points"]], "rompy.swan.components.physics": [[106, 0, 1, "", "BRAGG"], [107, 0, 1, "", "BRAGG_FILE"], [108, 0, 1, "", "BRAGG_FT"], [109, 0, 1, "", "BREAKING_BKD"], [110, 0, 1, "", "BREAKING_CONSTANT"], [111, 0, 1, "", "DIFFRACTION"], [112, 0, 1, "", "FRICTION_COLLINS"], [113, 0, 1, "", "FRICTION_JONSWAP"], [114, 0, 1, "", "FRICTION_MADSEN"], [115, 0, 1, "", "FRICTION_RIPPLES"], [116, 0, 1, "", "GEN1"], [117, 0, 1, "", "GEN2"], [118, 0, 1, "", "GEN3"], [119, 0, 1, "", "LIMITER"], [120, 0, 1, "", "MUD"], [121, 0, 1, "", "NEGATINP"], [122, 0, 1, "", "OBSTACLE"], [123, 0, 1, "", "OBSTACLES"], [124, 0, 1, "", "OBSTACLE_FIG"], [125, 0, 1, "", "OFF"], [126, 0, 1, "", "OFFS"], [127, 0, 1, "", "QUADRUPL"], [128, 0, 1, "", "SCAT"], [129, 0, 1, "", "SETUP"], [130, 0, 1, "", "SICE"], [131, 0, 1, "", "SICE_D15"], [132, 0, 1, "", "SICE_M18"], [133, 0, 1, "", "SICE_R19"], [134, 0, 1, "", "SICE_R21B"], [135, 0, 1, "", "SSWELL_ARDHUIN"], [136, 0, 1, "", "SSWELL_ROGERS"], [137, 0, 1, "", "SSWELL_ZIEGER"], [138, 0, 1, "", "SURFBEAT"], [139, 0, 1, "", "TRIAD"], [140, 0, 1, "", "TRIAD_DCTA"], [141, 0, 1, "", "TRIAD_LTA"], [142, 0, 1, "", "TRIAD_SPB"], [143, 0, 1, "", "TURBULENCE"], [144, 0, 1, "", "VEGETATION"], [145, 0, 1, "", "WCAPPING_AB"], [146, 0, 1, "", "WCAPPING_KOMEN"]], "rompy.swan.components.physics.BRAGG": [[106, 4, 1, "", "cmd"], [106, 1, 1, "", "cutoff"], [106, 1, 1, "", "ibrag"], [106, 1, 1, "", "model_type"], [106, 1, 1, "", "nreg"]], "rompy.swan.components.physics.BRAGG_FILE": [[107, 4, 1, "", "cmd"], [107, 1, 1, "", "cutoff"], [107, 1, 1, "", "dkx"], [107, 1, 1, "", "dky"], [107, 1, 1, "", "fname"], [107, 1, 1, "", "ibrag"], [107, 1, 1, "", "idla"], [107, 1, 1, "", "mkx"], [107, 1, 1, "", "mky"], [107, 1, 1, "", "model_type"], [107, 1, 1, "", "nreg"]], "rompy.swan.components.physics.BRAGG_FT": [[108, 4, 1, "", "cmd"], [108, 1, 1, "", "cutoff"], [108, 1, 1, "", "ibrag"], [108, 1, 1, "", "model_type"], [108, 1, 1, "", "nreg"]], "rompy.swan.components.physics.BREAKING_BKD": [[109, 1, 1, "", "a1"], [109, 1, 1, "", "a2"], [109, 1, 1, "", "a3"], [109, 1, 1, "", "alpha"], [109, 4, 1, "", "cmd"], [109, 1, 1, "", "gamma0"], [109, 1, 1, "", "model_type"]], "rompy.swan.components.physics.BREAKING_CONSTANT": [[110, 1, 1, "", "alpha"], [110, 4, 1, "", "cmd"], [110, 1, 1, "", "gamma"], [110, 1, 1, "", "model_type"]], "rompy.swan.components.physics.DIFFRACTION": [[111, 1, 1, "", "cgmod"], [111, 4, 1, "", "cmd"], [111, 1, 1, "", "idiffr"], [111, 1, 1, "", "model_type"], [111, 1, 1, "", "smnum"], [111, 1, 1, "", "smpar"]], "rompy.swan.components.physics.FRICTION_COLLINS": [[112, 1, 1, "", "cfw"], [112, 4, 1, "", "cmd"], [112, 1, 1, "", "model_type"]], "rompy.swan.components.physics.FRICTION_JONSWAP": [[113, 1, 1, "", "cfjon"], [113, 4, 1, "", "cmd"], [113, 1, 1, "", "model_type"]], "rompy.swan.components.physics.FRICTION_MADSEN": [[114, 4, 1, "", "cmd"], [114, 1, 1, "", "kn"], [114, 1, 1, "", "model_type"]], "rompy.swan.components.physics.FRICTION_RIPPLES": [[115, 4, 1, "", "cmd"], [115, 1, 1, "", "d"], [115, 1, 1, "", "model_type"], [115, 1, 1, "", "s"]], "rompy.swan.components.physics.GEN1": [[116, 1, 1, "", "cdrag"], [116, 1, 1, "", "cf10"], [116, 1, 1, "", "cf20"], [116, 1, 1, "", "cf30"], [116, 1, 1, "", "cf40"], [116, 1, 1, "", "cfpm"], [116, 4, 1, "", "cmd"], [116, 1, 1, "", "edmlpm"], [116, 1, 1, "", "model_type"], [116, 1, 1, "", "umin"]], "rompy.swan.components.physics.GEN2": [[117, 1, 1, "", "cdrag"], [117, 1, 1, "", "cf10"], [117, 1, 1, "", "cf20"], [117, 1, 1, "", "cf30"], [117, 1, 1, "", "cf40"], [117, 1, 1, "", "cf50"], [117, 1, 1, "", "cf60"], [117, 1, 1, "", "cfpm"], [117, 4, 1, "", "cmd"], [117, 1, 1, "", "edmlpm"], [117, 1, 1, "", "model_type"], [117, 1, 1, "", "umin"]], "rompy.swan.components.physics.GEN3": [[118, 4, 1, "", "cmd"], [118, 1, 1, "", "model_type"], [118, 1, 1, "", "source_terms"]], "rompy.swan.components.physics.LIMITER": [[119, 4, 1, "", "cmd"], [119, 1, 1, "", "model_type"], [119, 1, 1, "", "qb"], [119, 1, 1, "", "ursell"]], "rompy.swan.components.physics.MUD": [[120, 4, 1, "", "cmd"], [120, 1, 1, "", "layer"], [120, 1, 1, "", "model_type"], [120, 1, 1, "", "rhom"], [120, 1, 1, "", "viscm"]], "rompy.swan.components.physics.NEGATINP": [[121, 4, 1, "", "cmd"], [121, 1, 1, "", "model_type"], [121, 1, 1, "", "rdcoef"]], "rompy.swan.components.physics.OBSTACLE": [[122, 4, 1, "", "cmd"], [122, 1, 1, "", "freeboard"], [122, 2, 1, "", "hgt_consistent"], [122, 1, 1, "", "line"], [122, 1, 1, "", "model_type"], [122, 1, 1, "", "reflection"], [122, 1, 1, "", "reflection_type"], [122, 1, 1, "", "transmission"]], "rompy.swan.components.physics.OBSTACLES": [[123, 4, 1, "", "cmd"], [123, 1, 1, "", "model_type"], [123, 1, 1, "", "obstacles"], [123, 4, 1, "", "render"]], "rompy.swan.components.physics.OBSTACLE_FIG": [[124, 1, 1, "", "alpha1"], [124, 4, 1, "", "cmd"], [124, 1, 1, "", "hss"], [124, 1, 1, "", "line"], [124, 1, 1, "", "model_type"], [124, 1, 1, "", "reflection"], [124, 1, 1, "", "tss"]], "rompy.swan.components.physics.OFF": [[125, 4, 1, "", "cmd"], [125, 1, 1, "", "model_type"], [125, 1, 1, "", "physics"]], "rompy.swan.components.physics.OFFS": [[126, 4, 1, "", "cmd"], [126, 1, 1, "", "model_type"], [126, 1, 1, "", "offs"]], "rompy.swan.components.physics.QUADRUPL": [[127, 4, 1, "", "cmd"], [127, 1, 1, "", "cnl4"], [127, 1, 1, "", "csh1"], [127, 1, 1, "", "csh2"], [127, 1, 1, "", "csh3"], [127, 1, 1, "", "iquad"], [127, 1, 1, "", "lambd"], [127, 1, 1, "", "model_type"]], "rompy.swan.components.physics.SCAT": [[128, 1, 1, "", "alpha"], [128, 4, 1, "", "cmd"], [128, 1, 1, "", "iqcm"], [128, 1, 1, "", "model_type"], [128, 1, 1, "", "qmax"], [128, 1, 1, "", "rfac"], [128, 2, 1, "", "warn_if_qmax_and_alpha"]], "rompy.swan.components.physics.SETUP": [[129, 4, 1, "", "cmd"], [129, 1, 1, "", "model_type"], [129, 1, 1, "", "supcor"]], "rompy.swan.components.physics.SICE": [[130, 1, 1, "", "aice"], [130, 4, 1, "", "cmd"], [130, 1, 1, "", "model_type"]], "rompy.swan.components.physics.SICE_D15": [[131, 1, 1, "", "aice"], [131, 1, 1, "", "chf"], [131, 4, 1, "", "cmd"], [131, 1, 1, "", "model_type"]], "rompy.swan.components.physics.SICE_M18": [[132, 1, 1, "", "aice"], [132, 1, 1, "", "chf"], [132, 4, 1, "", "cmd"], [132, 1, 1, "", "model_type"]], "rompy.swan.components.physics.SICE_R19": [[133, 1, 1, "", "aice"], [133, 1, 1, "", "c0"], [133, 1, 1, "", "c1"], [133, 1, 1, "", "c2"], [133, 1, 1, "", "c3"], [133, 1, 1, "", "c4"], [133, 1, 1, "", "c5"], [133, 1, 1, "", "c6"], [133, 4, 1, "", "cmd"], [133, 1, 1, "", "model_type"]], "rompy.swan.components.physics.SICE_R21B": [[134, 1, 1, "", "aice"], [134, 1, 1, "", "chf"], [134, 4, 1, "", "cmd"], [134, 1, 1, "", "model_type"], [134, 1, 1, "", "npf"]], "rompy.swan.components.physics.SSWELL_ARDHUIN": [[135, 1, 1, "", "cdsv"], [135, 4, 1, "", "cmd"], [135, 1, 1, "", "model_type"]], "rompy.swan.components.physics.SSWELL_ROGERS": [[136, 1, 1, "", "cdsv"], [136, 4, 1, "", "cmd"], [136, 1, 1, "", "feswell"], [136, 1, 1, "", "model_type"]], "rompy.swan.components.physics.SSWELL_ZIEGER": [[137, 1, 1, "", "b1"], [137, 4, 1, "", "cmd"], [137, 1, 1, "", "model_type"]], "rompy.swan.components.physics.SURFBEAT": [[138, 4, 1, "", "cmd"], [138, 1, 1, "", "df"], [138, 1, 1, "", "emin"], [138, 1, 1, "", "model_type"], [138, 1, 1, "", "nmax"], [138, 1, 1, "", "spacing"]], "rompy.swan.components.physics.TRIAD": [[139, 1, 1, "", "a"], [139, 1, 1, "", "b"], [139, 4, 1, "", "cmd"], [139, 1, 1, "", "cutfr"], [139, 1, 1, "", "itriad"], [139, 1, 1, "", "model_type"], [139, 1, 1, "", "trfac"], [139, 1, 1, "", "ucrit"], [139, 1, 1, "", "urslim"]], "rompy.swan.components.physics.TRIAD_DCTA": [[140, 1, 1, "", "biphase"], [140, 4, 1, "", "cmd"], [140, 1, 1, "", "model_type"], [140, 1, 1, "", "noncolinear"], [140, 1, 1, "", "p"], [140, 1, 1, "", "trfac"]], "rompy.swan.components.physics.TRIAD_LTA": [[141, 1, 1, "", "biphase"], [141, 4, 1, "", "cmd"], [141, 1, 1, "", "cutfr"], [141, 1, 1, "", "model_type"], [141, 1, 1, "", "trfac"]], "rompy.swan.components.physics.TRIAD_SPB": [[142, 1, 1, "", "a"], [142, 1, 1, "", "b"], [142, 1, 1, "", "biphase"], [142, 4, 1, "", "cmd"], [142, 1, 1, "", "model_type"], [142, 1, 1, "", "trfac"]], "rompy.swan.components.physics.TURBULENCE": [[143, 4, 1, "", "cmd"], [143, 1, 1, "", "ctb"], [143, 1, 1, "", "current"], [143, 1, 1, "", "model_type"], [143, 1, 1, "", "tbcur"], [143, 2, 1, "", "tbcur_only_with_current"]], "rompy.swan.components.physics.VEGETATION": [[144, 4, 1, "", "cmd"], [144, 1, 1, "", "diamtr"], [144, 1, 1, "", "drag"], [144, 1, 1, "", "height"], [144, 1, 1, "", "iveg"], [144, 2, 1, "", "jacomsen_layering_not_implemented"], [144, 1, 1, "", "model_type"], [144, 1, 1, "", "nstems"], [144, 2, 1, "", "number_of_layers"]], "rompy.swan.components.physics.WCAPPING_AB": [[145, 1, 1, "", "br"], [145, 1, 1, "", "cds2"], [145, 1, 1, "", "cds3"], [145, 4, 1, "", "cmd"], [145, 1, 1, "", "current"], [145, 1, 1, "", "model_type"]], "rompy.swan.components.physics.WCAPPING_KOMEN": [[146, 1, 1, "", "cds2"], [146, 4, 1, "", "cmd"], [146, 1, 1, "", "delta"], [146, 1, 1, "", "model_type"], [146, 1, 1, "", "powk"], [146, 1, 1, "", "powst"], [146, 1, 1, "", "stpm"]], "rompy.swan.components.startup": [[147, 0, 1, "", "COORDINATES"], [148, 0, 1, "", "MODE"], [149, 0, 1, "", "PROJECT"], [150, 0, 1, "", "SET"]], "rompy.swan.components.startup.COORDINATES": [[147, 4, 1, "", "cmd"], [147, 1, 1, "", "kind"], [147, 1, 1, "", "model_type"], [147, 1, 1, "", "reapeating"]], "rompy.swan.components.startup.MODE": [[148, 4, 1, "", "cmd"], [148, 1, 1, "", "dim"], [148, 1, 1, "", "kind"], [148, 1, 1, "", "model_type"]], "rompy.swan.components.startup.PROJECT": [[149, 4, 1, "", "cmd"], [149, 1, 1, "", "model_type"], [149, 1, 1, "", "name"], [149, 1, 1, "", "nr"], [149, 1, 1, "", "title1"], [149, 1, 1, "", "title2"], [149, 1, 1, "", "title3"]], "rompy.swan.components.startup.SET": [[150, 1, 1, "", "cdcap"], [150, 4, 1, "", "cmd"], [150, 1, 1, "", "depmin"], [150, 1, 1, "", "direction_convention"], [150, 1, 1, "", "froudmax"], [150, 1, 1, "", "grav"], [150, 1, 1, "", "hsrerr"], [150, 1, 1, "", "icewind"], [150, 1, 1, "", "inrhog"], [150, 1, 1, "", "level"], [150, 1, 1, "", "maxerr"], [150, 1, 1, "", "maxmes"], [150, 1, 1, "", "model_type"], [150, 1, 1, "", "nor"], [150, 1, 1, "", "pwtail"], [150, 2, 1, "", "pwtail_after_gen"], [150, 1, 1, "", "rho"]], "rompy.swan.data": [[48, 0, 1, "", "SwanDataGrid"]], "rompy.swan.data.SwanDataGrid": [[48, 1, 1, "", "buffer"], [48, 1, 1, "", "coords"], [48, 1, 1, "", "crop_data"], [48, 2, 1, "", "ensure_z1_in_data_vars"], [48, 1, 1, "", "fac"], [48, 1, 1, "", "filter"], [48, 4, 1, "", "get"], [48, 1, 1, "", "id"], [48, 1, 1, "", "link"], [48, 4, 1, "", "model_post_init"], [48, 1, 1, "", "model_type"], [48, 1, 1, "", "source"], [48, 1, 1, "", "time_buffer"], [48, 1, 1, "", "var"], [48, 1, 1, "", "variables"], [48, 1, 1, "", "z1"], [48, 1, 1, "", "z2"]], "rompy.swan.grid": [[49, 0, 1, "", "SwanGrid"]], "rompy.swan.grid.SwanGrid": [[49, 4, 1, "", "boundary"], [49, 3, 1, "", "cgrid"], [49, 3, 1, "", "cgrid_read"], [49, 3, 1, "", "component"], [49, 1, 1, "", "dx"], [49, 1, 1, "", "dy"], [49, 1, 1, "", "exc"], [49, 4, 1, "", "from_component"], [49, 1, 1, "", "grid_type"], [49, 1, 1, "", "gridfile"], [49, 3, 1, "", "inpgrid"], [49, 4, 1, "", "nearby_spectra"], [49, 1, 1, "", "nx"], [49, 1, 1, "", "ny"], [49, 1, 1, "", "rot"], [49, 2, 1, "", "validate_curvilinear_grid"], [49, 2, 1, "", "validate_grid_type"], [49, 1, 1, "", "x"], [49, 1, 1, "", "x0"], [49, 1, 1, "", "y"], [49, 1, 1, "", "y0"]], "rompy.swan.interface": [[50, 0, 1, "", "BoundaryInterface"], [51, 0, 1, "", "DataInterface"], [52, 0, 1, "", "LockupInterface"], [53, 0, 1, "", "OutputInterface"]], "rompy.swan.interface.BoundaryInterface": [[50, 4, 1, "", "get"], [50, 1, 1, "", "kind"], [50, 1, 1, "", "model_type"], [50, 4, 1, "", "render"]], "rompy.swan.interface.DataInterface": [[51, 1, 1, "", "bottom"], [51, 2, 1, "", "ensure_unique_var"], [51, 4, 1, "", "get"], [51, 1, 1, "", "input"], [51, 1, 1, "", "model_type"], [51, 4, 1, "", "render"]], "rompy.swan.interface.LockupInterface": [[52, 1, 1, "", "model_type"], [52, 2, 1, "", "time_interface"]], "rompy.swan.interface.OutputInterface": [[53, 1, 1, "", "model_type"], [53, 2, 1, "", "time_interface"]], "rompy.swan.subcomponents.base": [[161, 0, 1, "", "IJ"], [162, 0, 1, "", "XY"]], "rompy.swan.subcomponents.base.IJ": [[161, 4, 1, "", "cmd"], [161, 1, 1, "", "i"], [161, 1, 1, "", "j"], [161, 1, 1, "", "model_type"], [161, 3, 1, "", "size"], [161, 2, 1, "", "validate_size"]], "rompy.swan.subcomponents.base.XY": [[162, 4, 1, "", "cmd"], [162, 1, 1, "", "fmt"], [162, 1, 1, "", "model_type"], [162, 3, 1, "", "size"], [162, 2, 1, "", "validate_size"], [162, 1, 1, "", "x"], [162, 1, 1, "", "y"]], "rompy.swan.subcomponents.boundary": [[163, 0, 1, "", "CONSTANTFILE"], [164, 0, 1, "", "CONSTANTPAR"], [165, 0, 1, "", "DEFAULT"], [166, 0, 1, "", "HOTMULTIPLE"], [167, 0, 1, "", "HOTSINGLE"], [168, 0, 1, "", "PAR"], [169, 0, 1, "", "SEGMENT"], [170, 0, 1, "", "SIDE"], [171, 0, 1, "", "VARIABLEFILE"], [172, 0, 1, "", "VARIABLEPAR"], [173, 0, 1, "", "ZERO"]], "rompy.swan.subcomponents.boundary.CONSTANTFILE": [[163, 4, 1, "", "cmd"], [163, 1, 1, "", "fname"], [163, 1, 1, "", "model_type"], [163, 1, 1, "", "seq"]], "rompy.swan.subcomponents.boundary.CONSTANTPAR": [[164, 4, 1, "", "cmd"], [164, 1, 1, "", "dd"], [164, 1, 1, "", "dir"], [164, 1, 1, "", "hs"], [164, 1, 1, "", "model_type"], [164, 1, 1, "", "per"]], "rompy.swan.subcomponents.boundary.DEFAULT": [[165, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.boundary.HOTMULTIPLE": [[166, 4, 1, "", "cmd"], [166, 1, 1, "", "fname"], [166, 1, 1, "", "format"], [166, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.boundary.HOTSINGLE": [[167, 4, 1, "", "cmd"], [167, 1, 1, "", "fname"], [167, 1, 1, "", "format"], [167, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.boundary.PAR": [[168, 4, 1, "", "cmd"], [168, 1, 1, "", "dd"], [168, 1, 1, "", "dir"], [168, 1, 1, "", "hs"], [168, 1, 1, "", "model_type"], [168, 1, 1, "", "per"]], "rompy.swan.subcomponents.boundary.SEGMENT": [[169, 4, 1, "", "cmd"], [169, 1, 1, "", "model_type"], [169, 1, 1, "", "points"]], "rompy.swan.subcomponents.boundary.SIDE": [[170, 4, 1, "", "cmd"], [170, 1, 1, "", "direction"], [170, 1, 1, "", "model_type"], [170, 1, 1, "", "side"]], "rompy.swan.subcomponents.boundary.VARIABLEFILE": [[171, 4, 1, "", "cmd"], [171, 1, 1, "", "dist"], [171, 2, 1, "", "ensure_equal_size"], [171, 1, 1, "", "fname"], [171, 1, 1, "", "model_type"], [171, 1, 1, "", "seq"]], "rompy.swan.subcomponents.boundary.VARIABLEPAR": [[172, 4, 1, "", "cmd"], [172, 1, 1, "", "dd"], [172, 1, 1, "", "dir"], [172, 1, 1, "", "dist"], [172, 2, 1, "", "ensure_equal_size"], [172, 1, 1, "", "hs"], [172, 1, 1, "", "model_type"], [172, 1, 1, "", "per"]], "rompy.swan.subcomponents.boundary.ZERO": [[173, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.numerics": [[174, 0, 1, "", "ACCUR"], [175, 0, 1, "", "BSBT"], [176, 0, 1, "", "CSIGMA"], [177, 0, 1, "", "CTHETA"], [178, 0, 1, "", "DIRIMPL"], [179, 0, 1, "", "GSE"], [180, 0, 1, "", "NONSTAT"], [181, 0, 1, "", "SETUP"], [182, 0, 1, "", "SIGIMPL"], [183, 0, 1, "", "STAT"], [184, 0, 1, "", "STOPC"]], "rompy.swan.subcomponents.numerics.ACCUR": [[174, 4, 1, "", "cmd"], [174, 1, 1, "", "dhoval"], [174, 1, 1, "", "drel"], [174, 1, 1, "", "dtoval"], [174, 1, 1, "", "limiter"], [174, 1, 1, "", "mode"], [174, 1, 1, "", "model_type"], [174, 1, 1, "", "npnts"]], "rompy.swan.subcomponents.numerics.BSBT": [[175, 4, 1, "", "cmd"], [175, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.numerics.CSIGMA": [[176, 1, 1, "", "cfl"], [176, 4, 1, "", "cmd"], [176, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.numerics.CTHETA": [[177, 1, 1, "", "cfl"], [177, 4, 1, "", "cmd"], [177, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.numerics.DIRIMPL": [[178, 1, 1, "", "cdd"], [178, 4, 1, "", "cmd"], [178, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.numerics.GSE": [[179, 4, 1, "", "cmd"], [179, 1, 1, "", "model_type"], [179, 1, 1, "", "waveage"]], "rompy.swan.subcomponents.numerics.NONSTAT": [[180, 4, 1, "", "cmd"], [180, 1, 1, "", "model_type"], [180, 1, 1, "", "mxitns"]], "rompy.swan.subcomponents.numerics.SETUP": [[181, 4, 1, "", "cmd"], [181, 1, 1, "", "eps2"], [181, 1, 1, "", "model_type"], [181, 1, 1, "", "niter"], [181, 1, 1, "", "outp"]], "rompy.swan.subcomponents.numerics.SIGIMPL": [[182, 4, 1, "", "cmd"], [182, 1, 1, "", "css"], [182, 1, 1, "", "eps2"], [182, 1, 1, "", "model_type"], [182, 1, 1, "", "niter"], [182, 1, 1, "", "outp"]], "rompy.swan.subcomponents.numerics.STAT": [[183, 1, 1, "", "alfa"], [183, 4, 1, "", "cmd"], [183, 1, 1, "", "model_type"], [183, 1, 1, "", "mxitst"]], "rompy.swan.subcomponents.numerics.STOPC": [[184, 4, 1, "", "cmd"], [184, 1, 1, "", "curvat"], [184, 1, 1, "", "dabs"], [184, 1, 1, "", "drel"], [184, 1, 1, "", "limiter"], [184, 1, 1, "", "mode"], [184, 1, 1, "", "model_type"], [184, 1, 1, "", "npnts"]], "rompy.swan.subcomponents.output": [[185, 0, 1, "", "ABS"], [186, 0, 1, "", "REL"], [187, 0, 1, "", "SPEC1D"], [188, 0, 1, "", "SPEC2D"]], "rompy.swan.subcomponents.output.ABS": [[185, 4, 1, "", "cmd"], [185, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.output.REL": [[186, 4, 1, "", "cmd"], [186, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.output.SPEC1D": [[187, 4, 1, "", "cmd"], [187, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.output.SPEC2D": [[188, 4, 1, "", "cmd"], [188, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.physics": [[189, 0, 1, "", "DANGREMOND"], [190, 0, 1, "", "DEWIT"], [191, 0, 1, "", "ELDEBERKY"], [192, 0, 1, "", "FREEBOARD"], [193, 0, 1, "", "GODA"], [194, 0, 1, "", "JANSSEN"], [195, 0, 1, "", "KOMEN"], [196, 0, 1, "", "LINE"], [197, 0, 1, "", "RDIFF"], [198, 0, 1, "", "REFL"], [199, 0, 1, "", "RSPEC"], [200, 0, 1, "", "ST6"], [201, 0, 1, "", "ST6C1"], [202, 0, 1, "", "ST6C2"], [203, 0, 1, "", "ST6C3"], [204, 0, 1, "", "ST6C4"], [205, 0, 1, "", "ST6C5"], [206, 0, 1, "", "TRANS1D"], [207, 0, 1, "", "TRANS2D"], [208, 0, 1, "", "TRANSM"], [209, 0, 1, "", "WESTHUYSEN"]], "rompy.swan.subcomponents.physics.DANGREMOND": [[189, 1, 1, "", "Bk"], [189, 4, 1, "", "cmd"], [189, 1, 1, "", "hgt"], [189, 1, 1, "", "model_type"], [189, 1, 1, "", "slope"]], "rompy.swan.subcomponents.physics.DEWIT": [[190, 4, 1, "", "cmd"], [190, 1, 1, "", "lpar"], [190, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.physics.ELDEBERKY": [[191, 4, 1, "", "cmd"], [191, 1, 1, "", "model_type"], [191, 1, 1, "", "urcrit"]], "rompy.swan.subcomponents.physics.FREEBOARD": [[192, 4, 1, "", "cmd"], [192, 1, 1, "", "gammar"], [192, 1, 1, "", "gammat"], [192, 1, 1, "", "hgt"], [192, 1, 1, "", "model_type"], [192, 1, 1, "", "quay"]], "rompy.swan.subcomponents.physics.GODA": [[193, 1, 1, "", "alpha"], [193, 1, 1, "", "beta"], [193, 4, 1, "", "cmd"], [193, 1, 1, "", "hgt"], [193, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.physics.JANSSEN": [[194, 1, 1, "", "a"], [194, 1, 1, "", "agrow"], [194, 1, 1, "", "cds1"], [194, 4, 1, "", "cmd"], [194, 1, 1, "", "delta"], [194, 1, 1, "", "model_type"], [194, 1, 1, "", "wind_drag"]], "rompy.swan.subcomponents.physics.KOMEN": [[195, 1, 1, "", "a"], [195, 1, 1, "", "agrow"], [195, 1, 1, "", "cds2"], [195, 4, 1, "", "cmd"], [195, 1, 1, "", "model_type"], [195, 1, 1, "", "stpm"], [195, 1, 1, "", "wind_drag"]], "rompy.swan.subcomponents.physics.LINE": [[196, 2, 1, "", "check_length"], [196, 4, 1, "", "cmd"], [196, 1, 1, "", "model_type"], [196, 1, 1, "", "xp"], [196, 1, 1, "", "yp"]], "rompy.swan.subcomponents.physics.RDIFF": [[197, 4, 1, "", "cmd"], [197, 1, 1, "", "model_type"], [197, 1, 1, "", "pown"]], "rompy.swan.subcomponents.physics.REFL": [[198, 4, 1, "", "cmd"], [198, 1, 1, "", "model_type"], [198, 1, 1, "", "reflc"]], "rompy.swan.subcomponents.physics.RSPEC": [[199, 4, 1, "", "cmd"], [199, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.physics.ST6": [[200, 1, 1, "", "a"], [200, 1, 1, "", "a1sds"], [200, 1, 1, "", "a2sds"], [200, 1, 1, "", "agrow"], [200, 1, 1, "", "cdfac"], [200, 4, 1, "", "cmd"], [200, 2, 1, "", "debias_only_with_hwang"], [200, 1, 1, "", "model_type"], [200, 1, 1, "", "normalization"], [200, 1, 1, "", "p1sds"], [200, 1, 1, "", "p2sds"], [200, 1, 1, "", "tau"], [200, 1, 1, "", "u10"], [200, 3, 1, "", "u10_cmd"], [200, 1, 1, "", "wind_drag"], [200, 1, 1, "", "windscaling"]], "rompy.swan.subcomponents.physics.ST6C1": [[201, 1, 1, "", "a"], [201, 1, 1, "", "a1sds"], [201, 1, 1, "", "a2sds"], [201, 1, 1, "", "agrow"], [201, 1, 1, "", "cdfac"], [201, 1, 1, "", "model_type"], [201, 1, 1, "", "normalization"], [201, 1, 1, "", "p1sds"], [201, 1, 1, "", "p2sds"], [201, 1, 1, "", "tau"], [201, 1, 1, "", "u10"], [201, 1, 1, "", "wind_drag"], [201, 1, 1, "", "windscaling"]], "rompy.swan.subcomponents.physics.ST6C2": [[202, 1, 1, "", "a"], [202, 1, 1, "", "a1sds"], [202, 1, 1, "", "a2sds"], [202, 1, 1, "", "agrow"], [202, 1, 1, "", "cdfac"], [202, 1, 1, "", "model_type"], [202, 1, 1, "", "normalization"], [202, 1, 1, "", "p1sds"], [202, 1, 1, "", "p2sds"], [202, 1, 1, "", "tau"], [202, 1, 1, "", "u10"], [202, 1, 1, "", "wind_drag"], [202, 1, 1, "", "windscaling"]], "rompy.swan.subcomponents.physics.ST6C3": [[203, 1, 1, "", "a"], [203, 1, 1, "", "a1sds"], [203, 1, 1, "", "a2sds"], [203, 1, 1, "", "agrow"], [203, 1, 1, "", "cdfac"], [203, 1, 1, "", "model_type"], [203, 1, 1, "", "normalization"], [203, 1, 1, "", "p1sds"], [203, 1, 1, "", "p2sds"], [203, 1, 1, "", "tau"], [203, 1, 1, "", "u10"], [203, 1, 1, "", "wind_drag"], [203, 1, 1, "", "windscaling"]], "rompy.swan.subcomponents.physics.ST6C4": [[204, 1, 1, "", "a"], [204, 1, 1, "", "a1sds"], [204, 1, 1, "", "a2sds"], [204, 1, 1, "", "agrow"], [204, 1, 1, "", "cdfac"], [204, 1, 1, "", "model_type"], [204, 1, 1, "", "normalization"], [204, 1, 1, "", "p1sds"], [204, 1, 1, "", "p2sds"], [204, 1, 1, "", "tau"], [204, 1, 1, "", "u10"], [204, 1, 1, "", "wind_drag"], [204, 1, 1, "", "windscaling"]], "rompy.swan.subcomponents.physics.ST6C5": [[205, 1, 1, "", "a"], [205, 1, 1, "", "a1sds"], [205, 1, 1, "", "a2sds"], [205, 1, 1, "", "agrow"], [205, 1, 1, "", "cdfac"], [205, 1, 1, "", "model_type"], [205, 1, 1, "", "normalization"], [205, 1, 1, "", "p1sds"], [205, 1, 1, "", "p2sds"], [205, 1, 1, "", "tau"], [205, 1, 1, "", "u10"], [205, 1, 1, "", "wind_drag"], [205, 1, 1, "", "windscaling"]], "rompy.swan.subcomponents.physics.TRANS1D": [[206, 4, 1, "", "cmd"], [206, 1, 1, "", "model_type"], [206, 1, 1, "", "trcoef"]], "rompy.swan.subcomponents.physics.TRANS2D": [[207, 4, 1, "", "cmd"], [207, 2, 1, "", "constrained_0_1"], [207, 1, 1, "", "model_type"], [207, 1, 1, "", "trcoef"]], "rompy.swan.subcomponents.physics.TRANSM": [[208, 4, 1, "", "cmd"], [208, 1, 1, "", "model_type"], [208, 1, 1, "", "trcoef"]], "rompy.swan.subcomponents.physics.WESTHUYSEN": [[209, 1, 1, "", "a"], [209, 1, 1, "", "agrow"], [209, 1, 1, "", "br"], [209, 1, 1, "", "cds2"], [209, 4, 1, "", "cmd"], [209, 1, 1, "", "model_type"], [209, 1, 1, "", "wind_drag"]], "rompy.swan.subcomponents.readgrid": [[210, 0, 1, "", "GRIDREGULAR"], [211, 0, 1, "", "READCOORD"], [212, 0, 1, "", "READINP"]], "rompy.swan.subcomponents.readgrid.GRIDREGULAR": [[210, 1, 1, "", "alp"], [210, 4, 1, "", "cmd"], [210, 3, 1, "", "dx"], [210, 3, 1, "", "dy"], [210, 1, 1, "", "model_type"], [210, 1, 1, "", "mx"], [210, 1, 1, "", "my"], [210, 1, 1, "", "suffix"], [210, 1, 1, "", "xlen"], [210, 1, 1, "", "xp"], [210, 1, 1, "", "ylen"], [210, 1, 1, "", "yp"]], "rompy.swan.subcomponents.readgrid.READCOORD": [[211, 4, 1, "", "cmd"], [211, 1, 1, "", "fac"], [211, 1, 1, "", "fname"], [211, 1, 1, "", "form"], [211, 1, 1, "", "format"], [211, 1, 1, "", "grid_type"], [211, 1, 1, "", "idfm"], [211, 1, 1, "", "idla"], [211, 1, 1, "", "model_type"], [211, 1, 1, "", "nhedf"], [211, 1, 1, "", "nhedvec"]], "rompy.swan.subcomponents.readgrid.READINP": [[212, 4, 1, "", "cmd"], [212, 1, 1, "", "fac"], [212, 1, 1, "", "fname1"], [212, 1, 1, "", "fname2"], [212, 1, 1, "", "form"], [212, 1, 1, "", "format"], [212, 1, 1, "", "grid_type"], [212, 1, 1, "", "idfm"], [212, 1, 1, "", "idla"], [212, 1, 1, "", "model_type"], [212, 1, 1, "", "nhedf"], [212, 1, 1, "", "nhedt"], [212, 1, 1, "", "nhedvec"], [212, 2, 1, "", "set_undefined"]], "rompy.swan.subcomponents.spectrum": [[213, 0, 1, "", "BIN"], [214, 0, 1, "", "GAUSS"], [215, 0, 1, "", "JONSWAP"], [216, 0, 1, "", "PM"], [217, 0, 1, "", "SHAPESPEC"], [218, 0, 1, "", "SPECTRUM"], [219, 0, 1, "", "TMA"]], "rompy.swan.subcomponents.spectrum.BIN": [[213, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.spectrum.GAUSS": [[214, 4, 1, "", "cmd"], [214, 1, 1, "", "model_type"], [214, 1, 1, "", "sigfr"]], "rompy.swan.subcomponents.spectrum.JONSWAP": [[215, 4, 1, "", "cmd"], [215, 1, 1, "", "gamma"], [215, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.spectrum.PM": [[216, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.spectrum.SHAPESPEC": [[217, 4, 1, "", "cmd"], [217, 1, 1, "", "dspr_type"], [217, 1, 1, "", "model_type"], [217, 1, 1, "", "per_type"], [217, 1, 1, "", "shape"]], "rompy.swan.subcomponents.spectrum.SPECTRUM": [[218, 2, 1, "", "check_direction_definition"], [218, 2, 1, "", "check_frequency_definition"], [218, 4, 1, "", "cmd"], [218, 1, 1, "", "dir1"], [218, 1, 1, "", "dir2"], [218, 3, 1, "", "dir_sector"], [218, 1, 1, "", "fhigh"], [218, 1, 1, "", "flow"], [218, 1, 1, "", "mdc"], [218, 1, 1, "", "model_type"], [218, 1, 1, "", "msc"]], "rompy.swan.subcomponents.spectrum.TMA": [[219, 4, 1, "", "cmd"], [219, 1, 1, "", "d"], [219, 1, 1, "", "gamma"], [219, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.startup": [[220, 0, 1, "", "CARTESIAN"], [221, 0, 1, "", "SPHERICAL"]], "rompy.swan.subcomponents.startup.CARTESIAN": [[220, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.startup.SPHERICAL": [[221, 4, 1, "", "cmd"], [221, 1, 1, "", "model_type"], [221, 1, 1, "", "projection"]], "rompy.swan.subcomponents.time": [[222, 0, 1, "", "Delt"], [223, 0, 1, "", "NONSTATIONARY"], [224, 0, 1, "", "STATIONARY"], [225, 0, 1, "", "Time"], [226, 0, 1, "", "TimeRangeClosed"], [227, 0, 1, "", "TimeRangeOpen"]], "rompy.swan.subcomponents.time.Delt": [[222, 4, 1, "", "cmd"], [222, 1, 1, "", "delt"], [222, 3, 1, "", "delt_float"], [222, 1, 1, "", "dfmt"], [222, 1, 1, "", "model_type"]], "rompy.swan.subcomponents.time.NONSTATIONARY": [[223, 4, 1, "", "cmd"], [223, 1, 1, "", "delt"], [223, 1, 1, "", "dfmt"], [223, 1, 1, "", "model_type"], [223, 1, 1, "", "suffix"], [223, 1, 1, "", "tbeg"], [223, 1, 1, "", "tend"], [223, 1, 1, "", "tfmt"]], "rompy.swan.subcomponents.time.STATIONARY": [[224, 4, 1, "", "cmd"], [224, 1, 1, "", "model_type"], [224, 1, 1, "", "tfmt"], [224, 1, 1, "", "time"]], "rompy.swan.subcomponents.time.Time": [[225, 4, 1, "", "cmd"], [225, 1, 1, "", "model_type"], [225, 2, 1, "", "set_time_format"], [225, 1, 1, "", "tfmt"], [225, 1, 1, "", "time"]], "rompy.swan.subcomponents.time.TimeRangeClosed": [[226, 4, 1, "", "cmd"], [226, 1, 1, "", "delt"], [226, 1, 1, "", "dfmt"], [226, 1, 1, "", "model_type"], [226, 1, 1, "", "suffix"], [226, 1, 1, "", "tbeg"], [226, 1, 1, "", "tend"], [226, 1, 1, "", "tfmt"]], "rompy.swan.subcomponents.time.TimeRangeOpen": [[227, 4, 1, "", "cmd"], [227, 1, 1, "", "delt"], [227, 1, 1, "", "dfmt"], [227, 1, 1, "", "model_type"], [227, 1, 1, "", "suffix"], [227, 1, 1, "", "tbeg"], [227, 1, 1, "", "tfmt"]], "rompy.swan.types": [[54, 5, 1, "", "BlockOptions"], [55, 5, 1, "", "BoundShapeOptions"], [56, 5, 1, "", "GridOptions"], [57, 5, 1, "", "IDLA"], [58, 5, 1, "", "PhysicsOff"], [59, 5, 1, "", "SideOptions"]], "rompy.swan.types.BlockOptions": [[54, 6, 1, "", "AICE"], [54, 6, 1, "", "BFI"], [54, 6, 1, "", "BOTLEV"], [54, 6, 1, "", "DEPTH"], [54, 6, 1, "", "DHSIGN"], [54, 6, 1, "", "DIR"], [54, 6, 1, "", "DISBOT"], [54, 6, 1, "", "DISICE"], [54, 6, 1, "", "DISMUD"], [54, 6, 1, "", "DISSIP"], [54, 6, 1, "", "DISSURF"], [54, 6, 1, "", "DISSWELL"], [54, 6, 1, "", "DIST"], [54, 6, 1, "", "DISVEG"], [54, 6, 1, "", "DISWCAP"], [54, 6, 1, "", "DRTM01"], [54, 6, 1, "", "DSPR"], [54, 6, 1, "", "FORCE"], [54, 6, 1, "", "FRCOEF"], [54, 6, 1, "", "FSPR"], [54, 6, 1, "", "GENERAT"], [54, 6, 1, "", "GENWIND"], [54, 6, 1, "", "HSIGN"], [54, 6, 1, "", "HSWELL"], [54, 6, 1, "", "LEAK"], [54, 6, 1, "", "LWAVP"], [54, 6, 1, "", "NPLANTS"], [54, 6, 1, "", "PARTITION"], [54, 6, 1, "", "PDIR"], [54, 6, 1, "", "PER"], [54, 6, 1, "", "PROPAGAT"], [54, 6, 1, "", "PROPSIGMA"], [54, 6, 1, "", "PROPTHETA"], [54, 6, 1, "", "PROPXY"], [54, 6, 1, "", "PTDIR"], [54, 6, 1, "", "PTDSPR"], [54, 6, 1, "", "PTHSIGN"], [54, 6, 1, "", "PTRTP"], [54, 6, 1, "", "PTSTEEPNE"], [54, 6, 1, "", "PTWFRAC"], [54, 6, 1, "", "PTWLEN"], [54, 6, 1, "", "QB"], [54, 6, 1, "", "QP"], [54, 6, 1, "", "RADSTR"], [54, 6, 1, "", "REDIST"], [54, 6, 1, "", "REDQUAD"], [54, 6, 1, "", "REDTRIAD"], [54, 6, 1, "", "RPER"], [54, 6, 1, "", "RTM01"], [54, 6, 1, "", "RTMM10"], [54, 6, 1, "", "RTP"], [54, 6, 1, "", "SETUP"], [54, 6, 1, "", "STEEPNESS"], [54, 6, 1, "", "TDIR"], [54, 6, 1, "", "TIME"], [54, 6, 1, "", "TM01"], [54, 6, 1, "", "TM02"], [54, 6, 1, "", "TMBOT"], [54, 6, 1, "", "TMM10"], [54, 6, 1, "", "TPS"], [54, 6, 1, "", "TRANSP"], [54, 6, 1, "", "TSEC"], [54, 6, 1, "", "UBOT"], [54, 6, 1, "", "URMS"], [54, 6, 1, "", "VEL"], [54, 6, 1, "", "WATLEV"], [54, 6, 1, "", "WIND"], [54, 6, 1, "", "WLENGTH"], [54, 6, 1, "", "XP"], [54, 6, 1, "", "YP"], [54, 4, 1, "", "__init__"]], "rompy.swan.types.BoundShapeOptions": [[55, 6, 1, "", "BIN"], [55, 6, 1, "", "GAUSS"], [55, 6, 1, "", "JONSWAP"], [55, 6, 1, "", "PM"], [55, 6, 1, "", "TMA"], [55, 4, 1, "", "__init__"]], "rompy.swan.types.GridOptions": [[56, 6, 1, "", "AICE"], [56, 6, 1, "", "BOTTOM"], [56, 6, 1, "", "CURRENT"], [56, 6, 1, "", "FRICTION"], [56, 6, 1, "", "HICE"], [56, 6, 1, "", "HSS"], [56, 6, 1, "", "MUDLAYER"], [56, 6, 1, "", "NPLANTS"], [56, 6, 1, "", "TSS"], [56, 6, 1, "", "TURBVISC"], [56, 6, 1, "", "VX"], [56, 6, 1, "", "VY"], [56, 6, 1, "", "WIND"], [56, 6, 1, "", "WLEVEL"], [56, 6, 1, "", "WX"], [56, 6, 1, "", "WY"], [56, 4, 1, "", "__init__"]], "rompy.swan.types.IDLA": [[57, 6, 1, "", "FIVE"], [57, 6, 1, "", "FOUR"], [57, 6, 1, "", "ONE"], [57, 6, 1, "", "SIX"], [57, 6, 1, "", "THREE"], [57, 6, 1, "", "TWO"], [57, 4, 1, "", "__init__"]], "rompy.swan.types.PhysicsOff": [[58, 6, 1, "", "BNDCHK"], [58, 6, 1, "", "BREAKING"], [58, 6, 1, "", "FSHIFT"], [58, 6, 1, "", "QUADRUPL"], [58, 6, 1, "", "REFRAC"], [58, 6, 1, "", "WCAPPING"], [58, 6, 1, "", "WINDGROWTH"], [58, 4, 1, "", "__init__"]], "rompy.swan.types.SideOptions": [[59, 6, 1, "", "EAST"], [59, 6, 1, "", "NE"], [59, 6, 1, "", "NORTH"], [59, 6, 1, "", "NW"], [59, 6, 1, "", "SE"], [59, 6, 1, "", "SOUTH"], [59, 6, 1, "", "SW"], [59, 6, 1, "", "WEST"], [59, 4, 1, "", "__init__"]]}, "objnames": {"0": ["py", "pydantic_model", "Python model"], "1": ["py", "pydantic_field", "Python field"], "2": ["py", "pydantic_validator", "Python validator"], "3": ["py", "property", "Python property"], "4": ["py", "method", "Python method"], "5": ["py", "class", "Python class"], "6": ["py", "attribute", "Python attribute"]}, "objtypes": {"0": "py:pydantic_model", "1": "py:pydantic_field", "2": "py:pydantic_validator", "3": "py:property", "4": "py:method", "5": "py:class", "6": "py:attribute"}, "terms": {"": [3, 8, 11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 42, 43, 44, 45, 54, 71, 78, 80, 81, 85, 102, 114, 115, 120, 121, 122, 124, 133, 137, 144, 146, 149, 164, 168, 172, 179, 190, 193, 194, 195, 200, 221, 222, 227], "0": [4, 8, 9, 10, 11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 34, 35, 36, 40, 41, 42, 43, 44, 45, 47, 48, 49, 54, 56, 61, 62, 63, 65, 66, 67, 69, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 84, 85, 86, 89, 90, 91, 92, 93, 94, 95, 97, 98, 100, 101, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 127, 128, 129, 130, 131, 132, 133, 134, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 150, 161, 162, 163, 164, 168, 169, 171, 172, 173, 174, 176, 177, 178, 179, 181, 182, 183, 184, 189, 190, 191, 192, 193, 194, 195, 197, 198, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 214, 215, 217, 218, 219, 221, 222, 223, 224, 226, 227], "00": [12, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 43, 45, 69, 70, 71, 74, 76, 77, 79, 80, 81, 86, 88, 94, 103, 104, 162, 169, 183, 223, 224, 225, 226, 227], "000": [25, 26], "0000": [12, 22, 24, 25, 26], "00000": 25, "000000": [12, 17, 21, 22, 24, 25, 26, 27, 28, 69, 70, 71, 74, 76, 77, 79, 80, 81, 86, 94, 103, 104, 163, 171, 223, 224, 225, 226, 227], "00000000": [23, 105], "000000000": [20, 22, 23, 24, 25, 26], "00000000e": [22, 24, 26], "00001": 25, "00002": 25, "000075": [17, 28], "0001": [12, 19, 20, 21, 26, 84, 115, 181, 182], "0002": 20, "00025": [12, 19, 137], "0005": [12, 20, 123, 124], "0008511": 26, "0009999999999999872": 28, "0009999999999999905": 28, "001": [12, 17, 28, 43, 44, 82, 149], "00106": [12, 133], "0012": [12, 116, 117], "0013271": 26, "0015": [12, 19, 21, 194, 195, 200, 201, 202, 203, 204, 205, 209], "001500": 18, "001593": 22, "00175": [12, 17, 19, 21, 26, 28, 145, 209], "0018": 43, "0018031": 26, "00188021e": 22, "001d0": 45, "002": [41, 82], "0023": [12, 117], "0025": [12, 21, 150], "00260509e": 26, "003": 43, "003000": 18, "00302": [12, 19, 27, 146, 195], "0035": 43, "0036": [12, 43, 116, 117], "00399667e": 26, "004": [12, 41, 43, 143], "0045": 43, "004500": 18, "00461164": 26, "0049133": 27, "00491445e": 22, "005": [12, 43, 69, 76, 184], "006": 43, "006496": 26, "006546": 27, "00741114e": 26, "00741662e": 24, "0076": [12, 120], "007874": 27, "007f": 12, "008": 43, "00844153e": 26, "00881": 22, "009": 41, "009632": 27, "009826": 24, "009888": 24, "00994445e": 24, "00999999999999801": [17, 28], "00axi": 20, "00field_typ": [22, 23, 24, 26], "00stop_dat": [22, 23, 24, 26], "01": [12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 41, 43, 44, 45, 69, 70, 71, 73, 74, 76, 77, 79, 80, 81, 84, 86, 88, 94, 103, 104, 111, 138, 139, 143, 149, 150, 174, 183, 184, 223, 224, 225, 226, 227], "010000": [12, 18, 25, 26, 27, 70, 81], "010000000000005116": [17, 28], "01039": 27, "01061": 24, "0107424": 27, "011395": 27, "0114": 41, "011500": 18, "01153807": 23, "01160994": 26, "013000": 18, "013153": 27, "013629": 26, "013e": 44, "01424": 27, "014500": 18, "01483323e": 24, "015": [12, 19, 21, 41, 112], "0167": 43, "017": 43, "01875379": 26, "019": [26, 27], "0192268": 27, "01967789e": 26, "019962": 26, "01t00": [12, 21, 22, 23, 24, 25, 26, 27, 69, 70, 71, 74, 76, 77, 79, 80, 81, 86, 88, 94, 103, 104, 223, 224, 225, 226, 227], "01t01": [25, 26], "01t02": [25, 26], "01t03": [12, 25, 26, 70, 81], "01t04": [25, 26], "01t05": [25, 26], "01t06": [22, 23, 24, 25, 26], "01t07": [25, 26], "01t08": [25, 26], "01t09": [25, 26], "01t10": [25, 26], "01t11": [25, 26], "01t12": [22, 23, 24, 25, 26], "01t13": [25, 26], "01t14": [25, 26], "01t15": [25, 26], "01t16": [25, 26], "01t17": [25, 26], "01t18": [22, 23, 24, 25, 26], "01t19": [25, 26], "01t20": [25, 26], "01t21": [25, 26], "01t22": [25, 26], "01t23": [25, 26], "02": [12, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 43, 79, 80, 174, 214, 223, 226], "020000": [12, 18, 25, 26, 27, 70, 81], "0209": 26, "02149239": 26, "021500": 18, "0219067944750664": 10, "02240789e": 22, "023000": 18, "02446381": 26, "024500": 18, "024796": 27, "025": [43, 44, 45], "025472": 24, "025609": 26, "025799": 27, "02745922": 26, "027557": 27, "0285959": 27, "02864": 27, "029": 27, "029316": 27, "0299": 26, "02arrai": [20, 26], "02d": 20, "02e": [12, 19, 146, 195], "02long_nam": 20, "02standard_nam": [22, 23, 24, 25, 26], "02t00": [20, 22, 23, 24, 25, 26, 27], "03": [20, 22, 24, 25, 26, 27, 41, 43, 100, 101], "030": 43, "030000": [12, 18, 25, 26, 27, 70, 81], "031500": 18, "03196617": 26, "0322": 43, "032486": 27, "03251779": 26, "03258501e": 26, "03262095": 23, "032621": [22, 23], "033000": 18, "03346278": 26, "03392796e": 22, "034500": 18, "034926": 22, "035": 43, "0369": 26, "03787550e": 26, "038": [12, 27, 72, 112, 113, 114], "03900": 25, "03914251301220403": 10, "03932360e": 24, "03935": 25, "03973": 25, "03999999910593033": [25, 26, 27], "03t00": 20, "04": [10, 12, 17, 20, 21, 22, 24, 25, 26, 27, 28, 65, 66, 67, 72, 121, 218], "040000": [18, 25, 26, 27, 28], "041": 43, "041458": 22, "0414583578762": 23, "04145836": 23, "041500": 18, "04287522": 26, "04288": 27, "043000": 18, "0438855": 27, "04397": [25, 26, 27], "0439719632267952": [25, 26, 27], "043972": [25, 26, 27], "044159": [22, 23], "044159015216525": 23, "04415902": 23, "044500": 18, "0446": 26, "045": 43, "045242": 27, "04608530e": 22, "0464": [12, 17, 18, 28], "04657196": 26, "04672": 27, "047005": 27, "04769957e": 26, "048338": [25, 26, 27], "04833833873271942": [25, 26, 27], "04834": [25, 26, 27], "048763": 27, "04990152": 26, "04long_nam": 20, "04t00": 20, "05": [12, 19, 20, 21, 22, 23, 24, 25, 26, 27, 43, 45, 49, 84, 114, 138, 145, 146, 150, 184, 195, 200, 203, 204, 205, 209, 225, 227], "050": 43, "050000": [18, 25, 26, 27], "05052": 27, "05057": 27, "05123786": 26, "05144633e": 22, "051500": 18, "053000": 18, "053138": [25, 26, 27], "05313829332590103": [25, 26, 27], "05314": 25, "05314548": 26, "05376818": 26, "054": [26, 43], "05406734": 26, "05417": [22, 23, 24, 26], "05417170003056526": [22, 23, 24, 26], "054172": [22, 23, 24, 26], "05447174e": 26, "054500": 18, "05460122e": 26, "05484": 26, "054905": 27, "05566574e": 22, "0560": 26, "05669309": 26, "0571308": 27, "05728": 27, "05829122": 26, "058414872735738754": [25, 26, 27], "058415": [25, 26, 27], "059": [12, 43, 132], "05927354e": 26, "05958886817097664": [22, 23, 24, 26], "059589": [22, 23, 24, 26], "05959": [22, 23, 24, 26], "059632": 26, "05d0": 45, "05standard_nam": 26, "06": [12, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 72, 109, 118, 200, 201, 202, 203, 204, 205], "060000": [18, 24, 25, 26, 27, 80], "06022702e": 26, "060307": 22, "06030737921409": 23, "06030738": 23, "060487": 26, "06058018e": 24, "06113": 27, "06131571e": 24, "06155685e": 22, "0625": 41, "06250000": 105, "0631": 25, "063168": 27, "06328": 25, "06365981": 26, "064215": [25, 26, 27], "06421541422605515": [25, 26, 27], "06449184e": 22, "064926": 27, "06493524": 26, "06497": 27, "06554775685071945": [22, 23, 24, 26], "065548": [22, 23, 24, 26], "06555": [22, 23, 24, 26], "066": 41, "066685": 27, "067": 20, "067547": 22, "06760399e": 22, "06882": 27, "069": [26, 43], "0693": 43, "06981209e": 22, "06d0": 45, "06e": [12, 133], "07": [12, 19, 20, 24, 25, 26, 27, 41, 43, 69, 72, 74, 76, 77, 118, 200, 201, 202], "070000": [25, 26, 27], "070219": 22, "070219445193533": 23, "07021945": 23, "0704": 25, "07059194892644882": [25, 26, 27], "070592": [25, 26, 27], "07086": 25, "07118321e": 22, "0721": [22, 24, 26], "07210": [22, 24], "07210253179073334": [22, 23, 24, 26], "072103": [22, 23, 24, 26], "07442244e": 22, "075": [41, 43], "07534812e": 22, "07536": 27, "07643255": 26, "077": 26, "07723866": 26, "07760166376829147": [25, 26, 27], "077602": [25, 26, 27], "07767912e": 22, "07786278e": 22, "0786504": 26, "079002": 27, "07921": 27, "07931": [22, 24, 26], "07931278645992279": [22, 23, 24, 26], "079313": [22, 23, 24, 26], "07932446": 26, "07937": 25, "08": [23, 24, 25, 26, 43, 100, 101], "080000": [25, 26, 27], "08175227": 26, "082": 26, "08261": 27, "08305": 27, "084": 26, "084373": 27, "08442334": 26, "085307": [25, 26, 27], "08530744165182114": [25, 26, 27], "0856734": 26, "086": 26, "08612": 27, "086132": 27, "08724": [22, 24, 26], "087244": [22, 23, 24, 26], "08724407106637955": [22, 23, 24, 26], "08789": 27, "08938438e": 24, "089718": 26, "09": [12, 19, 23, 25, 26, 27, 43, 109], "090000": [25, 26, 27], "09011991e": 24, "0902": 27, "09171676": 26, "09185367": 23, "09185367111084": 23, "091854": 22, "092": 43, "09362": 27, "093778": [25, 26, 27], "09377838671207428": [25, 26, 27], "09416554e": 26, "095": 43, "095365": 26, "095968": [22, 23, 24, 26], "09596847742795944": [22, 23, 24, 26], "09597": [22, 24, 26], "09715191e": 24, "09746": 27, "09814932e": 24, "09862332e": 26, "09897590e": 24, "0992991258103799": 10, "0arrai": 26, "0b100101": 12, "0b1101": 12, "0d": 45, "0d0": 45, "0e": [12, 19, 26, 41, 42, 43, 145, 209], "0e4": 43, "0e7": [12, 19, 26, 127], "0long_nam": 20, "0standard_nam": [22, 23, 24, 25, 26, 27], "0valid_min": 26, "0x14a7799a2b00": 20, "0x14a779a5afe0": 20, "0x14a779ac7910": 20, "0x14a780d6a920": 20, "0x7f5e91d697e0": [12, 207], "0x7f5e9212ce50": [12, 207], "0x7f9dde09ea40": 18, "0x7f9ddfe5db10": 18, "0xarrai": [22, 24, 26], "1": [8, 10, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 32, 34, 35, 36, 40, 41, 42, 43, 44, 45, 48, 50, 51, 54, 56, 57, 60, 61, 62, 65, 66, 67, 69, 70, 71, 72, 74, 75, 76, 77, 79, 80, 81, 82, 83, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 116, 117, 119, 121, 122, 123, 124, 127, 128, 130, 131, 132, 133, 134, 135, 136, 139, 140, 142, 144, 145, 146, 150, 163, 164, 168, 171, 172, 174, 178, 179, 180, 181, 182, 184, 185, 186, 187, 188, 191, 192, 196, 197, 198, 206, 207, 208, 209, 211, 212, 217, 218, 222, 223, 224, 225, 226, 227], "10": [0, 4, 8, 10, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 41, 43, 44, 45, 61, 62, 78, 79, 81, 85, 97, 101, 105, 106, 111, 116, 117, 119, 123, 124, 127, 133, 140, 144, 150, 189, 190, 218, 221], "100": [12, 20, 21, 25, 26, 27, 30, 43, 44, 45, 66, 79, 92, 100, 101, 105, 124, 128, 212], "1000": [12, 43, 44, 101, 128, 181, 182], "100000": [25, 26, 27], "10000000000000035": 10, "1000000000000006": 10, "1000x1000": 18, "1000x706": 17, "1001": 44, "100536": 27, "1009": 24, "101": [18, 20, 124, 212], "1013": 27, "101325": 44, "10176573709028": 23, "10176574": 23, "101766": 22, "102": [124, 212], "102295": 27, "1024": 20, "1025": [12, 20, 21, 150], "1026": 20, "1027": 20, "1028": 20, "103": [124, 213], "1030": 20, "10309050232172012": [25, 26, 27], "103091": [25, 26, 27], "1031": 20, "103198": [12, 130, 134], "1032": 20, "1033": 20, "1034": 20, "1035": 20, "10350657e": 22, "1036": [12, 144], "104": [124, 213], "104055": 27, "104068": [12, 138], "1042": 22, "105": [26, 125, 213], "105076": 22, "10535": 27, "105565": [22, 23, 24, 26], "10556533187627792": [22, 23, 24, 26], "10557": [22, 24, 26], "1056": 24, "106": [41, 125, 214], "106679": 22, "1069": [12, 144], "107": [125, 214], "107kb": 26, "108": [20, 22, 23, 24, 26, 126, 214], "10837808": 26, "1088": [12, 141, 191], "109": [25, 26, 27, 126, 215], "109kb": 22, "10f8": 12, "10x": [12, 211, 212], "11": [12, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 41, 42, 43, 44, 45, 63, 81, 85, 101, 106, 121, 130, 131, 137, 190, 194], "110": [12, 22, 23, 24, 25, 26, 27, 126, 144, 163, 171, 215], "110000": [25, 26, 27], "1101": [12, 141, 191], "1108131": 27, "110kb": 22, "111": [18, 20, 22, 23, 24, 26, 27, 126, 215], "111686": 22, "111694": 27, "112": [22, 23, 24, 25, 26, 27, 126, 216], "112490": 27, "113": [12, 17, 22, 23, 26, 27, 127, 142, 216], "113327": [25, 26, 27], "11332729458808899": [25, 26, 27], "1139": [12, 128], "114": [22, 23, 25, 26, 27, 127, 216], "11439424": 26, "11477934": 26, "115": [17, 22, 23, 24, 25, 26, 27, 28, 30, 127, 217], "1154": [12, 128], "11554": 27, "11560895": 23, "116": [26, 27, 127, 217], "11605805e": 26, "1161": [22, 23, 24, 26], "11612": [22, 24, 26], "11612186580896378": [22, 23, 24, 26], "116122": [22, 23, 24, 26], "116375": 27, "117": [26, 27, 43, 45, 127, 217], "117914": 22, "11791410": 23, "11791410108785": 23, "118": [26, 27, 127, 217], "118134": 27, "11887975": 26, "119": [128, 217], "119385": 27, "11943560e": 22, "11dir": [22, 23, 24, 26], "12": [12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 42, 43, 44, 61, 63, 80, 81, 85, 93, 97, 101, 107, 113, 116, 117, 163, 171, 191, 200, 201, 202, 203, 204, 205, 217, 225, 226, 227], "120": [22, 23, 24, 25, 26, 27, 30, 40, 44, 128, 218], "120000": [12, 24, 25, 26, 27, 80, 163, 171], "120614758428182": [23, 24], "12061476": 23, "120615": 22, "121": [22, 128, 218], "12160072": 26, "121742": 27, "122": [128, 218], "123": [128, 218], "1235": 27, "124": [22, 44, 129, 218], "12458059191703796": [25, 26, 27], "124581": [25, 26, 27], "124597": 26, "125": [25, 26, 27, 43, 44, 129, 219], "12500000": 105, "125263": 27, "1259": 18, "126": [22, 129, 219], "1269": 22, "127": [20, 129, 219], "1270": 22, "1271": [12, 146, 195], "12724953": 26, "12738320e": 26, "1274": [12, 145], "12758989": 26, "1277": [22, 23, 24, 26], "12773": [22, 24, 26], "127734": [22, 23, 24, 26], "12773405015468597": [22, 23, 24, 26], "128": [129, 220], "128044": 27, "12815275e": 26, "1285": [12, 146, 195], "128b": 22, "129": [130, 220], "12906905e": 24, "1298": [12, 145], "12995": 27, "12b": 26, "12d0": 45, "12f5": [12, 211, 212], "12f6": 12, "13": [12, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 43, 44, 63, 81, 85, 101, 107, 116, 117, 191], "130": [22, 26, 130, 220], "1300": [12, 66, 120], "130000": [12, 25, 26, 27, 163, 171], "1302": 24, "130244": 26, "13068264e": 22, "131": [20, 25, 26, 27, 130, 221], "13128801e": 22, "132": [12, 130, 221], "1321": 22, "1325": 22, "1329": [12, 136, 200], "133": [130, 221], "13320": 26, "1333": [12, 200, 201, 202, 203, 204, 205], "13370725e": 26, "13378539": 26, "13379": 27, "134": [131, 221], "1346": [12, 136, 200], "135": [22, 23, 24, 26, 131, 221], "1356": 22, "1357": 22, "136": [131, 222], "136951": [25, 26, 27], "13695132732391357": [25, 26, 27], "137": [22, 131, 222], "13744018e": 26, "137634": 27, "137907": 27, "138": [41, 131, 222], "13828": 27, "13861709e": 22, "13879818e": 26, "13898421e": 26, "139": [132, 222], "1393": 22, "139300": 22, "139666": 27, "13arrai": 20, "14": [0, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 43, 44, 61, 63, 81, 85, 107, 130, 132, 133, 146, 191, 195], "140": [20, 26, 43, 132, 222], "140000": [25, 26, 27], "1405": [22, 23, 24, 26], "140507": [22, 23, 24, 26], "14050745964050293": [22, 23, 24, 26], "14051": [22, 24, 26], "1405standard_nam": [22, 23, 24, 26], "140b": 26, "141": [20, 25, 26, 27, 132, 222], "141426": 27, "141555": 24, "142": [132, 223], "14259181e": 22, "143": [22, 132, 223], "144": [20, 133, 223], "14494964": 23, "144949641685827": 23, "14494964168583": 23, "14495": 22, "144950": 22, "144b": 26, "145": [20, 26, 133, 223], "14527385e": 26, "145871": 26, "146": [20, 133, 223], "14688616e": 22, "147": [20, 133, 223], "1478": 27, "148": [20, 133, 224], "148026": 27, "1481": 24, "148307": 26, "148b": 26, "149": [12, 20, 26, 28, 107, 133, 224], "14kb": 20, "15": [12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 41, 43, 44, 63, 85, 107, 112, 191, 193, 225, 227], "150": [17, 20, 22, 25, 26, 28, 43, 44, 134, 224], "1500": [43, 44], "15000": 42, "150000": [25, 26, 27], "1503": 20, "1505": 20, "15055": [25, 26, 27], "1505504697561264": [25, 26, 27], "1506": 20, "1507": 20, "150743": 26, "1508": 20, "1509": 20, "151": [12, 17, 19, 20, 25, 26, 27, 134, 209, 225], "1510": 20, "1511": 20, "15187": 27, "152": [20, 134, 225], "15216224e": 22, "1523": 27, "15233086e": 22, "153": [20, 22, 134, 225], "153000": [12, 225, 227], "15311666e": 22, "153179": 26, "1534166": 27, "153744": 27, "15396903e": 26, "154": [20, 134, 225], "155": [20, 26, 135, 225], "15535": 27, "15535824e": 22, "155502": 27, "155614": 26, "156": [135, 225], "15600924e": 22, "15628720e": 22, "1567": 27, "157": [22, 26, 27, 135, 226], "15726": 27, "157384": 27, "15756930e": 26, "15760202e": 22, "1577857": 18, "158": [135, 226], "15805": 26, "15820445e": 22, "15867064e": 26, "159": [135, 226], "1590": 22, "1592": 27, "159475": 26, "159874": 18, "15coordin": [25, 26], "15d0": 45, "15source_term": 27, "16": [12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 41, 43, 44, 64, 97, 101, 107, 149, 191], "160": [25, 26, 27, 136, 226], "160000": [25, 26, 27], "160034": 20, "1600341796875": 20, "1604": [12, 194], "160486": 26, "1608": [22, 23, 24, 26], "160873": 27, "161": [136, 226], "1612": [22, 23, 24, 26], "1616": [22, 23, 24, 26], "16195128e": 22, "162": [136, 226], "1620": [22, 23, 24, 26], "1624": [22, 23, 24, 26], "16244": 27, "162632": 27, "1628": [22, 23, 24, 26], "162922": 26, "1629223150705": 26, "163": [136, 227], "1631": [12, 194], "1632": [22, 23, 24, 26], "1636": [22, 23, 24, 26], "16371095e": 26, "164": [136, 227], "1640": [22, 23, 24, 26], "1642": [12, 194], "164375": 27, "1644": [22, 23, 24, 26], "1644arrai": [22, 23, 24, 26], "165": [26, 137, 227], "165122": 26, "16513": 27, "16542882e": 26, "1655": [25, 26, 27], "1655000001192093": [25, 26, 27], "166": [137, 227], "1660": 24, "16607459e": 26, "16628": 27, "167": [22, 43, 137, 227], "16772633e": 26, "168": [137, 227], "1686355351": 26, "1686355363": 26, "168b": 26, "169": 137, "16958003e": 26, "16ceb0c26b80": 26, "16e": 27, "16f5": 12, "16freq": 22, "16standard_nam": 22, "17": [17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 43, 44, 64, 107, 192], "170": [12, 19, 23, 26, 138, 209], "170000": [25, 26, 27], "17013": 27, "17028776e": 24, "17076583": 26, "171": [22, 25, 26, 27, 102, 138], "1714": 22, "172": [12, 69, 71, 76, 89, 98, 102, 105, 138, 162, 169], "173": [12, 22, 91, 95, 102, 105, 138, 162, 169, 210], "17342488e": 26, "174": [12, 18, 89, 102, 105, 122, 123, 124, 138, 196], "1741": [12, 128], "175": [18, 26, 27, 43, 139], "175276": 27, "1756": 18, "1758": [12, 128], "176": [25, 139], "176b": 22, "177": 139, "177036": 27, "1779": 20, "178": [27, 139], "1780": 20, "1781": 20, "1782": 20, "1783": 20, "1784": 20, "178795": 27, "179": [27, 139], "17994573": 26, "17d0": 45, "18": [12, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 44, 64, 80, 108, 130, 133, 192, 200, 219], "180": [12, 20, 22, 23, 24, 26, 27, 78, 140, 218], "1800": [12, 21, 222], "180000": [12, 24, 25, 26, 27, 80, 163, 171], "180063": 24, "18036596e": 22, "1807064": 26, "180749": 26, "180922": 22, "180922137642273": 23, "18092214": 23, "181": [25, 26, 27, 140], "181280": [22, 23, 24, 26], "1814324": 27, "1815": 24, "18193399906158447": [25, 26, 27], "181934": [25, 26, 27], "181lon": 26, "182": [12, 25, 27, 130, 134, 140], "18266760e": 22, "183": [22, 25, 27, 140], "184": [27, 140], "18436": 27, "18452746e": 22, "185": [26, 27, 141], "186": [25, 27, 43, 141], "187": [27, 28, 141], "1872003": 27, "18750000": 105, "188": [12, 22, 116, 117, 141], "1882": [24, 27], "18868307e": 22, "1889399": 27, "189": [27, 141], "18937749e": 26, "18938701e": 22, "18d0": 45, "19": [12, 17, 18, 20, 22, 23, 24, 25, 26, 27, 28, 44, 64, 91, 95, 108, 161, 169, 192, 194], "190": [22, 26, 142], "190000": [25, 26, 27], "191": [25, 26, 27, 142], "191113": 27, "1917": [12, 135], "192": 142, "19217152": 26, "1927854": 27, "19287": 27, "193": 142, "193871": 22, "194": 142, "1941": [12, 135], "194353": 26, "194441": 24, "194633": 27, "1948": 45, "19491138": 26, "195": [26, 27, 143], "19533386": 26, "196": [27, 143], "1964": [12, 165], "19686": 27, "197": [27, 143], "1970": [12, 25, 27, 223, 224, 225, 226, 227], "19700101": 26, "19700102": 26, "1972": [12, 112], "1973": [12, 113], "19755085e": 22, "1976": [12, 193], "1978": 45, "197801": 26, "1979": [12, 193], "198": [27, 143], "1980": 44, "1981": [12, 194, 195, 200, 201, 202, 203, 204, 205, 209], "1982": 45, "19839280e": 22, "1984": [12, 45, 144, 146, 195], "1987": [12, 19, 209], "19870530": [12, 225, 227], "19877": 27, "1988": [12, 114], "1989": [12, 44, 194], "199": [12, 65, 74, 143, 210], "1990": [12, 20, 70, 79, 80, 81, 223, 225, 226, 227], "19900101": [12, 70, 79, 80, 81, 223, 225, 226, 227], "19900107": [12, 223, 226], "19900201": [79, 80], "1991": [12, 194], "1992": [12, 45, 165], "19920516": [12, 163, 171], "19920517": [12, 163, 171], "19928": 27, "1993": 44, "1995": [12, 44, 191], "1996": [12, 139, 141, 189, 191], "1997": [30, 44, 45], "1999": [12, 139, 142, 191], "1999998688697815": [25, 26, 27], "19d0": 45, "1_": [30, 44], "1_unit": [22, 24, 26], "1arrai": 20, "1d": [12, 17, 43, 60, 61, 62, 66, 76, 86, 91, 92, 93, 94, 95, 102, 103, 105, 138, 139, 148, 163, 170, 171, 187], "1d_variance_dens": 105, "1deg": 26, "1e": [12, 20, 41, 84, 124, 181, 182], "1e6": 43, "1freq": 24, "1h": [12, 17, 18, 20, 26, 27], "1kb": 26, "1mb": [22, 23, 24, 26], "1southernmost_latitud": [22, 23, 24, 26], "1st": [25, 26, 43, 44], "1standard_nam": [25, 26], "1valid_max": 26, "1xarrai": 20, "2": [1, 8, 10, 11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 34, 41, 42, 43, 44, 45, 57, 60, 61, 62, 63, 64, 69, 79, 80, 81, 82, 83, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 111, 115, 120, 121, 122, 123, 124, 127, 128, 131, 133, 134, 135, 136, 137, 139, 141, 142, 144, 146, 147, 150, 163, 164, 168, 171, 172, 174, 176, 177, 181, 182, 185, 186, 187, 188, 191, 192, 193, 195, 196, 200, 203, 204, 206, 207, 209, 210, 219, 223, 224, 225, 226, 227], "20": [12, 17, 18, 20, 22, 23, 24, 25, 26, 27, 28, 41, 42, 43, 44, 45, 64, 84, 92, 97, 105, 108, 124, 181, 182, 192, 221], "200": [12, 23, 24, 26, 42, 45, 105, 106, 144, 150], "2000": [12, 20, 41, 44, 66, 120], "200000": [12, 25, 26, 27, 163, 171], "200000000000003": 26, "200000762939453": 20, "200001": 20, "2002": [12, 106], "20021769e": 24, "2003": [12, 45, 145, 209], "2004": [44, 45], "200482": 22, "2005": [12, 44, 45, 184], "2006": [44, 45], "2007": [12, 19, 44, 45, 209], "20071": 27, "2008": 45, "2009": [12, 140], "200b": [20, 26], "201": [25, 26, 27, 144], "2010": [12, 135], "2011": [12, 115, 144], "2012": [12, 44, 45, 71, 86, 88, 94, 103, 104, 136, 144, 145, 200, 201, 203, 204, 205, 223, 224, 225, 226, 227], "20120101": [12, 71, 86, 94, 103, 104, 223, 224], "20120201": [12, 223], "2013": [12, 128, 137], "2014": [12, 45, 124, 130, 132, 133], "2015": [12, 45, 121, 128, 130, 131, 137], "2016": 44, "2018": [12, 44, 130, 132, 133], "2019": [12, 69, 74, 76, 77, 130, 133, 144], "20190101": [12, 69, 74, 76, 77], "20190107": [12, 69, 74, 76, 77], "202": 144, "2020": [11, 12, 17, 21, 26, 28, 45, 128], "20200221": 28, "20200224": 28, "20200224t04": 17, "2021": [12, 130, 134], "2022": [12, 138, 190], "2023": [17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 41, 42, 43, 44, 45], "20230101": [17, 18, 21, 22, 23, 24, 25, 26, 27, 28], "20230101t00": [17, 18, 20], "20230101t12": 20, "20230102": [24, 25, 26, 27], "20230201": 21, "2024": 26, "202436": 26, "202614": 27, "203": 144, "20302880e": 24, "20316218": 26, "204": [27, 144], "2041": 24, "204872": 26, "205": [23, 26, 27, 145], "2056627": 27, "206": [27, 145], "2060": [22, 23, 24, 26], "20646": 27, "207": [27, 145], "207275": 27, "207308": 26, "2079": 27, "208": 145, "20880": 30, "20889994e": 24, "209": 145, "209744": 26, "20x20": 18, "21": [11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 44, 65, 108, 192, 194], "210": [26, 146], "210000": [25, 26, 27], "21069272e": 22, "211": [22, 24, 25, 26, 27, 146], "212": [27, 146], "21218": 26, "212646": 27, "212923": 26, "213": 146, "214": 146, "214405": 27, "214616": 26, "214kb": 26, "215": [26, 27, 147], "215169": [22, 23], "21516908687936": 23, "21516909": 23, "215359": 26, "215627": 26, "215731": 25, "216": 147, "21600": [22, 23, 24, 30], "21607748": 26, "216164": 27, "217": 147, "217052": 26, "21738171e": 22, "21748125e": 26, "217795": 26, "218": 147, "21844490282216": 17, "219": 147, "219488": 26, "21966997e": 26, "21985965967178345": [25, 26, 27], "21986": [25, 26, 27], "21coordin": 26, "21unit": 27, "22": [12, 17, 18, 20, 22, 23, 25, 26, 27, 43, 44, 65, 108, 163, 171, 172, 193], "220": [22, 23, 24, 26, 148], "220000": [25, 26, 27], "220231": 26, "22069": 27, "221": [12, 25, 26, 27, 120, 148], "221924": 26, "222": [24, 26, 148], "222666": 26, "222904": 22, "223": [12, 23, 24, 117, 148], "22320": 30, "22326731e": 22, "224": [23, 148], "224359": 26, "22453": 27, "225": [12, 22, 23, 24, 26, 27, 149, 164, 168, 172], "225102": 26, "22551532": 26, "226": [12, 27, 149, 172], "22623018": 26, "226795": 26, "22698921e": 22, "227": 149, "227538": 26, "228": [12, 149, 172], "22848": 27, "229": [27, 149], "229231": 26, "229974": 26, "22freq": 22, "22standard_nam": 22, "23": [12, 17, 18, 20, 22, 23, 24, 25, 26, 27, 44, 65, 109, 172, 193], "230": [26, 150], "230000": [25, 26, 27], "23004043e": 26, "230244": 27, "231": [25, 26, 27, 150], "231255": 27, "23130611": 26, "23143": 27, "232": [27, 150], "232002": 27, "2322": [12, 137], "23228993e": 26, "23241": 26, "2326": 26, "232679": 26, "233": 150, "23319": 27, "2333": [12, 137], "234": 150, "23461859": 23, "234846": 26, "235": [26, 27, 161], "2351": 27, "236": 161, "23605779": 26, "237": [26, 161], "2370": 26, "23704": 27, "237042": 28, "237282": 26, "23735037": 26, "23736324": 26, "238": [24, 162], "2384": 27, "23849783e": 26, "238945": 27, "238e": 26, "239": 162, "23931329e": 26, "239718": 26, "23d0": 45, "24": [11, 12, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 43, 44, 66, 109, 191, 193], "240": [26, 162], "24020814e": 22, "2409733": 26, "240b": 26, "241": [23, 25, 26, 27, 163], "2411": 26, "241229516856365": 23, "24122952": 23, "24123": 22, "241230": 22, "24140795e": 26, "24169152975082397": [25, 26, 27], "241692": [25, 26, 27], "2418": [12, 189], "24194": 18, "242": [12, 23, 27, 120, 163], "24213": 27, "2422": 27, "2427": [12, 189], "243": [23, 163], "244": 164, "244646": 27, "245": [26, 164], "245212": 24, "24597518e": 26, "246": 164, "246407": 27, "24672642": 26, "247": 165, "24711396e": 22, "248": 165, "248b": 22, "249": 165, "2495682": 26, "24b": [20, 26], "25": [12, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 41, 42, 43, 44, 45, 66, 105, 109, 121, 127, 133, 137, 172, 193, 200], "250": [12, 26, 43, 116, 117, 166], "25000000": 105, "250015": 27, "250505": 26, "251": [25, 26, 27, 166], "25120585": 26, "2514": 22, "25159": 27, "251774": 27, "252": 166, "253": 167, "25335006e": 26, "253532": 27, "254": [43, 167], "2541": 22, "255": [22, 26, 27, 43, 167], "2559": 22, "256": [12, 168, 184], "25638058": 23, "257": 168, "25702": 27, "25792132": 26, "258": 168, "2589": 22, "259": 169, "25927077e": 24, "25coordin": 20, "25kb": 26, "25site": [25, 26], "25xc": [25, 26, 27], "25yc": [25, 26], "26": [12, 17, 20, 22, 23, 24, 25, 26, 27, 43, 44, 66, 109, 128, 163, 171, 191, 193], "260": [26, 169], "26073352": 26, "261": [25, 26, 27, 169], "262": 169, "26286374": 23, "26286374277367": 23, "262864": 22, "26299150": 23, "263": 169, "2631": 27, "264": 170, "26401315e": 26, "26465": 27, "265": [26, 170], "2650": 45, "26566830e": 26, "26568": 27, "265691": [25, 26, 27], "26569128036499023": [25, 26, 27], "265854": 27, "266": 170, "266kb": 26, "267": 171, "267557": 26, "267586": 27, "267612": 27, "268": 171, "269": 171, "2693": [12, 112], "26937": 27, "2695091": 27, "26952": 27, "26965386e": 24, "27": [17, 20, 22, 23, 24, 26, 43, 44, 67, 109, 194], "270": [12, 22, 23, 24, 26, 63, 78, 172], "27036950e": 26, "2707": [12, 112], "271": [25, 26, 27, 172], "27143": 27, "271kb": 26, "272": 172, "27233328": 26, "27274739": 26, "273": 173, "27303": 27, "27322478e": 22, "27337": 27, "27373901": 26, "273kb": 26, "274": 173, "2743": 22, "27446571": 23, "274466": 22, "275": [20, 22, 26, 173], "275276": 27, "276": 174, "27642676": 26, "276771": 22, "27680065e": 26, "277": 174, "27708575e": 22, "27757954e": 22, "278": [20, 174], "279": [20, 174], "2791528": 27, "2795": 24, "28": [12, 17, 19, 20, 22, 23, 24, 25, 26, 27, 44, 45, 67, 72, 110, 118, 163, 171, 194, 201, 202, 205], "280": [20, 26, 174], "28048628e": 26, "281": [20, 25, 26, 27, 175], "282": [20, 175], "282015": 27, "2820215": 27, "2827624": 26, "2828": 22, "283": [20, 22, 175], "2831": 22, "283775": 27, "284": [20, 176], "2847": 24, "28474916e": 26, "285": [20, 26, 27, 176], "285384": 26, "285536": 27, "286": [20, 24, 27, 176], "28600378": 23, "2861719": 27, "287": [27, 176], "288": 176, "288924": [22, 23], "28892417": 23, "28892417275068": 23, "288b": 26, "289": [12, 22, 177, 194], "289143": 27, "2892": 27, "28960208e": 24, "29": [12, 17, 20, 22, 23, 24, 26, 30, 44, 67, 110, 136, 194, 200], "290": [25, 26, 27, 177], "29032732": 26, "290903": 27, "291": [25, 26, 27, 177], "292": 177, "292074": [25, 26, 27], "29207417368888855": [25, 26, 27], "29284687e": 22, "2929169": 27, "293": 177, "29335": 27, "294": 178, "295": [26, 178], "296": 178, "297": [27, 178], "298": [24, 178], "29873051e": 26, "299": 179, "2990": 22, "2_": [12, 30, 44, 146], "2_pm": [12, 195], "2arrai": [20, 26], "2d": [12, 20, 22, 23, 24, 26, 30, 43, 44, 60, 94, 103, 105, 139, 142, 148, 163, 171, 188], "2d0": 45, "2d_variance_dens": 105, "2dformat_vers": [22, 23, 24, 26], "2e": 43, "2e10": [12, 225, 227], "2f": [12, 162, 169], "2kb": [22, 23, 24, 26], "2nd": [26, 43, 44], "2pi": [12, 116, 117], "2standard_nam": 26, "3": [0, 10, 11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 35, 41, 42, 43, 44, 45, 57, 60, 61, 62, 63, 64, 71, 79, 80, 81, 82, 83, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 111, 122, 123, 124, 127, 130, 133, 140, 145, 146, 150, 176, 177, 181, 182, 184, 185, 186, 187, 188, 189, 193, 195, 196, 200, 203, 204, 209, 211, 212, 215, 217, 218, 219, 223, 224, 225, 226, 227], "30": [12, 17, 20, 22, 23, 24, 25, 26, 27, 30, 41, 43, 44, 63, 69, 71, 86, 94, 103, 104, 110, 164, 168, 172, 194, 222, 223, 225, 226, 227], "300": [25, 26, 27, 43, 179], "3000": 43, "30000000": [12, 19, 26, 127], "30007": 27, "30051039e": 22, "300b": 26, "301": [12, 22, 25, 179, 194], "30149467e": 22, "302": 181, "30201": 27, "302435": 26, "303": 181, "30300398e": 26, "303223": 27, "30344738": 26, "30392": 27, "304": 181, "30498": 27, "305": [22, 26, 181], "3056": 27, "305855": 27, "30594": 27, "306": [22, 181], "30674": 27, "307": 182, "30776": 27, "308": [20, 182], "30847490e": 22, "309": 182, "30925064e": 26, "309392": 22, "30962446e": 26, "3097": 27, "3097018": 27, "3098": 27, "30lon": 26, "30longitud": 26, "31": [12, 17, 18, 20, 22, 23, 24, 26, 27, 28, 30, 44, 69, 110, 111, 194, 218], "310": [24, 25, 26, 27, 182], "311": 182, "312": 184, "31231": 26, "31250000": 105, "313": 184, "3132724": 27, "314": 184, "31412265e": 24, "31421866": 26, "31434605e": 24, "315": [22, 23, 24, 26, 184], "31595971": 23, "31595971334866": [23, 24], "31596": 22, "315960": 22, "316": 184, "31642": 27, "317": [12, 115], "319386": 27, "31freq": 22, "31standard_nam": 22, "32": [12, 17, 19, 20, 22, 23, 24, 26, 27, 28, 30, 43, 44, 69, 96, 102, 110, 124, 195, 200, 203, 204], "320": [25, 26, 27], "320262": 26, "3210768699645996": [25, 26, 27], "321077": [25, 26, 27], "321144": 27, "322906": 27, "32390256e": 22, "324": 22, "3246": 27, "324665": 27, "325": 26, "326": [12, 115], "3272": 26, "32725": 27, "32755": 20, "328274": 27, "328926": 22, "32892605": 23, "329": [12, 194], "32b": [22, 23, 24, 26], "33": [12, 17, 20, 23, 24, 25, 26, 27, 43, 44, 69, 111, 145, 191, 195], "330": [25, 26, 27], "330519": 22, "33056564": 26, "33075": 27, "33085763e": 26, "33163994": 26, "333": [22, 26], "333083": 22, "333083187967205": 23, "33308319": 23, "3336895": 27, "3345": 27, "335": 26, "33507511e": 26, "3357": 27, "3364": 27, "336880": 24, "337": [12, 184], "337313": 26, "33818439": 26, "338196": 24, "33834": 27, "3385849": 26, "33863954e": 26, "33873364e": 22, "339": 26, "33944227": 26, "3399": 27, "339long_nam": 26, "34": [10, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 42, 44, 69, 111, 195], "340": [25, 26, 27], "34025": 27, "34059": 27, "341": 17, "342": 19, "342186": 27, "34235": 27, "34385724": 26, "34409": 27, "3441": 27, "34411": 27, "3448": 26, "345": 26, "3450": 20, "346": 26, "34683411e": 22, "34846244e": 26, "34885637": 26, "34923155": 23, "34923155196478": 23, "349232": 22, "34953008": 26, "35": [12, 17, 19, 22, 23, 24, 25, 26, 27, 41, 43, 44, 69, 111, 128, 195, 205], "350": [12, 22, 25, 26, 27, 108], "35092": 27, "351": [22, 26], "3510": 27, "3517": 27, "352": 26, "35275": 27, "3529595136642456": [25, 26, 27], "35296": [25, 26, 27], "353": 26, "354": [24, 26], "355": 26, "35514": 26, "356": 26, "356754": 27, "357": 26, "35732402e": 26, "35745371": 23, "358": 26, "35821765e": 26, "358513": 27, "359": 26, "359985": 20, "3599853515625": 20, "359standard_nam": 26, "35dir": [25, 26, 27], "36": [12, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 30, 44, 49, 60, 61, 62, 65, 66, 67, 69, 82, 90, 99, 107, 111, 163, 166, 167, 195, 218], "360": [12, 20, 26, 30, 78, 150, 164, 168, 218], "3600": [12, 20, 25, 26, 27, 30, 69, 74, 76, 77, 223, 226, 227], "360275": 27, "36060856e": 22, "360coordin": 26, "361": 22, "361055": 24, "362034": 27, "363": 22, "3634": 26, "36346752e": 22, "36369789": 26, "36474624": 26, "365": 22, "36776536e": 26, "36858181e": 26, "36891645e": 22, "368b": 20, "369": [24, 25, 26], "36coordin": [25, 26, 27], "36e": [12, 19, 146, 195], "37": [12, 17, 18, 23, 26, 44, 70, 90, 102, 111, 196], "370834": 27, "372192": 26, "37233761e": 26, "372734": 27, "37279185": 26, "373": 17, "374": 20, "37467": 27, "375": [20, 25, 26], "37500000": 105, "37575645e": 26, "376": 20, "37658": 27, "377": 20, "37796": 27, "378": 20, "37852": 27, "378kb": 26, "379": 20, "37905856e": 22, "37972": 27, "379kb": 26, "37e": 43, "37longitud": 26, "38": [12, 18, 19, 23, 26, 43, 70, 89, 90, 102, 105, 112, 142, 191, 196], "380": 20, "38002176e": 24, "38032723": 26, "381": 20, "38104521": 26, "381145": 22, "38148": 27, "38159653e": 26, "382": 20, "3827": 26, "383": 20, "3835": 27, "384": 20, "38474217": 26, "385": 20, "38524": 27, "38537356": 26, "386": 20, "386179": 22, "386179158542195": 23, "38617916": 23, "387": 20, "388": 20, "388008": [25, 26, 27], "3880080580711365": [25, 26, 27], "38889556e": 26, "389": 28, "38905309": 26, "389084": 27, "38kb": 26, "39": [12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 70, 71, 98, 102, 112, 122, 123, 124, 196], "390": 17, "390018": 26, "39032": 41, "3903633": 26, "39071798e": 26, "390x150": [17, 28], "391": [17, 41], "393390567181296": 23, "39339057": 23, "393391": 22, "39400774e": 22, "394123": 27, "395884": 27, "39637516e": 24, "39673752e": 26, "39678560e": 22, "39734418": 26, "397644": 27, "39869218": 26, "39902": 27, "399403": 27, "39976592e": 22, "399999618530273": 20, "39d0": 45, "3a0fb850a4": [12, 190], "3d": [17, 30, 44], "3d0": 45, "3e": [12, 19, 27, 133], "3freq": [25, 26, 27], "3g": 43, "3kb": [22, 23, 24, 26], "3rd": 44, "3standard_nam": [25, 26, 27], "3ylat": 20, "4": [10, 11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 41, 42, 43, 44, 45, 57, 60, 61, 71, 72, 79, 80, 81, 82, 84, 86, 90, 97, 98, 100, 101, 103, 104, 105, 115, 118, 121, 123, 124, 127, 128, 134, 137, 140, 149, 150, 163, 171, 172, 181, 182, 189, 194, 200, 201, 202, 203, 204, 205, 209, 218, 223, 224, 225, 226, 227], "40": [12, 18, 22, 24, 25, 26, 27, 41, 43, 71, 89, 90, 91, 95, 102, 112, 120, 135, 146, 162, 169, 197, 210], "400": 44, "40063214e": 26, "40180597": 26, "4021": 26, "40332": 27, "405": [20, 26], "40513199e": 22, "40515123": 26, "406": 20, "407": [20, 22], "40707": 26, "407166": 27, "408": 20, "4081": 27, "40890878e": 24, "409": 20, "409065": 27, "40953893": 23, "40953893117886": 23, "409539": 22, "4096": 18, "40b": [22, 23, 24, 26], "41": [12, 18, 25, 26, 27, 69, 71, 76, 112, 128, 130, 132, 133, 139, 140, 141, 142, 162, 169, 174, 177, 197], "41025501": 26, "41038326e": 24, "411": 20, "41101": 27, "4115609": 26, "412": [20, 22, 23, 24, 26], "41219": 27, "41291": 27, "412freq": [22, 23, 24, 26], "413": 20, "414": 20, "4141": [18, 25, 26, 27], "4145": 27, "415": 20, "41533": 27, "416": 20, "4160": 27, "41709": 27, "4181": [12, 190], "4184": 44, "41885": 27, "41913": 27, "41run": [25, 26], "42": [12, 26, 28, 45, 71, 112, 130, 131, 197], "42157": 27, "4225": 27, "4227": 27, "42297597e": 24, "424897": 26, "425415": 27, "42653688788414": [25, 26, 27], "426537": [25, 26, 27], "42658642": 26, "42841791e": 26, "429": 22, "4294": [12, 27, 190], "42962218e": 24, "42997523": 26, "43": [12, 20, 23, 26, 27, 43, 71, 113, 128, 137, 197], "43125744e": 22, "431494": 27, "4326": 20, "43273783": 26, "43275069e": 26, "432905": 27, "433": 17, "43308629e": 26, "433254": 27, "43387381": 23, "43387381443651": 23, "433874": 22, "43396051e": 26, "4350": 27, "435013": 27, "43529024": 26, "436771": 27, "43750000": 105, "438": 27, "43844490282329": 28, "43900742e": 26, "43959779": 26, "43965": 27, "43d0": 45, "44": [20, 26, 71, 113, 197], "44051": 20, "440613": 22, "441948": 26, "44222627e": 26, "44224616e": 26, "44333690e": 26, "4435": 27, "443e": 26, "4454": 27, "44624": 20, "44683484": 26, "447223": 22, "4473": [12, 130, 131], "44734": 27, "44803": 27, "4481": [12, 130, 131], "44877084": 26, "44b": [22, 23, 24, 26], "45": [12, 20, 22, 23, 24, 25, 26, 41, 43, 44, 71, 113, 128, 139, 140, 141, 142, 198], "45070684": 26, "450997": [22, 23], "45099728905505": 23, "45099729": 23, "45166166e": 26, "452": 26, "452698": 27, "453083": 24, "4532303": 27, "453697946395387": 23, "45369795": 23, "453698": 22, "45397842e": 22, "454056": 27, "45446": 27, "4557636": 27, "45622": 27, "4563": 27, "45632943e": 26, "4579": 27, "458": 45, "45906": 27, "459775": 26, "4598334": 26, "45e": 41, "46": [20, 26, 43, 44, 45, 71, 113, 198], "46007918e": 26, "4602467": 26, "46036237": 26, "46069362e": 26, "46090556e": 26, "46175": 27, "46369444": 26, "464748": 22, "46576284": 26, "467": 25, "46746509e": 26, "46752208e": 26, "46811240e": 26, "46867165e": 26, "468863": 27, "46889159083366394": [25, 26, 27], "468892": [25, 26, 27], "4695": 27, "469846": 22, "46984631": 23, "46984631039295": 23, "46xlon": 20, "47": [20, 23, 26, 71, 113, 198], "47020530e": 26, "470623": 27, "47092573": 26, "47214": 27, "472383": 27, "47263710e": 22, "474142": 27, "47545910e": 22, "47598": 27, "476826": 26, "47717753": 26, "47887": 27, "479": 22, "4798": 27, "47983": 27, "48": [20, 23, 24, 26, 71, 114, 198], "48022825e": 24, "48030864e": 26, "4816737": 27, "48173": 27, "48174021e": 26, "4823": 27, "483027": 26, "48305": 27, "484166": 26, "48418546e": 26, "48598611": 26, "486602": 26, "486969785011496": 23, "4869697850115": 23, "48696979": 23, "48697": 22, "486970": 22, "4874724": 27, "48767018e": 26, "48801128": 26, "489038": 26, "49": [26, 27, 72, 114, 198], "49007": 27, "49039": 27, "49135966e": 22, "49137884": 26, "491474": 26, "49183": 27, "492": [12, 114], "49239044": 26, "49279605e": 26, "493587": 27, "49391": 26, "49423": 27, "49437785": 26, "494653": 26, "49573731e": 26, "49602": 27, "496346": 26, "49808": 27, "498782": 26, "4_": [12, 194], "4cb0": 26, "4d": 45, "4d0": 45, "4e": [12, 41, 124], "4kb": 24, "5": [10, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 35, 41, 42, 43, 44, 45, 57, 61, 73, 74, 79, 80, 81, 82, 84, 85, 86, 90, 100, 101, 103, 105, 106, 107, 108, 111, 122, 123, 124, 127, 129, 130, 133, 134, 136, 137, 139, 141, 142, 144, 145, 146, 147, 150, 161, 162, 163, 164, 168, 169, 171, 172, 178, 182, 184, 189, 194, 195, 198, 200, 203, 204, 206, 208, 209, 211, 212, 223, 224, 225, 226, 227], "50": [12, 18, 20, 22, 24, 25, 26, 27, 30, 35, 41, 43, 44, 72, 92, 105, 114, 162, 169, 183, 199], "500": [12, 24, 43, 44, 107], "5000": [25, 26, 43], "50000": [12, 138], "50000000": 105, "504": [12, 114], "5040": 30, "5046": [12, 130, 132, 133], "50491768": 26, "5051": [12, 130, 132, 133], "50525379e": 24, "506233": 27, "507992": 27, "50844788e": 22, "50847": 27, "509754": 27, "51": [12, 26, 28, 72, 114, 127, 199], "510868": 24, "51130466826915": 23, "51130467": 23, "511305": 22, "51137": 27, "511705": 26, "512314": 27, "51244369e": 26, "51336590e": 22, "514005": 22, "51400532560948": 23, "51400533": 23, "515452": [25, 26, 27], "5154520869255066": [25, 26, 27], "51553472": 26, "51616": 27, "51631": 22, "516310": 22, "51631047": 23, "51699484": 26, "51803783e": 24, "51854154e": 24, "51kb": 26, "52": [12, 22, 23, 24, 26, 72, 114, 127, 184, 199], "5204": 22, "52108644": 26, "521kb": 26, "52211740e": 26, "52287": 27, "5261": 22, "52672": 27, "526kb": 26, "52744": 27, "52784854": 23, "52822504": 26, "5290": 22, "529198": 27, "529408": 22, "529531": 26, "53": [12, 22, 26, 72, 115, 127, 200], "530153689607047": 23, "53015369": 23, "530154": [22, 23], "53045000e": 26, "53056": 27, "530956": 27, "53226328": 26, "53275451e": 26, "53337248": 26, "53412629e": 26, "53441": 27, "5349": 22, "536019": 22, "53819797": 26, "538561": 27, "5386": 20, "5387": 20, "5388": 20, "5389": 20, "5390": 20, "5391": 20, "5392": 20, "539263": 27, "5393": 20, "5394": 20, "54": [12, 19, 26, 43, 72, 109, 115, 200, 209], "540955": 27, "5412": 27, "54120841e": 24, "54132": 27, "54213": 27, "54223942e": 22, "54309": 27, "543602": 27, "5448": 27, "545": 20, "54536": 27, "546": 20, "54643449e": 26, "546583": 26, "54677101": 26, "547": 20, "547123": 27, "54759304": 26, "548645": 27, "54988099": 26, "55": [26, 43, 73, 115, 200], "55028759e": 22, "55039995e": 24, "55119866": 26, "55122194": 26, "551237": 22, "55203010e": 26, "55256289": 26, "55257666e": 22, "55280770e": 26, "552e": 26, "555": 22, "55717162e": 26, "557189": 22, "55718923": 23, "55718923020503": 23, "559204": 27, "55956504": 26, "56": [17, 23, 25, 26, 73, 115, 200], "560": 24, "56005859375": 20, "560059": 20, "56250000": 105, "56305": 27, "56310618": 26, "56354464": 23, "56441": 26, "564808": 27, "565": [22, 25], "5650": 24, "566566": 27, "566636": [25, 26, 27], "5666360259056091": [25, 26, 27], "56686394e": 26, "566895": 27, "56696104": 26, "567": 22, "56709226e": 26, "56728711": 26, "56833": 27, "56kb": 22, "57": [23, 26, 43, 73, 115, 200], "57015557": 23, "571612": 22, "57161204748323": 23, "57161205": 23, "57178": 27, "574511": 27, "57651528": 26, "577286": 27, "57814360e": 22, "57940169e": 26, "57kb": 22, "58": [12, 26, 73, 115, 116, 200], "580": 24, "58077": 30, "5807825": 30, "58083742e": 22, "58097": 27, "58113": 27, "581461": 26, "582": 27, "5822325": 27, "582731": 27, "5830497": 30, "584492": 27, "58498": 27, "58527702e": 26, "58575759": 26, "5864042": 26, "58792721e": 26, "5881523": 27, "5887021": 27, "58994344e": 24, "59": [12, 19, 23, 26, 73, 109, 116, 117, 144, 201], "590461": 22, "59046106882114": 23, "59046107": 23, "59062324": 26, "59105": 27, "59137": 27, "5917": 27, "59191755": 23, "59226373e": 22, "5941886": 30, "5942931": 30, "59554": 27, "59586": 27, "596": 24, "5960683": 30, "5968502": 27, "59729": 27, "59778536e": 26, "598568": 27, "599": 20, "599288": 26, "59929848": 23, "59931516e": 22, "59938": 27, "5coordin": 26, "5d0": 45, "5directional_convent": [25, 26], "5e": [12, 19, 21, 26, 27, 123, 124, 145, 150, 200, 203, 204, 205, 209], "5histori": [25, 26], "5kb": 26, "5latitud": 26, "5site": [22, 23, 24, 26], "5x": [12, 150], "6": [12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 41, 42, 43, 44, 45, 57, 60, 61, 62, 64, 72, 79, 80, 81, 84, 97, 100, 101, 105, 118, 145, 150, 163, 171, 176, 177, 181, 182, 189, 193, 194, 200, 201, 202, 203, 204, 205, 211, 212, 223, 224, 225, 226, 227], "60": [12, 18, 20, 25, 26, 27, 28, 43, 44, 73, 116, 189, 201], "600000381469727": 20, "601": 27, "602177": 27, "60258424": 26, "603226": 27, "60394": 27, "60488388609934": 23, "60488389": 23, "604884": 22, "60542625": 27, "605698": 27, "60644642": 26, "6096741": 30, "60977": 27, "60d0": 45, "61": [18, 24, 26, 73, 116, 201], "61126": 25, "61145321": 26, "611605": 30, "6126289": 27, "61275": 25, "613": 17, "61345733e": 26, "6135870": 30, "61362": 27, "613682": 30, "616339": 26, "61641299": 26, "61664": 25, "616b": 26, "61746": 27, "618341": 27, "61837": 25, "62": [18, 23, 26, 73, 116, 202], "620102": 27, "62032218": 26, "62060129e": 24, "6208687": 30, "62186": 27, "62287": 25, "622902": [25, 26, 27], "6229023933410645": [25, 26, 27], "62299": 22, "622990": 22, "62328586": 26, "6233": [12, 200], "625": [22, 41], "62500000": 105, "6252": [12, 200], "6253914": 30, "62750527e": 26, "62774665e": 26, "6280103": 27, "62803": 27, "6288": 27, "6288341": 27, "6294226": 30, "63": [12, 20, 26, 41, 74, 116, 141, 142, 191, 202], "63023959": 26, "63066536": 27, "6307": 27, "631874": 27, "631919": 22, "63191942669732": 23, "63191943": 23, "631d": 45, "633": 22, "63341030e": 22, "634166": 26, "63571": 27, "635937": 27, "63601884e": 26, "6377": 27, "6378206": 44, "638062": 24, "64": [12, 23, 26, 74, 117, 144, 202], "6400958": 27, "641308": 27, "6415908": 27, "64163414e": 26, "64236791e": 22, "643066": 27, "6461": 27, "64658252e": 26, "647089": 26, "64780512e": 22, "6487": 27, "64884905e": 22, "649525": 26, "64995": 27, "64b": [22, 24, 26], "65": [12, 19, 23, 26, 27, 43, 74, 115, 117, 203], "650105": 27, "650768": 22, "65076844803523": 23, "65076845": 23, "65086": 27, "651218": 26, "65160": 26, "651961": 26, "65379": 27, "654396": 26, "65571": 27, "65571426": 26, "656832": 26, "65694": 27, "65696127e": 26, "65747": 27, "65775356": 26, "657852": [22, 23], "65785210": 23, "65797985667433": 23, "65797986": 23, "65798": 22, "657980": 22, "659231": 27, "659268": 26, "659445": 22, "65d0": 45, "66": [22, 23, 26, 27, 42, 75, 117, 203], "661121": 27, "66117026e": 22, "66164": 27, "661704": 26, "661732": 27, "661793": 27, "661884": 27, "661945": 27, "662037": 27, "66222": 27, "6623135": 27, "662373": 27, "662403": 27, "66245": 27, "662556": 27, "662708": 27, "6628": 27, "662922": 26, "6629223150705": 26, "663197": 27, "66337384e": 26, "66387089": 26, "663898": 27, "66436": 27, "664463": 22, "66446302": 23, "665639": 27, "666056": 22, "66625388": 26, "66694848e": 26, "66815615e": 22, "668205": 27, "66831152": 26, "669044": 26, "6694846": 27, "67": [12, 26, 43, 75, 117, 144, 203], "671": 27, "671926": 27, "67204": 27, "67331": 27, "67458997": 26, "67472159": 26, "675068": 27, "676826": 27, "67745": 27, "67827704": 26, "67865764": 26, "67873520e": 26, "68": [17, 24, 26, 28, 75, 117, 204], "680435": 27, "6818448": 27, "682434": 27, "68384": 27, "684756": [25, 26, 27], "6847560405731201": [25, 26, 27], "68482305e": 26, "68605609e": 22, "686096": 26, "68628": 27, "687": 22, "68750000": 105, "68767626e": 26, "6884065": 27, "6886": 25, "68864774e": 22, "68910994": 26, "69": [26, 76, 117, 204], "690125": 27, "69027925": 26, "69157994": 26, "692": 20, "69269580e": 26, "6928": 25, "693": 20, "69308": 27, "694": 20, "69470983": 26, "694815": 27, "69484": 27, "69499962": 26, "695": 20, "6953642": 27, "6956695": 27, "696": 20, "696602": 27, "696846": 27, "697": 20, "698": 20, "698784": 27, "699": 22, "69911207e": 22, "6992": 25, "6d": 45, "6d0": 45, "6e": [12, 19, 27, 72, 118, 200, 201, 202, 205], "6h": [18, 22, 23, 24], "6histori": 26, "6long_nam": 20, "6unit": 27, "7": [12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 41, 43, 44, 61, 79, 80, 81, 84, 90, 100, 101, 106, 109, 190, 200, 201, 202, 205, 223, 226], "70": [18, 25, 26, 27, 43, 76, 118, 204], "700000000000003": 26, "70043212e": 22, "70069": 27, "700x1195": 17, "701218": 26, "70276106e": 26, "703654": 26, "703922": 26, "7042453": 27, "70454": 27, "70480039": 26, "70505188": 26, "70609": 26, "7063": 25, "706593": 22, "7083": 25, "708526": 26, "70912899": 26, "709378": 24, "71": [12, 22, 23, 26, 76, 118, 144, 205], "71068": 27, "7109585": 27, "710962": 26, "71107582724932": 23, "71107583": 23, "711076": 22, "7115134": 26, "71157177e": 26, "71158352e": 22, "711705": 26, "712437": 27, "713398": 26, "71413": 27, "714141": 26, "714195": 27, "71434899": 26, "7145": 25, "71467774e": 26, "715834": 26, "7162695": 27, "716577": 26, "716aba91": 26, "71724513e": 26, "7177": 25, "718": 27, "71827": 26, "7184663": 27, "718765": 27, "719013": 26, "7198": 25, "72": [12, 26, 76, 118, 149, 205], "720": 30, "7202": 25, "72048138e": 22, "720566": 24, "720706": 26, "720974": 26, "7210": 25, "72101047e": 26, "72141309": 26, "721448": 26, "72222203e": 22, "72261": 27, "7229834": 27, "7230": 25, "723142": 26, "723884": 26, "7247": 25, "72502976e": 22, "725577": 26, "72631448": 26, "72632": 26, "72665878": 26, "726841": 27, "728013": 26, "728199": 22, "72819930": 23, "728199301867864": 23, "728756": 26, "72891031e": 26, "7295146": 27, "72996002e": 24, "72b": 24, "72time": 26, "73": [12, 19, 21, 24, 25, 26, 72, 76, 110, 118, 205], "73045": 27, "731192": 26, "73127": 27, "732": 22, "732208": 27, "73280097e": 26, "73318": 27, "733628": 26, "73397": 27, "73438369e": 26, "735": 22, "735115": 27, "735404": 27, "73572125e": 26, "736064": 26, "73636365e": 26, "73702": 27, "73751817": 26, "7384562": 27, "7385": 26, "738801": 26, "73903434e": 26, "73905368e": 22, "739214": 22, "74": [24, 26, 77, 118, 206], "74066611": 26, "74087": 27, "740936": 26, "74131968": 26, "74205": 27, "74272": 27, "74384988": 26, "74438754e": 26, "74479103e": 26, "745": [12, 22, 194], "74578529e": 26, "74619074e": 26, "746286": 27, "746583": 26, "74700037e": 22, "74762197e": 22, "748047": 27, "74869": 27, "74917938": 26, "749805": 27, "74e": 43, "75": [12, 26, 41, 42, 43, 45, 77, 118, 139, 142, 206], "75000000": 105, "751568": 27, "7527517080307007": [25, 26, 27], "752752": [25, 26, 27], "75327162": 26, "7535931": 27, "754": [12, 194], "75411317e": 24, "755104": 27, "75516743e": 26, "755852": 26, "75684711": 26, "75766220e": 26, "7579": 22, "758155": 22, "75815524": 23, "75894": 27, "75982834e": 22, "75e": [12, 19, 26, 145, 209], "76": [17, 22, 23, 26, 28, 77, 119, 206], "760009765625": 20, "76001": 20, "76045963e": 22, "76190573": 26, "762": [22, 25], "7627187": 27, "764212": 27, "76566": 27, "76597": 27, "7676": 27, "76951": 27, "769539": 22, "769579": 27, "76969330": 23, "77": [12, 17, 26, 27, 28, 78, 112, 119, 124, 207], "77111971e": 22, "77116535e": 26, "77134": 27, "77145": 27, "77177299e": 22, "77194110e": 26, "77335": 27, "7735524": 27, "773679": 26, "77368": 27, "77375297e": 26, "7745602": 27, "77517889": 26, "775814": 26, "77589395776218": 23, "77589396": 23, "775894": 22, "776149": 22, "77765": 27, "778": 26, "77800226": 26, "77freq": 26, "77kb": 22, "77standard_nam": 26, "78": [26, 78, 119, 207], "7801449": 27, "78108926e": 26, "781461": 26, "78201": 27, "783657": 27, "785363": 27, "785416": 27, "78601324": 26, "787": 25, "787178": 27, "78801548e": 22, "788937": 27, "78kb": 22, "79": [12, 25, 26, 78, 119, 144, 193, 207], "79005251e": 26, "79040738e": 26, "79048690e": 22, "790731": 26, "791435": 27, "792": 25, "793081": 22, "79349824": 26, "79698904": 26, "797": 20, "798": 20, "799": 20, "799166": 24, "79985525": 26, "799999": 20, "799999237060547": 20, "7arrai": 26, "7e": [12, 19, 27, 72, 118, 200, 201, 202, 205], "7standard_nam": 26, "8": [12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 41, 43, 44, 62, 63, 69, 80, 81, 84, 86, 87, 88, 93, 97, 100, 101, 106, 109, 124, 127, 128, 132, 134, 139, 141, 144, 145, 146, 150, 163, 164, 168, 171, 172, 190, 195, 205, 211, 212], "80": [12, 17, 22, 24, 25, 26, 27, 119, 163, 171, 207], "800": [20, 22], "80009": 27, "800x1132": 17, "801": 20, "80158": 27, "80184499": 26, "801994": 27, "802": [20, 24], "802929": 22, "80292949836016": 23, "80292950": 23, "80293": 23, "803": 20, "80334": 27, "80393": 27, "80402934e": 26, "80428272": 26, "8047427": 27, "8051": 27, "80584": 27, "807": 22, "80747877e": 24, "80778": 27, "80830313e": 26, "808557": 26, "8086786": 27, "808708": 27, "80878855": 26, "809685": 27, "81": [12, 21, 26, 120, 150, 208], "81004718e": 26, "81026398e": 22, "8102965": 27, "810693": 26, "81154362": 26, "81213246": 26, "81250000": 105, "8155": 22, "816339": 26, "81670515e": 22, "817e": 22, "818344": 27, "81907786": 23, "81907786235773": 23, "819078": [22, 23], "819244": 24, "82": [22, 23, 26, 120, 208], "821026": 27, "82117192e": 24, "82205572e": 26, "822784": 27, "82406227": 26, "824547": 27, "824e": 27, "825609": 26, "826305": 27, "82699794": 26, "82710553": 26, "827499": [25, 26, 27], "827499270439148": [25, 26, 27], "8275": [25, 26, 27], "82777": 27, "828": [12, 193], "8284": 27, "82843": 27, "828989928337165": 23, "82898992833717": 23, "82898993": 23, "82899": [22, 23], "828990": 22, "83": [22, 23, 24, 25, 26, 120, 208], "8310803": 27, "833": 26, "833333": [12, 19, 127], "8341626": 27, "836426": 27, "837": 18, "8374": 26, "838326": 27, "838951": 27, "83906952": 26, "8393509": 27, "84": [26, 120, 208], "84026": 27, "84042224": 26, "84071": 27, "8407547": 27, "84097236e": 26, "84114324": 23, "84186121": 26, "84217": 27, "842468": 27, "84330018": 26, "843435": 26, "84350990e": 26, "84411": 27, "845": [12, 193], "845571": 26, "8482": 26, "849": [12, 114], "849573": 27, "85": [23, 25, 26, 42, 120, 208], "850": 25, "85000000000018": 28, "85083": 27, "851218": 26, "85133292e": 26, "8520": 22, "854675": 27, "85659019e": 26, "857": [12, 114], "857de21265c2": [12, 190], "85828775": 26, "858334": 22, "858397": 27, "85d0": 26, "86": [22, 25, 26, 43, 121, 209], "8601": [12, 222, 225, 227], "860157": 27, "8603": 22, "860487": 26, "861916": 27, "86251072": 26, "863236877574252": 23, "86323688": 23, "863237": 22, "863674": 27, "86399656e": 26, "864": [43, 44], "8640": 44, "86400": [12, 44, 179], "864182": 24, "864436": 27, "864835": 22, "864945": 22, "86722608": 26, "8677": 26, "868037": 27, "86891": 27, "86952684e": 22, "86standard_nam": 22, "87": [12, 25, 26, 121, 209, 225, 227], "8702": 26, "8705301530": [12, 225, 227], "87103": 27, "872": 20, "87276": 27, "873": 20, "87302095e": 26, "87376419": 23, "874": 20, "87466": 27, "875": 20, "87500000": 105, "8750729": 26, "876": 20, "87632": 27, "876595": 27, "877": 20, "87801484e": 26, "878078": 27, "878220": 24, "878314": 26, "8785": 27, "87881699": 26, "87928138e": 22, "879385": 22, "87938524": 23, "87938524157181": 23, "879837": 27, "87e": 22, "88": [22, 23, 24, 26, 121, 209], "880": [12, 144], "88006078": 26, "880449": 26, "8835": 26, "88356179": 26, "88378672e": 26, "884": 26, "88410324": 26, "886096": 26, "88716": 27, "8873553": 27, "88b": [22, 24, 26], "89": [12, 19, 23, 26, 27, 121, 200, 204, 205, 209], "890": 24, "89021348": 26, "89063775e": 24, "891": [12, 128], "89101": 27, "89148189": 26, "894": 22, "89508057e": 24, "895365": 26, "895765": 27, "89618": 27, "897526": 27, "8985871": 27, "8986": 27, "89908161": 23, "899209": 22, "89920937": 23, "8992093735307": 23, "899284": 27, "8b": [20, 24], "8coordin": [22, 23, 24, 26, 27], "8e": [12, 19, 27, 43, 200, 203, 204], "8f": [12, 162], "8kb": [22, 23, 24, 26], "8site": 27, "8x9": [22, 23, 24], "9": [12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 42, 43, 44, 62, 71, 80, 81, 84, 85, 90, 97, 100, 101, 102, 106, 134, 135, 136, 139, 142, 150, 163, 171, 176, 177, 190, 200], "90": [12, 22, 23, 24, 25, 26, 27, 30, 43, 79, 121, 150, 189, 209], "900": [11, 12, 17], "90029026": 26, "9003": 26, "90031161e": 22, "9003long_nam": 26, "901043": 27, "90198796": 26, "903043": 27, "903531": 27, "904": 27, "9046": 26, "905086": 27, "90524": 27, "90569254": 23, "90700676": 26, "90795684e": 22, "90909": 27, "90943125": 26, "909669": [25, 26, 27], "9096691608428955": [25, 26, 27], "9097": [25, 26, 27], "90standard_nam": 26, "91": [12, 23, 122, 142, 210], "9105506": 27, "91099": 27, "9117393": 27, "91206937e": 26, "9127322": 26, "91293": 27, "91315198e": 26, "913192": 26, "91357204e": 26, "913689": 27, "9146": 27, "91521072e": 22, "915327": 26, "915447": 27, "91563705e": 24, "91608136e": 22, "9171": 26, "917208": 27, "91729021e": 26, "91768694e": 26, "91827": 27, "9188": 26, "919": 22, "9192": 26, "91925648": 26, "91935139e": 22, "91965": 27, "91a": [12, 146], "92": [122, 210], "92073872": 26, "920843599448": 23, "92084360": 23, "920844": [22, 23], "920974": 26, "92305018": 26, "92349": 27, "923544": 22, "923544256788343": 23, "92354426": 23, "9248636": 27, "92574": 27, "92668206e": 22, "92734": 27, "92745453": 23, "927702": 27, "92d0": 45, "93": [20, 22, 23, 122, 210], "93013356": 26, "93024152": 26, "930244": 26, "9304483": 27, "9306006": 27, "932705": 27, "933": 43, "933134": 27, "934895": 27, "935": 18, "93526162e": 26, "93533466e": 26, "9360": 26, "936653": 27, "93694232e": 26, "9375": [25, 26], "93750000": 105, "93758": 27, "93773": 27, "938416": 27, "93969262": 23, "9396926207859": 23, "939693": 22, "94": [23, 123, 210], "9401": 26, "9407938": 27, "941": [12, 193], "941574": 27, "94261055": 26, "945": 27, "9450": 24, "94542": 27, "94572846": 26, "94640711": 26, "946904": 22, "94690402942501": 23, "94690403": 23, "94732": 27, "9473553": 27, "94781074e": 22, "94807": 26, "948438": 22, "9488": 27, "95": [12, 17, 18, 20, 23, 25, 26, 28, 113, 123, 139, 142, 163, 171, 210], "950206": 26, "951": [26, 27], "95106": 27, "95115779": 26, "952818": 27, "954578": 27, "9547405": 27, "95571916e": 26, "955852": 26, "95598": 27, "9581891": 27, "95982": 27, "9599609375": 20, "959961": 20, "96": [12, 18, 20, 23, 25, 27, 121, 123, 128, 137, 210], "961": [12, 193], "9614": 27, "96367": 27, "9637436": 27, "965122": 26, "966": 22, "97": [18, 20, 123, 211], "970505": 27, "972263": 27, "97305": 27, "97393957": 23, "97393957002299": 23, "973939570022992": 23, "97394": [22, 23], "973940": 22, "974022": 27, "97406": 27, "97410825e": 24, "97427996": 26, "975784": 27, "97669742e": 24, "97772168": 26, "977905": 27, "978271": 27, "97839301e": 26, "9786367": 27, "98": [12, 20, 26, 27, 123, 174, 211], "9801": [12, 130, 133], "98063565e": 26, "981059": 22, "9811509786621": 23, "98115098": 23, "981151": 22, "98175": 27, "982870": 24, "982948": 26, "9832": 25, "98336720e": 26, "98359843e": 26, "98367232e": 22, "983851636002434": 23, "98385164": 23, "983852": 22, "985084": 26, "98526781": 26, "985384": 26, "98782": 26, "988428": 27, "988464": 27, "98858375": 26, "99": [12, 17, 20, 22, 23, 24, 25, 26, 27, 28, 44, 69, 74, 76, 77, 84, 107, 123, 184, 211], "990189": 27, "990256": 26, "990731": 26, "99101": 27, "991947": 27, "99223248e": 24, "99231": 27, "992692": 26, "99305362e": 22, "993389": 22, "99338907": 23, "99482165e": 24, "99482339": 26, "994982": 22, "995128": 26, "995838": 24, "99591808e": 22, "99598200e": 22, "996155": 27, "997564": 26, "99893036e": 26, "999": [21, 23, 26, 43, 44], "9998": [22, 24], "9999": [44, 97], "9999694824219": [25, 26, 27], "99997": [25, 26, 27], "99998": [25, 26, 27], "99998474121094": [25, 26, 27], "999985": [25, 26, 27], "9999885559082": [25, 26, 27], "999988555908203": [25, 26, 27], "999989": [25, 26, 27], "99999": [12, 25, 26, 27, 150], "999990463256836": [25, 26, 27], "999992": [25, 26, 27], "999992370605469": [25, 26, 27], "99999237060547": [25, 26, 27], "999994": [25, 26, 27], "9999943375587463": [25, 26, 27], "9999985098838806": [25, 26, 27], "999999": [25, 26, 27], "9c1f": 26, "9d74": [12, 190], "9standard_nam": 22, "9xarrai": 22, "A": [11, 12, 15, 17, 19, 45, 49, 57, 60, 61, 62, 113, 115, 120, 121, 124, 126, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, 141, 144, 147, 149, 150, 160, 163, 171, 173, 176, 177, 178, 182, 184, 191, 194, 200, 209, 211, 212], "AND": 45, "And": [17, 21, 26], "As": [12, 28, 57, 121, 184], "At": [12, 15, 17, 28, 44, 196, 218], "Be": [1, 17], "But": [12, 17, 20, 111], "By": [12, 20, 86, 124, 129], "FOR": [12, 45, 150], "For": [12, 19, 20, 28, 43, 44, 45, 48, 60, 61, 79, 82, 124, 138, 150, 211, 212], "IN": 45, "If": [0, 8, 12, 13, 17, 28, 30, 34, 44, 45, 47, 54, 61, 62, 74, 76, 77, 79, 82, 85, 86, 88, 91, 95, 96, 101, 106, 108, 111, 120, 124, 127, 128, 129, 130, 139, 140, 143, 144, 150, 166, 167, 196, 211, 212], "In": [0, 10, 12, 17, 19, 20, 23, 25, 26, 27, 42, 44, 45, 50, 51, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "It": [3, 11, 12, 17, 18, 19, 28, 45, 46, 57, 63, 68, 71, 87, 88, 106, 107, 108, 124, 147, 149, 166, 167, 200, 209], "NO": 30, "NOT": 45, "No": [8, 12, 17, 28, 42, 44, 45, 113, 193], "Not": [30, 42, 45], "OF": 45, "ON": [20, 43], "ONE": [12, 57], "OR": 42, "Of": [12, 28, 140], "On": [12, 146, 184, 194, 195], "One": [12, 106, 218], "Such": [12, 92, 128], "TO": 45, "That": 20, "The": [0, 1, 3, 4, 5, 7, 8, 10, 11, 12, 13, 15, 17, 19, 20, 23, 24, 26, 28, 30, 32, 33, 34, 35, 36, 41, 42, 43, 44, 45, 47, 48, 49, 54, 60, 61, 62, 63, 64, 71, 72, 80, 81, 82, 85, 86, 87, 88, 89, 92, 93, 95, 96, 99, 101, 102, 104, 105, 106, 107, 108, 109, 110, 111, 112, 114, 115, 119, 120, 122, 124, 125, 128, 129, 130, 131, 132, 133, 134, 137, 138, 139, 141, 142, 143, 144, 146, 150, 160, 162, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 179, 180, 183, 184, 189, 191, 192, 193, 196, 197, 200, 206, 209, 210, 211, 212, 217, 218, 219, 221, 222, 224, 225, 227, 233], "There": [12, 13, 15, 17, 28, 163, 171], "These": [12, 17, 18, 20, 26, 28, 44, 45, 62, 102, 144, 184, 212, 234], "To": [1, 12, 17, 20, 28, 44, 45, 48, 60, 79, 106, 127, 150, 211, 212], "With": [12, 19, 45, 60, 61, 62, 75, 78, 85, 86, 89, 91, 92, 93, 95, 96, 98, 99, 101, 102, 103, 104, 116, 117, 118, 119, 120, 121, 122, 124, 127, 138, 139, 140, 143, 144, 148, 149, 150, 174, 184, 192, 196], "_": [20, 25, 27, 81], "_1": 44, "_2": 44, "_3d_": 44, "__call__": [20, 28, 160], "__getitem__": [12, 20], "__init__": [17, 19, 54, 55, 56, 57, 58, 59], "__main__": 17, "__module__": [12, 207], "__name__": 17, "__pydantic_serializer__": 20, "__setitem__": 20, "_all_": 42, "_bcc": 44, "_boundary_point": [22, 23, 24], "_box_func": 20, "_broadcast_index": 20, "_change_": 44, "_coefficient_": 44, "_coordinateax": 20, "_copi": 20, "_d": [12, 20], "_data": 20, "_datefmt": [17, 20, 28], "_filter_grid": [17, 18, 25], "_filter_tim": [18, 20], "_from_temp_dataset": 20, "_generated_at": 28, "_generated_bi": 28, "_generated_on": 28, "_generation_medatadata": 28, "_get_grid": 15, "_getitem_coord": 20, "_getitem_slic": 20, "_handle_result": 20, "_hotstart": [30, 44], "_hvar_": 44, "_item_key_to_dict": 20, "_mixin": 20, "_module_": 44, "_ndarrai": 20, "_net_": 44, "_nu": 44, "_nudg": 44, "_output_": 44, "_sel_boundari": 20, "_set_vari": 32, "_surface_": 44, "_templat": 28, "_two_": 44, "_variabl": 20, "_variable_nam": [22, 24, 26], "_vector_": 44, "_vl_wwm": 20, "_vvar_": 44, "a0": [12, 121], "a1": [12, 19, 109, 200], "a1sd": [12, 19, 27, 72, 118, 200, 201, 202, 203, 204, 205], "a2": [12, 19, 109, 128, 200], "a2sd": [12, 19, 27, 72, 118, 200, 201, 202, 203, 204, 205], "a3": [12, 19, 109], "aaltitude_resolut": [22, 23, 24, 26], "ab": [12, 19, 21, 25, 26, 27, 28, 44, 103, 145], "abi": 82, "abil": 15, "abla": 44, "abnorm": 44, "about": [12, 13, 20, 41, 43, 181, 182], "abov": [12, 17, 19, 20, 26, 43, 44, 45, 105, 111, 116, 117, 124, 150, 171, 172, 174, 184, 189, 192, 193, 212], "absenc": [12, 164, 168, 172], "absolut": [12, 22, 24, 54, 103, 143, 164, 168, 172, 184, 185], "absorpt": 43, "abstract": [5, 9, 12, 17, 20, 28], "ac": 30, "academ": [12, 147], "acceler": [12, 44, 45, 150], "accept": [12, 43, 61, 62, 101], "access": [17, 20], "accessor": 15, "accord": [10, 12, 44, 45, 60, 71, 116, 117, 124, 145, 146, 197], "accordint": 12, "account": [12, 44, 45, 106, 111, 120, 129, 130, 131, 132, 133, 134, 138, 139, 140, 144], "accumul": 44, "accur": [12, 17, 28, 44, 79, 84], "accuraci": [12, 25, 26, 44, 84, 85, 101, 178, 182, 184], "achiev": [12, 44, 106], "achiv": 20, "acord": 22, "acrit": 45, "across": [12, 44, 54], "act": 101, "action": [12, 58, 79, 94, 106, 119], "activ": [12, 43, 44, 45, 106, 108, 113, 115, 119, 120, 121, 127, 128, 130, 138, 139, 140, 143, 144, 176, 177, 184, 192, 194, 195, 200, 201, 202, 203, 204, 205, 209], "actual": [11, 12, 17, 44, 47, 49, 89, 119, 139, 169], "actv_max": 45, "ad": [12, 13, 20, 44, 85, 129, 145, 179], "adapt": [12, 41, 44, 111], "adaptor": 26, "adcirc": [12, 67], "add": [12, 17, 20, 34, 41, 43, 44, 63, 81], "add_earth_tid": 35, "add_featur": 20, "add_subplot": [18, 20], "addit": [0, 5, 12, 17, 41, 43, 44, 124, 181, 182], "adjac": [12, 44], "adjst": 23, "adjust": [10, 20, 41, 44], "adv": 44, "advantag": [17, 28, 79], "advect": [42, 44], "advis": [12, 44, 60, 79, 122, 127], "aeasternmost_longitud": [22, 23, 24, 26], "aerodynam": 44, "afdw": 41, "affect": [12, 92, 101, 150, 179], "afreq": [22, 24], "after": [12, 20, 26, 41, 42, 43, 44, 45, 80, 81, 82, 95, 96, 150, 160, 223, 224, 226, 227], "ag": 44, "again": 17, "against": [12, 122], "age_1": 44, "age_2": 44, "aggress": 44, "agioncmd": [25, 26], "agnost": [11, 12, 17], "agrow": [12, 19, 21, 25, 27, 72, 118, 173, 194, 195, 200, 201, 202, 203, 204, 205, 209], "aic": [12, 54, 56, 69, 75, 130, 131, 132, 133, 134], "aid": 15, "air": [12, 30, 34, 37, 44, 194], "air_1": [20, 34], "air_2": 34, "air_pr": 44, "air_pressur": 30, "air_temperatur": 30, "airflow": 17, "airpressur": 44, "airpressuregradienti": 44, "airpressuregradientx": 44, "airtemperatur": 44, "ak": 41, "ak1": 41, "ak2": 41, "ak3": 41, "akrish": [12, 128], "al": [12, 44, 45, 113, 114, 115, 121, 124, 131, 132, 133, 134, 135, 136, 137, 139, 140, 142, 144, 189, 194, 200, 201, 203, 204, 205], "alatitude_resolut": [22, 23, 24, 26], "alatzz01sdn_parameter_nam": 26, "albedo": [20, 42, 44], "albi": 42, "albm": 42, "albsn": 42, "albsnm": 42, "alfa": [12, 27, 106, 183], "alga": [43, 44], "algea": 43, "algorithm": 20, "alia": [12, 171, 172], "alk": [43, 44], "alkalin": 43, "all": [1, 7, 8, 9, 10, 12, 17, 19, 20, 23, 26, 28, 30, 31, 32, 33, 34, 35, 41, 42, 43, 44, 45, 48, 49, 52, 53, 61, 65, 66, 67, 71, 72, 79, 81, 85, 87, 88, 89, 98, 99, 102, 105, 106, 111, 116, 117, 122, 128, 143, 144, 161, 162, 169, 171, 172, 173, 174, 184, 196, 200, 207, 210, 211, 212, 218, 220, 221], "all_spec": [22, 23, 24, 26], "allevi": [12, 85], "allow": [12, 15, 17, 19, 23, 24, 26, 28, 41, 42, 43, 44, 68, 69, 72, 74, 76, 77, 80, 81, 112, 114, 120, 123, 124, 126, 128, 130, 131, 132, 133, 134, 144, 212, 224], "along": [0, 8, 12, 17, 20, 22, 36, 45, 47, 54, 62, 63, 89, 90, 93, 94, 95, 96, 102, 124, 144, 150, 171, 172], "alongitude_resolut": [22, 23, 24, 26], "alongshor": [12, 138], "alongsid": [19, 26], "alonzz01sdn_parameter_nam": 26, "alp": [12, 25, 26, 27, 66, 210], "alp_is_zero_if_spher": 12, "alpc": [12, 21, 25, 26, 27, 66, 210, 221], "alpfr": [12, 91, 221], "alpha": [12, 19, 20, 21, 25, 26, 41, 43, 72, 109, 110, 111, 128, 193], "alpha1": [12, 123, 124], "alpha_b": 45, "alpha_bn": 45, "alpha_corr": 41, "alphabet": 12, "alphaw": 44, "alphaz": 41, "alphd": 45, "alpinp": [12, 21, 66, 69, 76, 210, 221], "alpn": 95, "alreadi": 28, "also": [11, 12, 17, 19, 20, 28, 44, 54, 62, 79, 101, 130, 138, 143, 166, 167, 176, 177, 192, 200, 209, 211, 212, 221], "altern": [12, 20, 91, 111, 144], "altimet": [12, 137], "altitude_resolut": [22, 23, 24, 26], "alv": [12, 19, 145, 209], "alwai": [10, 12, 44, 49, 92, 122, 163, 171, 221], "amaximum_altitud": [22, 23, 24, 26], "ambient": [12, 127, 128], "aminimum_altitud": [22, 23, 24, 26], "ammonium": [41, 43], "among": [12, 149], "amount": [12, 105, 122, 181, 182], "amp": [21, 25, 26, 27], "amplitud": [12, 44, 106], "an": [1, 3, 4, 7, 9, 11, 12, 15, 17, 18, 19, 20, 22, 23, 24, 26, 28, 43, 44, 47, 48, 49, 60, 62, 64, 71, 74, 76, 77, 82, 86, 106, 121, 122, 124, 130, 138, 144, 149, 160, 176, 177, 192, 212, 221, 227], "an2c": 43, "analog": [17, 26], "analysi": [12, 44, 130, 132, 133, 191], "angl": [9, 12, 42, 49], "angremond": [12, 189], "ani": [0, 1, 3, 4, 8, 11, 12, 13, 17, 20, 21, 22, 26, 28, 32, 34, 36, 37, 38, 39, 40, 43, 47, 48, 71, 76, 83, 87, 88, 129, 150, 207], "annot": [12, 20, 26, 207], "anorthernmost_latitud": [22, 23, 24, 26], "anoth": [12, 17, 106, 138, 150, 184, 193, 221], "antarct": [12, 130, 132, 133, 134], "antarctica": [12, 133], "anypath": [3, 12, 20], "anyth": 13, "anywher": [12, 150], "aouf": [12, 135], "api": [17, 49, 50, 51], "appear": [12, 20, 44, 79, 101, 104, 139, 143, 149, 191], "append": [23, 27, 44], "appendix": [12, 19, 60, 150, 163, 171, 200, 209], "appli": [4, 5, 12, 15, 17, 44, 45, 47, 48, 49, 63, 79, 106, 129, 170, 192, 194], "applic": [0, 12, 17, 20, 44, 82, 128], "applicableclassification_author": 20, "applicableinstitut": 20, "apply_index": 20, "approach": [12, 15, 44, 141, 184, 191], "appropri": [12, 17, 23, 26, 142, 160], "approv": 20, "approxim": [12, 30, 42, 44, 111, 127, 129, 139, 140], "apr": 23, "aquat": 43, "ar": [0, 1, 4, 5, 8, 10, 12, 13, 15, 17, 18, 19, 20, 21, 22, 23, 24, 26, 28, 30, 40, 41, 42, 43, 44, 45, 47, 48, 61, 62, 63, 71, 73, 74, 75, 76, 79, 81, 86, 89, 92, 93, 96, 98, 99, 101, 102, 105, 106, 116, 117, 120, 122, 124, 127, 128, 138, 139, 140, 150, 160, 161, 162, 163, 165, 171, 173, 174, 178, 182, 185, 186, 192, 196, 197, 200, 202, 209, 210, 211, 212, 218, 220, 221, 223, 226, 227, 233, 234], "arang": [17, 20, 26], "arbitrari": 44, "archiv": 20, "archv2ncdf2d": 20, "archv2ncdf2dcom": 20, "arcinfo": 104, "arcview": 104, "ardhuin": [12, 19, 106, 124, 135], "area": [1, 12, 17, 22, 23, 24, 26, 42, 54, 124, 144, 165, 221], "areal": [12, 56, 75], "arg": [3, 12, 17, 18, 20, 28, 49, 50, 51, 68], "argument": [0, 2, 3, 5, 6, 7, 11, 12, 17, 19, 21, 26, 28, 36, 47, 71, 160, 200, 209, 211, 212, 223, 226, 227], "ariathurai": 45, "around": [12, 17, 26, 28, 45, 106, 107, 108], "arrai": [8, 10, 12, 15, 17, 20, 22, 24, 25, 26, 27, 41, 42, 44, 130, 133, 207], "arrow": 20, "arulanandan": 45, "as_index": 20, "as_integer_ratio": 12, "as_sit": [22, 24, 26], "asarrai": 20, "ascend": [12, 171, 172], "ascii": [12, 22, 23, 24, 44, 47, 82, 86, 88], "ask": 20, "aspect": 28, "assembl": 46, "assert_has_wavespectra_accessor": [1, 12, 36, 47], "assertionerror": 24, "assign": [12, 71, 150], "assimil": [41, 43], "assist": 20, "associ": [12, 41, 42, 43, 44, 45, 71, 139, 142], "assum": [12, 20, 48, 57, 88, 143, 150, 164, 166, 167, 168, 172, 211, 212, 222, 225, 227], "assumpt": [12, 106, 128, 138], "astart_d": [22, 23, 24, 26], "astyp": 20, "asymmetri": [12, 45, 191], "at_least_on": 105, "atmo": [20, 31, 44], "atmos_forc": 20, "atmospher": [12, 30, 31, 41, 43, 44, 135, 136, 200], "attenu": [12, 43, 114, 130, 131, 134], "attr": [12, 48], "attract": 44, "attribu": 160, "attribut": [1, 3, 4, 11, 20, 21, 22, 23, 24, 25, 26, 27, 32, 36, 37, 38, 39, 40, 47, 48, 54, 55, 56, 57, 58, 59, 71], "au": [17, 22, 23, 24, 26, 28], "aucan": [12, 124], "ausspec": 20, "australia": [12, 149], "authoris": 45, "auto": [20, 41, 42, 43, 44, 45], "automat": [12, 20, 101, 150], "autoreload": [17, 18, 20, 22, 23, 24, 25, 26, 27], "autosummari": 160, "avail": [12, 17, 26, 41, 43, 45, 60, 61, 62, 89, 106, 147, 160, 165, 233], "avalanch": 45, "averag": [12, 30, 44, 45, 54, 108, 163, 165, 171, 174, 190], "avoid": [1, 10, 12, 17, 20, 21, 26, 41, 42, 44, 85], "awac_in": 30, "awac_mid": 30, "awac_off": 30, "awai": [12, 19, 24, 28, 60, 62, 124], "awar": [1, 17], "awesternmost_longitud": [22, 23, 24, 26], "awkward": 18, "awoost": 45, "ax": [8, 12, 17, 18, 20, 22, 23, 24, 25, 26, 101, 220], "ax1": [25, 26], "ax2": [25, 26], "ax3": 26, "axi": [12, 20, 25, 26, 57, 76, 101, 150, 210, 221], "b": [12, 20, 25, 26, 27, 44, 128, 139, 142, 144, 148, 174], "b1": [12, 19, 21, 137], "ba": [43, 44], "ba0": 43, "babanin": [12, 115, 121, 135, 136, 137, 200], "back": [20, 45], "backgroud": 43, "background": [12, 192], "backtrack": 44, "bacteria": 44, "bad_idx": 20, "bag": 43, "bakker": [12, 144], "balanc": [12, 44, 106, 138], "banner": [12, 19, 145, 209], "banox": 43, "barnett": [12, 113], "baroclin": [30, 44], "baroclinicforcei": 44, "baroclinicforcex": 44, "barometr": 44, "barotrop": [30, 44], "base": [0, 5, 8, 13, 15, 17, 19, 20, 21, 23, 26, 27, 28, 30, 43, 44, 45, 68, 87, 88, 96, 105, 106, 120, 121, 123, 130, 131, 132, 133, 134, 137, 144, 145, 150, 160, 169, 176, 177, 183, 190, 191, 209], "base_d": 20, "base_sourc": [5, 12], "basecompon": [12, 21, 160], "baseconfig": [11, 12, 13, 17, 20], "basegrid": [4, 12, 15, 17], "basegroupcompon": 12, "baselin": 43, "basemodel": [3, 11, 15, 17, 19, 71], "basenam": 96, "basesubcompon": 12, "bash": 20, "basic": [0, 12, 28, 43, 44, 45, 179], "basicconfig": [17, 20], "basin": [12, 44, 129], "bass": 13, "bathhghtsdn_parameter_nam": 26, "bathi": [17, 25, 28], "bathy_sourc": 17, "bathymetr": [12, 26, 106], "bathymetri": [12, 17, 26, 45, 51, 106, 128, 176, 177], "battj": [12, 19, 141, 191, 209], "bbox": [8, 12, 17, 20, 26], "bcg": 45, "bch4": 44, "bch40": 43, "bctide": [20, 44], "bctype": 35, "bdef": 44, "bdiff": 43, "bdldiffu": 45, "bdoc_po4": 43, "bdoc_si": 43, "bdoc_st": 43, "bdz": 43, "beach": [12, 111], "becaus": [12, 211, 212], "becom": [12, 17, 45, 79, 82, 150, 173, 174], "becq": [12, 139, 142], "bed": [12, 44, 45, 106, 107, 108, 120, 190], "bed_mass": 45, "bedform": [12, 45, 115], "bedforms_rough": 45, "bedload": [44, 45], "bedload_acc": 45, "bedload_acc_filt": 45, "bedload_coeff": 45, "bedload_filt": 45, "bedload_limit": 45, "bedmass_filt": 45, "bedmass_threshold": 45, "bedthick_overal": 45, "been": [12, 15, 19, 20, 28, 44, 46, 48, 54, 71, 82, 146, 212], "befor": [12, 17, 25, 28, 41, 42, 44, 86], "begin": [12, 28, 43, 102, 124, 171, 172], "behav": [1, 3, 11, 17, 71], "behavior": [44, 45], "behaviour": [12, 184], "behind": [12, 44, 111], "being": [12, 20, 105, 106, 221], "belong": 42, "below": [12, 17, 19, 20, 25, 26, 27, 30, 41, 42, 43, 44, 45, 102, 124, 139, 144, 174, 189, 192, 193], "benchmark": 44, "bender": 44, "benjamin": [12, 54], "bennett": [12, 130, 132, 133], "benoit": [12, 142], "benthic": [43, 44], "bentho": 43, "besid": [12, 43, 138], "bespok": 15, "best": [12, 20, 42, 44, 106], "beta": [12, 30, 41, 44, 109, 193], "betaz": 41, "betho": 43, "better": [12, 85], "between": [9, 10, 12, 19, 22, 23, 26, 28, 30, 43, 44, 47, 49, 54, 56, 61, 62, 72, 79, 80, 81, 82, 89, 102, 106, 107, 108, 121, 122, 124, 127, 128, 138, 147, 150, 160, 218], "bewteen": 43, "beyond": [0, 12, 17, 44, 83], "bfc": 43, "bfcm": 43, "bfcp": 43, "bfcv": 43, "bfi": [12, 54], "bflux": 43, "bfn": 43, "bfnm": 43, "bfnp": 43, "bfnv": 43, "bfp": 43, "bfpm": 43, "bfpp": 43, "bfpv": 43, "bfric": 45, "bh2": 44, "bh2s0": 43, "bi": 44, "bia": [12, 200, 201, 202, 203], "bichromat": [12, 138], "bidlot": [12, 130, 131], "big": [12, 82, 138], "bilinear": [12, 106], "bin": [10, 12, 20, 26, 45, 55, 121, 127, 138, 174, 184, 217, 218], "binari": [12, 20, 61, 62, 82, 86, 88, 166, 167, 211, 212], "biochem": 43, "biogen": [41, 43], "biomass": [43, 44], "biphas": [12, 138, 139, 140, 141, 142, 190, 191], "biphhas": [12, 140, 141, 142], "bispectr": [12, 191], "bit": [12, 17, 20, 28, 127], "bit_count": 12, "bit_length": 12, "bjposa": 43, "bk": [12, 43, 189], "bkc": 43, "bkch4": 43, "bkd": [12, 19, 109], "bkh2sd": 43, "bkh2sp": 43, "bkhdo_ch4": 43, "bkhdo_h2": 43, "bkhdo_nh4": 43, "bkhdo_vp": 43, "bkhnh4": 43, "bkhpo": 43, "bkn": 43, "bknh4": 43, "bknh4f": 43, "bkno3": 43, "bkno3f": 43, "bkopo4": 43, "bkopo4f": 43, "bkosi": 43, "bkp": 43, "bkst": 43, "bkt": 43, "bktc": 43, "bktch4": 43, "bkth2": 43, "bktn": 43, "bktnh4": 43, "bktno3": 43, "bktp": 43, "bktrk_sub": 44, "bktvd": 43, "bktvp": 43, "bl8867": 20, "black": 20, "blank": [12, 43, 61, 149], "blk": [12, 25, 27, 226, 227], "block": [12, 25, 26, 27, 28, 54, 71, 97, 101, 104], "block_with_frame_or_group": [12, 71], "blockag": [12, 208], "blockopt": [12, 25, 27, 86, 101, 104], "bnd": [17, 18, 22, 23, 24, 26, 28, 32, 44], "bnd_point": 18, "bndchk": [12, 58, 125, 126, 150], "bnh4": 44, "bnh40": 43, "bno3": 44, "bno30": 43, "bo2n": 43, "bodkar": 12, "booij": [12, 140], "bool": [3, 4, 12, 17, 19, 20, 32, 35, 40, 47, 48, 80, 86, 111, 140, 143, 145, 147, 192, 194, 195, 200, 209], "boolean": [12, 49], "border": [4, 8, 12, 20, 124], "both": [1, 4, 12, 15, 20, 28, 32, 36, 37, 38, 39, 40, 42, 44, 45, 47, 48, 109, 122, 124, 128, 166, 167, 174, 184, 192, 217, 218], "botlev": [12, 54], "bottgrid": [86, 87, 101], "bottom": [12, 17, 18, 20, 21, 25, 26, 27, 28, 30, 41, 43, 44, 45, 51, 54, 56, 57, 69, 74, 76, 77, 87, 93, 102, 105, 106, 107, 108, 109, 112, 113, 114, 115, 120, 129, 138, 189, 192, 193, 211, 212], "bottom_spectrum": [12, 107], "bottom_stress": 30, "bottomexcursionperio": [30, 44], "bottomstressx": 44, "bottomwaveperiod": [30, 44], "bound": [4, 8, 12, 15, 17, 20, 21, 26, 27, 47, 48, 63, 127, 138, 163, 164, 165, 168, 171, 172, 217], "bound_0n": 89, "boundari": [8, 10, 17, 18, 21, 25, 27, 28, 30, 32, 33, 35, 36, 44, 45, 49, 50, 54, 55, 58, 59, 79, 89, 94, 95, 96, 103, 120, 124, 135, 136, 150, 160, 217, 218, 221, 226, 227], "boundary_d": [20, 32], "boundary_from_data": 26, "boundary_interfac": [26, 50], "boundary_parametr": 26, "boundary_point": [8, 12, 20, 23], "boundary_wave_st": [1, 12, 26, 47], "boundaryinterfac": [12, 26], "boundnest1": [12, 17, 21, 26, 28, 50], "boundnest2": [12, 21, 26], "boundnest3": [12, 21, 26], "boundshapeopt": 12, "boundspec": [12, 21, 26, 27, 60, 103, 217], "boundspecbas": 12, "boundspecsegmentxi": [12, 23, 50], "boundspecsid": [12, 24, 50], "boussinesq": 44, "bouw": [12, 113], "bowen": [12, 191], "box": [4, 8, 12, 15, 17, 20, 28, 42, 47, 48], "boxic": 43, "bp": [41, 43], "bp2d": 43, "bpieh2sb": 43, "bpieh2ss": 43, "bpienh4": 43, "bpiepo4": 43, "bpiesi": 43, "bpo": 44, "bpo4": 44, "bpo40": 43, "bpoc0": 43, "bpoc1": 44, "bpoc2": 44, "bpoc3": 44, "bpon0": 43, "bpon1": 44, "bpon2": 44, "bpon3": 44, "bpop0": 43, "bpop1": 44, "bpop2": 44, "bpop3": 44, "bpos0": 43, "br": [12, 19, 21, 25, 26, 145, 209], "brace": 12, "bragg": [12, 25, 27, 72, 107, 108], "bragg_fil": [12, 72], "bragg_ft": [12, 72], "branch": [0, 12, 17], "brcryn": 30, "break": [12, 17, 20, 21, 25, 26, 27, 28, 30, 44, 54, 58, 72, 105, 109, 110, 119, 121, 125, 126, 137, 160, 191], "breakbkd": 19, "breakconst": [19, 21], "breaker": [12, 109, 110], "breaking_bkd": [12, 72], "breaking_const": [12, 25, 26, 72], "breakwat": [12, 111, 193], "broad": 13, "broaden": [12, 139, 142], "broken": [17, 89, 160], "bsa": 44, "bsa0": 43, "bsaltc": 43, "bsaltn": 43, "bsaltp": 43, "bsbt": [12, 17, 25, 26, 27, 28, 79, 85], "bsisat": 43, "bsolid": 43, "bstb": [12, 85, 175], "bstc": 44, "bstc0": 43, "bstmax": 43, "bstr": 44, "bstr0": 43, "btemp0": 43, "bthp": 44, "bthp0": 43, "btox": 44, "btox0": 43, "btr": 43, "btrack": 44, "btrack_nudg": 44, "btw": 44, "buffer": [4, 8, 12, 17, 20, 25, 26, 27, 32, 36, 40, 47, 48], "build": 15, "built": [12, 17], "bulk": 44, "buoi": [30, 44], "burger": [12, 144], "burial": 43, "burst": 45, "busi": 20, "bvb": 43, "bvd": 43, "bvp": 43, "bvpmin": 43, "bwooster": 45, "bypass": 44, "byte": [12, 25, 26, 27], "bytearrai": 12, "byteord": 12, "b\u00e9nit": [12, 140], "c": [12, 18, 19, 20, 22, 23, 24, 25, 26, 27, 30, 42, 43, 44, 114, 120, 126, 128, 144, 174, 191, 200, 209, 210], "c0": [12, 133], "c1": [12, 90, 133], "c2": [12, 90, 133], "c2chl": 43, "c2n": 41, "c3": [12, 133], "c4": [12, 133], "c5": [12, 133], "c6": [12, 133], "c_p": 44, "c_pressur": 42, "ca": [43, 44], "cach": 26, "caco3": [43, 44], "calcium": 43, "calcul": [10, 12, 17, 22, 24, 28, 30, 41, 44, 63, 106, 107, 108, 111, 136, 200, 201, 202, 203, 204, 205, 218], "calibr": [12, 19, 124, 133, 135, 139, 142, 201, 202, 203, 204, 205, 233], "calkoen": [12, 165], "call": [1, 3, 4, 7, 11, 12, 17, 19, 20, 28, 30, 32, 36, 37, 38, 39, 40, 44, 47, 48, 71, 82, 160, 179], "callabl": [0, 12, 17, 20, 28], "can": [0, 7, 10, 11, 12, 13, 17, 19, 20, 22, 23, 24, 26, 28, 41, 42, 44, 45, 54, 60, 61, 62, 64, 79, 80, 81, 82, 85, 86, 90, 91, 100, 101, 103, 105, 111, 119, 120, 125, 127, 128, 129, 133, 139, 143, 144, 150, 166, 167, 173, 174, 184, 212, 221, 222, 225, 227], "candid": 12, "cannot": [12, 17, 19, 21, 26, 44, 48, 85, 86, 87, 91, 92, 93, 94, 95, 102, 129, 147], "canopi": [12, 43, 44, 144], "cantera": 44, "cao": 45, "capit": 12, "carbon": [41, 43], "care": 160, "carl": 43, "carlson": [12, 113], "carmo": 45, "caroli": [12, 130, 131], "carri": [12, 60, 61, 62, 64, 82, 95, 96], "cartesian": [12, 20, 44, 61, 62, 76, 78, 89, 98, 99, 101, 102, 147, 150, 161, 162, 163, 171, 196, 210, 221], "cartopi": [18, 20, 22, 23, 24, 25, 26, 27], "cartwright": [12, 113], "case": [5, 12, 13, 20, 28, 42, 43, 44, 45, 54, 60, 61, 76, 79, 80, 81, 85, 86, 92, 96, 101, 112, 114, 119, 120, 122, 124, 127, 128, 129, 130, 131, 132, 133, 134, 139, 142, 144, 147, 150, 163, 167, 170, 171, 172, 181, 182, 183, 184, 192, 210, 217, 218, 221, 223, 224, 226, 227], "casefold": 12, "caseless": 12, "cast": 20, "cast_scalar_index": 20, "cat": [17, 18, 20, 24, 25, 27, 28], "catalog": [7, 12, 15, 18, 20, 25, 26, 27], "catalog_uri": [7, 12, 18, 20, 25, 27], "catalog_yaml": [7, 12], "caus": [1, 12, 17, 28, 43, 45, 128, 150], "cavaleri": [12, 194, 195, 200, 201, 202, 203, 204, 205, 209], "cax": 20, "cbar": 20, "cbar_kwarg": [25, 26, 27], "cbo9212010000": [12, 61], "cbo9212020000": [12, 61], "cbo9212030000": [12, 61], "cbp": [43, 44], "cc_full": [20, 28], "ccm": [12, 21, 25, 26, 27, 73, 147, 221], "ccontrol": [12, 117], "ccr": [18, 20, 22, 23, 24, 25, 26, 27], "ccw": [12, 21, 23, 24, 26, 27, 63, 170, 171, 172], "cd": [12, 20, 29, 42, 44, 140, 146, 194, 195], "cdb_max": 45, "cdb_min": 45, "cdcap": [12, 21, 25, 27, 150], "cdd": [12, 26, 84, 178], "cdfac": [12, 19, 27, 200, 201, 202, 203, 204, 205], "cdh": 44, "cdmax": 44, "cdmstr": 12, "cdom": 43, "cdot": 44, "cdp": 44, "cdrag": [12, 116, 117], "cds1": [12, 19, 194], "cds2": [12, 19, 21, 25, 26, 27, 145, 146, 195, 209], "cds3": [12, 19, 21, 145], "cdsv": [12, 19, 135, 136], "cdw": 42, "cdwin0": 42, "ceil": 20, "cell": [12, 17, 19, 20, 107], "center": [12, 18, 30, 44, 45, 106, 107, 108], "centersourc": 20, "centimet": 45, "centr": [12, 24, 221], "central": [12, 178, 182, 221], "centroid": 44, "cerco": 43, "certain": [12, 26, 74, 76, 77, 125], "cf": [20, 25, 26], "cf10": [12, 116, 117], "cf20": [12, 116, 117], "cf30": [12, 116, 117], "cf40": [12, 116, 117], "cf50": [12, 117], "cf60": [12, 117], "cfeatur": 20, "cfjon": [12, 19, 27, 72, 113], "cfl": [12, 84, 176, 177, 182], "cfpm": [12, 116, 117], "cfw": [12, 19, 21, 54, 112], "cgmod": [12, 111], "cgpp": 30, "cgrid": [17, 21, 25, 27, 28, 49, 60, 74, 92, 127, 150, 160, 221, 234], "cgrid_contain_inpgrid": 12, "cgrid_read": [12, 49], "ch4": 43, "chang": [10, 12, 15, 17, 20, 28, 41, 44, 48, 79, 106, 115, 128, 146, 174, 184, 211, 212], "chapter": 26, "char": [12, 41, 42, 44], "charact": [12, 61, 87, 97, 149], "character": 102, "characterist": [12, 45, 122, 142, 144, 164, 168, 172, 217], "charnock": [30, 44], "charnockcoeff": [30, 44], "check": [12, 15, 18, 19, 30, 34, 44, 58, 67, 72, 122, 150, 196, 218], "check_catalog": [7, 12], "check_direction_definit": [12, 218], "check_fname_requir": [12, 67], "check_format_definit": [12, 211, 212], "check_frequency_definit": [12, 218], "check_length": [12, 196], "check_weight": 34, "checkout": [0, 12, 17, 21, 25, 26, 27, 28], "chemic": 43, "chen": 44, "cheng": 45, "chesbai": 43, "chf": [12, 131, 132, 134], "child": 12, "chl": 43, "chlorophyl": 43, "choic": [12, 44, 82, 127, 163, 171], "choos": [10, 12, 44, 79, 82, 127, 147], "choosen": 24, "chosen": [12, 79, 82, 144, 164, 166, 168, 172, 220], "chunk": [20, 25, 26, 27], "chunksiz": [25, 26, 27], "circl": [12, 21, 25, 26, 27, 28, 65, 66, 67, 218], "circul": [12, 150], "cl": 34, "clabel": 20, "clam": 41, "class": [0, 5, 8, 13, 15, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 31, 32, 33, 34, 35, 36, 43, 44, 45, 47, 48, 50, 51, 54, 55, 56, 57, 58, 59, 68, 87, 88, 123, 160], "classic": 30, "classification_author": 20, "classification_level": 20, "classmethod": [12, 49], "clean": [11, 12], "clear": [12, 19, 200, 209], "clearli": 17, "cli": 20, "client": 26, "climat": [12, 200], "clinic": 44, "clip": [23, 24], "clockwis": [12, 23, 62, 101, 170, 171, 172], "clone": [0, 12, 17, 29], "close": [12, 17, 18, 20, 22, 26, 28, 42, 47, 60, 62, 124, 129, 226], "closur": 44, "cloudpathlib": [3, 12, 20], "cm": [12, 20, 23, 24, 26, 43, 221], "cmap": [4, 12, 18, 20, 22, 23, 24, 25, 26, 27], "cmd": [12, 17, 21, 22, 23, 24, 26, 27, 28, 44, 47, 48, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 166, 167, 168, 169, 170, 171, 172, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 206, 207, 208, 209, 210, 211, 212, 214, 215, 217, 218, 219, 221, 222, 223, 224, 225, 226, 227], "cmdrow": 23, "cmocean": 26, "cn14": [19, 21], "cnl4": [12, 25, 26, 127], "co": [12, 20, 163, 164, 168, 171, 172, 197], "co2": [41, 43, 44], "coars": [12, 42, 60, 61, 62, 95, 96, 147, 176, 177], "coarser": [12, 60], "coast": [12, 18, 19, 129], "coastal": [12, 15, 32, 45, 114, 115, 120, 128, 138, 140, 141, 142, 144, 184, 189, 190, 191, 193, 209], "coastlin": [4, 8, 12, 20, 22, 23, 24, 25, 26, 27, 124], "cod": [43, 44], "code": [12, 15, 17, 22, 24, 28, 29, 30, 43, 44, 61, 150], "codec": 12, "coef": 43, "coeff": [42, 43, 44], "coeffcient": 43, "coeffic": 41, "coeffici": [12, 19, 28, 30, 41, 42, 43, 44, 45, 54, 109, 110, 112, 113, 116, 117, 121, 127, 128, 130, 131, 132, 133, 134, 135, 136, 137, 139, 140, 143, 144, 145, 146, 150, 164, 168, 172, 189, 192, 193, 194, 195, 196, 198, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 233], "coefficinet": 43, "coeffieci": 43, "coerc": 81, "coher": [12, 128], "cohes": 45, "coincid": [12, 60, 61, 62, 169, 171, 172], "col": [25, 26, 27], "col_wrap": [25, 26, 27], "cold": [12, 30, 43, 44, 130, 134], "colin": 19, "coll": [0, 12, 17, 140], "collard": [12, 135], "collect": [20, 26], "collin": [12, 19, 21, 54, 112], "collinear": [12, 140], "color": [20, 23, 24], "colorbar": [18, 20, 22, 23, 24, 26], "colormap": [23, 24], "colour": 20, "column": [12, 23, 24, 41, 42, 43, 44, 57, 99, 104, 200, 201, 202, 203, 204, 205, 207], "com": [20, 29], "combin": [12, 15, 17, 19, 20, 26, 44, 85, 93, 101, 147, 209, 233], "combine_outha": 44, "combine_output11": 20, "combining_script": 20, "comma": [12, 44, 61], "command": [12, 19, 20, 26, 47, 48, 54, 58, 60, 61, 62, 63, 64, 65, 70, 71, 72, 73, 75, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 192, 193, 196, 197, 198, 199, 200, 206, 207, 208, 209, 210, 217, 220, 221, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237], "comment": [20, 43, 45, 97], "common": [12, 15, 17, 102], "common_tim": 12, "comp": [79, 80, 81], "comp_tauc": 45, "comp_w": 45, "compar": [12, 122, 128], "comparison": [12, 30, 44], "compart": 45, "compat": 104, "compgrid": [12, 25, 26, 27, 28, 71, 86, 87, 101], "compil": [12, 44, 82, 225, 227], "complement": 12, "complet": [12, 63, 208], "complex": [0, 12, 17, 19, 20, 28, 160, 190], "compoent": 17, "compon": [13, 15, 17, 20, 23, 24, 25, 28, 44, 45, 49, 50, 51, 52, 53, 56, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 211, 212, 217, 220, 221, 224, 228, 229, 230, 231, 232, 233, 234, 236], "componentunit": 26, "componet": [12, 48], "componpon": 28, "comput": [12, 18, 20, 21, 23, 25, 26, 27, 28, 30, 43, 44, 45, 52, 54, 58, 60, 61, 62, 63, 64, 65, 66, 67, 70, 74, 76, 77, 80, 81, 82, 84, 85, 86, 87, 88, 89, 91, 92, 95, 96, 101, 102, 106, 107, 108, 111, 112, 114, 120, 122, 124, 125, 127, 128, 129, 130, 131, 132, 133, 134, 139, 140, 141, 142, 144, 147, 148, 150, 160, 163, 165, 166, 167, 170, 171, 172, 174, 178, 179, 180, 181, 182, 183, 184, 185, 186, 192, 196, 210, 217], "compute_nonstat": [12, 25, 70], "compute_stat": [12, 26, 27, 70], "con": 20, "conc": [43, 44], "concat": 27, "concaten": [12, 167], "concentr": [12, 41, 43, 44, 54, 130, 131, 132, 133, 134], "concept": 17, "concern": [12, 181, 182], "condit": [12, 20, 21, 25, 27, 30, 43, 44, 45, 60, 61, 62, 64, 79, 80, 82, 103, 139, 142, 160, 163, 165, 166, 167, 171, 173, 174, 184, 189, 193, 221], "condition": [12, 85], "conf": [12, 25, 193], "conf_dict": 27, "config": [0, 11, 13, 17, 18, 19, 28, 160], "config_dict": 21, "configur": [0, 11, 12, 13, 15, 17, 19, 28, 127], "configura": 17, "configuraton": 17, "conform": [12, 44, 61, 62, 221], "confus": 28, "conigur": 28, "conjuct": 19, "conjug": 12, "connect": [8, 12, 17], "connector": 12, "consect": [43, 44], "consecut": [12, 61, 62], "conserv": [12, 44, 45, 127], "consid": [12, 13, 20, 28, 30, 44, 45, 65, 128, 139, 141], "consist": [0, 12, 15, 17, 19, 20, 26, 43, 44, 50, 51, 52, 53, 63, 72, 106, 136, 160, 192, 200], "consit": [30, 44], "const": [30, 42, 44], "constant": [12, 19, 20, 21, 23, 24, 25, 26, 27, 35, 41, 42, 43, 44, 45, 63, 72, 75, 78, 110, 113, 124, 129, 138, 150, 163, 164, 168, 172, 183, 198, 208, 218], "constantfil": [12, 63], "constantpar": [12, 21, 26, 27, 63], "constitu": [20, 35], "constitut": 42, "constrained_0_1": [12, 207], "constrainedfloatvalu": 17, "constrainedstrvalu": 17, "constraint": [10, 12, 49, 60, 61, 62, 67, 69, 71, 75, 78, 82, 86, 87, 88, 89, 92, 93, 96, 97, 98, 99, 101, 102, 104, 107, 121, 124, 128, 130, 131, 132, 133, 134, 138, 149, 150, 163, 164, 166, 167, 168, 189, 192, 196, 200, 201, 202, 203, 207, 208, 211, 212, 214, 215, 218, 219], "construct": [17, 20, 160], "consum": 43, "contain": [12, 17, 28, 60, 61, 62, 67, 92, 99, 107, 163, 166, 167, 171, 212], "contains_rang": 12, "content": [12, 21, 23, 25, 27, 28, 41, 42, 43, 44, 45, 61, 160], "context": [0, 1, 3, 4, 11, 12, 17, 20, 28, 32, 36, 37, 38, 39, 40, 47, 48, 71], "contigu": 23, "continu": [12, 20, 30, 44, 45, 150, 160], "continuouspeakperiod": [30, 44], "contour": [20, 93, 102], "contrast": [12, 129], "contribut": [30, 43, 44, 45], "control": [12, 13, 17, 28, 44, 45, 86, 116, 117, 134, 139, 140, 141, 142, 150, 181, 182, 200], "contruct": 28, "conveni": [12, 15, 17, 18, 19, 69, 72, 92, 123, 126, 149], "convent": [12, 20, 21, 25, 26, 41, 42, 44, 76, 78, 82, 101, 102, 150, 211, 212, 221], "converg": [12, 44, 111, 184], "convers": [41, 43], "convert": [12, 20, 43, 72], "convert_slic": 12, "convex": [8, 12, 15, 49], "convolut": [12, 111, 128], "cooki": 15, "cookiecutt": [0, 12, 15, 17, 20, 28], "coor": [12, 65], "coord": [4, 12, 17, 18, 20, 25, 26, 27, 44, 47, 48, 65, 73, 89, 98, 99, 100, 101, 102, 147, 150, 161, 162, 196, 210, 211, 220, 221], "coordin": [4, 8, 9, 12, 20, 21, 22, 23, 24, 25, 26, 27, 28, 44, 47, 48, 49, 54, 60, 61, 62, 65, 73, 76, 89, 98, 99, 101, 102, 129, 150, 161, 162, 169, 171, 172, 196, 210, 211, 220, 221], "copi": [3, 12, 17, 20, 27, 47, 48], "copytre": 20, "cor": 44, "cordin": 44, "core": [11, 17, 20, 21, 22, 23, 24, 25, 26, 27, 31, 33, 34, 41, 43, 44, 45, 71], "coricoef": 44, "corioli": 44, "corner": [12, 57, 61, 62, 89, 122, 124, 196], "correct": [12, 44, 45, 192], "correctli": [12, 26, 129, 218], "correl": [12, 128], "correspond": [12, 23, 44, 45, 106, 121, 146, 150, 178, 179, 182], "cos2": [12, 165], "cosin": 44, "could": [1, 12, 17, 19, 20, 26, 28, 42, 61, 89, 200, 209], "count": 12, "counter": [12, 200, 201, 202, 203], "counteract": [12, 179], "counterclockwis": [12, 62, 101, 150, 171, 172], "coupl": [12, 17, 30, 44, 138, 200], "courant": [44, 79], "courant_weno": 44, "cours": [12, 44, 61, 62], "covari": 44, "cover": [12, 44, 62], "cpp": [30, 44], "cr": [18, 20, 22, 23, 24, 25, 26, 27], "crai": [12, 61], "creat": [3, 12, 17, 19, 20, 21, 22, 23, 24, 25, 26, 28, 44, 45, 47, 48, 60, 62, 101, 138, 167, 211, 212], "crest": [12, 127, 189], "criteria": [12, 43, 84, 174, 181, 184], "criterion": [12, 45, 122, 174, 181, 182, 184], "critic": [12, 43, 45, 139, 191], "crop": [4, 12, 17, 25, 26, 27, 47, 48], "crop_data": [1, 4, 12, 20, 25, 26, 27, 32, 33, 35, 36, 47, 48], "crop_filt": 12, "crop_grid": 26, "cross": [12, 30, 44, 54, 122, 128], "csh1": [12, 19, 21, 25, 26, 127], "csh2": [12, 19, 21, 25, 26, 127], "csh3": [12, 19, 21, 25, 26, 127], "csigma": [12, 25, 27, 84], "csiro": [18, 19, 21, 25, 26, 27, 46], "css": [12, 84, 182], "cstation": 41, "ctb": [12, 143], "ctheta": [12, 25, 27, 54, 84, 176], "cticker": 20, "cubic": [30, 44], "cur_wwm": 44, "curent": 46, "curr": 20, "current": [12, 17, 19, 20, 21, 23, 24, 28, 30, 44, 45, 54, 56, 87, 116, 117, 127, 128, 143, 145, 150, 164, 168, 172, 176, 177, 178, 182, 186], "curryn": 30, "curv": [12, 25, 27, 41, 43, 49, 54, 60, 71, 103, 104, 165, 184], "curvat": [12, 25, 26, 27, 84, 184], "curvatur": [12, 184], "curvilinear": [12, 21, 26, 49, 60, 61, 62, 69, 85, 92, 102, 170], "custom": 17, "cut": [12, 30, 42, 44, 150, 165], "cutfr": [12, 25, 139, 141], "cutoff": [12, 35, 106, 107, 108], "cutoff_depth": [20, 35], "cutter": 15, "cyanobacteria": 43, "cycl": [12, 61, 146, 200, 201, 203, 204, 205], "c\u03b8": [12, 177], "d": [1, 4, 12, 15, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 37, 40, 44, 45, 60, 113, 115, 126, 136, 150, 163, 171, 189, 200, 217, 219], "d0": [44, 45], "d1": 43, "d15": [12, 131], "d2": 43, "d50": [44, 45], "dab": [12, 25, 26, 27, 84, 184], "dahv": [20, 30], "dai": [11, 12, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 41, 43, 44, 45, 61, 74, 76, 77, 80, 86, 94, 103, 104, 179, 222, 223, 226, 227], "dalrympl": [12, 144], "dam": [12, 122, 189, 192, 193, 196], "damgaard": 45, "damp": [12, 120, 144], "dangremond": [12, 122], "dask": [20, 25, 26, 27], "dat": [30, 44, 82], "data": [0, 1, 15, 17, 18, 19, 21, 22, 23, 24, 25, 27, 28, 30, 44, 47, 50, 51, 63, 88, 94, 95, 96, 97, 101, 102, 103, 104, 106, 112, 114, 130, 133, 134, 150, 191], "data1": 26, "data_blob": [3, 12, 20], "data_grid": [4, 12, 25, 26, 27, 48], "data_interfac": [25, 26, 27, 51], "data_link": [3, 12, 20], "data_slic": 12, "data_source_typ": [12, 48], "data_typ": [20, 22, 23, 24, 26, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40], "data_var": 12, "dataarrai": [12, 17, 20], "databas": 35, "datablob": [12, 31, 33, 34], "databoundari": 17, "datadir": [22, 23, 24, 26], "datafram": [12, 23, 24], "datagrid": [12, 17, 20], "datainterfac": [12, 25, 26, 27], "datamesh": 12, "dataset": [1, 2, 4, 5, 6, 7, 12, 15, 17, 18, 20, 23, 24, 25, 26, 27, 28, 32, 34, 35, 37, 40, 47, 48, 49], "dataset_id": [7, 12, 18, 20, 25, 27], "datasetcoord": [4, 12, 25, 26, 27, 47, 48], "datasetdimens": [20, 22, 23, 24, 25, 26, 27], "datasetintak": [17, 18], "datasetwavespectra": 17, "datasetxarrai": [17, 28], "datasourc": [12, 26], "datasourcemixin": 15, "datatim": [22, 23, 24, 81], "datatyp": 20, "date": [12, 15, 17, 22, 24, 54, 61], "date_format": [23, 24], "date_rang": [12, 17], "datetim": [11, 12, 17, 20, 21, 22, 23, 24, 25, 26, 27, 81, 222, 223, 224, 225, 226, 227], "datetime64": [20, 22, 23, 24, 25, 26], "datetimeindex": [20, 22, 23, 24, 25, 26], "datetimelik": 20, "datetimelikearrai": 20, "datetimelikearraymixin": 20, "datum": 93, "dcta": [12, 140], "dd": [12, 21, 26, 27, 63, 164, 168, 172, 222, 227], "ddens": 45, "de": [12, 119, 127, 130, 131, 189, 190], "deactiv": [12, 25, 27, 72, 125, 126], "deactivate_phys": [12, 72], "deal": [11, 12, 17, 44], "dean": 44, "debia": [12, 19, 27, 200, 202, 204, 205], "debias_only_with_hwang": [12, 200, 201, 202, 203, 204, 205], "debug": [44, 45], "decai": [12, 43, 44, 113, 116, 117, 137], "decid": 44, "decim": [12, 43, 97, 101], "decimet": [12, 48, 211, 212], "declar": 160, "declarativemodel": 25, "declarativerun": 25, "declarit": 17, "decoupl": [30, 44], "decreas": [12, 45, 119], "deep": [12, 19, 44, 127, 165, 209], "deepcopi": 27, "deeper": [12, 44, 192], "deepest": [12, 129], "def": [12, 17, 20, 21, 22, 23, 24, 26, 27, 28], "defalt": 20, "default": [12, 17, 19, 20, 21, 23, 25, 26, 27, 30, 34, 42, 44, 45, 47, 49, 60, 61, 62, 64, 74, 76, 85, 86, 93, 97, 101, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 149, 150, 164, 168, 171, 172, 174, 176, 177, 178, 179, 180, 181, 182, 183, 184, 190, 191, 192, 193, 194, 195, 197, 198, 200, 201, 202, 203, 204, 205, 208, 209, 223, 226, 227], "default_templ": 17, "defer": 20, "defin": [1, 4, 7, 10, 12, 15, 17, 19, 20, 21, 25, 26, 27, 30, 32, 33, 35, 36, 37, 38, 39, 40, 44, 45, 47, 48, 60, 62, 63, 69, 71, 74, 80, 81, 87, 88, 89, 91, 92, 93, 95, 96, 98, 99, 100, 101, 102, 103, 106, 112, 114, 120, 122, 123, 124, 126, 130, 131, 132, 133, 134, 138, 140, 141, 142, 144, 149, 150, 160, 169, 184, 196, 217, 218, 221, 233], "definetc": 30, "definit": [12, 15, 19, 20, 25, 26, 27, 30, 66, 91, 95, 101, 124, 135, 150, 200, 201, 202, 203, 204, 205, 235, 237], "deform": 44, "deg": [20, 22, 23, 24, 26, 27, 79], "degesdn_uom_nam": 26, "degnsdn_uom_nam": 26, "degr": [22, 24, 25, 26, 30, 42, 44], "degrad": 20, "degre": [9, 12, 20, 22, 23, 24, 25, 26, 27, 28, 44, 49, 54, 61, 62, 76, 78, 89, 98, 99, 102, 134, 161, 162, 163, 164, 168, 171, 172, 189, 196, 210, 217, 218, 221], "degreearrai": [22, 23, 24, 25, 26, 27], "degreedata_typ": [22, 23, 24, 26], "degrees_east": [22, 23, 24, 25, 26], "degrees_eastarrai": [22, 24, 26], "degrees_eastaxi": 26, "degrees_eastlong_nam": [25, 26, 27], "degrees_eastmodulo": 20, "degrees_north": [22, 23, 24, 25, 26], "degrees_northarrai": [22, 24, 26], "degrees_northaxi": 26, "degrees_northlong_nam": [25, 26, 27], "degrees_northpoint_spac": 20, "degreesaxi": 20, "degreesstandard_nam": [25, 26], "delai": 41, "delet": 12, "delft": [12, 45, 190], "deliber": 28, "delimit": 12, "delin": 42, "delt": [12, 21, 25, 27, 69, 70, 71, 74, 76, 77, 79, 80, 81, 85, 86, 88, 94, 103, 104, 179, 223, 226, 227], "delt_float": [12, 222], "delta": [12, 19, 44, 58, 146, 194], "delta_min": 42, "delta_pm": [12, 116, 117], "deltaz": 41, "deltblk": [12, 25, 26, 27, 71, 86, 104, 226, 227], "deltc": [25, 30, 79, 80], "deltc_out": 30, "deltfmt": 21, "deltinp": [12, 21, 69, 74, 76, 77], "deltnst": 94, "deltspc": [25, 26, 27, 103], "delttbl": [12, 25, 26, 27, 71, 104, 223], "demand": 43, "demo": [17, 20, 28], "demo_config": 20, "demonstr": [13, 19, 26], "denit": 43, "denitrif": 43, "denitrifc": 43, "denomin": 12, "densiti": [12, 22, 24, 30, 43, 44, 45, 54, 56, 79, 94, 103, 105, 116, 117, 119, 120, 144, 150, 173, 174, 184], "densityh": 20, "dentrif": 43, "deomonstr": 17, "dep": 93, "dep_typ": 93, "depdenp": 43, "depend": [12, 20, 22, 24, 26, 41, 43, 44, 54, 82, 115, 134, 137, 144, 146, 150, 163, 171, 172, 183, 189, 192, 193, 194, 196, 206, 207, 212], "dependec": 43, "depmin": [12, 21, 25, 26, 27, 150], "deposit": [43, 44, 45], "depth": [4, 12, 17, 18, 20, 27, 28, 30, 35, 42, 44, 47, 48, 54, 71, 79, 86, 93, 102, 106, 107, 108, 109, 110, 127, 128, 129, 143, 150, 178, 182, 219], "depth_ice_fct": 42, "depthaveragevelx": 44, "der": [12, 19, 135, 145, 184, 189, 209], "deriv": [12, 17, 25, 26, 27, 45, 113, 143, 184], "derived_filt": 12, "derived_vari": 12, "derived_variable_definit": 12, "derived_variable_nam": 12, "describ": [12, 17, 26, 106, 130, 160], "descript": [12, 17, 19, 20, 23, 26, 43, 130, 136, 200, 209], "descriptor": 17, "desir": [12, 23, 106, 107, 108], "destdir": [1, 3, 4, 12, 20, 22, 23, 24, 26, 31, 32, 33, 34, 35, 36, 47, 48], "destin": [1, 3, 4, 12, 20, 32, 33, 34, 35, 36, 47, 48, 104], "detail": [1, 12, 17, 28, 44, 105, 106, 107, 108, 130, 146], "determin": [12, 17, 101, 102, 104, 116, 117, 124, 133, 146, 174, 179, 184, 193, 194, 195], "determinist": [12, 191], "detriu": 43, "deutch": [12, 113], "dev": [20, 45], "develop": [12, 20, 28, 44, 146, 195], "developiong": 28, "deviat": [12, 45, 127, 164, 168, 172, 214], "dewit": [12, 140, 141, 142], "df": [12, 23, 24, 25, 26, 138, 218], "dfh0": 44, "dfmt": [12, 25, 26, 27, 69, 70, 71, 74, 76, 77, 79, 80, 85, 86, 88, 94, 103, 104, 179, 222, 223, 226, 227], "dfrac": 43, "dfv0": 44, "dhoval": [12, 174], "dhsign": [12, 54], "dia": [10, 12, 127], "diabl": 44, "diagenesi": 43, "diagnost": [41, 44], "diagnot": 44, "diamet": [12, 44, 45, 115, 133, 144], "diamtr": [12, 144], "diatom": [41, 43], "dict": [2, 6, 7, 12, 19, 20, 22, 23, 24, 25, 26, 27, 28, 36, 40, 47, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 76, 77, 79, 80, 81, 84, 85, 86, 88, 91, 94, 95, 103, 104, 105, 107, 116, 117, 118, 122, 123, 124, 126, 127, 133, 147, 160, 169, 174, 179, 184, 200, 210, 217], "dictionari": [12, 15, 17, 28], "diff": 44, "differ": [1, 12, 17, 19, 23, 26, 27, 30, 44, 45, 54, 61, 76, 82, 106, 107, 108, 122, 127, 150], "differnec": 28, "diffmax": 20, "diffmin": 20, "diffract": [12, 25, 27, 72, 128, 144, 183], "diffus": [12, 30, 43, 44, 45, 85, 178, 179, 182, 197], "digit": 12, "dim": [12, 17, 20, 21, 25, 26, 27, 43, 73, 103, 148], "dimens": [12, 20, 22, 23, 24, 25, 26, 27, 43, 44, 45, 207, 221], "dimension": [12, 20, 94, 130, 137, 148], "dimensionless": [12, 54, 109, 116, 117], "dir": [12, 17, 18, 21, 22, 23, 24, 25, 26, 27, 28, 54, 63, 71, 78, 86, 104, 164, 168, 172], "dir1": [12, 21, 25, 27, 218], "dir2": [12, 21, 25, 27, 218], "dir_sector": [12, 218], "direact": 30, "direct": [9, 12, 21, 22, 23, 24, 26, 27, 30, 44, 49, 54, 60, 61, 62, 63, 65, 66, 74, 76, 78, 84, 85, 89, 92, 98, 101, 102, 106, 107, 108, 121, 127, 147, 150, 163, 164, 165, 168, 170, 171, 172, 174, 176, 177, 184, 188, 197, 207, 210, 217, 218], "direction_convent": [12, 21, 25, 26, 27, 73, 150], "directional_convent": [25, 26], "directli": [12, 17, 20, 28, 44, 68, 87, 88, 150, 234], "directori": [1, 3, 4, 11, 12, 17, 20, 32, 33, 34, 35, 36, 47, 48], "directort": 17, "dirimpl": [12, 25, 26, 27, 84], "dirpandasindexpandasindex": [22, 23, 24, 25, 26, 27], "disabl": [30, 45], "disbot": [12, 54], "discard": 12, "discharg": 35, "discourag": 43, "discret": [12, 30, 44, 218], "discretepeakdirectio": [30, 44], "discretis": 45, "discrimin": [1, 2, 3, 4, 5, 6, 7, 10, 12, 19, 20, 26, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 47, 48, 50, 51, 52, 53, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "discriminated_union": 19, "discriminator_kei": 19, "disic": [12, 54], "dismud": [12, 54], "dispers": [12, 44, 141, 191], "displai": [22, 23, 24, 25, 26, 27], "dissert": [12, 190], "dissip": [12, 30, 44, 54, 58, 109, 110, 113, 116, 117, 121, 130, 131, 132, 133, 134, 135, 136, 137, 143, 144, 145, 146, 194, 195, 200, 209], "dissolut": [41, 43], "dissolv": 43, "dissulut": 43, "dissurf": [12, 54], "disswel": [12, 54], "dist": [12, 54, 171, 172], "dist_thr": [12, 49], "distabl": [30, 44], "distanc": [8, 12, 22, 23, 24, 49, 54, 61, 62, 85, 89, 98, 99, 102, 171, 172, 210, 220, 221], "distancebetween": [12, 128], "distinct": 82, "distinguish": [12, 45, 149], "distribut": [12, 20, 44, 45, 61, 62, 86, 104, 130, 133, 138, 140, 144, 164, 165, 168, 172, 218], "distribution_stat": 20, "disveg": [12, 54], "diswcap": [12, 54], "diverg": [42, 44], "divid": [12, 86, 144], "divis": 22, "dkx": [12, 107], "dky": [12, 107], "dlwrf": 44, "dlwrf_name": 39, "dm": 30, "dn": [41, 44], "dn2c": 43, "do": [12, 13, 17, 20, 22, 24, 26, 28, 34, 43, 60, 61, 62, 82, 169, 171, 172, 211, 212], "dobl": [12, 130, 131], "doc": [12, 43, 44], "docker": [18, 25, 26, 27], "docstr": [11, 12, 17, 19, 21, 26, 28], "doctor": [12, 190], "document": [1, 13, 17, 41, 42, 43, 44, 45, 106, 107, 108, 111, 116, 117, 130, 133, 146, 177, 192], "doe": [12, 20, 23, 24, 42, 44, 61, 111, 137, 142, 150], "doer": [12, 191], "doesn": [17, 26], "doesnt": 20, "dom": 43, "domain": [8, 12, 17, 22, 23, 24, 28, 41, 44, 65, 79, 85, 107, 124, 129, 147, 170, 210], "domin": [12, 30, 44, 79, 111], "dominantdirect": [30, 44], "don": [43, 44], "done": [12, 17, 18, 25, 44, 111], "donelan": 44, "dop": [43, 44], "doubl": [19, 43, 44], "down": [12, 30, 41, 42, 44, 111, 200, 201, 202, 203, 204, 205], "downgrade_d": 20, "downstream": 17, "downward": [12, 30, 39, 44, 124], "downward_longwav": 30, "downwardlongwav": 44, "dox": [43, 44], "dp": 20, "dpeak": 30, "dpm": [22, 23, 24, 26], "dpt": [22, 23, 24, 25, 26, 27], "dr_dx": 44, "dr_dy": 44, "drag": [12, 19, 20, 21, 25, 26, 27, 44, 45, 72, 116, 117, 118, 144, 150, 194, 195, 200, 201, 202, 203, 204, 205, 209], "drag_formul": 45, "dramp": [30, 44], "dramp_ss": 44, "drampbc": 44, "drampwafo": [30, 44], "drampwind": [30, 44], "draw": 20, "dredg": 45, "drel": [12, 25, 26, 27, 84, 174, 184], "drift": 44, "driver": [15, 17], "drol": [30, 44], "drop": [20, 24, 25, 26], "drop_dims_from_index": 20, "drop_dupl": [25, 26], "drtm01": [12, 54], "drwxrwxr": 18, "dry": [20, 43, 44, 45, 101], "dry_slope_cr": 45, "ds_spec": [12, 49], "dsb": 20, "dset": [12, 22, 23, 24, 26, 27], "dset_to_swan": 12, "dsgrid": [25, 26, 27], "dsi": [41, 44], "dspec": [25, 26, 27], "dspr": [12, 21, 23, 24, 26, 27, 28, 30, 54, 63, 217], "dspr_type": [12, 21, 26, 27, 217], "dswrf_name": 39, "dt": [12, 20, 25, 27, 44, 81, 222, 227], "dt_ice": 42, "dtb_max": 44, "dtb_min": 44, "dtheta": [12, 218], "dtoval": [12, 174], "dtscalar": 20, "dtscalarornat": 20, "dtype": [8, 12, 20, 22, 23, 24, 25, 26, 27, 207], "du": 44, "dubarbi": 45, "due": [12, 17, 18, 20, 43, 44, 45, 54, 105, 106, 111, 115, 120, 128, 140, 141, 142, 144, 145, 176, 177, 209], "dummi": [17, 20, 26], "dump": [12, 20, 21, 28, 45, 120, 144], "dump_input": [21, 28], "dump_templ": [21, 28], "durat": [11, 12, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 222, 227], "dure": [12, 15, 45, 74, 76, 77, 79, 106, 111, 113, 129, 150], "dv": 44, "dvd": 44, "dvd_1": 44, "dws_poc": 43, "dx": [9, 12, 17, 18, 20, 22, 23, 24, 26, 44, 49, 210], "dxinp": [12, 21, 69, 76], "dy": [9, 12, 17, 18, 22, 23, 24, 26, 49, 210], "dyinp": [12, 21, 69, 76], "dynam": [12, 43, 80, 81, 140, 223, 224, 226, 227], "dz": 44, "dz_flux": 43, "dzb": 44, "dzb_decai": 44, "dzb_decayyn": 30, "dzb_min": [44, 45], "e": [2, 11, 12, 15, 17, 20, 24, 28, 29, 30, 42, 43, 44, 45, 54, 61, 62, 74, 76, 77, 79, 82, 96, 101, 102, 106, 110, 113, 116, 117, 121, 127, 129, 130, 133, 134, 135, 136, 137, 149, 150, 160, 163, 170, 171, 179, 181, 182, 185, 186, 194, 200, 201, 202, 203, 204, 205, 206, 211, 212, 221, 225, 227], "e0": 45, "e1": 43, "e3": 44, "e5": 44, "e6": 44, "e_max": [12, 138], "each": [12, 13, 15, 17, 20, 21, 23, 26, 34, 35, 40, 43, 44, 45, 46, 51, 69, 71, 102, 103, 104, 105, 106, 108, 124, 127, 144, 150, 160, 163, 171, 197, 210, 211, 212], "eampl": 20, "earli": 15, "earlier": [12, 140], "earliest": 101, "earth": 44, "easi": 17, "easier": 17, "easiest": 44, "easili": [12, 178, 182], "east": [12, 59, 124, 150, 170, 221], "eastarrai": 26, "eastsdn_uom_urn": 26, "eastward_windlong_nam": [25, 26], "easymesh": [12, 67, 96], "ech_uorb": 45, "ecmw": 26, "ecmwf": [12, 26, 200, 201, 203, 204, 205], "eco_1": 44, "eco_class": 44, "ecosim": 44, "ecosystem": 15, "ed": 27, "eddi": [30, 44], "edg": [12, 192], "edgecolor": [18, 20, 22, 23, 24, 26], "ediso": 43, "edmlpm": [12, 116, 117], "effect": [12, 43, 44, 45, 63, 85, 120, 122, 124, 128, 130, 143, 144, 150, 179, 192, 193, 196], "effici": [12, 43, 44, 127], "effort": [17, 28], "efrac": 43, "efth": [22, 23, 24, 25, 26, 27], "either": [1, 3, 7, 12, 15, 17, 20, 26, 28, 48, 61, 62, 71, 82, 85, 103, 124, 127, 129, 148, 160, 169, 170, 218], "el": 96, "elabor": 44, "elad": 44, "eldeberki": [12, 139, 140, 141, 142], "elem": [20, 30, 43, 44], "element": [20, 43, 44, 45], "elev": [12, 18, 20, 25, 26, 27, 30, 35, 44, 78, 106, 107, 108, 189, 192, 193], "elev2d": [20, 33], "elev_": 20, "elev_nudg": 44, "elevationstandard_nam": 20, "elfrink": 45, "elfrink_filt": 45, "elgar": 45, "elif": 20, "ellips": 42, "ellipsoid": 44, "ellipt": 42, "elm": 44, "els": [12, 20, 28], "emin": [12, 138], "empir": [12, 113, 130], "emploi": [12, 85, 106, 184, 191], "empti": 12, "en": [8, 12, 15, 49], "enabl": [1, 12, 30, 44, 45, 47, 79, 97], "encod": [12, 20], "encount": [12, 22, 24, 61, 62, 150, 212], "encourag": [12, 121], "end": [11, 12, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 42, 45, 79, 82, 83, 102, 124, 147, 170, 212, 223, 226], "end_buff": 20, "endian": 82, "endif": 21, "endswith": 12, "energi": [12, 30, 44, 54, 55, 103, 111, 116, 117, 124, 127, 130, 133, 138, 143, 144, 146, 147, 150, 164, 168, 172, 174, 184], "enforc": 44, "eng": [12, 120], "engin": [12, 22, 23, 24, 28, 45, 114, 115, 138, 141, 142, 144, 149, 184, 189, 191, 193, 209], "engng": 19, "enhanc": [12, 43, 44, 145, 215, 219], "enk": [12, 113], "enough": [1, 17], "ensur": [12, 19, 20, 23, 26, 44, 51, 69, 71, 81, 87, 160, 202, 207], "ensure_equal_s": [12, 89, 98, 102, 171, 172], "ensure_unique_grid_typ": [12, 69], "ensure_unique_var": 51, "ensure_z1_in_data_var": [12, 48], "enter": [12, 82, 147], "entir": [12, 17, 19, 20, 25, 28, 82, 107, 160, 200, 209], "entri": [15, 41, 42, 44, 81, 105], "enum": 160, "enumer": 20, "env": 12, "environ": [12, 28], "eos_a": 44, "eos_b": 44, "eporo": 43, "eps1_tvd_imp": 44, "eps2": [12, 84, 181, 182], "eps2_tvd_imp": 44, "epsg": 20, "epsilon1": 44, "epsilon2": 44, "epsilon3": 44, "eq": [12, 42, 111, 121, 139, 142, 177, 200, 201, 202, 203, 204, 205], "equal": [12, 20, 42, 54, 61, 62, 66, 122, 150, 164, 166, 168, 172, 192, 206, 221], "equat": [12, 44, 45, 106, 138, 179, 191], "equidist": 89, "equival": [12, 45, 114], "era": 26, "era5": [18, 20, 25, 26, 27], "era5_wind10m": 18, "erat": 45, "ero": 43, "eros": [43, 44, 45], "erosion": 45, "error": [12, 17, 19, 20, 44, 92, 150], "esmf": 44, "especi": [44, 82], "essenti": 45, "establish": [12, 15, 121], "estim": [12, 130, 134, 193], "estuari": [12, 44, 129], "et": [12, 44, 45, 113, 114, 115, 121, 124, 131, 132, 133, 134, 135, 136, 137, 139, 140, 142, 144, 189, 194, 200, 201, 202, 203, 204, 205], "eta": 44, "etau": 43, "etc": [12, 28, 30, 44, 74, 76, 77, 79, 82, 104, 160, 189, 193], "ethconst": 35, "etot": [12, 111], "euler": 44, "evalu": [12, 15, 20, 115], "evap": 44, "evapor": [30, 44], "evaporationr": 44, "even": [28, 30, 44], "evenaxi": 20, "evenli": [8, 12], "event": 43, "everi": [12, 20, 26, 30, 44, 111], "everywher": 44, "evolut": [12, 45, 128, 138, 145, 191], "evp": 42, "evp_rheol_step": 42, "ew": [12, 113], "ex": [12, 18, 20, 25, 26, 27, 167], "exact": 160, "exactli": [12, 20, 221], "examin": [17, 21], "exampl": [10, 15, 17, 18, 19, 22, 23, 24, 28, 29, 44, 50, 51, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 126, 127, 129, 130, 131, 132, 133, 134, 135, 136, 137, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 181, 182, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "example_declar": 25, "example_procedur": 26, "example_sensit": 27, "exc": [12, 17, 25, 26, 27, 28, 30, 49], "exce": [12, 45, 119], "exceed": [12, 21, 45, 180, 183, 200, 201, 202, 203, 204, 205], "except": [1, 12, 13, 17, 19, 21, 22, 24, 60, 65, 69, 74, 76, 77, 101], "excess": [12, 84, 176, 177], "exchang": [12, 44, 111], "exclud": 20, "excret": [41, 43], "excurs": [30, 44], "excv": [12, 25, 27, 71, 100, 101], "excval": [12, 21, 69, 74, 76, 77], "execut": [11, 12, 28, 29, 160], "exemplifi": 26, "exist": [7, 12, 15, 18, 20, 22, 23, 24, 28, 49, 71, 146, 195, 222, 225, 227], "exist_ok": [17, 20, 22, 23, 24], "exit": [17, 44], "exlan": 17, "exner": 45, "expand": [12, 15], "expandtab": 12, "expect": [8, 12, 17, 19, 20, 22, 24, 30, 45, 66, 101], "expens": 44, "experi": [12, 27, 44, 111, 114, 121, 130, 133, 142, 183, 191, 193], "experiment": [12, 144], "explain": [12, 150], "explan": [11, 12, 17], "explicit": [12, 127], "explicitli": [12, 19, 23, 26, 71, 73], "explor": 28, "exponenti": [12, 116, 117], "expos": 20, "express": [12, 44, 106, 107, 108, 112, 113, 114, 115, 138, 139, 214], "extend": [17, 20], "extens": [88, 96], "extent": [15, 17], "exter": [0, 12, 17], "extinct": [41, 43], "extra": [12, 17, 44, 111], "extra_data": [17, 21, 26], "extract": [4, 12, 17, 32, 36, 47, 48, 93], "extrap": [30, 44], "extrapol": [30, 44], "extrapyn": 30, "f": [12, 20, 22, 23, 24, 25, 26, 27, 28, 30, 43, 124, 126, 135, 142, 190, 200, 201, 202, 203, 204, 205, 218], "f0": 10, "f1": 10, "f90": [43, 44, 45], "f_": 10, "fabm": 44, "fac": [12, 18, 20, 21, 25, 26, 27, 48, 65, 69, 74, 76, 77, 211, 212], "facecolor": 20, "fact": [12, 20, 63], "factor": [12, 22, 24, 30, 35, 41, 43, 44, 45, 121, 128, 136, 140, 141, 142, 143, 192, 200], "fail": 40, "fail_if_miss": 40, "failur": 12, "fairal": 44, "fairli": [12, 44, 106], "faithfulli": 20, "fals": [3, 12, 15, 19, 20, 21, 25, 26, 27, 47, 48, 80, 86, 140, 143, 145, 147, 192, 194, 195, 200, 207, 209], "fan": [12, 19, 27, 200, 201, 202, 203, 204, 205], "far": 44, "fashion": 15, "fast": [12, 20, 108], "faster": [20, 82], "fastest": 79, "fb": [12, 107], "fclam": 41, "fcm": 43, "fcp": 43, "fct": 42, "fddn": 41, "fdn": 41, "fdsi": 41, "featur": [15, 20, 28], "feature_artist": 20, "featureartist": 20, "feb": [12, 226], "fecal": 44, "feco": 44, "feddersen": 44, "feedback": 44, "feir": [12, 54], "fes2014": 44, "fesom": 42, "feswel": [12, 19, 136], "fetch": [0, 12, 17, 20, 145, 165], "few": [20, 28, 44, 45], "ffffff": [12, 222, 227], "fft": [12, 106, 108], "fhigh": [12, 21, 25, 26, 27, 65, 66, 67, 150, 218], "fi": [12, 218], "fib": 44, "fib_1": 44, "field": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 17, 19, 20, 26, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 56, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "field_typ": [20, 22, 23, 24, 26], "fieldinfo": 26, "fifth": [12, 205], "fig": [12, 18, 20, 22, 23, 24, 25, 26, 123, 124], "fignam": 20, "figsiz": [4, 8, 12, 18, 20, 22, 23, 24, 25, 26], "figur": [17, 18, 20], "file": [1, 3, 4, 6, 7, 11, 12, 13, 15, 17, 18, 19, 22, 23, 25, 26, 27, 28, 30, 32, 33, 35, 36, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 57, 60, 61, 62, 63, 65, 67, 70, 71, 73, 74, 76, 77, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 149, 150, 160, 163, 166, 167, 171, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 192, 193, 196, 197, 198, 199, 206, 207, 208, 210, 211, 212, 234], "file_typ": [12, 24], "filehistori": 20, "filenam": [12, 15, 20, 22, 23, 24, 47, 104], "filesystem": [15, 20], "filewind": 30, "filipot": [12, 135], "fill": [0, 12, 17, 20, 28], "fill_valu": 12, "fillchar": 12, "filter": [1, 4, 5, 15, 17, 18, 20, 25, 26, 27, 32, 33, 35, 36, 44, 45, 47, 48, 111], "filter_grid": [4, 12, 47, 48], "filter_tim": [4, 12, 32, 36, 40, 47, 48], "filterwarn": [20, 22, 23, 24, 25, 26, 27], "filtrat": 41, "final": [12, 15, 17, 44, 70, 79, 106, 128, 176, 177], "finc": 10, "find": [12, 49], "find_templ": 12, "fine": [41, 42, 44, 45], "finer": 42, "finit": [12, 127], "first": [12, 17, 20, 25, 26, 45, 54, 61, 62, 63, 79, 89, 99, 101, 102, 105, 106, 109, 116, 129, 139, 142, 163, 166, 167, 171, 172, 175, 178, 182, 201], "fit": [12, 19, 106, 194, 195, 209], "five": [12, 57], "fix": [12, 17, 18, 20, 104, 106, 160, 185, 192, 196, 211, 212], "flag": [20, 30, 35, 42, 43, 44], "flag_fib": 44, "flag_ic": 44, "flag_ic__1": 44, "flag_ic__10": 44, "flag_ic__11": 44, "flag_ic__12": 44, "flag_ic__2": 44, "flag_ic__3": 44, "flag_ic__5": 44, "flag_ic__6": 44, "flag_ic__7": 44, "flag_ic__8": 44, "flag_ic__9": 44, "flat": [25, 26], "fleet": 20, "flen": 10, "flexibl": [12, 28, 144], "flip": 20, "fllu": [30, 44], "float": [4, 8, 9, 10, 12, 17, 19, 20, 23, 26, 30, 35, 40, 47, 48, 49, 61, 62, 65, 74, 75, 76, 77, 78, 86, 89, 93, 98, 101, 102, 104, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 124, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 150, 162, 164, 168, 171, 172, 174, 176, 177, 178, 181, 182, 183, 184, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 200, 201, 202, 203, 204, 205, 206, 208, 209, 210, 211, 212, 214, 215, 218, 219, 222, 225, 227], "float32": [20, 22, 23, 24, 25, 26, 27], "float320": [22, 23, 24, 25, 26, 27], "float321": 27, "float3211": 27, "float32110": 27, "float32255": 27, "float32261": [25, 26, 27], "float324": 27, "float326": 27, "float3290": 26, "float32dask": [25, 26, 27], "float64": [10, 20, 22, 23, 24, 26], "float640": [22, 24, 26], "float64108": 26, "float64110": 26, "float64111": 24, "float64112": 22, "float64145": 20, "float643": 26, "float644": 26, "floe": [12, 133], "floor": 26, "flow": [12, 21, 25, 26, 27, 44, 65, 66, 67, 74, 194, 218], "flsu": [30, 44], "fluctuat": [12, 178, 182], "fluid": [12, 128, 144], "flux": [20, 30, 41, 43, 44, 45], "fluxflag": 44, "fmax": [12, 17, 18, 25, 26, 27, 28, 100, 101], "fmin": [12, 17, 18, 25, 26, 27, 28, 100, 101], "fmt": [12, 20, 162, 169], "fname": [12, 21, 23, 24, 25, 26, 27, 60, 61, 62, 64, 65, 67, 70, 71, 80, 81, 82, 86, 88, 94, 96, 99, 103, 104, 105, 107, 163, 166, 167, 171, 211], "fname1": [12, 21, 69, 74, 76, 77, 212], "fname2": [12, 21, 212], "fname_par": 105, "fname_s1d": 105, "fname_s2d": 105, "fnm": 43, "fnp": 43, "folder": [15, 20], "follow": [12, 13, 15, 19, 30, 41, 42, 44, 45, 82, 89, 101, 102, 103, 137, 150, 160, 200, 201, 203, 204, 205, 222, 225, 227, 233], "fontsiz": 20, "foot": 44, "forbid": 12, "forc": [12, 17, 18, 26, 28, 30, 31, 33, 35, 44, 50, 51, 54, 100, 101, 138, 140, 144], "forcast": 15, "forcingdata": [12, 17], "forecast": [12, 15, 17, 194], "forget": [12, 142], "form": [0, 12, 13, 17, 19, 21, 26, 65, 74, 76, 77, 211, 212], "formal": 45, "format": [12, 15, 17, 21, 25, 26, 27, 41, 43, 44, 61, 62, 64, 65, 71, 74, 76, 77, 80, 82, 86, 88, 97, 104, 115, 162, 166, 167, 211, 212, 222, 223, 224, 225, 226, 227], "format_map": 12, "format_repr": [12, 65], "format_str": [12, 61], "format_vers": [22, 23, 24, 26], "formatt": 12, "former": 96, "formul": [12, 19, 30, 42, 43, 44, 45, 113, 150, 194, 195, 209, 221], "formula": [12, 43, 44, 144, 193, 200, 201, 203, 204, 205], "fortran": [12, 21, 41, 44, 211, 212], "fortun": [12, 85], "found": [12, 20, 24, 41, 42, 44, 133, 166, 167], "four": [12, 23, 24, 57], "fourier": [12, 106, 108], "fourth": [12, 204], "fpm": 43, "fpp": 43, "fr": 20, "fraction": [12, 42, 43, 44, 54, 56, 75, 119, 121, 130, 131, 132, 133, 134, 138, 150, 174, 184], "frame": [12, 25, 27, 71, 86, 100, 101, 103, 104, 221], "framework": [12, 13, 28, 140, 160], "frcoef": [12, 54], "free": [12, 17, 21, 23, 25, 26, 27, 28, 61, 62, 64, 65, 69, 74, 76, 77, 80, 81, 82, 124, 166, 167, 211, 212], "freeboard": [12, 122, 196], "freez": 42, "freq": [20, 22, 23, 24, 25, 26, 27, 44, 103, 185, 186], "freqpandasindexpandasindex": [22, 23, 24, 25, 26, 27], "frequenc": [10, 12, 22, 24, 28, 44, 54, 58, 60, 61, 62, 84, 94, 101, 103, 116, 117, 127, 130, 133, 134, 138, 139, 140, 141, 144, 146, 150, 164, 165, 168, 172, 176, 182, 183, 185, 186, 187, 188, 206, 207, 213, 214, 217, 218], "fresh": [43, 44], "freshen": 44, "freshwat": 43, "fric": 19, "fricc": [20, 30], "friction": [12, 17, 18, 20, 21, 25, 26, 27, 28, 30, 44, 54, 56, 72, 105, 112, 113, 114, 115], "friction_coeff": [12, 17, 18, 28], "friction_coeffici": 28, "friction_collin": [12, 72], "friction_jonswap": [12, 27, 72], "friction_madsen": [12, 25, 72], "friction_rippl": [12, 26, 72], "frictionalveloc": [30, 44], "fricton": 17, "from": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 15, 17, 18, 19, 21, 23, 24, 25, 26, 27, 28, 29, 30, 32, 34, 36, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 54, 57, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 181, 182, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "from_byt": 12, "from_compon": [12, 49], "from_dict": 12, "from_geojson": 12, "from_polygon": 12, "from_slic": 12, "from_wkb": 12, "from_wkt": 12, "front": [12, 111], "froud": [12, 150], "froudmax": [12, 21, 25, 27, 150], "frozen": 42, "fs2": 41, "fscale": [4, 8, 12, 17, 22, 23, 24, 25, 26], "fshift": [12, 58, 125, 126], "fsm": 43, "fsp": 43, "fspr": [12, 54, 100, 101], "fsspec": 15, "fswell": [25, 26, 27, 100, 101], "ft": [12, 108], "fu": 26, "fulfil": [12, 122, 174, 184], "full": [12, 17, 18, 28, 30, 41, 42, 43, 44, 45, 54, 160, 170, 184, 234], "fulli": [12, 17, 21, 25, 26, 27, 44, 45, 61, 146, 160, 191, 195], "fullload": [17, 18, 20, 28], "function": [3, 8, 11, 12, 13, 15, 17, 20, 21, 26, 28, 41, 44, 45, 49, 71, 106, 135, 185, 186, 197, 207], "functionali": 28, "functionn": 45, "funtion": [12, 191], "further": [11, 12, 17, 20, 146], "futur": [13, 20], "futurewarn": 20, "fv": 26, "fwvor_": 44, "fwvor_advxy_stok": 44, "fwvor_advz_stok": 44, "fwvor_break": 44, "fwvor_gradpress": 44, "fwvor_stream": 44, "fwvor_wveg": 44, "fwvor_wveg_nl": 44, "g": [2, 12, 15, 17, 20, 28, 41, 43, 44, 54, 74, 76, 77, 79, 82, 101, 102, 115, 116, 117, 126, 128, 129, 130, 131, 132, 133, 144, 145, 146, 149, 195, 211, 212], "g2": 43, "g3": 43, "ga": 44, "gahm": 44, "galpha": 43, "gamma": [10, 12, 19, 21, 25, 26, 27, 41, 72, 109, 110, 215, 217, 219], "gamma0": [12, 19, 109], "gamman": 41, "gammar": [12, 122, 192], "gammat": [12, 122, 192], "gammaz": 41, "garden": [12, 85, 179], "gather": 31, "gauss": [12, 55, 217], "gausshil": 44, "gaussian": [12, 55, 214], "gc": 44, "gca": [25, 26, 27], "gd": [12, 150], "ge": [12, 75, 78, 92, 97, 121, 124, 128, 130, 131, 132, 133, 134, 138, 150, 163, 164, 168, 189, 208, 211, 212, 218], "gebco": [25, 26, 27], "gebco_2022": 18, "gen": [12, 19, 21, 25, 26, 27, 44, 72, 116, 117, 118], "gen1": [12, 19, 58, 72, 150], "gen2": [12, 19, 58, 72, 150], "gen3": [12, 17, 19, 21, 25, 26, 27, 28, 58, 72, 150, 160, 173], "gen_1": 44, "gen_2": 44, "gen_wsett": 44, "gener": [3, 4, 9, 11, 12, 13, 15, 17, 18, 22, 23, 24, 25, 28, 41, 42, 43, 44, 45, 49, 54, 60, 61, 62, 82, 89, 93, 95, 96, 102, 116, 117, 118, 121, 128, 136, 137, 150, 166, 167, 173, 182, 194, 200], "generat": [12, 54], "generatespuri": [12, 178], "gentli": [12, 106], "genwind": [12, 54], "geoax": [17, 18, 20], "geocollect": [18, 20], "geofilt": 12, "geograph": [8, 9, 12, 15, 17, 49, 54, 60, 76, 85, 111, 163, 166, 167, 171, 221], "geojson": 12, "geometr": 45, "geometri": [8, 12], "geophys": [12, 112, 130, 131, 132, 133], "geoquadmesh": [18, 20], "germani": [12, 113], "get": [1, 3, 4, 12, 17, 20, 22, 23, 24, 26, 28, 31, 32, 33, 34, 35, 36, 44, 47, 48, 50, 51, 143], "get_cmap": [23, 24], "get_color": [23, 24], "get_filter_fn": 12, "get_xlim": 20, "get_ylim": 20, "getattr": 21, "getitem": 20, "getlogg": 17, "gfcp": 43, "gfnp": 43, "gfpp": 43, "ggpm": 43, "gh": [12, 20, 150], "gi": [20, 104], "gienapp": [12, 113], "girard": [12, 139, 142], "git": [0, 12, 17, 29], "github": [20, 29], "give": [12, 17, 20, 104, 106, 181, 182], "given": [0, 11, 12, 17, 19, 22, 27, 44, 45, 48, 54, 60, 63, 74, 76, 77, 79, 89, 98, 99, 101, 102, 106, 107, 111, 129, 150, 161, 162, 163, 171, 172, 174, 184, 210, 211, 212, 220, 221], "gkba": 43, "gkhn": 43, "gkhp": 43, "gksed": 43, "gktgp": 43, "gktr": 43, "glob": [20, 21, 25, 26, 27, 28], "global": [12, 18, 22, 23, 24, 26, 44, 124, 200], "global_to_loc": 44, "gmax": 41, "gmt": [26, 44], "gmtb": 43, "gn2c": 43, "go": [11, 12, 17, 28, 62], "go2c": 43, "goda": [12, 122], "goe": [19, 43], "good": [12, 20, 45, 127], "got": [17, 20], "gp2c": 43, "gpatch0": 43, "gpm": 43, "gprr": 43, "gr3": [20, 41, 42, 44, 45], "graber": [12, 114], "grad": 44, "gradient": [12, 30, 44, 178, 182], "gradientrichardson": 44, "gradual": [12, 44, 85], "grain": [44, 45], "grant": [30, 44, 45], "graph": [25, 26, 27], "grav": [12, 21, 25, 27, 150], "gravel": 45, "gravit": [12, 150], "graviti": [12, 44, 115, 124], "graze": [41, 43], "grd": [17, 18, 25, 26, 27, 28], "greater": 20, "green": 43, "greenwich": [12, 221], "grib": 26, "grib_to_netcdf": 26, "grid": [1, 4, 15, 17, 18, 21, 22, 23, 24, 28, 30, 31, 32, 33, 34, 35, 36, 44, 47, 48, 50, 51, 56, 57, 60, 61, 62, 63, 65, 66, 67, 69, 74, 76, 77, 85, 86, 87, 88, 89, 91, 92, 94, 95, 96, 102, 106, 107, 108, 111, 122, 124, 128, 129, 147, 150, 161, 166, 167, 169, 170, 171, 172, 174, 176, 177, 179, 184, 192, 210, 211, 212, 217, 218, 221], "grid_suffix": [12, 66, 91, 95], "grid_typ": [1, 4, 8, 9, 12, 17, 20, 21, 26, 47, 49, 67, 69, 74, 76, 77, 211, 212], "griddata": 20, "griddd": 32, "gridfield_typ": 20, "gridfil": [12, 17, 49], "gridopt": [12, 21, 25, 26, 27, 48, 74, 76, 77, 212], "gridoutput": [12, 17], "gridregular": [12, 25, 26, 27, 49, 66, 91, 95], "gridtyp": [17, 18], "group": [25, 26, 27, 28, 30, 44, 45, 46, 52, 53, 65, 66, 67, 74, 76, 77, 86, 89, 91, 103, 104, 123, 126, 138, 160], "group_within_cgrid": 12, "growth": [12, 41, 43, 58, 113, 116, 117, 165, 173, 194, 195, 200, 201, 202, 203, 204, 205, 209], "gse": [12, 85], "gt": [10, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 164, 168, 192, 200, 201, 202, 203, 211, 212, 214, 215, 219], "gtgp": 43, "gtr": 43, "guess": [12, 166, 167], "h": [12, 18, 20, 21, 22, 23, 24, 27, 28, 30, 42, 44, 58, 63, 81, 101, 104, 113, 114, 126, 128, 130, 131, 132, 133, 134, 140, 145, 163, 164, 168, 171, 172, 174, 184, 200, 222, 227], "h0": [20, 44], "h1_bcc": [30, 44], "h2": 43, "h2_bcc": [30, 44], "h_bcc1": [30, 44], "h_file": 20, "h_m2s2n2": 20, "h_massconsv": 44, "h_ml0": 42, "h_tvd": 44, "ha": [12, 15, 17, 19, 20, 28, 44, 46, 54, 71, 79, 104, 122, 129, 130, 146, 163, 171, 174, 178, 182, 192, 196, 212], "half": [12, 41, 43, 44, 74], "halv": 43, "hamburg": [12, 61, 113], "hand": [12, 57, 218], "handl": [12, 20, 74, 111, 160], "hang": 44, "hannah": 44, "happen": 43, "happi": 20, "harbour": [12, 111], "hard": 28, "hardwir": 44, "harm": 44, "harme_": 44, "harmon": 44, "harri": 45, "hasselmann": [12, 113, 146, 195], "hat": 44, "have": [12, 17, 20, 22, 24, 28, 44, 48, 60, 61, 62, 76, 82, 99, 102, 124, 125, 169, 171, 172, 207, 211, 212, 221], "hcat": [12, 167], "hdif": 44, "head": [22, 24, 25, 26, 101], "header": [12, 23, 24, 25, 27, 28, 86, 104, 211, 212], "heat": [30, 44], "height": [12, 26, 30, 43, 44, 45, 54, 56, 101, 110, 124, 144, 150, 164, 165, 168, 172, 174, 184, 189, 192, 193, 198, 206, 207, 208], "height_above_reference_ellipsoidlong_nam": 26, "held": [12, 200], "help": [17, 21], "helper": [12, 20, 21, 28, 207], "hemispher": [12, 221], "henc": [12, 142, 146, 166], "herber": [12, 106, 128], "here": [12, 17, 19, 20, 26, 28, 79, 86, 106, 115, 200, 202, 209], "heteregen": 45, "heterogen": 45, "hex": [23, 24], "hexp": [25, 26, 27, 100, 101], "hgrad_nod": 44, "hgrid": [20, 44], "hgrid_20kmto60km_rompyschism_test": 20, "hgrid_wwm": 20, "hgt": [12, 43, 122, 189, 192, 193], "hgt_consist": [12, 122], "hh": [12, 222, 227], "hibler": 42, "hice": [12, 56, 69, 75], "hidden": 17, "high": [12, 13, 28, 44, 45, 79, 106, 108, 140, 150], "higher": [12, 30, 42, 43, 44, 45, 60, 85, 127, 160, 192], "highest": [12, 17, 92, 101, 150, 218], "highlight": 28, "hinc": [12, 184], "hindcast": [15, 18, 28], "histogram2d": 20, "histori": [20, 25, 26], "hit": 44, "hm0": 44, "hmin_airsea_ex": 44, "hmin_man": 44, "hmin_radstress": 44, "hmin_salt_ex": 44, "ho": 44, "ho_0": 44, "hoefel": 45, "hold": [12, 28], "holland": 44, "holthuijsen": [12, 140], "home": [18, 20, 25, 26, 27], "hook": 17, "hopefulli": [17, 28], "horizont": [12, 30, 44, 56, 109, 144, 221], "horizontalsidevelx": 44, "horizontalvelx": 44, "horzontalviscosityi": 44, "horzontalviscosityx": 44, "host": 12, "hostedtoolcach": [0, 12, 30], "hotfil": [12, 21, 25, 27, 30, 70, 79, 80, 81, 166, 167], "hotfile_19700101t010000": 26, "hotfile_19700102t000000": 26, "hotfile_19900101t020000": 81, "hotfile_19900101t030000": [12, 70, 81], "hotfile_19900101t060000": 80, "hotfile_19900101t120000": 80, "hotfile_19900101t180000": 80, "hotfile_19900201t000000": 80, "hotfile_20230101t010000": [26, 27], "hotfile_20230102t000000": [25, 26, 27], "hotfile_with_hottim": [80, 81], "hotid": 81, "hotmultipl": [12, 64], "hotout_writ": 30, "hotsingl": [12, 21, 64], "hotstart": [12, 21, 26, 30, 44, 64, 82, 166, 167], "hottim": [12, 25, 26, 27, 70, 80, 81], "hour": [12, 17, 20, 40, 44, 79], "hourli": [22, 23, 24, 26], "hourlyxarrai": [22, 23, 24, 26], "how": [11, 17, 22, 23, 24, 26, 28], "howeev": 28, "howev": [12, 13, 17, 24, 26, 28, 85, 86, 106, 127, 142, 234], "hp": [12, 225, 227], "hr": [12, 17, 21, 25, 26, 27, 28, 69, 70, 74, 76, 77, 79, 80, 85, 86, 94, 103, 104, 179, 222, 223, 226, 227], "hs_": 20, "hsig": [25, 26], "hsign": [12, 17, 18, 25, 26, 27, 28, 54, 71, 86, 100, 101, 104], "hsrerr": [12, 21, 25, 27, 150], "hss": [12, 56, 123, 124], "hsv": [22, 23, 24, 26], "hswe": 26, "hswell": [12, 17, 18, 25, 26, 27, 28, 54, 71, 86, 101, 104], "hte": 28, "html": [8, 12, 15, 49], "http": [8, 12, 15, 20, 49, 190], "hubbert": [12, 115], "hugh": 44, "hull": [8, 12, 15, 49], "human": [12, 82, 140], "humid": [30, 37, 44], "hunk": 42, "hurrican": 44, "hvel": [30, 44], "hvel_sid": [30, 44], "hvis_coef0": 44, "hw_": 44, "hw_depth": 44, "hw_ratio": 44, "hwang": [12, 19, 27, 44, 72, 118, 144, 200, 201, 203, 204, 205], "hybrid": 44, "hycom": 20, "hydraul": 44, "hydro": [44, 45], "hydro_out": 44, "hydrodynam": 45, "hydrographisch": [12, 113], "hydrostat": 44, "hypoxia": [43, 44], "hz": [10, 12, 22, 24, 27, 101, 138, 214, 218], "hzarrai": [22, 23, 24, 25, 26, 27], "i": [0, 1, 3, 4, 8, 10, 11, 12, 13, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 51, 54, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 85, 86, 87, 88, 89, 91, 92, 93, 95, 96, 101, 102, 103, 104, 105, 106, 107, 108, 110, 111, 112, 113, 114, 115, 116, 117, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 147, 149, 150, 160, 161, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 174, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 189, 191, 192, 193, 197, 200, 201, 202, 203, 204, 205, 206, 209, 210, 211, 212, 217, 218, 221, 224, 225, 227], "i0": 79, "i1": 79, "iSed": 43, "i_hmin_airsea_ex": 44, "i_hmin_salt_ex": 44, "i_prtnftl_weno": 44, "iactv": 45, "iadjust_mass_consv0": 44, "iadjust_mass_consv0__1": 44, "iadjust_mass_consv0__10": 44, "iadjust_mass_consv0__11": 44, "iadjust_mass_consv0__12": 44, "iadjust_mass_consv0__2": 44, "iadjust_mass_consv0__3": 44, "iadjust_mass_consv0__4": 44, "iadjust_mass_consv0__5": 44, "iadjust_mass_consv0__6": 44, "iadjust_mass_consv0__7": 44, "iadjust_mass_consv0__8": 44, "iadjust_mass_consv0__9": 44, "iasym": 45, "iba": 43, "ibc": [30, 44], "ibcc_mean": 44, "ibdef": 44, "ibflux": 43, "ibgraz": 41, "ibrag": [12, 106, 107, 108], "ibreak": 30, "ibtp": 44, "ibtrack_openbnd": 44, "ibtrack_openbndyn": 30, "ibtrack_test": 44, "ic": [12, 30, 44, 54, 56, 69, 130, 131, 132, 133, 134, 150], "ic_elev": [30, 44], "icbp": 43, "ice_advect": 42, "ice_atmos_stress_form": 42, "ice_cutoff": 42, "ice_cuttoff": 42, "ice_fct": 42, "ice_gamma_fct": 42, "ice_in": 42, "ice_test": 42, "ice_therm_on": 42, "icefreshwaterflux": 44, "icenetheatflux": 44, "icestrainr": 44, "icetoptemperatur": 44, "icetracer_1": 44, "icetracer_2": 44, "icetracer_3": 44, "icevelocityx": 44, "icewind": [12, 21, 25, 27, 150], "iclam": 41, "icm": 44, "icm_bflux": 43, "icm_param": 43, "icm_rad": 43, "icm_sflux": 43, "icm_sfm": 43, "ico2": 41, "icou_elfe_wwm": [30, 44], "id": [3, 7, 11, 12, 17, 18, 20, 22, 23, 24, 25, 26, 27, 32, 40, 44, 47, 48, 81], "idapt": 41, "idelai": 41, "ident": [12, 24, 60, 82, 91, 92, 166, 167, 221], "identif": [12, 86, 149], "identifi": [3, 12, 15, 20, 47, 48, 74, 76, 77, 149, 211, 212], "idfm": [12, 21, 65, 74, 76, 77, 211, 212], "idiffr": [12, 111], "idla": [12, 21, 25, 26, 27, 65, 69, 74, 76, 77, 86, 107, 211, 212], "idry_icm": 43, "idw": [1, 12, 17, 18, 23, 26, 47], "idx": 20, "ielad": 44, "ielad_weno": 44, "ielm_transport": 44, "iem": [12, 138], "ieos_pr": 44, "ieos_typ": 44, "ieros": [43, 45], "ievp": 42, "if_sourc": 44, "iflux": 44, "ig": [12, 138], "ignor": [12, 20, 22, 23, 24, 25, 26, 27, 43, 44, 54, 61, 62, 65, 74, 76, 77, 83, 93, 112, 114, 120, 124, 130, 131, 132, 133, 134, 143], "ignore_error": [26, 27], "iharind": 44, "ihconsv": [43, 44], "ihdif": 44, "ihfskip": [30, 44], "ihhat": 44, "ihorcon": 44, "ihot": [30, 44], "ihydraul": 44, "ii": [12, 85, 92, 130], "iii": [12, 62, 85, 137], "ij": [12, 63, 105, 169], "ik": 43, "ilight": 43, "ilimit": 43, "illustr": [17, 20], "iloadtid": 44, "im_pick_up": 45, "imag": 12, "imaginari": 12, "imeth_bed_evol": 45, "imm": 44, "immedi": [12, 82, 128], "impact": [12, 140], "impgrid": [12, 144], "implement": [0, 12, 13, 15, 17, 19, 28, 44, 113, 127, 128, 144, 160, 167], "implemnet": 28, "impli": [10, 12, 61, 82, 121, 122, 127, 212], "implicit": [12, 30, 44, 127], "import": [10, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 45, 50, 51, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 181, 182, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "impos": [12, 44, 58, 129, 150], "impose_net_flux": 44, "improv": [12, 146], "inact": [44, 45], "incid": [12, 128, 138, 171, 172, 184, 189, 190, 193, 197], "includ": [1, 12, 15, 17, 18, 19, 20, 21, 25, 26, 27, 28, 43, 44, 65, 66, 67, 70, 74, 76, 77, 89, 111, 124, 127, 137, 138, 144, 160, 169], "include_end": [11, 12, 17, 22, 23, 24, 25, 26, 27], "incom": [12, 44, 63, 197, 198, 206, 207, 208], "inconsist": 19, "increas": [1, 12, 17, 42, 44, 150], "increment": [10, 12, 218], "independ": [30, 44, 101], "index": [12, 15, 20, 22, 23, 24, 25, 26, 27, 54, 79, 92, 104, 109, 110, 150, 161], "index_col": [23, 24], "index_vari": 20, "indexerror": 20, "indexers_kwarg": 20, "indic": [12, 19, 44, 65, 75, 78, 81, 86, 96, 103, 104, 106, 107, 108, 109, 110, 111, 113, 115, 116, 117, 118, 128, 144, 145, 148, 150, 161, 169, 171, 172, 192, 194, 195, 196, 197, 209], "indirect": [12, 150], "individu": [12, 17, 19, 26, 72, 73, 98, 99, 110], "induc": [12, 30, 43, 44, 45, 54, 129, 144, 145, 181, 194], "indvel": 44, "infin": 101, "infinit": [12, 128], "inflow": 35, "influenc": [12, 97, 101, 127, 150, 174, 184], "info": [17, 18, 19, 20, 21, 25, 26, 27, 28, 44], "inform": [12, 13, 20, 43, 60, 83, 102, 149, 181, 182, 192], "infra": [12, 124], "infragrav": [12, 124, 138], "infti": 45, "ingest": [3, 4, 12, 13, 17, 20], "inherit": [15, 17], "inhibit": 41, "inhomogen": [12, 128], "init": [12, 17, 19, 20, 21, 26, 43, 44, 64, 79, 165, 166, 167, 173], "init_opt": 10, "initanti": 17, "initi": [1, 4, 12, 21, 25, 27, 29, 30, 32, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 79, 80, 82, 160, 165, 166, 167, 173], "initialis": [3, 11, 15, 28, 71], "initstat": [25, 80], "inject": 44, "inlin": [17, 18, 20], "inner": [12, 124], "inorgan": 43, "inp": [12, 21, 210], "inpgrid": [17, 21, 25, 26, 27, 28, 48, 49, 112, 114, 120, 124, 128, 130, 131, 132, 133, 134, 150, 160, 212, 234], "inpgrid_bottom": [12, 69], "inpgrid_ice_ct": [12, 69], "inpgrid_wind": [12, 69], "input": [11, 12, 13, 15, 17, 18, 19, 20, 25, 27, 28, 30, 31, 33, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 51, 56, 57, 62, 69, 74, 75, 76, 77, 78, 79, 83, 101, 102, 105, 106, 107, 108, 118, 121, 125, 136, 137, 150, 160, 166, 167, 200, 201, 202, 203, 209, 212, 217, 221], "input_fil": [21, 28], "input_typ": 20, "input_valu": 20, "inrhog": [12, 21, 25, 27, 150], "insert": 12, "insid": [12, 26, 44, 74, 76, 77, 160], "inspect": 28, "instabilit": 45, "instabl": 45, "instanc": [1, 3, 7, 11, 12, 20, 22, 23, 24, 26, 32, 33, 35, 36, 47, 48, 71, 160, 211, 212], "instantan": 20, "instantaneousconvent": 20, "instanti": [12, 17, 20, 21, 28, 80, 81, 160, 223, 224, 226, 227], "instati": 20, "instead": [3, 12, 17, 20, 24, 47, 48, 49, 60, 89, 127], "institut": [12, 20, 61, 113], "instruct": [26, 160], "int": [4, 8, 9, 10, 12, 17, 20, 30, 32, 36, 40, 44, 47, 48, 49, 65, 74, 76, 79, 81, 89, 90, 92, 97, 101, 102, 105, 106, 107, 108, 111, 138, 144, 150, 161, 163, 171, 180, 181, 182, 183, 207, 210, 211, 212, 218, 222, 225, 227], "int32": 20, "int64": [20, 22, 23, 24, 25, 26, 27], "int640": [22, 23, 24, 26], "int641": [22, 25, 26, 27], "int_z": 44, "intact": [12, 111], "intak": [7, 12, 15, 17, 18, 20, 25, 27], "intake_xarrai": 20, "intanti": 17, "intantia": 17, "inted": 13, "integ": [12, 20, 41, 42, 43, 44, 86], "integr": [12, 101, 105, 127], "integral_paramet": 105, "intend": [12, 17, 19, 68, 121, 137, 217, 234], "intens": [12, 140, 141, 142], "intent": [11, 12, 17], "intention": 12, "inter": 44, "inter_mom": 44, "interact": [12, 19, 58, 105, 118, 127, 128, 139, 140, 141, 142, 191, 194], "interchang": 20, "interest": 15, "interfac": [12, 15, 26, 44, 82], "interfer": [12, 44, 128], "interleav": [12, 70], "intermedi": [80, 81, 82, 102, 105], "intern": [17, 18, 26, 28, 96], "interp": [26, 32], "interpol": [12, 20, 23, 24, 26, 28, 30, 44, 60, 61, 62, 89, 92, 102, 106, 107, 108], "interpolate_miss": 32, "interpolate_missing_coast": [20, 32], "interpret": [12, 105, 164, 168, 172], "interrupt": [12, 122], "intersect": [12, 102], "intertid": 43, "interv": [11, 12, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 41, 179, 222, 223, 226, 227], "intiat": 28, "intrawav": 44, "intrins": 19, "introduc": [12, 137], "introduct": [12, 115], "inu_": 44, "inu_elev": 44, "inu_ph": 43, "inu_tr": 44, "inu_tr__1": 44, "inu_tr__10": 44, "inu_tr__11": 44, "inu_tr__12": 44, "inu_tr__2": 44, "inu_tr__3": 44, "inu_tr__4": 44, "inu_tr__5": 44, "inu_tr__6": 44, "inu_tr__7": 44, "inu_tr__8": 44, "inu_tr__9": 44, "inu_uv": 44, "inund": 43, "inunfl": 44, "inv_atm_bnd": [30, 44], "invalid": [17, 44], "invers": [12, 20, 22, 23, 24, 44, 130, 134], "invest": 28, "investig": [12, 26, 144], "invok": [44, 45], "involv": [12, 44, 45, 128, 138], "io": [8, 12, 20, 44, 49], "iof_ag": 44, "iof_ana": 44, "iof_co": 44, "iof_dvd": 44, "iof_eco": 44, "iof_fib": 44, "iof_gen": 44, "iof_hydro": 44, "iof_hydro__1": 44, "iof_hydro__10": 44, "iof_hydro__11": 44, "iof_hydro__12": 44, "iof_hydro__13": 44, "iof_hydro__14": 44, "iof_hydro__15": 44, "iof_hydro__16": 44, "iof_hydro__17": 44, "iof_hydro__18": 44, "iof_hydro__19": 44, "iof_hydro__2": 44, "iof_hydro__20": 44, "iof_hydro__21": 44, "iof_hydro__22": 44, "iof_hydro__23": 44, "iof_hydro__24": 44, "iof_hydro__26": 44, "iof_hydro__27": 44, "iof_hydro__28": 44, "iof_hydro__29": 44, "iof_hydro__3": 44, "iof_hydro__30": 44, "iof_hydro__31": 44, "iof_hydro__4": 44, "iof_hydro__5": 44, "iof_hydro__6": 44, "iof_hydro__7": 44, "iof_hydro__8": 44, "iof_hydro__9": 44, "iof_ic": 44, "iof_icm_ba": 44, "iof_icm_cbp": 44, "iof_icm_cor": 44, "iof_icm_dbg": 44, "iof_icm_ph": 44, "iof_icm_s": 44, "iof_icm_sav": 44, "iof_icm_silica": 44, "iof_icm_veg": 44, "iof_icm_zb": 44, "iof_marsh": 44, "iof_s": 44, "iof_sed2d": 44, "iof_ugrid": 44, "iof_wwm": 44, "iout": 30, "iout_cosin": 41, "iout_icm": 43, "iout_sta": [30, 44], "ip_weno": 44, "ipdb": 20, "iph": 43, "ipo4": 41, "ipr": [43, 44], "ipre2": 44, "iprecip_off_bnd": 44, "ipynb": [17, 28], "iqcm": [12, 128], "iquad": [12, 19, 21, 25, 26, 127], "irad": 43, "irough_bdld": 45, "irouse_test": 44, "is_bool_index": 20, "is_dir": 20, "is_float": 20, "is_integ": 20, "is_scalar": 20, "isalnum": 12, "isalpha": 12, "isascii": 12, "isav": 44, "isav_icm": 43, "isconsv": 44, "isdecim": 12, "isdigit": 12, "ised": 41, "ised_bc_bot": 45, "ised_dump": 45, "isedtyp": 45, "isel": [4, 12, 18, 20, 24, 25, 26, 27], "isel_index": 20, "isflux": 43, "ishapiro": 44, "isidentifi": 12, "isilica": 43, "isinst": 20, "iskeyword": 12, "islandora": [12, 190], "islow": 12, "ismultipli": [12, 128], "isn": [12, 22, 25, 26, 71, 120], "isnul": 20, "isnumer": 12, "iso": [12, 163, 171, 222, 225, 227], "isol": [44, 98, 99], "isolin": [12, 25, 27, 71, 102], "isoline_ray_defin": [12, 71], "ispm": 41, "isprint": 12, "isspac": 12, "issu": [1, 17, 18, 20], "istat": 43, "istitl": 12, "isupp": 12, "iter": [12, 18, 25, 26, 28, 42, 44, 54, 79, 84, 106, 107, 108, 127, 174, 180, 181, 182, 183, 184], "iterart": 42, "itest": 105, "itr_met": 44, "itrac": 105, "itransport_onli": 44, "itriad": [12, 25, 26, 139], "its": [0, 8, 12, 17, 44, 89, 121, 122, 124, 150, 212], "itself": [12, 20, 23, 147], "itur": 44, "iunder_deep": [30, 44], "iupwind_mom": 44, "iv": [12, 85], "iveg": [12, 144], "iveg_icm": 43, "ivmrt": 43, "ivn": 43, "ivnc": 43, "ivp": 43, "ivpc": 43, "iw": 41, "iwave_rippl": 45, "iwbl": [30, 44], "iwind_form": [30, 44], "iwindoff": 44, "iwindoffyn": 30, "ix": [20, 92], "ix1": 92, "ix2": 92, "iy1": 92, "iy2": 92, "iz2graz": 41, "izb": 43, "izonal5": 44, "j": [12, 19, 44, 63, 105, 112, 113, 124, 130, 131, 135, 141, 144, 145, 146, 161, 169, 189, 191, 195, 200, 209], "jacobsen": [12, 144], "jacomsen_layering_not_impl": [12, 144], "jan": [12, 79, 225, 226, 227], "janssen": [12, 19, 27, 118, 128, 150], "januari": [12, 225, 227], "jcg": 44, "jcod": 44, "ject": 46, "jet": [20, 25, 26], "jgr": 45, "jnh4": 44, "jno3": 44, "job": 44, "join": [12, 17, 27], "joint": [12, 113], "jon": 17, "jong": [12, 189], "jonswap": [12, 19, 26, 27, 55, 72, 113, 165, 217, 219], "journal": [12, 112, 128, 135, 136, 137, 144, 145, 146, 194, 195, 200], "jpo4": 44, "jsa": 44, "json": [11, 12, 28, 160], "json_schema_from_type_data": [12, 207], "jump": 43, "jun": 18, "junk": 44, "just": [17, 20, 25, 26, 28, 44], "justifi": 12, "k": [12, 17, 18, 20, 22, 23, 24, 43, 44, 63, 105, 106, 113, 114, 121, 139, 142, 146, 189, 195], "kacc_dub": 45, "kacc_ho": 45, "kahma": [12, 165], "kc": 44, "kc0": 43, "kcalg": 43, "kcd": 43, "kcex": 41, "kco2": 41, "kd": [12, 109], "kdtree": 20, "ke": [43, 44], "ke0": 43, "kec": 43, "keep": [25, 26, 43], "keepend": 12, "kei": [12, 15, 17, 20, 21], "kept": 10, "kesalt": 43, "keyword": [2, 6, 7, 12, 17, 19, 21, 26, 36, 43, 47, 104, 105, 108, 143, 173], "kez": 41, "kg": [12, 30, 43, 44, 45, 120, 150], "kgz": 41, "kh": 43, "khcod": 43, "khdo": 43, "khdon": 43, "khdoox": 43, "khn": 43, "khno3dn": 43, "khp": 43, "khsal": 43, "kib": [25, 26, 27], "kill": 44, "kilomet": [12, 85], "kind": [12, 21, 25, 26, 27, 50, 64, 73, 96, 147, 148], "kinemat": [12, 120], "kinet": [30, 43, 44], "kirbi": [12, 44, 144], "kkfib_1": 44, "kkfib_2": 44, "kl": 44, "km": [12, 79, 221], "kmdn": 41, "kmdsi": 41, "kn": [12, 19, 25, 41, 54, 114], "kn0": 43, "knalg": 43, "knh4": 41, "kno3": 41, "know": 20, "knowledg": [8, 12, 17], "known": 12, "kohout": [12, 130, 132, 133, 134], "komen": [12, 19, 27, 72, 118, 146, 150, 194], "kox": 41, "kp0": 43, "kpalg": 43, "kpip": 43, "kpo4": 41, "kpo4p": 43, "kpp": 30, "kr_co": 44, "krige": 44, "kruseman": [12, 113], "krvel": 44, "ksap": 43, "ksio4": 41, "ksr": 43, "ksr0": 43, "ktgp": 43, "ktmt": 43, "ktnit": 43, "ktr": 43, "ktrcod": 43, "ktrm": 43, "ktrsr": 43, "kutta": 44, "kwarg": [2, 3, 4, 5, 6, 7, 12, 17, 20, 22, 23, 24, 25, 27, 49, 50, 51, 68, 107, 116, 117, 127, 133, 200, 210], "kx": [12, 107], "ky": [12, 107], "l": [12, 23, 25, 26, 41, 43, 44, 85, 130, 132, 133, 134, 135, 140, 145, 179, 194, 200], "lab": [12, 130, 133], "label": [22, 23, 24, 25, 26, 27], "labels": 20, "labil": 43, "laboratori": [12, 142, 191, 193], "lag": 43, "lahei": [12, 225, 227], "lai": 86, "lake": [12, 129], "lambd": [12, 19, 21, 25, 26, 127], "lambda": [12, 19, 21, 25, 26, 27, 127], "laminar": [12, 135, 136], "land": [1, 4, 8, 12, 17, 22, 24, 44, 61, 62], "lapacian": 44, "larg": [12, 17, 26, 44, 45, 79, 85, 104, 105, 124, 128], "larger": [12, 22, 24, 42, 44, 79, 122, 138, 150], "largest": [12, 86, 178, 182], "last": [12, 17, 19, 20, 23, 26, 41, 42, 43, 44, 54, 83, 88], "lat": [12, 17, 18, 20, 22, 23, 24, 25, 26, 27, 44, 49], "lat_formatt": 20, "latent": [30, 44], "latent_heat": 30, "latentheat": 44, "later": [17, 101], "latest": [12, 49], "lati": 20, "latitud": [4, 12, 17, 18, 20, 25, 26, 27, 30, 44, 47, 48, 61, 62, 221], "latitudearrai": 27, "latitudeformatt": 20, "latitudelong_nam": 26, "latitudepandasindexpandasindex": 26, "latitudestandard_nam": [20, 25, 26, 27], "latitudeunit": [20, 22, 23, 24, 25, 26], "latnam": [17, 18], "latpandasindexpandasindex": 26, "latter": [12, 44, 96, 128], "law": 44, "layer": [12, 25, 26, 27, 30, 42, 43, 44, 45, 56, 120, 135, 136, 144], "layer_defined_if_no_mud_inpgrid": 12, "layout": [26, 28, 86], "lazi": 17, "lazili": 17, "ldrag": 45, "le": [12, 75, 78, 97, 121, 122, 130, 131, 132, 133, 134, 150, 164, 168, 189, 208], "lead": [12, 15, 42, 45], "lead_clos": 42, "leaf": [43, 44], "leak": [12, 44, 54], "least": [12, 22, 24, 44, 61, 122, 124, 196, 218], "leav": [11, 12, 147], "lefevr": [12, 135], "left": [8, 12, 20, 57, 124, 218], "legaci": 12, "legend": [25, 26], "len": [12, 20, 97, 171, 172], "lenghth": 44, "length": [12, 20, 21, 22, 23, 24, 26, 30, 44, 45, 54, 61, 97, 106, 111, 114, 122, 124, 147, 171, 172, 190, 196, 210], "less": [1, 10, 12, 17, 65, 74, 76, 79, 82, 107, 174, 184, 210, 218], "lesser": 45, "let": [10, 17, 18, 19, 28], "letter": [12, 130, 131, 132, 133], "lev_tr_sourc": 44, "lev_tr_source__1": 44, "lev_tr_source__10": 44, "lev_tr_source__11": 44, "lev_tr_source__12": 44, "lev_tr_source__2": 44, "lev_tr_source__3": 44, "lev_tr_source__4": 44, "lev_tr_source__5": 44, "lev_tr_source__6": 44, "lev_tr_source__7": 44, "lev_tr_source__8": 44, "lev_tr_source__9": 44, "level": [12, 13, 17, 20, 21, 25, 26, 27, 28, 30, 37, 43, 44, 45, 54, 56, 73, 93, 102, 105, 106, 108, 116, 117, 138, 145, 150, 160, 174, 184, 189, 192, 193, 200, 201, 202, 203, 204, 205, 209, 211, 212], "level_ag": 44, "levelunit": 26, "leverag": 28, "lexp": [25, 27, 101], "li": [12, 61, 62], "lib": [0, 12, 17, 19, 20, 30, 44], "librari": [13, 15], "light": [28, 41, 43], "like": [3, 11, 12, 15, 20, 28, 30, 41, 44, 45, 46, 61, 71], "limfak": 30, "limit": [12, 25, 27, 30, 41, 42, 43, 45, 72, 79, 84, 92, 101, 111, 117, 128, 145, 174, 176, 177, 184], "lin": [12, 45, 200], "lindsprdeg": 30, "line": [12, 18, 19, 20, 41, 42, 43, 44, 45, 48, 54, 57, 61, 62, 86, 89, 93, 97, 102, 104, 116, 117, 118, 122, 123, 124, 160, 163, 171, 192, 211, 212, 234], "linear": [12, 20, 30, 43, 44, 102, 116, 117, 142, 181, 182, 194], "linestyl": 20, "linewidth": [20, 22, 23, 24, 25, 26], "link": [3, 12, 47, 48, 160, 192], "linspac": [20, 105], "linux": 82, "lionello": [12, 194], "list": [4, 5, 8, 12, 17, 20, 21, 23, 28, 32, 35, 36, 40, 42, 44, 47, 48, 51, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 75, 76, 77, 78, 80, 81, 86, 89, 90, 98, 100, 101, 102, 104, 123, 126, 144, 147, 148, 149, 150, 160, 161, 162, 171, 172, 196, 206], "liter": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 17, 19, 20, 21, 26, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 47, 48, 49, 50, 51, 52, 53, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "littl": [12, 17, 20], "ljust": 12, "ll": [18, 20, 44], "ll_x": [8, 12], "ll_y": [8, 12], "load": [12, 15, 17, 18, 20, 21, 22, 23, 24, 25, 27, 28, 44, 45, 49], "load_ext": [17, 18, 20, 22, 23, 24, 25, 26, 27], "loader": [17, 18, 20, 21, 25, 27, 28], "loadtide_": 44, "loadtide_coef": 44, "loc": [18, 23, 24, 28, 87, 89, 90, 91, 92, 93, 95, 96, 98, 99, 102], "loc1": 90, "loc2": 90, "local": [3, 12, 15, 17, 20, 30, 44, 165, 174, 176, 177, 200], "locat": [1, 4, 12, 17, 18, 21, 22, 23, 24, 26, 27, 28, 44, 47, 48, 54, 61, 62, 63, 65, 71, 76, 87, 88, 89, 90, 91, 92, 93, 95, 96, 98, 99, 102, 103, 104, 122, 124, 150, 163, 171, 196, 220, 221], "locations_2d": 12, "locations_set": [12, 71], "locations_sname_uniqu": [12, 71], "lock": 160, "lockup": [12, 25, 27, 52], "log": [10, 12, 17, 20, 26, 27, 44, 72], "logarithm": [10, 12, 45, 138, 218], "logger": [17, 20, 28], "lon": [12, 17, 18, 20, 22, 23, 24, 25, 26, 27, 44, 49], "lon_formatt": 20, "london": [12, 194], "long": [12, 21, 25, 27, 39, 44, 101, 127, 149], "long_nam": [20, 26], "longer": [12, 87], "longitud": [4, 12, 17, 18, 25, 26, 27, 44, 47, 48, 61, 62, 221], "longitudearrai": 27, "longitudeformatt": 20, "longitudelong_nam": 26, "longitudepandasindexpandasindex": 26, "longitudestandard_nam": [20, 25, 26, 27], "longitudeunit": [20, 22, 23, 24, 25, 26], "longitudin": 45, "longwav": [30, 44], "loni": 20, "lonlat": [22, 24], "lonnam": [17, 18], "lonpandasindexpandasindex": 26, "look": [12, 17, 20, 26, 28, 61, 218], "lookup": 12, "lookuperror": 12, "loop": 17, "loos": 15, "loss": [12, 54, 85], "lot": [28, 45], "low": [12, 146, 189], "lower": [8, 10, 12, 27, 28, 43, 57, 85, 101, 139], "lowercas": 12, "lowest": [12, 85, 92, 101, 218], "lpar": [12, 140, 190], "lpha": 44, "lpoc": [43, 44], "lpom": 43, "lpon": [43, 44], "lpop": [43, 44], "lpp": 30, "lsourceswam": 30, "lsp2d": 30, "lstrip": 12, "lt": [17, 18, 20, 21, 22, 23, 24, 25, 26, 27], "lta": [12, 139, 141], "lump": 44, "lwavp": [12, 54], "lwdate": [12, 61], "m": [12, 19, 21, 22, 23, 24, 25, 26, 27, 30, 42, 43, 44, 45, 48, 54, 75, 76, 78, 81, 89, 93, 98, 99, 102, 107, 114, 115, 116, 117, 120, 124, 128, 129, 130, 131, 132, 133, 134, 135, 138, 140, 142, 144, 145, 150, 161, 162, 164, 168, 171, 172, 184, 194, 196, 200, 209, 210, 211, 212, 220, 222, 227], "m18": [12, 132], "m2": [12, 20, 22, 23, 24, 25, 26, 27, 30, 43, 54, 120], "m3": [12, 41, 43, 45, 120, 150], "m_e": 45, "machin": [12, 61], "mad": [12, 17, 18, 28], "made": [12, 28, 44, 61, 106, 150], "madsen": [12, 19, 25, 30, 44, 45, 114, 191], "magn": [12, 135], "magnitud": [12, 44, 121], "mai": [10, 12, 18, 19, 20, 45, 61, 62, 70, 76, 79, 82, 83, 85, 89, 92, 127, 142, 150, 160, 178, 179, 182, 189, 193, 211, 212, 221, 225, 227], "main": [0, 12, 15, 17, 19, 20, 21, 25, 26, 27, 28, 44, 46], "mainli": [12, 44], "maintain": 26, "major": [20, 35, 41, 42, 44], "make": [12, 17, 20, 26, 28, 30, 44, 45, 48, 50, 51, 61, 79, 85, 184, 211, 212], "makedir": 17, "makefil": [30, 44], "maker": [12, 219], "maketran": 12, "malanott": [12, 194, 195, 200, 201, 202, 203, 204, 205, 209], "man": [20, 44], "manag": [17, 28], "mandatori": 44, "mani": [12, 17, 26, 30, 44, 74, 144], "manual": [8, 12, 19, 26, 44, 71, 167, 200, 201, 202, 203, 204, 205, 209, 233], "map": [12, 20, 25, 26, 27, 57], "mappabl": 20, "mar": 26, "marco": [41, 43], "margin": [12, 130, 132, 133], "mark": [19, 83], "marker": [22, 23, 24, 26], "markers": 18, "marplotlib": 20, "marsh": 44, "marshflag": 44, "mask": [1, 17, 20], "mass": [43, 44, 45], "master": 102, "mat": 88, "match": [12, 17, 26, 87], "mathemat": [12, 194], "matlab": [86, 88], "matplotlib": [17, 18, 20, 22, 23, 24, 25, 26, 27], "matter": [20, 23, 41, 43, 44], "max": [12, 20, 26, 42, 44, 61, 105], "max_column": 23, "max_length": [12, 49, 60, 61, 62, 67, 82, 87, 88, 93, 96, 97, 99, 101, 102, 107, 149, 163, 166, 167], "max_subcyc": 44, "max_window_hour": 40, "maxerr": [12, 21, 25, 27, 150], "maxi": [8, 12], "maxim": [12, 150, 181, 182], "maxima": [12, 54], "maximium": 43, "maximum": [8, 12, 21, 40, 41, 43, 45, 49, 110, 116, 117, 128, 138, 139, 141, 150, 160, 174, 180, 181, 182, 183, 184], "maximum_altitud": [22, 23, 24, 26], "maxlat": [12, 20], "maxlon": [12, 20], "maxm": [12, 21, 25, 27, 150], "maxsplit": 12, "maxx": [8, 12], "mayb": 20, "mdc": [12, 21, 25, 26, 27, 30, 44, 65, 66, 67, 218], "mdc2": [30, 44], "mean": [12, 20, 25, 26, 27, 28, 30, 37, 43, 44, 54, 56, 74, 106, 107, 108, 124, 128, 139, 141, 142, 146, 147, 148, 164, 166, 167, 168, 169, 172, 174, 190, 217, 221], "meandirspread": [30, 44], "meansno": [12, 150], "meant": [3, 11, 12, 71, 87, 88, 150], "meanwavedirect": [30, 44], "meanwavelength": [30, 44], "meanwavenumb": [30, 44], "meanwaveperiod": [30, 44], "measur": [12, 54, 111, 113, 130, 131, 132, 133, 150, 163, 171, 172, 185, 186], "mechan": [0, 12, 17, 128, 144], "median": [44, 45], "medium": [12, 20, 28, 128], "meer": [12, 189], "meerburg": [12, 113], "meet": 46, "meijer": [12, 144], "melim": 30, "melt": 42, "memo": [12, 130, 133], "memori": 17, "mercat": [12, 221], "meridian": [12, 221], "meridion": 37, "mesbf": [20, 30], "mesh": [12, 20, 42, 60, 65, 74, 76, 85, 107, 122, 124, 210, 218, 221], "meshgrid": 20, "meshtri": 20, "mesin": 30, "messag": [12, 17, 30, 105, 150], "meta": [25, 26, 27, 44], "metabol": 43, "metadata": 44, "meteorologi": 20, "meter": [12, 41, 44, 54, 144, 219, 221], "meth_sink": 44, "methan": 43, "method": [1, 3, 4, 5, 7, 11, 12, 15, 17, 18, 20, 22, 23, 24, 26, 28, 32, 36, 37, 38, 39, 40, 44, 45, 47, 48, 49, 54, 55, 56, 57, 58, 59, 68, 71, 130, 131, 132, 133, 134, 137, 139, 140, 141, 142, 144, 160, 221], "methodologi": [12, 200, 201, 203, 204, 205], "metr": 26, "metresarrai": 26, "mevp": 42, "mevp_alpha": 42, "mevp_alpha1": 42, "mevp_alpha2": 42, "mevp_alpha3": 42, "mevp_alpha4": 42, "mevp_coef": 42, "mevp_rheol_step": 42, "meyer": 45, "meylan": [12, 130, 131, 132, 133, 134], "mg": 43, "mid": [12, 44], "middl": 24, "might": [17, 20, 44, 82], "mild": [12, 106, 138], "millisecond": [12, 225, 227], "mimic": 45, "mimimum": [12, 128], "min": [12, 20, 26, 42, 43, 44, 71, 74, 76, 77, 80, 86, 88, 94, 103, 104, 179, 222, 223, 226, 227], "min_length": [12, 60, 61, 62, 69, 86, 89, 97, 98, 101, 102, 104, 196], "mini": [8, 12], "minim": 15, "minimum": [8, 12, 17, 20, 22, 23, 42, 43, 45, 116, 117, 218], "minimum_altitud": [22, 23, 24, 26], "minimum_depth": 20, "ministri": 12, "minlat": [12, 20], "minlon": [12, 20], "minor": 20, "mintransporttimestep": 44, "minumum": 20, "minut": [12, 20, 79, 222, 223, 226, 227], "minx": [8, 12], "mirror": 28, "misc": [41, 43], "misc_sub": 44, "misinterpret": [12, 63], "mismatch": [12, 150], "miss": [1, 10, 12, 17, 19, 20, 22, 24, 40, 49], "missing_dim": 20, "missing_discrimin": 19, "mix": [12, 20, 30, 42, 43, 44, 45, 148, 194], "mixing_length": 30, "mixinglength": 44, "mixtur": 45, "mkdir": [20, 22, 23, 24, 26, 27], "mkdn": 41, "mkdsi": 41, "mkdtemp": [17, 22, 23, 24], "mks2": 41, "mkx": [12, 107], "mky": [12, 107], "mm": [12, 44, 45, 222, 227], "mmol": 41, "mnavo_cod": 20, "mobil": 45, "mod": [20, 30, 44], "mode": [12, 17, 19, 21, 25, 26, 27, 28, 30, 66, 73, 76, 79, 86, 91, 92, 93, 94, 95, 102, 106, 116, 117, 118, 174, 184], "model": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 17, 18, 19, 22, 23, 24, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "model_dump": 20, "model_grid": [4, 12, 17, 20], "model_post_init": [1, 3, 4, 11, 32, 36, 37, 38, 39, 40, 47, 48, 71], "model_typ": [0, 2, 3, 4, 5, 6, 7, 10, 12, 17, 18, 19, 20, 21, 25, 26, 27, 28, 30, 47, 48, 50, 51, 52, 53, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "model_type_pahm": 44, "modeldir": [22, 23, 24, 25, 26, 27], "modelmetaclass": [17, 19, 20, 21, 26], "modelrun": [0, 12, 13, 17, 18, 20, 21, 25, 26, 27, 28, 29], "modifi": [12, 20, 21, 30, 44, 61, 68, 127, 129, 150], "modul": [12, 15, 43, 44, 106, 138, 160], "modular": [17, 21], "moitn0": 44, "moment": [17, 28, 30, 44], "momentum": [42, 44], "mommentumadvectioni": 44, "mommentumadvectionx": 44, "month": 41, "montthli": 28, "more": [1, 12, 17, 20, 22, 24, 28, 44, 45, 71, 75, 79, 82, 86, 89, 104, 127, 160, 163, 171, 174, 178, 182, 184, 211, 212], "moreov": [12, 82, 119], "morethan": 102, "morph_fac": 45, "morphodynam": 44, "morpholog": [44, 45], "morphologi": 45, "mortal": [41, 43], "moskowitz": [12, 55, 116, 117, 146, 165, 195, 216], "most": [0, 12, 17, 19, 20, 43, 44, 79, 85, 149], "mostli": [12, 44, 133], "motion": [12, 144], "mount": 44, "move": [0, 12, 17, 180, 186], "moveaxi": 20, "mpi": [12, 82, 129, 166, 167], "mpirun": 20, "mpl": [18, 20], "msc": [12, 21, 25, 27, 30, 44, 65, 66, 67, 206, 218], "msc2": [30, 44], "msdn_parameter_urn": 26, "mslp": [20, 37], "msourc": 44, "mstandard_nam": [25, 26], "mtb": 43, "mtr": 43, "mu": 44, "much": [12, 17, 20, 28, 42, 44, 60, 82, 127], "mud": [12, 25, 27, 45, 54, 56, 72], "muddi": [12, 120], "mudlai": [12, 120], "mudlay": [12, 56], "mueller": 45, "multi": 45, "multiarraynumpyfil": [8, 12, 207], "multipl": [12, 15, 20, 26, 28, 30, 41, 42, 44, 64, 70, 71, 79, 80, 81, 90, 100, 106, 126, 127, 160, 166, 167, 190], "multipli": [12, 48, 86, 128, 143, 144, 200, 201, 202, 203, 211, 212], "must": [1, 4, 5, 9, 12, 17, 19, 20, 24, 30, 42, 44, 45, 47, 48, 60, 61, 71, 74, 76, 77, 82, 87, 106, 120, 122, 124, 147, 160, 163, 166, 167, 171, 184, 196, 206, 210, 211, 212, 218, 221], "mwd": [30, 44], "mx": [12, 25, 26, 27, 66, 91, 95, 210], "mxc": [12, 21, 25, 26, 27, 65, 66, 92, 210], "mxfr": 91, "mxinp": [12, 21, 69, 74, 76, 210], "mxitn": [12, 25, 79, 174, 180, 184], "mxitn0": 44, "mxitst": [12, 26, 27, 79, 183], "mxn": 95, "mxnbt": 44, "my": [12, 25, 26, 27, 44, 66, 91, 95, 210], "my_fancy_interpol": 26, "myc": [12, 21, 25, 26, 27, 65, 66, 92, 210], "myfr": 91, "myinp": [12, 21, 69, 74, 76, 210], "myn": 95, "m\u00b2": [30, 44], "n": [12, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 41, 42, 43, 44, 54, 89, 96, 126, 140, 144, 193, 221], "n2": 20, "n2c": 43, "nadv": [30, 44], "name": [2, 3, 4, 11, 12, 20, 21, 22, 23, 24, 25, 26, 27, 30, 32, 37, 38, 39, 43, 44, 47, 48, 49, 60, 61, 62, 67, 71, 82, 86, 87, 88, 93, 96, 99, 101, 102, 104, 105, 107, 149, 163, 166, 167, 171, 184, 211, 212, 223, 226, 227], "namelist": [20, 40], "namespac": [15, 28], "nan": [20, 27], "nanarrai": 27, "nanxarrai": 27, "narayan": [12, 144], "narrow": [12, 122], "narrowband": [12, 128], "nativ": 12, "natur": [12, 17, 221], "nautic": [12, 20, 21, 22, 24, 25, 26, 27, 28, 73, 78, 101, 150, 163, 171], "nauticalproject": [25, 26], "nav": [12, 130, 133], "navo_netcdf_v1": 20, "nbed": 45, "nbin": 10, "nblock": 28, "nboundspec": 23, "nbreak": 28, "nbtrk": 44, "nc": [12, 17, 18, 20, 22, 23, 24, 25, 26, 27, 28, 30, 43, 44, 71, 86, 88, 103, 104], "nc_bathi": 17, "nc_data_sourc": 17, "nc_out": 44, "ncarea": [22, 23, 24, 26], "nchi": [20, 30, 44], "nclam0": 41, "ncor": [30, 44], "ncyc_fct": 42, "ndarrai": [8, 12, 17, 20, 25, 26, 27, 207], "ndarraybackedextensionarrai": 20, "ndbc": [30, 44], "ndec": 97, "ndec_block": 97, "ndec_spec": 97, "ndelai": 41, "ndim": 20, "ndir": [12, 17, 18, 22, 24, 28], "ne": [12, 43, 59, 170], "nearbi": [12, 49], "nearby_spectra": [12, 49], "nearest": [1, 12, 17, 23, 36, 47], "nearshor": [12, 30, 44, 129, 184], "neau": 20, "necessari": [12, 25, 26, 44, 85, 130, 143], "necessarili": [12, 48], "need": [1, 3, 4, 5, 12, 17, 19, 20, 26, 30, 32, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 57, 62, 67, 174, 184], "neg": [12, 20, 43, 44, 48, 121, 137, 189, 192, 193, 211, 212], "negatinp": [12, 19, 21, 25, 27, 72, 137], "negatinp_only_with_zieg": [12, 72], "neighbour": [1, 12, 17, 22, 23, 111, 122], "neither": [12, 20, 44, 218], "nest": [12, 17, 22, 26, 28, 35, 47, 60, 61, 62, 94, 95, 96, 147, 149, 221], "nestout": [12, 25, 27, 60, 62, 71, 95, 96], "net": [15, 43, 44], "netcdf": [1, 4, 12, 15, 17, 20, 30, 32, 33, 35, 36, 44, 48, 88], "netcdf3_class": 20, "netcdf4": [22, 23, 24], "netherland": 12, "never": 12, "new": [3, 4, 12, 17, 19, 20, 21, 26, 27, 28, 44, 45, 47, 48, 57, 115], "new_config": 27, "new_ord": 20, "newlayer_thick": 45, "newli": 12, "next": [12, 17, 18, 79, 106, 122, 160, 174, 180, 184, 212], "nf": 10, "nfreq": [12, 17, 18, 28], "nfriction": 28, "ng": [12, 120], "ngrid": [12, 25, 27, 60, 71, 94, 96], "ngrid_and_nestout": [12, 71], "ngrid_unstructur": [12, 71], "nh4": [41, 43, 44], "nhedf": [12, 21, 65, 69, 74, 76, 77, 211, 212], "nhedt": [12, 21, 69, 74, 76, 77, 211, 212], "nhedvec": [12, 21, 65, 69, 74, 76, 77, 211, 212], "nhot": [30, 44], "nhot_writ": [30, 44], "nhotwriteyn": 30, "nian": 45, "nice": 17, "nielsen": 45, "nighttim": 41, "nikurasd": 45, "ninpgrid": 28, "nit": 43, "niter": [12, 84, 181, 182], "niter_fct": 42, "niter_shap": 44, "nitrat": 43, "nitrif": [41, 43], "nitro": 43, "nitrogen": [41, 43], "nl": [12, 190], "nmax": [12, 138], "nml": [30, 44], "nnum": 28, "no3": [41, 43, 44], "no3c": 41, "no_nor_if_spher": 12, "no_parmeti": 44, "no_repeating_if_setup": 12, "node": [8, 12, 17, 20, 30, 32, 44, 45, 96], "nodimesion": 45, "nohead": [12, 71, 86, 104], "nois": 44, "non": [12, 20, 42, 44, 45, 72, 116, 117, 121, 124, 127, 128, 137, 142, 173, 174], "nonbreak": [12, 135, 136, 137], "nonc": [12, 140], "noncolinear": [12, 140], "nondimension": 43, "none": [0, 1, 3, 4, 7, 8, 9, 10, 11, 12, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 43, 47, 48, 49, 50, 51, 61, 62, 65, 67, 71, 72, 73, 74, 76, 77, 79, 81, 82, 84, 85, 86, 88, 93, 96, 97, 98, 101, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 124, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 145, 146, 149, 150, 163, 164, 168, 171, 174, 176, 177, 178, 179, 180, 181, 182, 183, 184, 190, 191, 192, 193, 194, 195, 197, 198, 200, 201, 202, 203, 204, 205, 208, 209, 210, 211, 212, 218], "nonetyp": [17, 26], "nonfat": 44, "nonfatal_": 45, "nonlinear": [12, 19, 44, 127, 138, 191, 209], "nonst": 28, "nonstat": [12, 17, 25, 26, 27, 28, 79, 80, 84, 174, 184, 223], "nonstationari": [12, 21, 23, 24, 25, 26, 27, 28, 64, 69, 70, 73, 74, 76, 77, 79, 80, 81, 85, 106, 148, 150, 163, 166, 167, 171, 174, 179, 180, 184], "nor": [12, 21, 25, 27, 150, 218], "norm": [23, 24], "norm_end": [18, 25, 26], "normal": [12, 23, 24, 42, 43, 44, 146, 150, 184, 200, 201, 202, 203, 204, 205], "normalis": [12, 15, 54, 184], "north": [12, 23, 59, 101, 113, 124, 150, 170], "northarrai": 26, "northern": [12, 221], "northernmost_latitud": [22, 23, 24, 26], "northsdn_uom_urn": 26, "northward_windlong_nam": [25, 26], "noswll": [25, 27, 101], "not_curvilinear_if_rai": 12, "not_special_nam": 87, "not_yet_impl": 33, "notat": [12, 121, 163, 171, 225, 227], "note": [0, 5, 12, 17, 18, 19, 20, 23, 24, 26, 28, 30, 43, 44, 45, 57, 61, 62, 63, 64, 82, 83, 85, 101, 106, 107, 108, 111, 112, 114, 120, 122, 124, 127, 128, 129, 130, 131, 132, 133, 134, 144, 146, 150, 163, 171, 172, 173, 176, 177, 190, 191, 192, 196, 200, 209, 217, 218, 221], "notebook": [17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28], "notebook_repr_html": [25, 26, 27], "noth": [28, 102], "notic": 23, "nout": 30, "now": [17, 28, 45], "nowcast": 17, "np": [10, 12, 17, 20, 25, 26, 27, 43, 105, 207], "np1darrai": [12, 49], "np2darrai": [12, 49], "nperclam": 41, "npf": [12, 134], "nplant": [12, 54, 56, 144], "npnt": [12, 25, 26, 27, 84, 174, 184], "npoint": 28, "nprop": 28, "npt": [43, 89, 90, 102], "nquad": 44, "nr": [12, 20, 21, 25, 26, 27, 73, 149], "nramp": 44, "nramp_elev": 44, "nramp_ss": 44, "nrampbc": 44, "nrampwafo": 44, "nrampwind": 44, "nreadinp": [17, 28], "nreg": [12, 106, 107, 108], "nspecout": 28, "nspool": 44, "nspool_cosin": 41, "nspool_icm": 43, "nspool_sta": [30, 44], "nstem": [12, 144], "nstep_ic": 44, "nstep_wwm": [30, 44], "nsub": 43, "ntabl": 28, "ntd_weno": 44, "ntracer": 45, "ntracer_ag": 44, "ntracer_gen": 44, "ntriad": 28, "ntrs_icm": 43, "nu_sum_mult": 44, "nude": 35, "nudg": [43, 44], "num": [12, 17, 28, 44, 79, 106], "number": [4, 9, 10, 12, 17, 22, 24, 28, 30, 32, 36, 40, 41, 42, 43, 44, 45, 47, 48, 49, 54, 56, 60, 61, 65, 74, 75, 76, 79, 82, 86, 89, 97, 101, 102, 104, 106, 107, 108, 111, 119, 128, 138, 139, 144, 146, 149, 150, 163, 166, 171, 180, 181, 182, 183, 191, 194, 206, 207, 210, 211, 212, 218], "number_of_lay": [12, 144], "numer": [15, 20, 25, 27, 44, 45, 54, 111, 124, 127, 160], "numpi": [8, 12, 17, 20, 25, 26, 27, 28, 105, 207], "numpyindexingadapt": 20, "nutrient": 43, "nw": [12, 30, 43, 44, 59, 170], "nx": [9, 12, 17, 18, 22, 23, 24, 26, 49], "ny": [9, 12, 17, 18, 22, 23, 24, 26, 49], "o": [12, 17, 20, 22, 23, 24, 25, 26, 27, 44, 82, 114, 126], "o2": 43, "o2c": 43, "o2n": 43, "o2nh": 41, "o2no": 41, "ob": [12, 122, 124], "obj": [12, 26], "object": [0, 4, 5, 8, 9, 11, 12, 17, 21, 26, 27, 28, 41, 42, 43, 44, 45, 47, 48, 49, 50, 76, 160, 190, 222, 225, 227], "obliqu": [12, 138], "observ": [12, 121, 136, 137, 200], "obsolet": [12, 174], "obst": [12, 123, 124], "obst1": [12, 123], "obst2": [12, 123], "obst3": [12, 123], "obstacl": [12, 25, 27, 72, 111, 124, 189, 192, 193, 196, 198], "obstacle_fig": [12, 123], "obtain": [7, 12, 48, 54, 60, 61, 62, 64, 79, 86, 92, 102, 106, 129, 166, 211, 212, 221], "oc": 43, "occur": [12, 44, 86, 150], "occurr": 12, "ocean": [12, 13, 15, 31, 32, 33, 42, 44, 121, 124, 128, 130, 132, 133, 135, 136, 137, 144, 200, 221], "ocean_forc": 20, "oceanographi": [12, 20, 128, 135, 137, 145, 146, 194, 195], "oceanum": [12, 18, 25, 26, 27], "oceanum_demo": 18, "oceanum_wave_glob05_era5_v1_spec": 18, "oceanum_wave_nz_era5_v1_spec": 18, "oco": [22, 23, 24, 26], "off": [12, 18, 19, 20, 30, 41, 42, 43, 44, 58, 72, 127, 150, 165], "off1": [12, 126], "off2": [12, 126], "offlin": 44, "offset": 40, "offshor": 26, "often": [12, 111, 211, 212], "oindex": 20, "ok": [18, 22, 23, 24, 25, 26, 43], "okai": [1, 17, 22, 24, 26], "old": [12, 17, 44], "oliv": [12, 115], "omega": [12, 54], "omni": [12, 174, 184], "onc": [44, 89], "one": [10, 12, 15, 17, 20, 22, 24, 41, 42, 43, 44, 45, 48, 54, 61, 65, 71, 74, 75, 76, 79, 82, 86, 87, 93, 97, 99, 102, 104, 106, 107, 122, 124, 129, 138, 147, 148, 160, 163, 166, 167, 170, 171, 174, 184, 210, 211, 212, 221, 225, 227], "onedimension": [12, 148], "ones": [12, 20, 26], "onli": [1, 4, 5, 11, 12, 15, 17, 19, 20, 23, 24, 25, 26, 28, 30, 32, 33, 35, 36, 42, 44, 45, 46, 47, 48, 54, 61, 62, 63, 64, 71, 73, 79, 85, 96, 101, 121, 128, 129, 141, 142, 147, 149, 150, 163, 171, 173, 211, 212, 217, 221], "onr": [12, 130, 133], "onto": 21, "open": [1, 4, 5, 6, 12, 15, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 35, 44, 47, 48, 60, 62, 129, 150, 227], "open_catalog": 20, "open_dataset": [6, 12, 18, 20, 25, 26, 27], "opendap": 15, "openmp": [12, 129], "oper": [12, 15, 45, 46, 82], "opinion": 15, "oppos": [12, 121], "opposit": [12, 23, 121], "opt": [0, 12, 26, 30, 44, 97], "optim": 43, "option": [1, 4, 5, 11, 12, 17, 19, 20, 21, 22, 24, 26, 27, 28, 30, 32, 33, 34, 35, 36, 41, 42, 43, 44, 45, 47, 48, 49, 54, 55, 56, 59, 60, 61, 62, 63, 64, 71, 74, 75, 76, 77, 78, 79, 80, 81, 82, 86, 88, 89, 91, 92, 93, 95, 96, 97, 98, 99, 101, 102, 103, 104, 106, 107, 108, 111, 113, 117, 118, 121, 122, 124, 127, 128, 129, 130, 131, 132, 133, 134, 137, 138, 143, 147, 148, 150, 164, 165, 168, 171, 172, 174, 176, 177, 184, 189, 192, 193, 194, 195, 196, 200, 201, 202, 203, 204, 205, 209, 211, 212, 217, 218, 221, 224], "option_context": 23, "orbit": [12, 30, 44, 45, 54, 191], "orbitalveloc": [30, 44], "order": [12, 19, 20, 21, 23, 30, 42, 43, 44, 57, 79, 85, 89, 106, 107, 143, 171, 172, 175, 182, 211, 212], "orderupwind": [12, 178], "ordin": 12, "ordinari": [12, 211, 212], "org": 15, "organ": 43, "organis": 26, "orgnaic": 43, "orient": [12, 44, 124, 221], "origin": [1, 8, 9, 12, 17, 44, 45, 49, 76, 92, 106, 146, 210], "oscillatori": 45, "other": [10, 12, 13, 17, 20, 26, 28, 41, 43, 44, 45, 68, 88, 104, 111, 121, 133, 147, 149, 160, 163, 171, 211, 212, 221], "otherwis": [8, 12, 19, 20, 24, 42, 44, 45, 79, 85], "our": 26, "out": [10, 12, 15, 18, 20, 28, 30, 44, 45, 60, 61, 62, 64, 71, 82, 86, 94, 95, 96, 103], "out2d": 44, "outcurv": [89, 93], "outfil": [1, 4, 12, 20, 26, 32, 33, 35, 36, 40], "outflow": 35, "outgrid": [26, 86, 88, 91], "outnest": [94, 95, 96], "outp": [12, 62, 84, 181, 182], "outpt": [12, 26, 71, 98, 99, 103, 104], "output": [11, 12, 17, 20, 28, 30, 41, 43, 44, 45, 53, 54, 61, 62, 111, 149, 150, 160, 181, 182, 210, 221, 228], "output_dir": [11, 12, 17, 18, 20, 21, 25, 26, 27, 28], "output_fil": 12, "output_loc": [28, 99], "output_opt": [12, 25, 27, 71], "output_t": 104, "outputloc": [12, 17, 18, 28], "outrai": [93, 102], "outsid": [12, 129], "outsit": 87, "outstyl": 30, "outward": [12, 44, 218], "over": [12, 17, 22, 23, 24, 44, 47, 60, 62, 79, 85, 87, 107, 110, 112, 114, 120, 124, 128, 130, 131, 132, 133, 134, 139, 141, 142, 143, 144, 164, 165, 168, 169, 170, 172, 174, 179, 194, 197, 198, 206, 207, 208, 221], "overal": 45, "overflow": 44, "overflowerror": 12, "overlap": [12, 127], "overrid": [12, 49, 64, 68, 123, 150], "overriden": [5, 12], "overtop": [12, 30, 44, 193], "overwrit": 12, "overwritten": [26, 44, 45, 160], "own": [12, 44, 212], "oxic": [43, 44], "oxid": [41, 43], "oxygen": [41, 43], "p": [12, 18, 20, 22, 23, 24, 25, 26, 27, 41, 43, 44, 101, 113, 115, 126, 128, 130, 131, 134, 135, 138, 140, 142, 144, 184, 190, 191, 194, 222, 227], "p01": 26, "p06": 26, "p1sd": [12, 19, 27, 72, 118, 200, 201, 202, 203, 204, 205], "p2c": 43, "p2n": 41, "p2pr": 43, "p2sd": [12, 19, 27, 72, 118, 200, 201, 202, 203, 204, 205], "pa": [30, 43, 44, 45], "packag": [0, 12, 15, 17, 19, 20, 30], "pad": 12, "page": [12, 15, 200, 201, 202, 203, 204, 205], "pain": 15, "pair": [12, 17, 23, 34, 102, 138], "pancak": [12, 130, 131], "panda": [12, 17, 20, 23, 24, 25, 26, 27, 81], "pandasindexingadapt": 20, "par": [12, 21, 23, 24, 26, 27, 63, 64, 105, 163, 164, 171, 172], "parallel": [12, 82, 129, 166, 167], "param": [4, 12, 17, 18, 25, 26, 32, 33, 35, 36, 43], "param_iof_hydro1": 30, "param_iof_hydro10": 30, "param_iof_hydro11": 30, "param_iof_hydro12": 30, "param_iof_hydro13": 30, "param_iof_hydro14": 30, "param_iof_hydro15": 30, "param_iof_hydro16": 30, "param_iof_hydro17": 30, "param_iof_hydro18": 30, "param_iof_hydro19": 30, "param_iof_hydro2": 30, "param_iof_hydro20": 30, "param_iof_hydro21": 30, "param_iof_hydro22": 30, "param_iof_hydro23": 30, "param_iof_hydro24": 30, "param_iof_hydro25": 30, "param_iof_hydro26": 30, "param_iof_hydro27": 30, "param_iof_hydro28": 30, "param_iof_hydro29": 30, "param_iof_hydro3": 30, "param_iof_hydro30": 30, "param_iof_hydro4": 30, "param_iof_hydro5": 30, "param_iof_hydro6": 30, "param_iof_hydro7": 30, "param_iof_hydro8": 30, "param_iof_hydro9": 30, "param_nhot": 30, "param_nhot_writ": 30, "param_nhot_writeyn": 30, "param_nspool_sta": 30, "paramat": 17, "paramet": [0, 1, 3, 4, 5, 7, 8, 9, 10, 11, 12, 17, 20, 21, 22, 23, 24, 25, 26, 30, 34, 41, 42, 43, 44, 45, 47, 48, 49, 52, 53, 54, 63, 71, 76, 89, 96, 101, 102, 105, 111, 121, 124, 128, 130, 139, 142, 150, 160, 163, 164, 168, 171, 172, 176, 177, 180, 183, 192, 197, 210, 215, 218, 219], "parameter": [12, 30, 140, 141, 142, 190], "parameteris": [12, 15, 191], "parametr": [12, 26, 44, 63, 124, 130, 191, 217], "paramt": 43, "parent": [12, 20, 47, 49], "pars": [17, 19, 20, 21, 26], "parse_d": [23, 24], "parse_start_end_dur": 12, "part": [12, 20, 23, 26, 44, 54, 63, 79, 89, 91, 92, 116, 117, 135, 160], "partial": 45, "particl": [41, 43], "particul": 43, "particular": [12, 124, 150], "particularli": [12, 127, 128], "partit": [12, 41, 43, 44, 54], "partli": 46, "paskyabi": 44, "pass": [2, 3, 4, 5, 6, 11, 12, 15, 17, 20, 26, 28, 30, 44, 47, 48, 71, 160], "path": [0, 1, 2, 3, 4, 6, 7, 8, 11, 12, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 47, 48, 50, 51, 82, 207], "path_to_your_dir": 20, "pathcollect": 20, "pathlib": [2, 6, 7, 8, 11, 12, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 82, 207], "paticl": 45, "pb": 43, "pb1": [43, 44], "pb2": [43, 44], "pb3": [43, 44], "pbmin": 43, "pco2a": 41, "pcolormesh": 18, "pd": [17, 20, 23, 24, 25, 26, 27], "pd_np_native_numpy_array_json_schema_from_type_data": [12, 207], "pd_np_native_numpy_array_to_data_dict_seri": [12, 207], "pdb": 20, "pdir": [12, 54], "peak": [12, 21, 26, 27, 30, 44, 54, 63, 138, 163, 164, 165, 168, 171, 172, 190, 215, 217, 219], "peakd": 30, "peakdspr": 30, "peaked": [12, 54], "peakgroupvel": [30, 44], "peaknfactor": [30, 44], "peakperiod": [30, 44], "peakphasevel": [30, 44], "peakspread": [30, 44], "peakwavelength": [30, 44], "peakwavenumb": [30, 44], "pearson": [12, 216], "per": [12, 21, 26, 27, 43, 44, 54, 61, 63, 79, 99, 100, 101, 104, 106, 107, 108, 127, 144, 164, 168, 172, 174, 180, 184, 206, 207, 218], "per_typ": [12, 21, 26, 27, 217], "percent": [12, 184], "percentag": [12, 174, 184], "perform": [0, 12, 17, 20, 106, 145], "period": [11, 12, 13, 17, 18, 20, 21, 25, 26, 27, 28, 30, 44, 45, 50, 51, 54, 56, 79, 124, 146, 163, 164, 168, 171, 172, 174, 190, 217], "perman": [12, 119], "permiss": [12, 124], "perth": [12, 149], "pessim": 20, "peter": 45, "petsc": 44, "ph": [43, 44], "ph_icm": 43, "phase": [12, 30, 44, 138], "phd": [12, 190], "phi": 20, "phillip": [12, 174, 184], "philosoph": [12, 194], "phosp": 43, "phosphat": 43, "phosphoru": [41, 43], "photo": 41, "photorespir": 43, "phy": [12, 19, 72], "physic": [17, 18, 21, 25, 27, 28, 44, 58, 79, 150, 160], "physicsoff": [12, 125], "phyto": 43, "phytolankton": 43, "phytoplankton": [41, 43], "pi": [20, 41], "pichard": 44, "pick": 45, "pierson": [12, 55, 116, 117, 146, 165, 195], "pip": [29, 43, 44], "pkca": 43, "pkcaco3": 43, "place": [12, 20, 22, 24, 44, 124], "placehold": [5, 12], "plai": [17, 20], "planck": [12, 61], "plane": [30, 44], "plant": [12, 54, 144], "platecarre": [18, 20, 22, 23, 24, 25, 26, 27], "platform": 82, "pleas": [12, 20, 41, 42, 44], "plot": [4, 8, 12, 17, 20, 22, 23, 24, 49, 149], "plot_boundari": [12, 17, 20], "plot_boundary_sid": [22, 23, 24], "plot_hgrid": 20, "plotmesh": 20, "plt": [18, 20, 22, 23, 24, 25, 26, 27], "plu": 44, "pm": [12, 55, 63, 146, 194, 217], "png": 20, "po": 43, "po4": [41, 43, 44], "poc": 43, "point": [1, 8, 9, 12, 15, 17, 18, 20, 24, 25, 26, 27, 28, 32, 33, 35, 36, 43, 44, 47, 49, 54, 57, 60, 61, 62, 63, 65, 71, 74, 76, 77, 86, 89, 92, 99, 101, 102, 103, 104, 105, 106, 107, 108, 111, 122, 124, 129, 150, 161, 162, 169, 171, 172, 174, 176, 177, 184, 185, 192, 196, 210], "points_fil": [12, 71], "pol2cart": 20, "pol2cart2": 20, "pole": 44, "polnikov": [12, 141, 191], "polygon": [8, 12, 17, 49], "polynomi": [12, 44, 130, 133], "pom": 43, "pon": 43, "pond": 44, "pool": 43, "poon": [12, 114], "poor": [12, 127], "poorli": [12, 111], "pop": 43, "popolu": 28, "popul": [12, 28], "pore": 43, "poro_opt": 45, "poros": [44, 45], "port": [12, 144], "portion": 44, "posit": [12, 26, 30, 42, 44, 76, 86, 101, 102, 129, 150, 192], "positionalindexer2d": 20, "posixpath": [20, 25, 26, 27], "possibl": [12, 22, 25, 26, 28, 61, 64, 122, 144], "possibli": [12, 122, 150, 211, 212], "post": [12, 54, 62], "postprocess": 86, "potenti": 44, "power": [12, 21, 25, 27, 63, 100, 101, 146, 150, 163, 164, 168, 171, 172, 200, 217], "powk": [12, 19, 146], "pown": [12, 197], "powst": [12, 19, 146], "pp": [12, 112, 113, 114, 115, 121, 124, 128, 130, 131, 132, 133, 135, 136, 137, 140, 141, 142, 144, 145, 146, 189, 191, 193, 194, 195, 200, 209], "ppatch0": 43, "pq": 12, "prate": 44, "prate_nam": 38, "prc": 34, "prc_1": 34, "prc_2": 34, "pre": [12, 15, 17, 44, 89, 150], "prea": 43, "prec_evap": 44, "preced": 92, "precip": 44, "precipit": [30, 38, 44], "precipitationr": 44, "precis": [44, 88], "predat": [41, 43], "predefin": 21, "predict": [12, 45, 112, 138, 146, 190], "prefer": [12, 41, 82, 85, 178, 182], "prefix": 12, "prei": [41, 43], "preliminari": 44, "prepar": [18, 20, 25], "prepend": [12, 223, 226, 227], "preprocess": 15, "prescrib": [7, 12, 19, 21, 22, 23, 24, 26, 71, 73, 80, 86, 90, 100, 120, 171, 172, 211, 212, 218], "presenc": [12, 105, 173, 182], "present": [12, 15, 30, 42, 44, 60, 82, 95, 96, 108, 143, 166, 178, 182], "preserv": 42, "pressur": [30, 37, 44], "pressure_gradi": [30, 44], "pretti": 20, "prevail": [12, 143], "prevent": [12, 44, 45, 84, 127, 176, 177], "previou": [12, 20, 28, 60, 64, 102, 166, 167, 212], "previous": 26, "primarili": [11, 12, 17], "print": [12, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 181, 182, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "printabl": 12, "prior": [0, 12, 17, 80], "priori": [12, 106, 107, 108], "prism": [30, 44], "privat": [1, 3, 4, 11, 15, 32, 36, 37, 38, 39, 40, 47, 48, 71], "privateattr": 20, "prml_name": 20, "prmsl_name": 37, "prmsl_ref": 44, "probabl": [20, 44, 79], "problem": [12, 22, 24, 44, 54, 76, 89, 98, 101, 102, 150, 162, 169, 210], "problemat": [22, 24], "problemcoord": 101, "proc": [12, 44, 193], "procedur": [12, 127, 174, 184], "procedurali": 17, "proceduralmodel": 26, "proceduralrun": 26, "proceed": [12, 140], "process": [12, 15, 17, 18, 20, 25, 26, 28, 43, 44, 54, 106, 140, 150, 181, 182, 184], "processor": [12, 44, 62, 82, 166], "prodecu": 28, "produc": [12, 13, 17, 104, 105], "product": [12, 15, 43, 44, 143], "product_nam": [22, 23, 24, 26], "profil": 44, "prognost": [12, 150], "program": [12, 43, 44, 86, 149, 163, 167, 171], "progress": 28, "prohibit": 17, "proj": [12, 20, 73, 149], "project": [12, 15, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 44, 49, 73, 86, 113, 147, 160, 221], "project_templ": 12, "prone": 44, "prop": [12, 17, 20, 25, 26, 27, 28, 44, 79], "propag": [12, 54, 85, 111, 122, 128, 142, 175, 179], "propagat": [12, 54], "proper": [12, 86, 89, 212], "properli": [12, 61, 82, 111], "properti": [1, 4, 7, 8, 9, 10, 11, 12, 37, 40, 49, 61, 65, 71, 81, 84, 86, 88, 90, 94, 103, 104, 161, 162, 200, 210, 218, 222], "proport": [12, 150], "proportion": [12, 109, 110, 127, 131, 132, 134, 137, 139, 143, 145, 183, 194, 195, 200, 201, 202, 203, 204, 205, 209], "propos": [12, 44, 145], "propsigma": [12, 54], "proptheta": [12, 54], "propxi": [12, 54], "protocol": 12, "prototyp": 15, "provdid": 17, "provid": [0, 9, 10, 11, 12, 13, 15, 17, 19, 23, 26, 28, 40, 41, 42, 43, 44, 45, 65, 67, 82, 102, 122, 128, 138, 149, 150, 160, 196, 200, 201, 202, 203, 223, 226, 227], "prr": 43, "pscale": 20, "pseudo": 15, "psi": 44, "pstar": 42, "psu": [30, 42, 43, 44], "pt": [25, 26, 27, 28], "pt1h": [12, 70, 79, 80, 81, 222, 223, 226, 227], "pt30m": [12, 21, 71, 86, 88, 94, 103, 104], "pt5h": [12, 85], "ptdir": [12, 54], "ptdspr": [12, 54], "pthsign": [12, 54], "ptrtp": [12, 54], "ptsteepn": [12, 54], "ptwfrac": [12, 54], "ptwlen": [12, 54], "public": [12, 20], "publish": 15, "pull": 20, "punctuat": 12, "pure": 26, "purpos": [12, 20, 26, 28, 45, 60, 125], "purposesxarrai": 26, "put": [17, 30, 44], "putm55": 20, "pwgs84": 20, "pwtail": [12, 21, 25, 27, 150], "pwtail_after_gen": [12, 150], "py": [17, 19, 20, 21, 26, 28, 29], "pycal": 17, "pydant": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 17, 18, 19, 20, 21, 26, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "pydantic_cor": 26, "pydantic_numpi": [8, 12, 17, 207], "pydanticndarrai": 17, "pydata": 15, "pypi": 29, "pyplot": [18, 20, 22, 23, 24, 25, 26, 27], "pyproj": 20, "pyschism": 20, "python": [0, 12, 13, 28, 30], "python3": [0, 12, 17, 19, 20, 30], "pytz": 20, "q1": [26, 100], "q2": [26, 100], "q3": [26, 100], "q4": 100, "q5": 100, "q6": 100, "qacc": 45, "qb": [12, 54, 119], "qc": [12, 128, 184, 221], "qhat": 44, "qmax": [12, 128], "qnon": 44, "qp": [12, 54, 71, 86, 104], "qtot": 44, "quad": [12, 26, 44, 127], "quadrant": [12, 218], "quadrat": [43, 44, 45], "quadrupl": [12, 19, 21, 25, 26, 27, 58, 72, 125, 126], "quadruplet": [12, 54, 58, 118, 119, 127], "quai": [12, 122, 192], "qualiti": 44, "quant": [22, 24, 101], "quantiti": [12, 22, 24, 25, 26, 27, 44, 54, 71, 89, 104], "quasi": [12, 30, 194, 221], "queffeul": [12, 135], "queri": [12, 20], "question": 19, "quicksearch": 44, "quit": [28, 44, 45], "quiver": [20, 25, 26], "quot": [41, 43, 44], "r": [12, 17, 18, 20, 23, 28, 115, 121, 126, 130, 131, 135, 137, 144, 189], "r19": [12, 130, 133], "r21b": [12, 134], "r_": 44, "rad": 34, "rad_1": 34, "rad_2": 34, "radd": [30, 44], "radflag": 44, "radian": [30, 44], "radiat": [12, 30, 39, 43, 44, 54, 124, 138], "radii": 44, "radiu": 24, "radstr": [12, 54], "radu": [30, 44], "rafael": [25, 26, 27], "raglan": 18, "rai": [12, 25, 27, 71, 93], "rais": [1, 12, 17, 19, 21, 22, 24, 26, 34], "ramp": [28, 44], "rand": 17, "random": [12, 17, 106, 193], "rang": [4, 12, 15, 17, 20, 26, 32, 34, 36, 40, 44, 47, 48, 101], "rapid": [12, 128], "rate": [12, 30, 38, 41, 43, 44, 45, 109, 110, 116, 117, 124, 133, 137, 145, 146, 176, 177, 194, 195], "rather": [12, 19, 85, 234], "ratio": [12, 43, 44, 106, 107, 108, 110, 139, 141, 198, 206, 207, 208], "ration": 12, "raw": [12, 54], "rawat": [12, 124], "rbw12": [12, 200, 201, 202, 203, 204, 205], "rdbu_r": [20, 25, 26], "rdcoef": [12, 19, 72, 121], "rdiff": [12, 122], "re": [12, 20, 130, 133], "reaction": 43, "read": [7, 12, 17, 18, 20, 22, 23, 24, 26, 27, 43, 44, 48, 57, 61, 82, 106, 107, 112, 114, 120, 124, 129, 130, 131, 132, 133, 134, 143, 144, 166, 167, 211, 212, 234], "read_": [12, 49], "read_byt": 20, "read_csv": [23, 24], "read_gridded_output": 27, "read_ncswan": [25, 26, 27], "read_spectra_output": 27, "read_swan": [2, 18, 22, 24, 26, 27], "read_tab": [25, 26, 27], "read_text": [21, 25, 26, 27, 28], "read_tpar": [23, 24], "readabl": 82, "readcoord": [12, 65], "reader": [1, 2, 4, 12, 20, 47, 48, 65, 74, 76, 77, 160, 211, 212], "readgrid": [26, 65, 66, 67, 69, 74, 76, 77, 91, 95, 143, 160], "readi": [12, 13, 17, 48], "readinp": [12, 21, 25, 26, 27, 28, 48, 69, 74, 76, 77, 112, 114, 120, 124, 130, 131, 132, 133, 134, 144, 150], "readthedoc": [8, 12, 49], "reaerat": 43, "real": [12, 41, 42, 44], "realist": 101, "realli": 44, "reanalysi": 15, "reapeat": [12, 21, 25, 27, 147], "rearth_eq": 44, "rearth_pol": 44, "reason": [12, 105, 111], "recent": [17, 19, 20], "rechunk": 20, "recommend": [12, 20, 44, 79, 86, 111, 121, 124, 183, 200, 201, 202, 203, 204, 205, 211, 212], "reconstitut": 45, "reconstruct": 44, "record": 44, "recov": [12, 133], "recoveri": 43, "rectangl": [12, 17, 18, 22, 26, 47, 60, 61, 62], "rectangular": [12, 61, 62, 91, 92], "rectilinear": 92, "recycl": 43, "red": 20, "redefin": [12, 212], "redirect": 26, "redist": [12, 54], "redistribut": [12, 43, 54, 197], "redquad": [12, 54], "redtriad": [12, 54], "reduc": 17, "ref": [20, 25, 27, 101], "refer": [12, 19, 30, 41, 43, 44, 45, 54, 101, 109, 112, 113, 114, 115, 120, 121, 124, 128, 130, 131, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 144, 145, 146, 150, 184, 189, 190, 191, 192, 193, 194, 195, 200, 209, 219], "refht": 45, "refl": [12, 122, 123, 124, 197, 199], "reflc": [12, 122, 123, 124, 192, 196, 198], "reflect": [12, 111, 122, 123, 124, 138, 192, 193, 196, 197, 198, 199], "reflection_typ": [12, 122], "refrac": [12, 58, 125, 126], "refract": [12, 58, 84, 102, 106, 128, 178], "refractori": 43, "reftim": 12, "reg": [12, 17, 18, 22, 23, 24, 25, 26, 27, 28, 49], "regard": 28, "regim": 44, "region": [12, 43, 44, 106, 107, 108, 112, 114, 120, 124, 128, 130, 131, 132, 133, 134, 144, 179], "regist": 12, "register_error": 12, "regular": [9, 12, 13, 17, 20, 21, 25, 26, 27, 49, 69, 91, 92, 147, 179, 210, 221, 226, 227], "regular_timedelta": 20, "regulargrid": [1, 4, 12, 17, 47], "rel": [12, 20, 26, 34, 40, 54, 85, 93, 94, 101, 103, 106, 111, 116, 117, 150, 164, 168, 172, 174, 181, 182, 184, 192, 221], "relat": [12, 15, 19, 41, 43, 44, 45, 106, 107, 130, 131, 135, 136, 200], "relative_source_path": 20, "relative_weight": 40, "relav": 28, "relax": [12, 20, 35, 42, 44, 106, 111, 183], "releas": 20, "relev": [12, 128], "relpath": 20, "remain": [12, 111], "remark": [12, 176, 177], "remedi": [12, 106], "reminer": 41, "remobilis": 45, "remot": [3, 12, 17, 20], "remov": [12, 20, 44, 125], "removeprefix": 12, "removesuffix": 12, "renam": [12, 17, 25, 26, 27], "rename_filt": 12, "render": [0, 12, 13, 17, 19, 26, 27, 28, 47, 50, 51, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 181, 182, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 234], "renier": [12, 128, 138], "rep": [12, 113, 130, 133], "repair": [12, 150], "repeat": [12, 89, 111, 144, 147], "replac": 12, "replic": 17, "repo": [0, 12, 17, 28], "repo_dir": 12, "repo_directori": 12, "repoduct": [11, 12], "repositori": [12, 17, 190], "repository_has_cookiecutter_json": 12, "repr": 12, "repres": [8, 12, 13, 17, 19, 26, 45, 48, 106, 121, 130, 144, 184, 192, 207], "represent": [8, 9, 12, 17], "represt": 17, "reproduc": [12, 211, 212], "request": [12, 18, 20, 25, 26, 54, 71, 101, 111], "requir": [1, 2, 3, 4, 5, 6, 7, 12, 13, 17, 19, 20, 23, 24, 25, 26, 28, 30, 31, 32, 35, 42, 43, 44, 45, 46, 47, 48, 54, 60, 61, 62, 63, 65, 66, 67, 69, 70, 74, 75, 76, 77, 78, 82, 83, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 98, 99, 100, 101, 102, 104, 105, 106, 107, 108, 112, 114, 120, 123, 124, 125, 126, 129, 130, 131, 132, 133, 134, 144, 149, 150, 161, 162, 163, 164, 166, 167, 168, 169, 170, 171, 172, 189, 192, 193, 196, 200, 206, 207, 210, 211, 212, 214, 218, 219, 222, 225], "requuir": 28, "research": [12, 112, 130, 131, 132, 133], "reserv": 12, "reset": [26, 44], "resolut": [12, 20, 23, 44, 45, 47, 79, 85, 106, 108, 111, 122, 127, 128, 218], "resolv": [12, 20, 106], "reson": [12, 139, 142], "respect": [12, 23, 44, 49, 54, 74, 99, 150, 184, 192, 220, 221], "respir": 43, "respons": 13, "rest": 12, "restart": 81, "restrict": [12, 176, 177], "result": [12, 15, 17, 44, 45, 80, 81, 82, 105, 111, 113, 130, 131], "ret": [20, 28], "retain": 28, "retrict": 44, "retriev": [12, 28, 47], "retun": 17, "return": [1, 3, 4, 5, 8, 11, 12, 17, 20, 22, 23, 24, 26, 27, 28, 32, 33, 34, 35, 36, 37, 40, 47, 48, 49, 60, 61, 62, 63, 64, 65, 66, 67, 69, 72, 74, 75, 76, 77, 78, 90, 100, 147, 148, 149, 150, 160], "reus": [12, 202], "rf": 20, "rfac": [12, 128], "rfind": 12, "rgb2hex": [23, 24], "rgued": [18, 23, 25, 26, 27], "rho": [12, 20, 21, 25, 27, 150], "rho0": 44, "rho_air": 44, "rho_wat": 44, "rhom": [12, 120], "rhoz": 41, "richardson": 44, "riedel": [12, 115], "right": [8, 12, 20, 57, 124, 200, 201, 202, 203, 204, 205, 218], "rigid": [12, 144], "rijin": 45, "rijn": 45, "rindex": 12, "rinflation_icm": 44, "rip": 17, "rippl": [12, 19, 26, 44, 45, 115], "rise": [12, 44, 106, 129], "river": 44, "rjust": 12, "rkdn": 41, "rkdsi": 41, "rke": 41, "rks2": 41, "rlatitud": [30, 44], "rm": [12, 20, 30, 44, 54], "rmaxvel": 44, "rmsorbitalveloc": [30, 44], "rmtree": [20, 26, 27], "rname": [12, 71, 93, 102], "rndai": 44, "robust": [12, 44, 85], "roger": [12, 19, 121, 130, 133, 134, 135, 136, 137, 200], "roland": [12, 135], "roller": [30, 44], "roller_stokes_hvel": [30, 44], "rom": [12, 29, 140], "rompi": [12, 13, 17, 19, 20, 21, 25, 26, 27, 28, 29, 160], "rompybasemodel": [12, 17, 20], "rompyenv": 20, "ron": 20, "rooijen": 44, "root": [18, 43, 44], "rosengau": [12, 114], "rot": [9, 12, 17, 18, 22, 23, 24, 26, 48, 49], "rotat": [9, 12, 42, 44, 48, 49], "roug": [30, 44], "rough": [12, 44, 45, 114, 115], "rougnesslength": [30, 44], "round": 20, "rous": 44, "rout": 43, "routin": [12, 26, 44, 115], "row": [12, 23, 99, 207], "royal": [12, 194], "rpartit": 12, "rper": [12, 54, 101], "rpoc": [43, 44], "rpom": 43, "rpon": [43, 44], "rpop": [43, 44], "rspec": [12, 122], "rsplit": 12, "rstrip": 12, "rtm01": [12, 54, 104], "rtmm10": [12, 54, 100, 101], "rtol0": 44, "rtp": [12, 54], "rule": [12, 43, 60], "run": [4, 11, 12, 17, 19, 22, 23, 24, 28, 29, 30, 44, 60, 61, 62, 79, 80, 82, 86, 94, 95, 96, 103, 106, 116, 117, 118, 129, 147, 148, 149, 163, 166, 167, 171, 174, 184], "run1": [25, 26, 27], "run1xarrai": [25, 26], "run_id": [11, 12, 17, 18, 20, 21, 25, 26, 27, 28], "rundir": [20, 26], "rung": 44, "runtim": [0, 12, 17, 20, 25, 27, 28], "runup": [30, 44], "rw": [18, 23], "s1": [41, 44], "s1_mxnbt": 44, "s1d": 105, "s2": [12, 20, 41, 44, 133, 150], "s2_mxnbt": 44, "s2c": 43, "s2d": 105, "s2den": 43, "s2ht": 43, "s3": [12, 133], "s4": [12, 133], "s5": [12, 133], "s6": [12, 133], "sa": [43, 44], "safe": 44, "safer": [12, 85], "sai": [12, 221], "sal": 44, "sal_3d": 33, "salin": [20, 30, 35, 42, 43, 44], "salinityatel": 44, "saliti": 43, "salpha": 43, "salt": [30, 43, 44], "salt_elem": [30, 44], "salt_ic": 42, "salt_wat": 42, "salti": 43, "same": [4, 12, 17, 20, 21, 30, 44, 48, 60, 61, 71, 82, 122, 147, 149, 166, 189, 192, 193, 196, 207, 212], "sand": [44, 45], "sand_er": 45, "sand_sd50": 45, "sand_srho": 45, "saterm": 42, "satisfi": [10, 12, 174, 184], "satur": [12, 19, 41, 43, 145, 209], "sav": [43, 44], "sav_cd": 44, "sav_cdyn": 30, "sav_d": 44, "sav_h": 44, "sav_n": 44, "save": [20, 22, 30, 43], "sc2dw": 43, "scalar": [12, 20, 43, 200, 201, 202, 203, 204, 205], "scale": [0, 12, 15, 17, 25, 26, 44, 45, 86, 106, 109, 114, 116, 117, 124, 127, 128, 140, 141, 142, 150, 190, 200, 221], "scaler": [12, 48], "scan": 15, "scat": [12, 25, 27, 72], "scatau": [12, 200, 201, 202, 203, 204, 205], "scatter": [12, 18, 20, 22, 23, 24, 26, 106, 107, 108, 128, 197], "schemat": [12, 144], "scheme": [12, 25, 27, 44, 79, 84, 85, 175, 178, 179, 182], "schfile": 20, "schism": [11, 12, 16], "schism_calculate_vector": 20, "schism_declarit": 20, "schism_hgrid_face_nod": 20, "schism_hgrid_node_i": 20, "schism_hgrid_node_x": 20, "schism_load": 20, "schism_plot": 20, "schism_procedur": 20, "schism_procedural2": 20, "schismcsiro": [20, 30], "schismcsiroconfig": [11, 12, 20], "schismdata": [20, 30], "schismdataboundari": [20, 33], "schismdataocean": [20, 31], "schismdatasflux": [20, 31], "schismdatatid": [20, 31], "schismdatawav": [20, 31], "schismgrid": [20, 30, 31, 32, 33, 34, 35, 36], "schosm": 20, "schout": [20, 44], "schout_1": 20, "scienc": [12, 45, 130, 134, 194], "scientif": [12, 106, 107, 108, 111, 116, 117, 130, 133, 146, 177, 192], "scipi": 20, "scratch": 17, "scribe": 44, "sd50": 45, "sdn": 26, "sdn_uom_urn": 26, "se": [12, 59, 170], "sea": [12, 25, 26, 37, 42, 44, 54, 56, 113, 116, 117, 124, 130, 131, 132, 133, 134, 138, 146, 150, 194, 195], "sea_floor_depth_below_sea_levellong_nam": [25, 26], "sea_floor_depth_below_sea_surfaceunit": [22, 23, 24, 25, 26], "sea_surface_elevationunit": 20, "sea_surface_swell_wave_significant_heightlong_nam": 26, "sea_surface_wave_directional_variance_spectral_densityunit": [22, 23, 24, 25, 26], "sea_surface_wave_frequencyunit": [22, 23, 24, 25, 26, 27], "sea_surface_wave_from_directionlong_nam": [25, 26], "sea_surface_wave_from_directionunit": [22, 23, 24, 25, 26, 27], "sea_surface_wave_significant_heightlong_nam": [25, 26], "search": [12, 15, 20], "season": 43, "sec": [12, 25, 26, 27, 30, 44, 74, 76, 77, 80, 86, 94, 103, 104, 179, 222, 223, 226, 227], "second": [11, 12, 17, 21, 22, 23, 24, 25, 26, 27, 30, 54, 63, 99, 109, 117, 139, 142, 184, 202, 222, 223, 225, 226, 227], "section": [12, 19, 30, 44, 45, 60, 61, 62, 64, 147, 150, 176, 177, 200, 209], "sector": [12, 65, 66, 67, 127, 218], "sed": [41, 43, 44, 45], "sed2d": [44, 45], "sed2d_average_transport": 44, "sed2d_bed_load": 44, "sed2d_bottom_slop": 44, "sed2d_cd": 44, "sed2d_cfls": 44, "sed2d_d50": 44, "sed2d_depth_chang": 44, "sed2d_filter_diffu": 45, "sed2d_susp_load": 44, "sed2d_total_transport": 44, "sed3d": [43, 44], "sed_bedmass_filt": 45, "sed_class": 44, "sed_cor": 45, "sed_debug": 45, "sed_dump": 45, "sed_flux_model": 43, "sed_frict": 45, "sed_morph": 45, "sed_morph_tim": 45, "sed_opt": 45, "sed_typ": 45, "sedbedag": 44, "sedbedfraction_": 44, "sedbedfraction_1": 44, "sedbedfraction_2": 44, "sedbedload": 44, "sedbedloadtransportx": 44, "sedbedrough": 44, "sedbedstress": 44, "sedbedthick": 44, "sedconcentration_1": 44, "sedconcentration_2": 44, "sedd50": 44, "seddepositionalflux": 44, "seddepthchang": 44, "sederosionalflux": 44, "sediment": [12, 41, 43, 44, 115], "sedlay_ini_opt": 45, "sedporoc": 44, "sedroughcurrentrippl": 44, "sedroughsandwav": 44, "sedroughwaverippl": 44, "sedtransportrough": 44, "sedtyp": 45, "see": [1, 8, 12, 17, 20, 28, 30, 43, 44, 45, 49, 54, 60, 61, 62, 64, 65, 78, 79, 82, 86, 89, 94, 98, 99, 101, 102, 103, 104, 106, 111, 116, 117, 121, 127, 128, 130, 146, 147, 148, 150, 161, 162, 163, 165, 167, 171, 172, 173, 176, 177, 192, 196, 210, 211, 212, 221], "seelig": [12, 193], "seem": [12, 20, 44, 111], "seeth": [12, 106, 107, 108], "seg": [12, 169], "segment": [12, 63, 144, 171, 172], "sel": [18, 20, 22, 23, 24, 25, 26, 32], "sel_method": [1, 12, 17, 18, 22, 23, 24, 26, 32, 36, 47], "sel_method_kwarg": [12, 22, 23, 24, 26, 36, 47], "select": [1, 5, 12, 15, 17, 23, 24, 32, 33, 35, 36, 47, 86, 200, 201, 202, 203, 204, 205], "self": [1, 3, 4, 11, 12, 20, 26, 28, 32, 33, 35, 36, 43, 44, 47, 48, 71, 140, 141, 142], "semi": [12, 113, 127], "semiempir": [12, 135], "semter": 42, "send": 45, "sens": [12, 45, 122, 150], "sensibl": [30, 44], "sensible_flux": 30, "sensibleheat": 44, "sensit": 43, "sep": [12, 23, 24], "separ": [12, 13, 17, 20, 28, 44, 95, 96], "sepcifi": 20, "seq": [12, 23, 24, 163, 171], "sequenc": [12, 23, 61, 62, 122, 124, 148, 160, 163, 171, 212], "sequenti": 102, "seri": [12, 23, 24, 45, 169, 194, 212], "serial": 20, "serialize_numpy_array_to_json": [12, 207], "serv": 28, "servai": 44, "server": 15, "set": [0, 3, 10, 11, 12, 15, 17, 18, 19, 20, 21, 23, 25, 26, 27, 28, 30, 40, 44, 46, 52, 53, 54, 66, 71, 73, 74, 78, 80, 81, 86, 87, 88, 91, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 128, 129, 142, 146, 147, 160, 163, 167, 171, 181, 191, 192, 223, 224, 225, 226, 227], "set_aspect": 20, "set_cor": 45, "set_experi": 27, "set_ext": [20, 22, 23, 24, 26], "set_id": 33, "set_label": 20, "set_major_formatt": 20, "set_mask": 20, "set_nonstat_suffix": [12, 74, 76, 77], "set_opt": [25, 26, 27], "set_tick": 20, "set_time_format": [12, 225], "set_titl": [22, 23, 24, 26], "set_undefin": [12, 212], "set_xlim": [18, 20], "set_xtick": 20, "set_xticklabel": 20, "set_ylabel": [25, 26], "set_ylim": [18, 20], "set_ytick": 20, "set_yticklabel": 20, "settl": [41, 43, 44, 45], "setup": [12, 15, 21, 25, 27, 28, 54, 72, 84, 147], "seven": [12, 130], "sever": [12, 17, 19, 72, 79, 85, 150], "sfam": 43, "sfcm": 43, "sfcp": 43, "sfea0": [30, 44], "sflux": [34, 37, 38, 39, 40, 43, 44], "sflux_": 44, "sflux_air": 37, "sflux_input": 20, "sflux_prc": [38, 44], "sflux_rad": [38, 39, 44], "sfluxair": [20, 34], "sfluxprc": 34, "sfluxrad": 34, "sfluxsourc": [20, 37, 38, 39], "sfm": [43, 44], "sfnm": 43, "sfpm": 43, "sgpm": 43, "shade": 43, "shallow": [12, 19, 43, 44, 112, 127, 128, 192, 209], "shape": [8, 12, 20, 21, 25, 26, 27, 44, 55, 59, 63, 140, 150, 163, 164, 165, 168, 171, 172, 190, 192, 213, 214, 215, 216, 217, 219], "shapelyfeatur": 20, "shaperead": 20, "shapespec": [12, 21, 26, 27, 63], "shapiro": 44, "shapiro0": 44, "share": 44, "sharp": [12, 85], "shear": [12, 43, 44, 45, 128], "sheng": 45, "shield": 45, "shift": [12, 58, 74, 84, 176, 182], "shoal": [12, 191], "shorelin": [12, 44, 124], "shorewafo": 44, "short": [12, 25, 27, 39, 43, 100, 101, 138], "shortest": 15, "shortwav": [30, 44], "should": [12, 19, 20, 28, 30, 44, 48, 54, 57, 61, 62, 63, 66, 76, 79, 82, 86, 89, 92, 98, 99, 102, 104, 106, 107, 111, 113, 115, 116, 117, 118, 122, 129, 130, 150, 160, 161, 162, 170, 171, 172, 174, 179, 192, 196, 200, 209, 210, 211, 212, 218], "shouldn": 20, "show": [12, 17, 20, 22, 23, 24, 28, 44, 49], "shown": [12, 20, 41, 42, 43, 44, 45, 104, 130, 160, 221], "shrink": [12, 20], "sht": 44, "shtm": 43, "shut": 41, "shutil": [20, 26, 27], "shw": 44, "si": 43, "si2n": 41, "sice": [12, 25, 27, 72, 131, 132, 133, 134, 150], "sice_d15": [12, 72], "sice_m18": [12, 72], "sice_r19": [12, 72], "sice_r21b": [12, 72], "side": [12, 20, 21, 22, 26, 27, 30, 44, 59, 61, 62, 63, 124, 147, 171, 172, 192], "side1": 12, "side2": 12, "sideopt": 12, "sig": [30, 44], "sigfr": [12, 214], "sigimpl": [12, 25, 27, 84], "sigma": [12, 54, 58], "sign": [12, 48, 211, 212], "signatur": [17, 19, 20, 21, 26, 28], "signific": [12, 30, 54, 56, 85, 124, 150, 164, 165, 168, 172, 174, 184, 198, 206, 207, 208], "sigwaveheight": [30, 44], "silenc": 20, "silent": 45, "silic": 43, "silica": [41, 43, 44], "similar": [17, 26, 28, 44], "similarli": [26, 44], "simpl": [12, 13, 17, 28, 29, 44, 131, 132, 134, 136, 200], "simpler": [20, 28], "simplest": 17, "simpli": 20, "simplifi": [8, 12], "simul": [11, 12, 17, 18, 27, 28, 44, 45, 85, 184, 200], "sin": 20, "sinc": [3, 11, 12, 20, 23, 24, 25, 26, 71, 79, 143, 146, 218, 225, 227], "singl": [12, 18, 19, 21, 22, 26, 28, 37, 38, 39, 40, 41, 43, 44, 55, 71, 72, 88, 106, 144, 167, 176, 177, 213], "sink": [12, 41, 44, 130, 150], "sio4": [41, 44], "sip": [12, 181, 182], "site": [0, 1, 12, 17, 19, 20, 22, 23, 24, 25, 26, 27, 30], "sitepandasindexpandasindex": [22, 23, 24, 25, 26, 27], "siteunit": [22, 24, 25, 26, 27], "situ": [12, 130, 132, 133], "six": [12, 57], "size": [10, 12, 17, 18, 20, 22, 23, 24, 26, 44, 45, 76, 79, 82, 106, 107, 108, 115, 124, 138, 160, 161, 162, 165, 221], "ske": 43, "skew": 45, "skhn": 43, "skhnh4": 43, "skhnw": 43, "skhp": 43, "skhpw": 43, "skip": [20, 26, 44], "skiprow": [23, 24], "sktgp": 43, "sktmt": 43, "slam0": [30, 44], "slice": [12, 20, 25, 26], "slide": 44, "slightli": 17, "slong_nam": [25, 26], "slope": [12, 41, 43, 44, 45, 106, 109, 138, 189, 190], "slope_avalanch": 45, "slope_formul": 45, "slow": [42, 43], "slower": 20, "slowli": [12, 106, 128], "slr_rate": 44, "slump": 45, "smagorinski": 44, "small": [12, 44, 79, 106, 221], "small_elad": 44, "smaller": [12, 42, 43, 44, 79, 85, 150], "smart": 28, "smit": [12, 128], "smith": [12, 115], "smnum": [12, 111], "smooth": [12, 25, 26, 42, 54, 106, 111], "smoother": 44, "smpar": [12, 111], "smtb": 43, "sn2c": 43, "sname": [12, 25, 26, 27, 71, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 103, 104], "sname1": 90, "sname2": 90, "snapshot": [22, 23, 24], "snow": [42, 44], "so": [10, 12, 17, 20, 21, 26, 28, 30, 44, 45, 72, 82, 86, 101, 121, 127, 144, 163, 171, 179, 202, 212, 218], "so2c": 43, "sobc": [20, 35], "societi": [12, 194], "sod": 44, "soft": 28, "solar": [30, 43, 44], "solar_radi": 30, "solarradi": 44, "solid": 43, "solut": [12, 184], "solv": [42, 44], "solver": [12, 44, 181, 182], "some": [8, 9, 12, 15, 17, 19, 20, 22, 25, 26, 28, 44, 71, 85, 95, 96, 101, 106, 127, 144], "somewhat": 19, "soon": [12, 119], "sor": [12, 181, 182], "sordup": [12, 85], "sorption": 43, "sorptiona": 43, "sort": [12, 17, 18, 20, 25, 26, 27, 45], "soulsbi": [30, 44, 45], "sound": 19, "sourc": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "source_sink": 44, "source_term": [12, 19, 21, 25, 26, 27, 72, 118], "source_termspandasindexpandasindex": 27, "sourcebas": 12, "sourcedatamesh": [1, 4, 12, 20], "sourcedataset": [1, 4, 12, 20, 26], "sourcefil": [1, 4, 12, 20, 22, 23, 24], "sourceforg": 15, "sourceintak": [1, 4, 12, 20, 25, 27], "sourceterm": 12, "sourcewavespectra": [1, 20], "south": [12, 23, 59, 61, 62, 124, 170], "southernmost_latitud": [22, 23, 24, 26], "sp2c": 43, "space": [4, 8, 9, 12, 17, 18, 26, 41, 42, 43, 44, 45, 47, 48, 49, 54, 58, 82, 85, 111, 122, 138, 143, 150, 166, 167, 210, 218], "spacing_gt_zero": [12, 47], "spars": 26, "spatch0": 43, "spatial": [8, 12, 17, 20, 41, 43, 45, 86, 104, 111, 122, 128, 165, 190], "spb": [12, 139, 142], "spc": [25, 27], "speacial": 44, "spec": [12, 17, 18, 22, 23, 24, 25, 26, 27, 28, 97, 187, 188, 218], "spec1d": [12, 103], "spec2d": [12, 22, 23, 25, 26, 27, 28, 82, 103, 187], "spec_boundary_source_typ": [12, 47], "spec_out": 28, "special": [86, 87], "specif": [4, 12, 13, 15, 17, 23, 24, 30, 37, 44, 47, 48, 63, 74, 76, 77, 88, 101, 115, 122, 139, 160, 163, 171, 217, 218, 222, 223, 224, 225, 226, 227], "specifi": [0, 8, 10, 12, 17, 19, 20, 22, 24, 42, 44, 64, 70, 71, 72, 79, 85, 88, 96, 105, 124, 176, 177, 189, 192, 193, 200, 209, 211, 212, 218, 222, 225, 227], "specific_humid": 30, "specifichumid": 44, "specout": [12, 25, 26, 27, 28, 60, 71, 82], "specoutput": [12, 17], "spectra": [12, 22, 23, 24, 49, 60, 61, 62, 63, 94, 97, 103, 112, 163, 165, 171, 184, 185, 186, 187, 188, 217, 218], "spectra_fil": [12, 17], "spectral": [12, 17, 18, 22, 23, 24, 26, 36, 54, 60, 61, 62, 63, 97, 114, 117, 121, 128, 130, 134, 150, 164, 166, 167, 168, 172, 173, 174, 184, 213, 214, 215, 216, 217, 218, 219], "spectral_resolut": [12, 17, 18, 28], "spectrum": [17, 21, 25, 26, 27, 54, 55, 61, 62, 63, 65, 66, 67, 103, 106, 107, 108, 116, 117, 138, 146, 160, 164, 165, 168, 171, 172, 195], "specular": [12, 197, 199], "speed": [12, 25, 26, 30, 116, 117, 127], "spfh": 37, "spfh_name": 37, "spheric": [12, 21, 22, 24, 25, 26, 27, 28, 54, 61, 62, 73, 76, 89, 98, 99, 102, 129, 147, 150, 161, 162, 171, 172, 196, 210], "spill": [41, 42, 44], "spline": [30, 44], "split": [12, 21, 23], "split_cmd": 12, "split_str": 12, "splitlin": 12, "spm": 41, "spm0": 41, "spong": 44, "spool": [30, 44], "spot_1002": 30, "spot_1011": 30, "spot_1018": 30, "spot_1026": 30, "spread": [12, 30, 44, 54, 163, 164, 168, 171, 172, 217], "sprinkler": [12, 85, 179], "spuriou": [12, 182], "sqrt": [12, 20, 25, 26, 44, 150], "squar": [12, 54, 106, 107, 108, 144], "squeez": 20, "src": [20, 44], "srho": 45, "srpoc": [43, 44], "srpon": [43, 44], "srpop": [43, 44], "ss": [12, 222, 227], "sss": 44, "sst": 44, "sswell": [12, 19, 21, 25, 27, 72, 121, 135, 136, 137], "sswell_ardhuin": [12, 72], "sswell_rog": [12, 72], "sswell_zieg": [12, 72], "st6": [12, 27, 72, 118, 201, 202, 203, 204, 205], "st6c1": [12, 19, 27, 72, 118], "st6c2": [12, 19, 27, 118], "st6c3": [12, 19, 27, 118], "st6c4": [12, 19, 27, 118], "st6c5": [12, 19, 27, 118], "st6cn": 19, "stab": 44, "stabil": [12, 44, 179], "stabl": [8, 12, 15, 85], "stack": [15, 30, 44], "stage": [11, 12, 15, 17], "stagger": [12, 74], "staging_dir": [11, 12, 17, 20, 28, 50, 51], "stagri": [12, 74], "stagrx": [12, 74], "stand": [12, 144], "standard": [12, 22, 24, 28, 45, 61, 164, 168, 172, 214], "standard_nam": [20, 22, 23, 24, 25, 26], "standardis": [12, 49], "start": [11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 40, 43, 44, 57, 79, 101, 102, 150, 211, 212, 223, 226, 227], "start_dai": 44, "start_dat": [22, 23, 24, 26], "start_hour": 44, "start_month": 44, "start_year": 44, "startswith": 12, "startup": [21, 25, 27, 160], "stat": [12, 22, 23, 24, 26, 27, 70, 79, 81, 84, 106, 174, 184, 224], "state": [12, 20, 28, 41, 42, 43, 44, 45, 64, 79, 130, 133], "static": 12, "station": [1, 30, 41, 43, 44], "stationari": [12, 25, 26, 27, 64, 70, 79, 80, 81, 85, 93, 106, 130, 148, 163, 166, 167, 171, 174, 183, 184], "statist": [12, 22, 23, 24, 128, 141, 191], "staurat": 43, "ste": 30, "steadi": 30, "steep": [12, 44, 54, 137, 146, 195], "stem": [12, 26, 43, 44, 144], "stencil": 44, "step": [12, 18, 25, 26, 30, 41, 42, 44, 45, 74, 79, 85, 88, 106, 111, 165, 171, 172, 180, 211, 212], "step_nu_tr": 44, "stepanov": 44, "stepe": 17, "stgp": 43, "sthconst": 35, "stiff": [12, 106], "still": [12, 17, 20, 44, 112, 114, 124, 150], "stleaf": 44, "stleaf0": 43, "stmp": 37, "stmp_name": 37, "stmt": 43, "stochast": [12, 128, 191], "stoke": [12, 30, 44, 120], "stokes_hvel": [30, 44], "stokes_wvel": [30, 44], "stop": [12, 25, 26, 27, 28, 44, 70, 84, 174, 181, 182, 183, 184], "stop_dat": [22, 23, 24, 26], "stopc": [12, 25, 26, 27, 84, 174], "storag": [12, 106, 107, 108], "store": 20, "stpm": [12, 19, 27, 146, 195], "str": [0, 1, 2, 3, 4, 6, 7, 11, 12, 17, 20, 21, 22, 23, 24, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 40, 47, 48, 49, 58, 60, 61, 62, 64, 65, 66, 67, 68, 69, 73, 74, 77, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 119, 120, 121, 122, 123, 124, 125, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 161, 162, 163, 164, 166, 167, 168, 169, 170, 171, 172, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 206, 207, 208, 209, 210, 211, 212, 214, 215, 217, 218, 219, 221, 222, 223, 224, 225, 226, 227], "straight": 102, "stratif": 44, "stratifi": 44, "stream": [21, 44], "strength": [12, 44, 121, 200], "strerss": [12, 200, 201, 202, 203, 204, 205], "stress": [12, 30, 43, 44, 45, 54, 138, 194], "strftime": [20, 28], "strict": [12, 44], "strict_data_typ": [12, 207], "string": [7, 12, 15, 21, 26, 43, 47, 48, 54, 60, 61, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 163, 171, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 192, 193, 196, 197, 198, 199, 206, 207, 208, 210, 211, 212, 222, 225, 227], "strip": 12, "strong": [12, 17, 45, 178, 182], "stronger": 42, "strongli": [12, 200, 201, 202, 203, 204, 205], "stroot": 44, "stroot0": 43, "structur": [8, 12, 17, 26, 60, 150, 189, 193], "ststem": 44, "ststem0": 43, "style": [20, 30], "su": [43, 44], "sub": [12, 28, 62, 122, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237], "subclass": [5, 17, 19, 20, 21, 26, 68, 160], "subcompon": [19, 21, 23, 26, 27, 63, 64, 65, 66, 67, 79, 80, 81, 84, 85, 88, 91, 95, 103, 105, 118, 122, 124, 140, 141, 142, 147], "subcycl": [42, 43, 44], "subdivis": [12, 102, 218], "subdomain": 44, "subgrid": [12, 92, 122], "submerg": [12, 43, 189, 193], "submiss": 28, "subpackag": 160, "subplot": [20, 22, 23, 24, 25, 26], "subplot_kw": [20, 22, 23, 24, 25, 26, 27], "subplots_adjust": 20, "subroutin": [44, 45, 105], "subsect": 26, "subsequ": [12, 82, 89, 94, 95, 96, 102, 103, 106], "subset": [4, 12, 15, 17, 25, 26, 27, 28, 47, 48, 49, 92], "subset_filt": 12, "substanti": 17, "substitut": 12, "substr": 12, "substract": [12, 106], "subtract": [12, 44, 129], "successfulli": [17, 18, 20, 21, 25, 26, 27, 28], "suffici": 44, "suffix": [12, 21, 25, 27, 66, 81, 86, 88, 94, 103, 104, 210, 223, 226, 227], "suggest": [12, 44, 45, 111, 150, 176, 177, 183], "suit": [0, 12, 17], "suitabl": 12, "sulfid": 43, "sum": [12, 44, 54, 128], "sum_i": 44, "summari": [12, 181, 182], "summat": 44, "supcor": [12, 129], "super": 20, "superced": 46, "suppli": [12, 20, 129], "support": [12, 13, 19, 23, 24, 26, 28, 46, 61, 63, 86, 92, 96, 103, 105, 129, 140, 141, 142, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237], "suppress": [12, 44, 150], "sure": [26, 44], "surf": [12, 54], "surf_el": 20, "surfac": [12, 20, 37, 41, 43, 44, 45, 54, 106, 107, 108, 136, 200], "surfbeat": [12, 25, 27, 72], "suspend": [41, 44, 45], "suspended_load": 45, "suspens": 45, "suzuki": [12, 144, 193], "sw": [12, 59, 170], "swan": [11, 15, 16, 17, 20, 21, 28, 30, 151, 152, 153, 154, 155, 156, 157, 158, 159, 233], "swan2": 21, "swan_config": 21, "swan_out": [18, 28], "swanbas": 28, "swancomp": [12, 25, 26, 27], "swanconfig": [11, 12, 17, 18, 20, 25, 26, 27, 28], "swanconfigcompon": [11, 12, 17, 19, 21, 25, 26, 27], "swandatagrid": [12, 17, 25, 26, 27, 51], "swangrid": [12, 17, 18, 22, 23, 24, 25, 26, 27, 28, 47, 48, 50, 51, 71], "swaninit": [18, 25, 26], "swanmodel": 15, "swanphys": [12, 17], "swanspec": [25, 26, 27], "swanspectrum": [12, 17], "swantabl": [12, 25, 27, 71], "swapcas": 12, "sweep": [12, 18, 25, 26, 106, 107, 108, 127], "swell": [12, 26, 54, 56, 85, 101, 113, 121, 124, 128, 136, 137, 138], "switch": [12, 20, 41, 43, 44, 58, 125], "swn": [12, 26, 60, 64, 80, 81, 82, 94, 103, 166, 167], "sy": [12, 20], "sybcycl": 42, "symbol": [3, 12, 20, 47, 48], "symlink": [3, 12], "symlink_path": 20, "system": [12, 22, 23, 24, 25, 26, 27, 54, 60, 82, 101, 147, 150, 190], "t": [4, 12, 17, 20, 22, 25, 26, 27, 30, 41, 43, 44, 47, 48, 71, 113, 120, 126, 128, 144], "t1": [12, 200], "t2": [12, 200], "t_i": 44, "tab": 12, "tab_out": 28, "tabl": [12, 22, 24, 25, 26, 27, 28, 45, 54, 71, 97, 101, 124], "tabsiz": 12, "tag": [0, 12, 17], "tail": [12, 26, 140, 150], "take": [3, 11, 12, 15, 17, 26, 44, 71, 86, 138, 160], "taken": [12, 107, 111, 116, 117, 150], "tangenti": 44, "tanh": [42, 44], "taper": 44, "target": 15, "task": [0, 12, 17], "tau": [12, 200, 201, 202, 203, 204, 205], "tau_c": 45, "tau_max": 45, "tau_opt": 45, "tbcur": [12, 143], "tbcur_only_with_curr": [12, 143], "tbeg": [12, 21, 25, 27, 69, 70, 71, 74, 76, 77, 79, 80, 81, 86, 88, 94, 103, 104, 223, 226, 227], "tbegblk": [12, 25, 26, 27, 71, 86, 104, 226, 227], "tbegc": [25, 79, 80], "tbeginp": [12, 21, 69, 74, 76, 77], "tbegnst": 94, "tbegspc": [25, 26, 27, 103], "tbegtbl": [12, 25, 26, 27, 71, 104, 223], "tbl": [12, 25, 27, 223], "tbp": 45, "tdelt": [12, 222], "tdelta": [12, 222, 227], "tdir": [12, 54], "tdurrant": 28, "technic": [12, 106, 107, 108, 111, 116, 117, 130, 133, 146, 177, 192, 217, 234], "techniqu": [12, 183], "technologi": [12, 130, 134, 136, 190, 200], "teh": [12, 20, 28, 54], "tem_3d": 33, "temp": [17, 20, 30, 43, 44], "temp_elem": [30, 44], "temperatur": [20, 30, 35, 37, 41, 43, 44], "temperatureatel": 44, "tempfil": [17, 22, 23, 24], "templat": [0, 12, 15, 17, 18, 21, 25, 26, 27, 30, 81], "template_demo": 17, "template_fil": [21, 28], "tempor": [44, 45], "tend": [12, 21, 25, 27, 69, 70, 74, 76, 77, 79, 80, 81, 184, 223, 226], "tendblk": [12, 226], "tendc": [25, 79, 80], "tendinp": [12, 21, 69, 74, 76, 77], "tendtbl": [12, 223], "term": [12, 27, 30, 41, 43, 44, 105, 106, 107, 108, 116, 117, 118, 121, 124, 128, 130, 137, 143, 145, 150, 169, 173, 174, 179, 184, 190, 194, 195, 200, 201, 202, 203, 204, 205, 209, 221], "termin": [12, 84, 150, 174, 181, 182, 184], "terrain": [30, 44], "test": [12, 17, 20, 21, 22, 23, 24, 25, 26, 27, 28, 42, 44, 61, 71, 125, 193], "test1": 21, "test2": 21, "test_data": 20, "test_schism": 20, "test_swantempl": [17, 28], "text": [12, 15, 17, 86, 99, 111, 211, 212], "tfmt": [12, 21, 25, 26, 27, 71, 79, 86, 88, 223, 224, 225, 226, 227], "tgp": 43, "th": [20, 32, 43, 44], "than": [1, 12, 17, 19, 20, 43, 44, 45, 65, 71, 74, 76, 79, 82, 87, 89, 101, 107, 122, 127, 138, 150, 163, 171, 174, 184, 192, 210, 211, 212, 218], "thei": [12, 17, 19, 26, 124, 160, 200, 209, 234], "thelimit": [12, 128], "them": [12, 19, 26, 72, 160], "theori": [12, 106, 114, 194], "therefor": [12, 82, 122, 178, 182, 221], "thermodynam": 42, "thesi": [12, 190], "theta": [12, 54, 58, 218], "theta0": [25, 26, 27], "theta_io": 42, "thetai": [30, 44], "thetapeak": [12, 164, 168, 172], "thi": [0, 1, 3, 4, 8, 9, 10, 11, 12, 13, 15, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 163, 166, 167, 171, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 192, 193, 196, 197, 198, 199, 206, 207, 208, 210, 217, 218, 221, 223, 224, 226, 227], "thick": [12, 42, 43, 44, 45, 56, 75, 120, 130, 131, 134], "thik": 43, "thing": 28, "third": [12, 19, 109, 118, 121, 137, 203, 218], "those": [10, 12, 17, 22, 23, 24, 28, 61, 92, 138], "though": [12, 30, 121, 150], "thousand": [12, 85], "thredd": 15, "three": [12, 18, 19, 22, 23, 24, 57, 163, 171], "thresh_acc_opt": 45, "threshold": [12, 20, 44, 45, 119, 138, 139, 145, 150, 209], "through": [12, 17, 20, 26, 28, 44, 122, 124, 128, 138], "throughout": 17, "throw": 20, "thu": [12, 44, 64, 95, 96, 102, 106, 107, 108, 129], "ti": 44, "tic": [43, 44], "tick_left": 20, "tick_param": 20, "ticker": 20, "tidal": [31, 35, 44], "tidal_data": [20, 35], "tidal_dataset": 20, "tidal_forc": 20, "tidaldataset": [20, 35], "tide": [20, 31, 35, 44], "tidepotentialgradi": 44, "tidepotentialgradx": 44, "time": [1, 4, 11, 15, 17, 18, 20, 22, 23, 24, 25, 27, 28, 30, 31, 32, 33, 34, 35, 36, 40, 41, 43, 44, 45, 47, 48, 52, 53, 54, 61, 62, 70, 71, 74, 76, 77, 79, 80, 81, 85, 86, 88, 94, 101, 103, 104, 106, 111, 116, 117, 122, 150, 160, 163, 166, 167, 171, 179, 180, 182, 211, 212], "time_buff": [4, 12, 26, 32, 36, 40, 47, 48], "time_dim": 12, "time_interfac": [52, 53], "time_seri": 20, "time_step": 30, "timearrai": [22, 23, 24, 25, 26], "timebase_d": 20, "timedelta": [11, 12, 17, 21, 22, 23, 24, 25, 26, 27, 222, 223, 226, 227], "timedelta64": 20, "timefilt": 12, "timelong_nam": [25, 26], "timenam": 17, "timenorm": [12, 17, 25, 26, 27], "timenorm_filt": 12, "timepandasindexpandasindex": [20, 22, 23, 24, 25, 26], "timerang": [1, 4, 11, 12, 17, 20, 22, 23, 24, 25, 26, 27, 31, 32, 33, 34, 35, 36, 47, 48, 50, 51, 160], "timerangeclos": 12, "timerangeopen": [12, 25, 26, 27, 88], "times_suffix": [79, 80], "timestamp": [26, 81], "timestamp_to_datetim": 81, "timestandard_nam": 20, "timestep": [4, 12, 32, 36, 40, 47, 48], "timetime_origin": 20, "timor": 44, "tip": [12, 111], "titl": [12, 18, 26, 149], "title1": [12, 21, 25, 26, 27, 149], "title2": [12, 21, 25, 27, 149], "title3": [12, 21, 25, 27, 149], "titlecas": 12, "tke": 30, "tm": [100, 101], "tm01": [12, 17, 18, 25, 26, 27, 28, 30, 44, 54, 71, 86, 100, 101, 104, 174], "tm02": [12, 30, 44, 54, 100, 101], "tm10": [30, 44], "tma": [12, 21, 27, 55, 217], "tmbot": [12, 54], "tmm10": [12, 54], "tmp": [21, 26], "tmp_path": 17, "tmt": 43, "tnavo_cod": 20, "tnit": 43, "to_byt": 12, "to_dask": 20, "to_dataset": 12, "to_datetim": 20, "to_geojson": 12, "to_index": [22, 26], "to_inpgrid": 15, "to_netcdf": [17, 20], "to_panda": [24, 25, 26], "to_pydatetim": 26, "to_python": 20, "to_slic": 12, "to_wkb": 12, "to_wkt": 12, "tobc": 35, "todo": [12, 17, 19, 20, 26, 28, 30, 43, 63, 74, 76, 105, 113, 120, 130, 160, 202], "togeth": [12, 17, 26, 71, 202, 218], "token": 12, "toler": [1, 8, 12, 17, 18, 22, 23, 24, 26, 44], "tolman": [12, 200], "tom": 28, "too": [12, 42, 44, 104], "tool": 104, "top": [12, 20, 44, 45, 57, 106, 189, 192, 193], "toplay_inithick": 45, "topo": 26, "topographi": [12, 142], "total": [12, 18, 20, 23, 30, 43, 44, 45, 54], "total_heat_flux": 30, "total_sed_conc": 43, "totalheat": 44, "totalsuspendedload": 44, "touch": 17, "tp": [12, 17, 18, 22, 23, 24, 25, 26, 27, 28, 30, 44, 54, 71, 86, 104], "tpar": [12, 23, 163, 171], "tpar1": [12, 171], "tpar2": [12, 171], "tpar3": [12, 171], "tparfil": [23, 24], "tpp": 30, "tppd": 30, "tpsmoo": [25, 26], "tpxo": [20, 35], "tpxo9": 20, "tr": [12, 17, 41, 43], "traceback": [17, 19, 20], "tracer": 44, "track": [12, 44, 54], "trail": 12, "trajectori": 44, "tranport": 44, "trans1d": [12, 122], "trans2d": [12, 122], "transact": [12, 194], "transfer": [12, 43, 44, 54, 61, 62, 82, 127, 138], "transform": [12, 18, 20, 106, 108], "transit": [12, 30, 44, 85], "translat": [12, 15, 49], "transm": [12, 122, 123, 189, 193, 206, 207], "transm_msc_mdc": 12, "transmiss": [12, 122, 123, 189, 192, 193, 196, 206, 207, 208], "transmit": [12, 122, 206, 207, 208], "transp": [12, 54, 100, 101], "transport": [12, 30, 42, 43, 44, 45, 54, 58], "transvers": 45, "travel": [12, 179], "trcod": 43, "trcoef": [12, 122, 192, 196, 206, 207, 208], "treat": 44, "treatment": 44, "tree": [12, 130], "trfac": [12, 25, 139, 140, 141, 142], "tri": 20, "triad": [12, 17, 25, 26, 27, 28, 54, 72, 140, 141, 142, 191], "triad_dcta": [12, 72], "triad_lta": [12, 72], "triad_spb": [12, 72], "triall": 30, "triangl": [12, 20, 67, 96], "triangul": 20, "tricontouf": 20, "tricontour": 20, "tricontourf": 20, "trigger": [4, 12], "trimesh": 20, "tripcolor": 20, "triplot": 20, "trm": 43, "trophic": 43, "tropic": 44, "troubl": 20, "trowbridg": 44, "trsr": 43, "true": [1, 3, 4, 8, 11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 32, 33, 35, 36, 40, 47, 48, 49, 80, 86, 111, 118, 140, 142, 143, 145, 147, 150, 192, 194, 195, 200, 201, 202, 203, 204, 205], "true10": [12, 200, 201, 202, 203, 204, 205], "trunc": [12, 128], "truncat": [12, 128], "try": [12, 17, 24], "tsec": [12, 54, 101], "tsinghua": 45, "tss": [12, 43, 56, 123, 124], "tss2c": 43, "tthconst": 35, "tudelft": [12, 190], "tunabl": [12, 109], "tune": [12, 19, 139, 142], "tupl": [8, 12, 20, 49, 207], "turb": [12, 143], "turb_met": 44, "turbinj": 44, "turbinjd": 44, "turbo": [4, 12, 18, 22, 23, 24, 25, 26, 27], "turbo_r": [25, 26], "turbul": [12, 25, 27, 30, 44, 56, 72], "turbulecn": 44, "turbulentkineticen": 44, "turbvisc": [12, 56], "turn": [12, 20, 41, 43, 44, 45, 84, 128, 176, 177], "tvd": [20, 44], "two": [8, 12, 13, 15, 17, 19, 24, 28, 40, 45, 54, 57, 61, 62, 63, 79, 89, 94, 104, 106, 111, 120, 122, 148, 160, 170, 196, 200, 209, 218], "twodimension": [12, 21, 25, 26, 27, 28, 73, 148], "txt": [12, 20, 21, 25, 26, 27, 65, 69, 74, 76, 77, 96, 99, 107, 163, 171, 211, 212], "type": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 44, 45, 47, 48, 49, 50, 51, 52, 53, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "type_error": 17, "typeerror": 17, "typic": [15, 30, 45, 160], "u": [12, 17, 20, 25, 26, 44, 48, 150, 200], "u10": [12, 18, 20, 25, 26, 27, 37, 200, 201, 202, 203, 204, 205], "u10_cmd": [12, 200], "u10proxi": [12, 19, 27, 72, 118, 200, 201, 202, 203, 204, 205], "u18": 24, "u_10": [12, 116, 117], "u_fil": 20, "u_m2s2n2": 20, "ubot": [12, 17, 18, 28, 30, 54], "ucrit": [12, 25, 139], "ufric": 44, "ugrid": 44, "ui": 20, "uijttewa": [12, 144], "uittenbogaard": [12, 144], "ulaasdn_uom_nam": 26, "um": 44, "umin": [12, 116, 117], "uncas": 12, "unchang": [10, 12, 200, 201, 203, 204, 205], "unclassifi": 20, "unclassifieddistribution_stat": 20, "uncom": 44, "uncoment": [25, 27], "undefin": [12, 212], "under": [12, 20, 44, 45, 105, 106, 111, 128, 138, 183], "underflow": 44, "underli": [12, 20, 106], "understood": 20, "unesco": 44, "unexpect": 17, "unfilt": 17, "unformat": [12, 61, 62, 74, 76, 77, 80, 81, 82, 166, 167, 211, 212], "unicod": 12, "unicodeencodeerror": 12, "unidirect": [12, 142], "uniform": [12, 91, 107, 128, 130, 138, 144, 221], "uniformli": [12, 138], "union": [12, 17, 19, 20, 21, 26, 47, 49, 160, 223, 226], "uniqu": [3, 12, 15, 20, 21, 36, 47, 48, 51, 69, 71], "unique_not_support": 12, "unit": [12, 20, 22, 24, 25, 26, 27, 43, 48, 54, 86, 104, 211, 212], "unitc": 30, "univ": 45, "univers": [12, 190], "unix": [12, 225, 227], "unless": [12, 42, 44, 45, 79], "unli": 20, "unlimit": [12, 20, 129], "unlimited_dim": 20, "unlink": 20, "unphys": 44, "unsatisfactori": 101, "unstructur": [8, 12, 17, 21, 26, 63, 69, 85, 92, 96, 129, 179], "untouch": 12, "up": [0, 11, 12, 17, 18, 19, 20, 27, 28, 34, 42, 44, 45, 54, 72, 105, 118, 127, 129, 147, 160, 181, 200, 201, 202, 203, 204, 205], "updat": [4, 12, 20, 28, 44, 45, 47, 48, 127, 137], "uphil": 44, "upper": [8, 10, 12, 27, 44, 57, 101, 119, 176, 177], "uppercas": 12, "uptak": [41, 43], "upward": [12, 30, 44, 57, 124], "upward_longwav": 30, "upwardlongwav": 44, "upwind": [12, 44, 79, 85, 182], "ur_i": [8, 12], "ur_x": [8, 12], "urcrit": [12, 139, 141, 142, 191], "uresel": [30, 44], "uresellnumb": [30, 44], "uri": [2, 3, 6, 7, 12, 17, 20, 22, 23, 24, 28], "url": 15, "urlpath": 15, "urm": [12, 54], "ursel": [12, 119, 139, 191], "urslim": [12, 25, 139], "us": [0, 1, 2, 4, 11, 12, 13, 15, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32, 33, 35, 36, 41, 42, 43, 44, 45, 46, 47, 48, 49, 54, 60, 61, 62, 63, 64, 65, 68, 71, 72, 73, 76, 79, 80, 81, 82, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 106, 108, 110, 111, 112, 114, 118, 119, 120, 121, 124, 125, 128, 129, 130, 131, 132, 133, 134, 137, 138, 139, 143, 144, 147, 150, 160, 161, 162, 163, 165, 166, 167, 170, 171, 174, 179, 182, 183, 184, 189, 191, 192, 193, 196, 200, 201, 202, 203, 204, 205, 210, 211, 212, 217, 218, 221, 234], "usabl": 12, "usag": [17, 44], "use_": 44, "use_ag": 44, "use_analysi": 44, "use_atmo": 44, "use_bulk_fairal": 44, "use_dvd": 44, "use_eco": 44, "use_fib": 44, "use_gen": 44, "use_ha": 44, "use_ic": 44, "use_marsh": 44, "use_nwm_bmi": 44, "use_pahm": 44, "use_petsc": 44, "use_s": 44, "use_sed2d": 44, "use_timor": 44, "use_wmm": [30, 44], "use_wwm": [30, 44], "user": [0, 1, 4, 12, 17, 19, 24, 26, 28, 32, 36, 37, 38, 39, 40, 44, 45, 47, 48, 61, 65, 75, 78, 79, 80, 81, 82, 86, 88, 89, 91, 92, 93, 95, 96, 97, 98, 99, 101, 102, 103, 104, 105, 106, 111, 116, 117, 118, 119, 120, 121, 122, 124, 127, 128, 129, 130, 138, 139, 143, 144, 148, 149, 150, 174, 184, 192, 196, 200, 201, 202, 203, 204, 205, 209, 211, 212, 220, 223, 224, 226, 227], "userwarn": 20, "usual": [12, 15, 30, 42, 44, 45, 61, 82, 105, 127, 163, 171], "utc_start": [30, 44], "utf": 12, "util": 20, "utilis": 28, "uuid": [12, 190], "uv3d": 33, "uv_nudg": 44, "uwind_nam": [20, 37], "v": [12, 17, 18, 20, 25, 26, 27, 34, 44, 48, 115, 121, 135, 136, 137, 141, 191, 200], "v10": [18, 20, 25, 26, 27, 37], "v2den": 43, "v2ht": 43, "v95": 20, "vaden": [22, 24], "vadensarrai": [22, 24, 26], "valid": [1, 7, 9, 10, 12, 17, 19, 20, 21, 26, 30, 32, 33, 34, 36, 42, 47, 48, 49, 51, 52, 53, 54, 55, 56, 59, 65, 66, 67, 69, 71, 72, 74, 76, 77, 79, 80, 81, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 98, 99, 101, 102, 103, 104, 105, 120, 122, 124, 128, 135, 143, 144, 150, 160, 161, 162, 171, 172, 196, 200, 201, 202, 203, 204, 205, 207, 211, 212, 218, 225], "valid_duration_interv": 12, "validate_bottom_frict": 30, "validate_coord": 12, "validate_curvilinear_grid": [12, 49], "validate_grid_typ": [12, 49], "validate_idla": 86, "validate_lat": 12, "validate_lon": 12, "validate_point": 105, "validate_s": [12, 161, 162], "validate_special_nam": [86, 88, 94, 103, 104], "validate_start_end": 12, "validate_start_end_dur": 12, "validate_tim": [86, 88, 94, 103, 104], "validationerror": [17, 19, 20, 21, 26], "valpha": 43, "valu": [0, 1, 10, 12, 15, 17, 19, 20, 21, 22, 23, 24, 25, 26, 28, 35, 41, 42, 43, 44, 45, 48, 49, 54, 55, 56, 57, 58, 59, 61, 62, 64, 65, 74, 76, 77, 85, 86, 89, 101, 105, 107, 112, 114, 120, 121, 122, 124, 129, 130, 131, 132, 133, 134, 139, 141, 142, 143, 144, 146, 150, 160, 161, 162, 164, 165, 168, 171, 172, 178, 179, 182, 189, 191, 192, 193, 195, 206, 211, 212, 223, 226, 227], "value1": 43, "value2": 43, "value_error": [17, 19, 20], "valueerror": [12, 17, 34], "van": [12, 19, 44, 45, 135, 145, 184, 189, 209], "vanilla": 28, "var": [12, 17, 18, 20, 25, 26, 27, 41, 42, 44, 48, 51], "vari": [12, 20, 28, 41, 43, 44, 45, 56, 85, 106, 112, 114, 120, 124, 128, 130, 131, 132, 133, 134, 142, 143, 144, 182], "variab": 12, "variabl": [4, 5, 12, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 32, 34, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 63, 86, 101, 104, 106, 109, 113, 128, 130, 144, 150, 171, 172, 211, 212], "variable_not_impl": 12, "variablefil": [12, 63], "variablepar": [12, 63], "varianc": [12, 22, 24, 54, 103, 105, 150], "variat": [12, 128], "variou": [12, 28, 88, 150, 220], "varmap": 12, "varnam": 20, "varscal": 20, "vc2dw": 43, "vclose_surf_frac": 44, "vcrit": 43, "vectau": [12, 19, 27, 72, 118, 200, 201, 202, 203, 204, 205], "vecter": 20, "vector": [12, 20, 30, 44, 48, 54, 101, 200, 201, 202, 203, 204, 205, 211, 212], "veg": [43, 44], "veget": [12, 25, 27, 30, 43, 44, 54, 56, 72], "vel": [12, 30, 44, 54, 78], "velcoiti": 44, "velmin_btrack": 44, "veloc": [12, 20, 30, 41, 42, 43, 44, 45, 54, 56, 74, 78, 111, 116, 117, 143, 150, 165, 191, 200, 201, 202, 203, 204, 205], "venv": [17, 20], "veri": [12, 13, 17, 20, 44, 45, 79, 85, 105, 111, 150, 176, 177], "veric": 44, "verifi": [12, 79, 130], "versa": [12, 124], "version": [12, 17, 20, 25, 26, 28, 61, 137, 140, 146], "vertex": [12, 176, 177], "vertic": [8, 12, 17, 22, 23, 30, 44, 45, 144, 221], "vertical_veloc": 30, "verticalvelatel": 44, "verticalveloc": 44, "verticalviscosityi": 44, "verticalviscosityx": 44, "vfam": 43, "vfcm": 43, "vfcp": 43, "vfnm": 43, "vfpm": 43, "vgpm": 43, "vgrid": [20, 42], "vht": 43, "vht0": 43, "vht1": 44, "vht2": 44, "vht3": 44, "vi": 20, "via": [12, 41, 42, 44, 137, 150], "vice": [12, 124], "view": [19, 25, 27], "vinun": 43, "viridi": [18, 20, 22, 23, 24, 26], "virtualenv": 19, "viscm": [12, 120], "viscos": [12, 30, 44, 56, 120, 143], "visit": [20, 44], "visualis": 25, "vke": 43, "vkhn": 43, "vkhp": 43, "vktgp": 43, "vktmr": 43, "vktmt": 43, "vmax": [18, 20, 22, 23, 24, 25, 26, 27], "vmin": [18, 20, 22, 23, 24, 25, 26, 27], "vmr0": 43, "vmrcr": 43, "vmtb": 43, "vn2c": 43, "vnf": 44, "vnf1": 44, "vnf2": 44, "vnh": 44, "vnh1": 44, "vnh2": 44, "vo2c": 43, "vol": [12, 45, 193], "volum": [44, 45], "vor": 44, "vortex": 44, "vp": 42, "vp2c": 43, "vpatch0": 43, "vscr": 43, "vsink": 44, "vsopt": 43, "vsourc": 44, "vtgp": 43, "vthconst": 35, "vtleaf0": 43, "vtleaf1": 44, "vtleaf2": 44, "vtleaf3": 44, "vtmr": 43, "vtmt": 43, "vtroot0": 43, "vtroot1": 44, "vtroot2": 44, "vtroot3": 44, "vtstem0": 43, "vtstem1": 44, "vtstem2": 44, "vtstem3": 44, "vtype": 20, "vwind_nam": [20, 37], "vx": [12, 56], "vy": [12, 56], "w": [12, 17, 20, 30, 44, 54, 121, 126, 130, 133, 134, 136, 137, 144, 189, 193, 200, 221], "w_asym_max": 45, "wa": [12, 22, 23, 24, 28, 41, 42, 43, 44, 45, 146, 164, 166, 167, 168, 172], "wa_spec2d_west_000": 24, "wa_tpar_000": 23, "wa_tpar_001": 23, "wa_tpar_002": 23, "wa_tpar_003": 23, "wa_tpar_004": 23, "wa_tpar_005": 23, "wa_tpar_006": 23, "wa_tpar_007": 23, "wa_tpar_008": 23, "wa_tpar_009": 23, "wa_tpar_010": 23, "wa_tpar_011": 23, "wa_tpar_012": 23, "wa_tpar_013": 23, "wa_tpar_014": 23, "wa_tpar_015": 23, "wa_tpar_016": 23, "wa_tpar_017": 23, "wa_tpar_018": 23, "wa_tpar_019": 23, "wa_tpar_020": 23, "wa_tpar_021": 23, "wa_tpar_022": 23, "wa_tpar_023": 23, "wa_tpar_024": 23, "wa_tpar_025": 23, "wa_tpar_026": 23, "wa_tpar_027": 23, "wa_tpar_028": 23, "wa_tpar_029": 23, "wa_tpar_west_000": 24, "wadham": [12, 130, 131], "wafo_obcramp": 44, "wafo_ramp": 44, "wai": [17, 19, 20, 23, 26, 28, 44], "walvyn": 30, "wam": [12, 61, 62, 127, 146, 200, 201, 203, 204, 205, 225, 227], "wamnest": [12, 61], "wang": [12, 136, 200], "want": [12, 18, 20, 79, 80, 81, 127, 223, 224, 226, 227], "warm": 44, "warn": [12, 17, 19, 20, 22, 23, 24, 25, 26, 27, 72, 105, 122, 150], "warn_if_qmax_and_alpha": [12, 128], "warner": 45, "water": [12, 19, 20, 30, 41, 42, 43, 44, 54, 56, 79, 93, 102, 112, 120, 127, 128, 129, 150, 165, 209], "water_dens": 30, "waterdens": 44, "watersh": [12, 54, 101], "watertyp": 20, "waterwai": [12, 144], "watlev": [12, 54, 71, 86, 104], "wau": [12, 149], "wave": [1, 10, 12, 22, 23, 24, 26, 30, 31, 36, 39, 43, 44, 45, 49, 54, 56, 58, 63, 79, 82, 84, 85, 101, 102, 103, 105, 106, 107, 108, 109, 110, 111, 113, 114, 116, 117, 119, 120, 121, 122, 124, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 144, 145, 146, 147, 150, 163, 164, 165, 166, 167, 168, 171, 172, 173, 174, 179, 181, 184, 189, 190, 191, 193, 194, 195, 197, 198, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 217, 219], "wave_forc": 20, "wave_sbftot": [30, 44], "wave_sbrtot": [30, 44], "wave_sdstot": [30, 44], "wave_sintot": [30, 44], "wave_svegtot": [30, 44], "waveag": [12, 85, 179], "wavedata": 20, "waveenergydirx": [30, 44], "waveforcex": [30, 44], "wavespectra": [1, 2, 12, 17, 18, 20, 22, 23, 24, 25, 26, 27, 47, 49], "wavewatch": [12, 62, 121, 137], "wavewatchiii": [12, 62], "waxa": 30, "wbdm": 30, "wbl": 44, "wcap": [12, 19, 21, 25, 27, 58, 72, 125, 126, 145, 146, 200, 209], "wcapab": [19, 21], "wcapkomen": 19, "wcapping_ab": [12, 72], "wcapping_komen": [12, 72], "wclam": 41, "wdir": [22, 23, 24, 25, 26, 27], "we": [1, 4, 12, 13, 17, 18, 19, 20, 23, 24, 25, 26, 27, 28, 32, 36, 37, 38, 39, 40, 44, 47, 48], "weak": 45, "weakli": [12, 191], "week": 28, "weigh": 41, "weight": [22, 23, 24, 34, 40, 43, 45], "weird": 20, "well": [12, 28, 44, 45, 121, 184], "weno": [44, 45], "weno_diag": 44, "west": [12, 21, 23, 24, 26, 27, 59, 61, 62, 63, 124, 170], "westau": 26, "western": [12, 149], "westh": [12, 17, 19, 21, 28, 150, 200, 209], "westhuysen": [12, 19, 21, 25, 26, 27, 118, 135, 145, 184], "wet": [12, 25, 26, 43, 44, 45, 124, 174, 184], "wet_slope_cr": 45, "wgs84": 28, "what": [3, 11, 17, 20, 26, 28, 71], "when": [0, 1, 3, 10, 11, 12, 17, 19, 20, 22, 23, 24, 30, 43, 44, 45, 71, 79, 82, 85, 89, 98, 99, 102, 119, 122, 127, 150, 161, 162, 176, 177, 180, 183, 186, 194, 195, 200, 201, 202, 203, 204, 205, 209, 210, 212, 218, 223, 226, 227], "where": [8, 11, 12, 17, 18, 20, 28, 43, 44, 61, 63, 79, 80, 81, 88, 89, 101, 105, 121, 129, 150, 184, 197, 212, 218, 223, 224, 226, 227], "wherea": [1, 12, 17, 191], "wherev": [12, 122], "whether": [3, 12, 20, 30, 47, 48, 150], "which": [12, 13, 17, 20, 22, 23, 24, 26, 28, 42, 43, 44, 45, 48, 49, 60, 65, 81, 82, 88, 92, 93, 106, 107, 116, 117, 122, 124, 127, 128, 143, 146, 150, 163, 164, 166, 167, 168, 171, 172, 174, 179, 184, 189, 193, 194, 211, 212, 218, 221], "while": [12, 28, 41, 138, 217], "whitecap": [12, 30, 44, 54, 58, 105, 118, 136, 145, 146, 194, 195, 200, 209], "whitespac": 12, "who": [12, 61], "whole": [17, 30, 44], "whose": 12, "why": 26, "wiberg": 45, "width": [12, 54, 61, 62, 128, 189, 214], "widthof": [12, 197], "williamson": 44, "win": [41, 42, 44], "wind": [12, 17, 18, 21, 27, 28, 30, 37, 43, 44, 54, 56, 58, 69, 74, 75, 76, 77, 79, 105, 113, 116, 117, 118, 121, 136, 137, 145, 146, 150, 165, 173, 184, 194, 195, 200, 201, 202, 203, 204, 205, 209, 212], "wind_drag": [12, 19, 21, 25, 26, 27, 118, 194, 195, 200, 201, 202, 203, 204, 205, 209], "wind_from_direction_at_10m_above_ground_levelunit": [22, 23, 24, 25, 26], "wind_grid": 17, "wind_input": [17, 28], "wind_sourc": 17, "wind_spe": [20, 30], "wind_speed_at_10m_above_ground_levelunit": [22, 23, 24, 25, 26], "wind_stress": 30, "windfactor": 44, "windgrowth": [12, 58, 125, 126], "window": 82, "windrot_geo2proj": 20, "windscal": [12, 19, 27, 72, 118, 200, 201, 202, 203, 204, 205], "windspeedx": 44, "windstressx": 44, "windyn": 30, "winterwerp": 45, "wish": [12, 95, 96, 150], "wit": [12, 190], "within": [1, 12, 17, 18, 24, 26, 43, 45, 61, 62, 85, 106, 108, 127, 160], "withing": [22, 24], "withno": 44, "without": [12, 17, 25, 26, 27, 44, 79, 96, 111, 125], "wkb": 12, "wkstat": [12, 61], "wkt": 12, "wlen": 101, "wlength": [12, 54], "wlevel": [12, 56, 129], "wnpp": 30, "won": [22, 43, 44], "wooster": 45, "word": [12, 82], "work": [12, 17, 20, 28, 44, 45, 222, 227], "workdir": [20, 26, 27], "workflow": 17, "workspac": [22, 23, 24], "workstat": [12, 61], "wors": [12, 85], "would": 20, "wqc0": 43, "wrapper": [12, 17, 18, 28], "wrea": 43, "wright": 44, "write": [1, 4, 12, 17, 18, 23, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36, 44, 47, 48, 53, 71, 80, 81, 82, 86, 88, 94, 101, 103, 104, 105], "write_byt": 20, "write_locations_exist": [12, 71], "write_set": [12, 71], "write_tpar": 12, "written": [4, 12, 20, 30, 34, 47, 48, 82, 86, 88, 101, 103, 104, 105, 150, 181, 182], "ws1": 41, "ws2": 41, "wsdn": 41, "wsdsi": 41, "wsed": 45, "wsp": 43, "wspd": [22, 23, 24, 25, 26, 27], "wspn": 43, "wss2": 41, "wtiminc": 44, "wu": [12, 19, 21, 25, 26, 27, 45, 72, 118, 194, 195, 209], "wvel_elem": 30, "ww3": [12, 20, 22, 23, 24, 26, 30, 62], "ww_3": [12, 62], "wwm": [20, 30, 44, 45], "wwm1": 30, "wwm10": 30, "wwm11": 30, "wwm12": 30, "wwm13": 30, "wwm14": 30, "wwm15": 30, "wwm16": 30, "wwm17": 30, "wwm18": 30, "wwm19": 30, "wwm2": 30, "wwm20": 30, "wwm21": 30, "wwm22": 30, "wwm23": 30, "wwm24": 30, "wwm25": 30, "wwm26": 30, "wwm27": 30, "wwm28": 30, "wwm29": 30, "wwm3": 30, "wwm30": 30, "wwm31": 30, "wwm31yn": 30, "wwm32": 30, "wwm32yn": 30, "wwm33": 30, "wwm33yn": 30, "wwm34": 30, "wwm34yn": 30, "wwm35": 30, "wwm35yn": 30, "wwm36": 30, "wwm36yn": 30, "wwm37": 30, "wwm37yn": 30, "wwm4": 30, "wwm5": 30, "wwm6": 30, "wwm7": 30, "wwm8": 30, "wwm9": 30, "wwm_1": 20, "wwm_18": 20, "wwm_energi": [30, 44], "wwmbnd": 20, "wwminput": [30, 44], "wwminput_history_dep": 30, "wwminput_history_outstyl": 30, "wwminput_history_stokesbaroi": 30, "wwminput_history_stokesbarox": 30, "wwminput_history_stokessurfi": 30, "wwminput_history_stokessurfx": 30, "wwminput_history_tauhf": 30, "wwminput_history_tautot": 30, "wwminput_history_tauw": 30, "wwminput_hotfile_deltc_out": 30, "wwminput_lhotf": 30, "wwminput_lhotr": 30, "wwminput_linid": 30, "wwminput_station_dep": 30, "wwminput_station_outstyl": 30, "wwminput_station_stokesbaroi": 30, "wwminput_station_stokesbarox": 30, "wwminput_station_stokessurfi": 30, "wwminput_station_stokessurfx": 30, "wwminput_station_tauhf": 30, "wwminput_station_tautot": 30, "wwminput_station_tauw": 30, "wx": [12, 56], "wy": [12, 56], "x": [4, 8, 9, 12, 15, 17, 18, 20, 22, 23, 24, 25, 26, 27, 44, 47, 48, 49, 54, 56, 57, 65, 74, 76, 89, 98, 99, 101, 102, 105, 106, 107, 138, 143, 147, 150, 161, 162, 169, 196, 210, 211, 212, 220, 221], "x0": [9, 12, 17, 18, 22, 23, 24, 26, 49], "x1": [23, 26], "x27": [20, 22, 23, 24, 25, 26, 27], "x64": [0, 12, 30], "xarr": 26, "xarrai": [1, 4, 6, 12, 15, 17, 18, 20, 22, 23, 24, 25, 26, 27, 32, 37, 40, 47, 48, 49], "xaxi": [12, 20, 210], "xb": [22, 23, 24], "xbin": 20, "xc": [25, 26, 27], "xexc": [12, 65], "xexc_and_yexc_or_neith": [12, 65], "xgc": [12, 61, 62], "xi": 20, "xindex": 20, "xlabel": [17, 18], "xlen": [9, 12, 25, 26, 27, 66, 91, 95, 210], "xlenc": [12, 21, 25, 26, 27, 66, 210], "xlenfr": 91, "xleninp": [12, 210], "xlenn": 95, "xlim": [18, 20], "xlon": 20, "xlonpandasindexpandasindex": 20, "xlsc0": 44, "xmlcharrefreplac": 12, "xnavo_cod": 20, "xnl": [12, 127], "xout": 30, "xp": [12, 25, 26, 27, 28, 54, 66, 71, 89, 90, 91, 95, 98, 100, 101, 102, 104, 122, 123, 124, 196, 210], "xp1": [89, 90, 102], "xpc": [12, 21, 25, 26, 27, 66, 210], "xpfr": 91, "xpinp": [12, 21, 69, 76, 210], "xpn": 95, "xq": 102, "xq1": 102, "xr": [12, 17, 18, 20, 22, 23, 24, 25, 26, 27], "xsdn_parameter_urn": 26, "xtick": 20, "xwnd": [25, 26, 27], "xy": [12, 20, 23, 44, 105, 169], "xycoord": 20, "y": [4, 8, 9, 12, 15, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 30, 44, 47, 48, 49, 54, 56, 57, 65, 74, 76, 81, 89, 98, 99, 101, 102, 105, 107, 114, 141, 150, 161, 162, 169, 191, 193, 196, 200, 210, 211, 212, 218, 220, 221], "y0": [9, 12, 17, 18, 22, 23, 24, 26, 49], "y1": [23, 26], "yaml": [7, 12, 15, 17, 18, 20, 25, 26, 27, 28, 160], "yan": [12, 19, 209], "yarr": 26, "yaxi": 20, "yb": [22, 23, 24], "ybin": 20, "yc": [25, 26, 27], "yet": [12, 44, 144], "yexc": [12, 65], "yfi": [12, 218], "ygc": [12, 61, 62], "yi": 20, "ylabel": [17, 18], "ylat": 20, "ylatpandasindexpandasindex": 20, "ylen": [9, 12, 25, 26, 27, 66, 91, 95, 210], "ylenc": [12, 21, 25, 26, 27, 66, 210], "ylenfr": 91, "yleninp": [12, 210], "ylenn": 95, "ylim": [18, 20], "yml": [17, 18, 21, 25, 27, 28], "ynavo_cod": 20, "you": [12, 28, 44, 45, 79, 85, 127], "young": [12, 115, 121, 137], "your": [12, 44, 82, 127], "yout": 30, "yp": [12, 25, 26, 27, 28, 54, 66, 71, 89, 90, 91, 95, 98, 102, 104, 122, 123, 124, 196, 210], "yp1": [89, 90, 102], "ypc": [12, 21, 25, 26, 27, 66, 210], "ypfr": 91, "ypinp": [12, 21, 69, 76, 210], "ypn": 95, "yq": 102, "yq1": 102, "yr": [43, 44], "ysdn_parameter_urn": 26, "ytick": 20, "yu": [12, 200], "ywnd": [25, 26, 27], "yymmddhhmm": [12, 61], "yymmddhhmmss": [12, 61], "yyyymmddhhmmss": [12, 61], "z": [4, 12, 20, 25, 26, 27, 30, 44, 47, 48, 200], "z0": [44, 45], "z0cr": 44, "z0eq": 44, "z0st": 44, "z0sw": 44, "z0sw_elem": 44, "z0wr": 44, "z0wr_elem": 44, "z1": [12, 17, 18, 25, 26, 27, 41, 44, 48], "z2": [12, 17, 18, 25, 26, 27, 41, 44, 48], "z2pr": 43, "zag": 43, "zambreski": [12, 194], "zb": 43, "zb1": [43, 44], "zb2": [43, 44], "zcoordin": 44, "zeng": 44, "zeptic": 41, "zero": [12, 20, 26, 30, 44, 54, 64, 79, 129, 142, 150, 179, 184, 192], "zerodowncrossperiod": [30, 44], "zfcm": 43, "zfcp": 43, "zfill": 12, "zfnm": 43, "zfnp": 43, "zfpm": 43, "zfpp": 43, "zfsm": 43, "zfsp": 43, "zgpm": 43, "zhong": 45, "zhou": 45, "zieger": [12, 19, 21, 72, 121, 137], "zijlema": [12, 19, 128, 138, 144, 184, 209], "zip": [11, 12, 18, 23, 25, 26], "zip_fn": [11, 12], "zkhdo": 43, "zkhg": 43, "zktgp": 43, "zktmt": 43, "zmrt": 43, "zmtb": 43, "zn2c": 43, "zonal": [37, 44], "zonat": [12, 120, 130, 131, 132, 133, 134, 144], "zone": [12, 42, 130, 132, 133], "zooplankton": [41, 43, 44], "zorder": [23, 24], "zp2c": 43, "zrg": 43, "zs2c": 43, "zstress": 45, "ztgp": 43, "ztmt": 43, "\u03b7": [12, 65, 74], "\u03b8": [12, 121, 164, 168, 172, 197], "\u03b8_refl": [12, 197], "\u03be": [12, 65, 74], "\ufb01nite": 45}, "titles": ["rompy.core.BaseConfig", "rompy.core.boundary.BoundaryWaveStation", "rompy.core.boundary.SourceWavespectra", "rompy.core.data.DataBlob", "rompy.core.data.DataGrid", "rompy.core.data.SourceBase", "rompy.core.data.SourceFile", "rompy.core.data.SourceIntake", "rompy.core.grid.BaseGrid", "rompy.core.grid.RegularGrid", "rompy.core.spectrum.LogFrequency", "rompy.model.ModelRun", "API Documentation", "Core Concepts", "Demonstration notebooks", "Welcome to rompy\u2019s documentation!", "Models", "Basic demonstration", "Working demonstration", "SWAN Physics Components", "SCHISM procedural example", "Model components", "SWAN BOUNDNEST1", "SWAN BOUNDSPEC SEGMENT", "SWAN BOUNDSPEC SIDE", "SWAN declarative example", "SWAN procedural example", "SWAN sensitivity example", "Templates demonstration", "Quickstart", "rompy.schism.config.SchismCSIROConfig", "rompy.schism.data.SCHISMData", "rompy.schism.data.SCHISMDataBoundary", "rompy.schism.data.SCHISMDataOcean", "rompy.schism.data.SCHISMDataSflux", "rompy.schism.data.SCHISMDataTides", "rompy.schism.data.SCHISMDataWave", "rompy.schism.data.SfluxAir", "rompy.schism.data.SfluxPrc", "rompy.schism.data.SfluxRad", "rompy.schism.data.SfluxSource", "rompy.schism.namelists.cosine.COSINE", "rompy.schism.namelists.ice.ICE", "rompy.schism.namelists.icm.ICM", "rompy.schism.namelists.param.PARAM", "rompy.schism.namelists.sediment.SEDIMENT", "SCHISM", "rompy.swan.boundary.Boundnest1", "rompy.swan.data.SwanDataGrid", "rompy.swan.grid.SwanGrid", "rompy.swan.interface.BoundaryInterface", "rompy.swan.interface.DataInterface", "rompy.swan.interface.LockupInterface", "rompy.swan.interface.OutputInterface", "rompy.swan.types.BlockOptions", "rompy.swan.types.BoundShapeOptions", "rompy.swan.types.GridOptions", "rompy.swan.types.IDLA", "rompy.swan.types.PhysicsOff", "rompy.swan.types.SideOptions", "rompy.swan.components.boundary.BOUNDNEST1", "rompy.swan.components.boundary.BOUNDNEST2", "rompy.swan.components.boundary.BOUNDNEST3", "rompy.swan.components.boundary.BOUNDSPEC", "rompy.swan.components.boundary.INITIAL", "rompy.swan.components.cgrid.CURVILINEAR", "rompy.swan.components.cgrid.REGULAR", "rompy.swan.components.cgrid.UNSTRUCTURED", "rompy.swan.components.group.BaseGroupComponent", "rompy.swan.components.group.INPGRIDS", "rompy.swan.components.group.LOCKUP", "rompy.swan.components.group.OUTPUT", "rompy.swan.components.group.PHYSICS", "rompy.swan.components.group.STARTUP", "rompy.swan.components.inpgrid.CURVILINEAR", "rompy.swan.components.inpgrid.ICE", "rompy.swan.components.inpgrid.REGULAR", "rompy.swan.components.inpgrid.UNSTRUCTURED", "rompy.swan.components.inpgrid.WIND", "rompy.swan.components.lockup.COMPUTE", "rompy.swan.components.lockup.COMPUTE_NONSTAT", "rompy.swan.components.lockup.COMPUTE_STAT", "rompy.swan.components.lockup.HOTFILE", "rompy.swan.components.lockup.STOP", "rompy.swan.components.numerics.NUMERIC", "rompy.swan.components.numerics.PROP", "rompy.swan.components.output.BLOCK", "rompy.swan.components.output.BaseLocation", "rompy.swan.components.output.BaseWrite", "rompy.swan.components.output.CURVE", "rompy.swan.components.output.CURVES", "rompy.swan.components.output.FRAME", "rompy.swan.components.output.GROUP", "rompy.swan.components.output.ISOLINE", "rompy.swan.components.output.NESTOUT", "rompy.swan.components.output.NGRID", "rompy.swan.components.output.NGRID_UNSTRUCTURED", "rompy.swan.components.output.OUTPUT_OPTIONS", "rompy.swan.components.output.POINTS", "rompy.swan.components.output.POINTS_FILE", "rompy.swan.components.output.QUANTITIES", "rompy.swan.components.output.QUANTITY", "rompy.swan.components.output.RAY", "rompy.swan.components.output.SPECOUT", "rompy.swan.components.output.TABLE", "rompy.swan.components.output.TEST", "rompy.swan.components.physics.BRAGG", "rompy.swan.components.physics.BRAGG_FILE", "rompy.swan.components.physics.BRAGG_FT", "rompy.swan.components.physics.BREAKING_BKD", "rompy.swan.components.physics.BREAKING_CONSTANT", "rompy.swan.components.physics.DIFFRACTION", "rompy.swan.components.physics.FRICTION_COLLINS", "rompy.swan.components.physics.FRICTION_JONSWAP", "rompy.swan.components.physics.FRICTION_MADSEN", "rompy.swan.components.physics.FRICTION_RIPPLES", "rompy.swan.components.physics.GEN1", "rompy.swan.components.physics.GEN2", "rompy.swan.components.physics.GEN3", "rompy.swan.components.physics.LIMITER", "rompy.swan.components.physics.MUD", "rompy.swan.components.physics.NEGATINP", "rompy.swan.components.physics.OBSTACLE", "rompy.swan.components.physics.OBSTACLES", "rompy.swan.components.physics.OBSTACLE_FIG", "rompy.swan.components.physics.OFF", "rompy.swan.components.physics.OFFS", "rompy.swan.components.physics.QUADRUPL", "rompy.swan.components.physics.SCAT", "rompy.swan.components.physics.SETUP", "rompy.swan.components.physics.SICE", "rompy.swan.components.physics.SICE_D15", "rompy.swan.components.physics.SICE_M18", "rompy.swan.components.physics.SICE_R19", "rompy.swan.components.physics.SICE_R21B", "rompy.swan.components.physics.SSWELL_ARDHUIN", "rompy.swan.components.physics.SSWELL_ROGERS", "rompy.swan.components.physics.SSWELL_ZIEGER", "rompy.swan.components.physics.SURFBEAT", "rompy.swan.components.physics.TRIAD", "rompy.swan.components.physics.TRIAD_DCTA", "rompy.swan.components.physics.TRIAD_LTA", "rompy.swan.components.physics.TRIAD_SPB", "rompy.swan.components.physics.TURBULENCE", "rompy.swan.components.physics.VEGETATION", "rompy.swan.components.physics.WCAPPING_AB", "rompy.swan.components.physics.WCAPPING_KOMEN", "rompy.swan.components.startup.COORDINATES", "rompy.swan.components.startup.MODE", "rompy.swan.components.startup.PROJECT", "rompy.swan.components.startup.SET", "Boundary and initial conditions", "Computational grid", "Group", "Input grids", "Lock-up", "Numerics", "Output", "Physics", "Startup", "SWAN", "rompy.swan.subcomponents.base.IJ", "rompy.swan.subcomponents.base.XY", "rompy.swan.subcomponents.boundary.CONSTANTFILE", "rompy.swan.subcomponents.boundary.CONSTANTPAR", "rompy.swan.subcomponents.boundary.DEFAULT", "rompy.swan.subcomponents.boundary.HOTMULTIPLE", "rompy.swan.subcomponents.boundary.HOTSINGLE", "rompy.swan.subcomponents.boundary.PAR", "rompy.swan.subcomponents.boundary.SEGMENT", "rompy.swan.subcomponents.boundary.SIDE", "rompy.swan.subcomponents.boundary.VARIABLEFILE", "rompy.swan.subcomponents.boundary.VARIABLEPAR", "rompy.swan.subcomponents.boundary.ZERO", "rompy.swan.subcomponents.numerics.ACCUR", "rompy.swan.subcomponents.numerics.BSBT", "rompy.swan.subcomponents.numerics.CSIGMA", "rompy.swan.subcomponents.numerics.CTHETA", "rompy.swan.subcomponents.numerics.DIRIMPL", "rompy.swan.subcomponents.numerics.GSE", "rompy.swan.subcomponents.numerics.NONSTAT", "rompy.swan.subcomponents.numerics.SETUP", "rompy.swan.subcomponents.numerics.SIGIMPL", "rompy.swan.subcomponents.numerics.STAT", "rompy.swan.subcomponents.numerics.STOPC", "rompy.swan.subcomponents.output.ABS", "rompy.swan.subcomponents.output.REL", "rompy.swan.subcomponents.output.SPEC1D", "rompy.swan.subcomponents.output.SPEC2D", "rompy.swan.subcomponents.physics.DANGREMOND", "rompy.swan.subcomponents.physics.DEWIT", "rompy.swan.subcomponents.physics.ELDEBERKY", "rompy.swan.subcomponents.physics.FREEBOARD", "rompy.swan.subcomponents.physics.GODA", "rompy.swan.subcomponents.physics.JANSSEN", "rompy.swan.subcomponents.physics.KOMEN", "rompy.swan.subcomponents.physics.LINE", "rompy.swan.subcomponents.physics.RDIFF", "rompy.swan.subcomponents.physics.REFL", "rompy.swan.subcomponents.physics.RSPEC", "rompy.swan.subcomponents.physics.ST6", "rompy.swan.subcomponents.physics.ST6C1", "rompy.swan.subcomponents.physics.ST6C2", "rompy.swan.subcomponents.physics.ST6C3", "rompy.swan.subcomponents.physics.ST6C4", "rompy.swan.subcomponents.physics.ST6C5", "rompy.swan.subcomponents.physics.TRANS1D", "rompy.swan.subcomponents.physics.TRANS2D", "rompy.swan.subcomponents.physics.TRANSM", "rompy.swan.subcomponents.physics.WESTHUYSEN", "rompy.swan.subcomponents.readgrid.GRIDREGULAR", "rompy.swan.subcomponents.readgrid.READCOORD", "rompy.swan.subcomponents.readgrid.READINP", "rompy.swan.subcomponents.spectrum.BIN", "rompy.swan.subcomponents.spectrum.GAUSS", "rompy.swan.subcomponents.spectrum.JONSWAP", "rompy.swan.subcomponents.spectrum.PM", "rompy.swan.subcomponents.spectrum.SHAPESPEC", "rompy.swan.subcomponents.spectrum.SPECTRUM", "rompy.swan.subcomponents.spectrum.TMA", "rompy.swan.subcomponents.startup.CARTESIAN", "rompy.swan.subcomponents.startup.SPHERICAL", "rompy.swan.subcomponents.time.Delt", "rompy.swan.subcomponents.time.NONSTATIONARY", "rompy.swan.subcomponents.time.STATIONARY", "rompy.swan.subcomponents.time.Time", "rompy.swan.subcomponents.time.TimeRangeClosed", "rompy.swan.subcomponents.time.TimeRangeOpen", "Base", "Boundary and initial conditions", "Computational grid", "Numerics", "Output", "Physics", "Grid reader", "Spectrum", "Startup", "Time", "Enum Types"], "titleterms": {"": 15, "And": 20, "No": 24, "The": 21, "ab": 185, "accur": 174, "again": 20, "all": 22, "along": 23, "api": 12, "avail": 19, "base": [12, 161, 162, 228], "baseconfig": 0, "basegrid": 8, "basegroupcompon": 68, "baseloc": 87, "basepath": [20, 26, 27], "basewrit": 88, "basic": 17, "bathi": 26, "bin": 213, "biphas": 233, "block": 86, "blockopt": 54, "bottom": [19, 158], "boundari": [1, 2, 12, 13, 20, 22, 23, 24, 26, 47, 60, 61, 62, 63, 64, 151, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 229], "boundaryinterfac": 50, "boundarywavest": 1, "boundnest1": [22, 47, 60], "boundnest2": 61, "boundnest3": 62, "boundshapeopt": 55, "boundspec": [23, 24, 63], "bragg": [106, 158], "bragg_fil": 107, "bragg_ft": 108, "break": [19, 158], "breaking_bkd": 109, "breaking_const": 110, "bsbt": 175, "cartesian": 220, "cgrid": [12, 26, 65, 66, 67], "check": [20, 25, 26, 27], "class": 12, "command": [17, 21], "compon": [12, 19, 21, 26, 27, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160], "comput": [79, 152, 230], "compute_nonstat": 80, "compute_stat": 81, "concept": 13, "condit": [26, 151, 229], "config": [12, 20, 21, 25, 26, 27, 30, 46], "configur": 20, "constantfil": 163, "constantpar": 164, "coordin": 147, "core": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13], "cosin": [41, 46], "csigma": 176, "ctheta": 177, "curv": [89, 90], "curvilinear": [65, 74], "custom": [22, 23], "dangremond": 189, "data": [3, 4, 5, 6, 7, 12, 13, 20, 26, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 46, 48, 160], "datablob": [3, 20], "datagrid": 4, "datainterfac": 51, "dataset": 22, "declar": 25, "default": 165, "defin": [22, 23, 24], "delt": 222, "demonstr": [14, 17, 18, 28], "depth": [25, 26], "dewit": 190, "diffract": [111, 158], "dirimpl": 178, "dissip": [19, 158], "document": [12, 15], "dump": 158, "eldeberki": 191, "enum": 238, "examin": 27, "exampl": [12, 20, 21, 25, 26, 27, 125, 128, 138], "except": 20, "exempl": [12, 72], "exist": 26, "file": [20, 21, 24], "filter": 12, "forc": 20, "frame": 91, "freeboard": 192, "friction": [19, 158], "friction_collin": 112, "friction_jonswap": 113, "friction_madsen": 114, "friction_rippl": 115, "from": [20, 22], "frontmatt": 20, "full": [20, 46], "function": [22, 23, 24], "galleri": 14, "gauss": 214, "gen1": 116, "gen2": 117, "gen3": 118, "gener": [19, 20, 21, 26, 27, 158], "goda": 193, "grid": [8, 9, 12, 13, 20, 25, 26, 27, 46, 49, 152, 154, 160, 230, 234], "gridopt": 56, "gridregular": 210, "group": [12, 19, 68, 69, 70, 71, 72, 73, 92, 153], "gse": 179, "h": [25, 26], "hardcod": 21, "helper": [22, 23, 24], "hotfil": [26, 82], "hotmultipl": 166, "hotsingl": 167, "how": 12, "ic": [42, 46, 75, 158], "icm": [43, 46], "idla": 57, "idw": [22, 24], "ij": 161, "implement": 46, "indic": 15, "initi": [26, 64, 151, 229], "inpgrid": [12, 69, 74, 75, 76, 77, 78], "input": [21, 26, 154], "instal": 29, "instanti": [25, 26, 27], "interact": 158, "interfac": [17, 50, 51, 52, 53, 160], "interpol": 22, "isolin": 93, "janssen": 194, "jonswap": 215, "komen": 195, "let": 20, "limit": [119, 158], "line": [17, 196], "link": 20, "locat": 157, "lock": 155, "lockup": [26, 70, 79, 80, 81, 82, 83], "lockupinterfac": 52, "logfrequ": 10, "method": 21, "minim": 46, "mix": 21, "mode": 148, "model": [11, 12, 13, 16, 20, 21, 25, 26, 27], "modelrun": 11, "mud": [120, 158], "multipl": 23, "namelist": [41, 42, 43, 44, 45, 46], "nearest": [22, 24], "neg": 19, "negatinp": 121, "neighbour": 24, "nestout": 94, "ngrid": 95, "ngrid_unstructur": 96, "nonstat": 180, "nonstationari": 223, "notebook": 14, "numer": [12, 26, 84, 85, 156, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 231], "object": [13, 20, 22, 23, 24, 46], "obstacl": [122, 123, 158], "obstacle_fig": 124, "ocean": 20, "off": [125, 126, 158], "one": 23, "output": [18, 25, 26, 27, 71, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 157, 185, 186, 187, 188, 232], "output_opt": 97, "outputinterfac": 53, "par": 168, "param": [44, 46], "paramet": 27, "parent": [22, 23], "physic": [12, 19, 26, 72, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 158, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 233], "physicsoff": 58, "plot": [18, 25, 26, 27], "pm": 216, "point": [22, 23, 98], "points_fil": 99, "preset": [19, 233], "procedur": [20, 26], "project": 149, "prop": 85, "propag": 26, "qc": 25, "quadrupl": 127, "quadruplet": [19, 158], "quantiti": [100, 101], "quickstart": 29, "rai": 102, "rdiff": 197, "readcoord": 211, "reader": 234, "readgrid": [12, 210, 211, 212], "readinp": 212, "refl": 198, "reflect": 233, "regular": [66, 76], "regulargrid": 9, "rel": 186, "render": 21, "result": 20, "rompi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 15, 18, 22, 23, 24, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "rspec": 199, "run": [13, 18, 20, 25, 26, 27], "scat": 128, "scatter": 158, "scheme": 26, "schism": [20, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46], "schismcsiroconfig": 30, "schismdata": 31, "schismdataboundari": 32, "schismdataocean": 33, "schismdatasflux": 34, "schismdatatid": 35, "schismdatawav": 36, "sea": 158, "sediment": [45, 46], "segment": [23, 169], "select": 22, "sensit": 27, "set": [150, 157], "setup": [129, 158, 181], "sflux": 20, "sfluxair": 37, "sfluxprc": 38, "sfluxrad": 39, "sfluxsourc": 40, "shapespec": 217, "sice": 130, "sice_d15": 131, "sice_m18": 132, "sice_r19": 133, "sice_r21b": 134, "side": [23, 24, 170], "sideopt": 59, "sigimpl": 182, "sourc": [19, 233], "sourcebas": 5, "sourcefil": 6, "sourceintak": 7, "sourcewavespectra": 2, "space": [22, 23], "spec1d": 187, "spec2d": [24, 188], "specifi": 23, "specout": 103, "spectra": [25, 26, 27], "spectrum": [10, 12, 13, 213, 214, 215, 216, 217, 218, 219, 235], "spheric": 221, "sswell_ardhuin": 135, "sswell_rog": 136, "sswell_zieg": 137, "st6": [19, 200, 233], "st6c1": 201, "st6c2": 202, "st6c3": 203, "st6c4": 204, "st6c5": 205, "startup": [12, 26, 73, 147, 148, 149, 150, 159, 220, 221, 236], "stat": 183, "stationari": 224, "stop": 83, "stopc": 184, "subclass": 12, "subcompon": [12, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "surfbeat": [138, 158], "swan": [12, 18, 19, 22, 23, 24, 25, 26, 27, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227], "swandatagrid": 48, "swangrid": 49, "swell": [19, 158], "symlink": 20, "tabl": [15, 104], "templat": 28, "term": [19, 233], "test": 105, "thumbnail": 14, "tidal": 20, "time": [12, 26, 222, 223, 224, 225, 226, 227, 237], "timerangeclos": 226, "timerangeopen": 227, "timeseri": [25, 26], "tma": 219, "tpar": 24, "trans1d": 206, "trans2d": 207, "transm": 208, "transmiss": 233, "triad": [139, 158], "triad_dcta": 140, "triad_lta": 141, "triad_spb": 142, "try": 20, "turbul": [143, 158], "type": [12, 54, 55, 56, 57, 58, 59, 160, 238], "unstructur": [67, 77], "up": [21, 155], "us": 20, "usag": 29, "user": 23, "variablefil": 171, "variablepar": 172, "veget": 144, "vegetaion": 158, "viscos": 158, "wave": [19, 20, 27, 158], "wcapping_ab": 145, "wcapping_komen": 146, "welcom": 15, "westhuysen": 209, "whitecap": [19, 158], "wind": [19, 25, 26, 78], "work": [18, 26], "workspac": [20, 25, 26, 27], "write": 157, "xy": 162, "yaml": 21, "zero": 173}}) \ No newline at end of file diff --git a/swan/_generated/rompy.swan.boundary.Boundnest1.html b/swan/_generated/rompy.swan.boundary.Boundnest1.html index 68cc321d..cee782fa 100644 --- a/swan/_generated/rompy.swan.boundary.Boundnest1.html +++ b/swan/_generated/rompy.swan.boundary.Boundnest1.html @@ -466,6 +466,7 @@

    rompy.swan.boundary.Boundnest1filter (Optional[Filter])

  • grid_type (Literal['boundary_wave_station'])

  • id (str)

  • +
  • link (bool)

  • model_type (Literal['boundnest1', 'BOUNDNEST1'])

  • rectangle (Literal['closed', 'open'])

  • sel_method (Literal['idw', 'nearest'])

  • @@ -560,6 +561,19 @@

    rompy.swan.boundary.Boundnest1 + +

    Whether to create a symbolic link instead of copying the file

    +
    +
    Validated by:
    +
    +
    +
    +

    +
    field model_type: Literal['boundnest1', 'BOUNDNEST1'] = 'boundnest1'#
    @@ -751,6 +765,7 @@

    rompy.swan.boundary.Boundnest1Boundnest1.filter
  • Boundnest1.grid_type
  • Boundnest1.id
  • +
  • Boundnest1.link
  • Boundnest1.model_type
  • Boundnest1.rectangle
  • Boundnest1.sel_method
  • diff --git a/swan/_generated/rompy.swan.data.SwanDataGrid.html b/swan/_generated/rompy.swan.data.SwanDataGrid.html index 58fd2ec7..6fd22dcd 100644 --- a/swan/_generated/rompy.swan.data.SwanDataGrid.html +++ b/swan/_generated/rompy.swan.data.SwanDataGrid.html @@ -466,6 +466,7 @@

    rompy.swan.data.SwanDataGridfac (float)

  • filter (Optional[Filter])

  • id (str)

  • +
  • link (bool)

  • model_type (Literal['data_grid'])

  • source (DATA_SOURCE_TYPES)

  • time_buffer (list[int])

  • @@ -559,6 +560,19 @@

    rompy.swan.data.SwanDataGrid + +

    Whether to create a symbolic link instead of copying the file

    +
    +
    Validated by:
    +
    +
    +
    +

    +
    field model_type: Literal['data_grid'] = 'data_grid'#
    @@ -747,6 +761,7 @@

    rompy.swan.data.SwanDataGridSwanDataGrid.fac
  • SwanDataGrid.filter
  • SwanDataGrid.id
  • +
  • SwanDataGrid.link
  • SwanDataGrid.model_type
  • SwanDataGrid.source
  • SwanDataGrid.time_buffer
  • diff --git a/swan/subcomponents/_generated/rompy.swan.subcomponents.physics.TRANS2D.html b/swan/subcomponents/_generated/rompy.swan.subcomponents.physics.TRANS2D.html index b18f3389..b3f97649 100644 --- a/swan/subcomponents/_generated/rompy.swan.subcomponents.physics.TRANS2D.html +++ b/swan/subcomponents/_generated/rompy.swan.subcomponents.physics.TRANS2D.html @@ -515,8 +515,8 @@

    rompy.swan.subcomponents.physics.TRANS2D
    • dimensions = 2

    • strict_data_typing = False

    • -
    • serialize_numpy_array_to_json = <function pd_np_native_numpy_array_to_data_dict_serializer at 0x7fa9974d5120>

    • -
    • json_schema_from_type_data = <function pd_np_native_numpy_array_json_schema_from_type_data at 0x7fa99729e680>

    • +
    • serialize_numpy_array_to_json = <function pd_np_native_numpy_array_to_data_dict_serializer at 0x7f5e9212ce50>

    • +
    • json_schema_from_type_data = <function pd_np_native_numpy_array_json_schema_from_type_data at 0x7f5e91d697e0>

    • __module__ = pydantic_numpy.helper.annotation