rompy.schism.namelists.wwminput.Station#

pydantic model rompy.schism.namelists.wwminput.Station[source]#

Show JSON schema
{
   "title": "Station",
   "type": "object",
   "properties": {
      "begtc": {
         "anyOf": [
            {
               "type": "string"
            },
            {
               "type": "null"
            }
         ],
         "default": "20200101.000000",
         "description": "Start simulation time in 'yyyymmdd.hhmmss' format. Must fit the simulation time, otherwise no output is generated. Defaults to PROC%BEGTC if not specified.",
         "title": "Begtc"
      },
      "deltc": {
         "anyOf": [
            {
               "type": "integer"
            },
            {
               "type": "null"
            }
         ],
         "default": 3600,
         "description": "Time step for output in seconds. If smaller than simulation time step, the latter is used. Used for better 1D and 2D spectra analysis.",
         "title": "Deltc"
      },
      "unitc": {
         "anyOf": [
            {
               "type": "string"
            },
            {
               "type": "null"
            }
         ],
         "default": "SEC",
         "description": "Time unit for DELTC. Only 'SEC' is currently supported.",
         "title": "Unitc"
      },
      "endtc": {
         "anyOf": [
            {
               "type": "string"
            },
            {
               "type": "null"
            }
         ],
         "default": "20200201.000000",
         "description": "Stop time for simulation in 'yyyymmdd.hhmmss' format. Defaults to PROC%ENDC if not specified.",
         "title": "Endtc"
      },
      "definetc": {
         "anyOf": [
            {
               "type": "integer"
            },
            {
               "type": "null"
            }
         ],
         "default": -1,
         "description": "Time for definition of station files in seconds. If negative or unset, only one file is generated. Otherwise, it defines the interval for creating output files (e.g., 86400 for daily files).",
         "title": "Definetc"
      },
      "outstyle": {
         "anyOf": [
            {
               "type": "string"
            },
            {
               "type": "null"
            }
         ],
         "default": "NC",
         "description": "Output option. 'NO' for no output, 'STE' for classic station output (default), 'NC' for netCDF output.",
         "title": "Outstyle"
      },
      "multipleout": {
         "anyOf": [
            {
               "type": "integer"
            },
            {
               "type": "null"
            }
         ],
         "default": 0,
         "description": "Output file configuration. 0 for a single netCDF file using MPI_reduce (default), 1 for separate netCDF files for each process.",
         "title": "Multipleout"
      },
      "use_single_out": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Use single precision in the output of model variables. True by default.",
         "title": "Use Single Out"
      },
      "paramwrite": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Write the physical parametrization and chosen numerical method in the netCDF file. True by default.",
         "title": "Paramwrite"
      },
      "fileout": {
         "anyOf": [
            {
               "type": "string"
            },
            {
               "type": "null"
            }
         ],
         "default": "wwm_sta.nc",
         "description": "Output file name (not used).",
         "title": "Fileout"
      },
      "loutiter": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Boolean flag for output iteration.",
         "title": "Loutiter"
      },
      "iouts": {
         "anyOf": [
            {
               "type": "integer"
            },
            {
               "type": "null"
            }
         ],
         "default": 12,
         "description": "Number of output stations.",
         "title": "Iouts"
      },
      "nouts": {
         "anyOf": [
            {
               "items": {
                  "type": "string"
               },
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": [
            "BatemansBay",
            "Brisbane",
            "ByronBay",
            "Cairns",
            "CoffsHbr",
            "CrowdyHead",
            "Eden",
            "HayPt",
            "Mackay",
            "PortKembla",
            "Tsv",
            "Mandurah"
         ],
         "description": "Names of output stations.",
         "title": "Nouts"
      },
      "xouts": {
         "anyOf": [
            {
               "items": {},
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": [
            150.31972,
            153.63166,
            153.745,
            145.715167,
            153.27722,
            152.85333,
            150.15833,
            149.31025,
            149.5467,
            151.01667,
            147.059333,
            115.572227
         ],
         "description": "Longitude coordinates of output stations.",
         "title": "Xouts"
      },
      "youts": {
         "anyOf": [
            {
               "items": {},
               "type": "array"
            },
            {
               "type": "null"
            }
         ],
         "default": [
            -35.75528,
            -27.48716,
            -28.67167,
            -16.7305,
            -30.34361,
            -31.82694,
            -37.175,
            -21.2715,
            -21.037333,
            -34.46694,
            -19.159167,
            -32.452787
         ],
         "description": "Latitude coordinates of output stations.",
         "title": "Youts"
      },
      "cutoff": {
         "anyOf": [
            {
               "type": "number"
            },
            {
               "type": "null"
            }
         ],
         "default": 0.0,
         "description": "Cutoff frequency (Hz) for each station, consistent with buoys.",
         "title": "Cutoff"
      },
      "lsp1d": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Enable 1D spectral station output.",
         "title": "Lsp1D"
      },
      "lsp2d": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Enable 2D spectral station output.",
         "title": "Lsp2D"
      },
      "lsigmax": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Adjust the cut-off frequency for the output (e.g., consistent with buoy cut-off frequency).",
         "title": "Lsigmax"
      },
      "ac": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Output spectrum.",
         "title": "Ac"
      },
      "wk": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output variable WK.",
         "title": "Wk"
      },
      "acout_1d": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output variable ACOUT_1D.",
         "title": "Acout 1D"
      },
      "acout_2d": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output variable ACOUT_2D.",
         "title": "Acout 2D"
      },
      "hs": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Output significant wave height.",
         "title": "Hs"
      },
      "tm01": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Output mean period.",
         "title": "Tm01"
      },
      "tm02": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Output zero-crossing mean period.",
         "title": "Tm02"
      },
      "klm": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output mean wave number.",
         "title": "Klm"
      },
      "wlm": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output mean wave length.",
         "title": "Wlm"
      },
      "etotc": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output variable ETOTC.",
         "title": "Etotc"
      },
      "etots": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output variable ETOTS.",
         "title": "Etots"
      },
      "dm": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Output mean wave direction.",
         "title": "Dm"
      },
      "dspr": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Output directional spreading.",
         "title": "Dspr"
      },
      "tppd": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Output discrete peak period.",
         "title": "Tppd"
      },
      "tpp": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Output peak period.",
         "title": "Tpp"
      },
      "cpp": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output variable CPP.",
         "title": "Cpp"
      },
      "wnpp": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output peak wave number.",
         "title": "Wnpp"
      },
      "cgpp": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output peak group speed.",
         "title": "Cgpp"
      },
      "kpp": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output peak wave number.",
         "title": "Kpp"
      },
      "lpp": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output peak wavelength.",
         "title": "Lpp"
      },
      "peakd": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Output peak direction.",
         "title": "Peakd"
      },
      "peakdspr": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Output peak directional spreading.",
         "title": "Peakdspr"
      },
      "dpeak": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output variable DPEAK.",
         "title": "Dpeak"
      },
      "ubot": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output variable UBOT.",
         "title": "Ubot"
      },
      "orbital": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output orbital velocity.",
         "title": "Orbital"
      },
      "botexper": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output bottom excursion period.",
         "title": "Botexper"
      },
      "tmbot": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output variable TMBOT.",
         "title": "Tmbot"
      },
      "ursell": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output Ursell number.",
         "title": "Ursell"
      },
      "ufric": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output air friction velocity.",
         "title": "Ufric"
      },
      "z0": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output air roughness length.",
         "title": "Z0"
      },
      "alpha_ch": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output Charnock coefficient for air.",
         "title": "Alpha Ch"
      },
      "windx": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Output wind in X direction.",
         "title": "Windx"
      },
      "windy": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Output wind in Y direction.",
         "title": "Windy"
      },
      "cd": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output drag coefficient.",
         "title": "Cd"
      },
      "currtx": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output current in X direction.",
         "title": "Currtx"
      },
      "currty": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output current in Y direction.",
         "title": "Currty"
      },
      "watlev": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output water level.",
         "title": "Watlev"
      },
      "watlevold": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output water level at previous time step.",
         "title": "Watlevold"
      },
      "depdt": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output change of water level in time.",
         "title": "Depdt"
      },
      "dep": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Output depth.",
         "title": "Dep"
      },
      "tauw": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output surface stress from the wave.",
         "title": "Tauw"
      },
      "tauhf": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output high frequency surface stress.",
         "title": "Tauhf"
      },
      "tautot": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output total surface stress.",
         "title": "Tautot"
      },
      "stokessurfx": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Output surface Stokes drift in X direction.",
         "title": "Stokessurfx"
      },
      "stokessurfy": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": true,
         "description": "Output surface Stokes drift in Y direction.",
         "title": "Stokessurfy"
      },
      "stokesbarox": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output barotropic Stokes drift in X direction.",
         "title": "Stokesbarox"
      },
      "stokesbaroy": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output barotropic Stokes drift in Y direction.",
         "title": "Stokesbaroy"
      },
      "rsxx": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output RSXX potential of LH.",
         "title": "Rsxx"
      },
      "rsxy": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output RSXY potential of LH.",
         "title": "Rsxy"
      },
      "rsyy": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output RSYY potential of LH.",
         "title": "Rsyy"
      },
      "cfl1": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output CFL number 1.",
         "title": "Cfl1"
      },
      "cfl2": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output CFL number 2.",
         "title": "Cfl2"
      },
      "cfl3": {
         "anyOf": [
            {
               "type": "boolean"
            },
            {
               "type": "null"
            }
         ],
         "default": false,
         "description": "Output CFL number 3.",
         "title": "Cfl3"
      }
   },
   "additionalProperties": false
}

