|
phyex1d
1D model using PHYEX
|


Public Member Functions | |
| step (self, state, timestep, timestep_number) | |
Public Member Functions inherited from phyex1d.phyex.PHYEX | |
| __init__ (self, dt, method, name, tag, case, grid, prognostic_variables, pyphyex=None, pyecrad=None, namel=None, dx=0, dy=0, attrs=None) | |
| setup (self, init_state, duration) | |
| finalize (self) | |
Public Member Functions inherited from phyex1d.physics_base.PhysicsBase | |
| execute (self, previous_state, timestep, timestep_number) | |
| add_vertical_coordinate (self, state) | |
| add_conversions (self, state) | |
| build_init_state (self, init_state) | |
| forcing (self, state, timestep, timestep_number) | |
Public Attributes | |
| dx | |
| dy | |
Public Attributes inherited from phyex1d.phyex.PHYEX | |
| pyphyex | |
| pyecrad | |
| namel | |
| full_phyex_namel | |
| dx | |
| dy | |
Public Attributes inherited from phyex1d.physics_base.PhysicsBase | |
| case | |
| grid | |
| prognostic_variables | |
| cst | |
Additional Inherited Members | |
Protected Attributes inherited from phyex1d.phyex.PHYEX | |
| _pyphyex | |
| _pyecrad | |
| _dt | |
Implementation of a PHYEX timestep using the AROME way This class is not intended to be used directly
| phyex1d.phyex.PhysicsArome.step | ( | self, | |
| state, | |||
| timestep, | |||
| timestep_number | |||
| ) |
Advance the state by one PHYEX timestep
Reimplemented from phyex1d.physics_base.PhysicsBase.