Fields:
Validators:
field ac: bool | None = True#

Output spectrum.

Validated by:
  • __lowercase_property_keys__

field acout_1d: bool | None = False#

Output variable ACOUT_1D.

Validated by:
  • __lowercase_property_keys__

field acout_2d: bool | None = False#

Output variable ACOUT_2D.

Validated by:
  • __lowercase_property_keys__

field alpha_ch: bool | None = False#

Output Charnock coefficient for air.

Validated by:
  • __lowercase_property_keys__

field begtc: str | None = '20200101.000000'#

Start simulation time in ‘yyyymmdd.hhmmss’ format. Must fit the simulation time, otherwise no output is generated. Defaults to PROC%BEGTC if not specified.

Validated by:
field botexper: bool | None = False#

Output bottom excursion period.

Validated by:
  • __lowercase_property_keys__

field cd: bool | None = False#

Output drag coefficient.

Validated by:
  • __lowercase_property_keys__

field cfl1: bool | None = False#

Output CFL number 1.

Validated by:
  • __lowercase_property_keys__

field cfl2: bool | None = False#

Output CFL number 2.

Validated by:
  • __lowercase_property_keys__

field cfl3: bool | None = False#

Output CFL number 3.

Validated by:
  • __lowercase_property_keys__

field cgpp: bool | None = False#

Output peak group speed.

Validated by:
  • __lowercase_property_keys__

field cpp: bool | None = False#

Output variable CPP.

Validated by:
  • __lowercase_property_keys__

field currtx: bool | None = False#

Output current in X direction.

Validated by:
  • __lowercase_property_keys__

field currty: bool | None = False#

Output current in Y direction.

Validated by:
  • __lowercase_property_keys__

field cutoff: float | None = 0.0#

Cutoff frequency (Hz) for each station, consistent with buoys.

Validated by:
field definetc: int | None = -1#

Time for definition of station files in seconds. If negative or unset, only one file is generated. Otherwise, it defines the interval for creating output files (e.g., 86400 for daily files).

Validated by:
field deltc: int | None = 3600#

Time step for output in seconds. If smaller than simulation time step, the latter is used. Used for better 1D and 2D spectra analysis.

Validated by:
field dep: bool | None = True#

Output depth.

Validated by:
  • __lowercase_property_keys__

field depdt: bool | None = False#

Output change of water level in time.

Validated by:
  • __lowercase_property_keys__

field dm: bool | None = True#

Output mean wave direction.

Validated by:
  • __lowercase_property_keys__

field dpeak: bool | None = False#

Output variable DPEAK.

Validated by:
  • __lowercase_property_keys__

field dspr: bool | None = True#

Output directional spreading.

Validated by:
  • __lowercase_property_keys__

field endtc: str | None = '20200201.000000'#

Stop time for simulation in ‘yyyymmdd.hhmmss’ format. Defaults to PROC%ENDC if not specified.

Validated by:
field etotc: bool | None = False#

Output variable ETOTC.

Validated by:
  • __lowercase_property_keys__

field etots: bool | None = False#

Output variable ETOTS.

Validated by:
  • __lowercase_property_keys__

field fileout: str | None = 'wwm_sta.nc'#

Output file name (not used).

Validated by:
  • __lowercase_property_keys__

field hs: bool | None = True#

Output significant wave height.

Validated by:
  • __lowercase_property_keys__

field iouts: int | None = 12#

Number of output stations.

Validated by:
field klm: bool | None = False#

Output mean wave number.

Validated by:
  • __lowercase_property_keys__

field kpp: bool | None = False#

Output peak wave number.

Validated by:
  • __lowercase_property_keys__

field loutiter: bool | None = False#

Boolean flag for output iteration.

Validated by:
  • __lowercase_property_keys__

field lpp: bool | None = False#

Output peak wavelength.

Validated by:
  • __lowercase_property_keys__

field lsigmax: bool | None = True#

Adjust the cut-off frequency for the output (e.g., consistent with buoy cut-off frequency).

Validated by:
  • __lowercase_property_keys__

field lsp1d: bool | None = True#

Enable 1D spectral station output.

Validated by:
  • __lowercase_property_keys__

field lsp2d: bool | None = True#

Enable 2D spectral station output.

Validated by:
  • __lowercase_property_keys__

field multipleout: int | None = 0#

Output file configuration. 0 for a single netCDF file using MPI_reduce (default), 1 for separate netCDF files for each process.

Validated by:
field nouts: list[str] | None = ['BatemansBay', 'Brisbane', 'ByronBay', 'Cairns', 'CoffsHbr', 'CrowdyHead', 'Eden', 'HayPt', 'Mackay', 'PortKembla', 'Tsv', 'Mandurah']#

Names of output stations.

Validated by:
field orbital: bool | None = False#

Output orbital velocity.

Validated by:
  • __lowercase_property_keys__

field outstyle: str | None = 'NC'#

Output option. ‘NO’ for no output, ‘STE’ for classic station output (default), ‘NC’ for netCDF output.

Validated by:
field paramwrite: bool | None = True#

Write the physical parametrization and chosen numerical method in the netCDF file. True by default.

Validated by:
  • __lowercase_property_keys__

field peakd: bool | None = True#

Output peak direction.

Validated by:
  • __lowercase_property_keys__

field peakdspr: bool | None = True#

Output peak directional spreading.

Validated by:
  • __lowercase_property_keys__

field rsxx: bool | None = False#

Output RSXX potential of LH.

Validated by:
  • __lowercase_property_keys__

field rsxy: bool | None = False#

Output RSXY potential of LH.

Validated by:
  • __lowercase_property_keys__

field rsyy: bool | None = False#

Output RSYY potential of LH.

Validated by:
  • __lowercase_property_keys__

field stokesbarox: bool | None = False#

Output barotropic Stokes drift in X direction.

Validated by:
  • __lowercase_property_keys__

field stokesbaroy: bool | None = False#

Output barotropic Stokes drift in Y direction.

Validated by:
  • __lowercase_property_keys__

field stokessurfx: bool | None = True#

Output surface Stokes drift in X direction.

Validated by:
  • __lowercase_property_keys__

field stokessurfy: bool | None = True#

Output surface Stokes drift in Y direction.

Validated by:
  • __lowercase_property_keys__

field tauhf: bool | None = False#

Output high frequency surface stress.

Validated by:
  • __lowercase_property_keys__

field tautot: bool | None = False#

Output total surface stress.

Validated by:
  • __lowercase_property_keys__

field tauw: bool | None = False#

Output surface stress from the wave.

Validated by:
  • __lowercase_property_keys__

field tm01: bool | None = True#

Output mean period.

Validated by:
  • __lowercase_property_keys__

field tm02: bool | None = True#

Output zero-crossing mean period.

Validated by:
  • __lowercase_property_keys__

field tmbot: bool | None = False#

Output variable TMBOT.

Validated by:
  • __lowercase_property_keys__

field tpp: bool | None = True#

Output peak period.

Validated by:
  • __lowercase_property_keys__

field tppd: bool | None = True#

Output discrete peak period.

Validated by:
  • __lowercase_property_keys__

field ubot: bool | None = False#

Output variable UBOT.

Validated by:
  • __lowercase_property_keys__

field ufric: bool | None = False#

Output air friction velocity.

Validated by:
  • __lowercase_property_keys__

field unitc: str | None = 'SEC'#

Time unit for DELTC. Only ‘SEC’ is currently supported.

Validated by:
field ursell: bool | None = False#

Output Ursell number.

Validated by:
  • __lowercase_property_keys__

field use_single_out: bool | None = True#

Use single precision in the output of model variables. True by default.

Validated by:
  • __lowercase_property_keys__

field watlev: bool | None = False#

Output water level.

Validated by:
  • __lowercase_property_keys__

field watlevold: bool | None = False#

Output water level at previous time step.

Validated by:
  • __lowercase_property_keys__

field windx: bool | None = True#

Output wind in X direction.

Validated by:
  • __lowercase_property_keys__

field windy: bool | None = True#

Output wind in Y direction.

Validated by:
  • __lowercase_property_keys__

field wk: bool | None = False#

Output variable WK.

Validated by:
  • __lowercase_property_keys__

field wlm: bool | None = False#

Output mean wave length.

Validated by:
  • __lowercase_property_keys__

field wnpp: bool | None = False#

Output peak wave number.

Validated by:
  • __lowercase_property_keys__

field xouts: list | None = [150.31972, 153.63166, 153.745, 145.715167, 153.27722, 152.85333, 150.15833, 149.31025, 149.5467, 151.01667, 147.059333, 115.572227]#

Longitude coordinates of output stations.

Validated by:
field youts: list | None = [-35.75528, -27.48716, -28.67167, -16.7305, -30.34361, -31.82694, -37.175, -21.2715, -21.037333, -34.46694, -19.159167, -32.452787]#

Latitude coordinates of output stations.

Validated by:
field z0: bool | None = False#

Output air roughness length.

Validated by:
  • __lowercase_property_keys__

validator validate_begtc  »  begtc[source]#
validator validate_cutoff  »  cutoff[source]#
validator validate_definetc  »  definetc[source]#
validator validate_deltc  »  deltc[source]#
validator validate_endtc  »  endtc[source]#
validator validate_iouts  »  iouts[source]#
validator validate_multipleout  »  multipleout[source]#
validator validate_nouts  »  nouts[source]#
validator validate_outstyle  »  outstyle[source]#
validator validate_unitc  »  unitc[source]#
validator validate_xouts  »  xouts[source]#
validator validate_youts  »  youts[source]#