|
mitgcm
Analysis of MITgcm output using python
|
Calculates the pressure field from the density field using the hydrostatic approximation. More...

Public Member Functions | |
| def | __init__ |
Public Member Functions inherited from mitgcm.core.Tracerpoint_field | |
| def | __init__ |
| def | load_field |
| Load a model field from NetCDF output. More... | |
| def | take_d_dx |
| Take the x derivative of the field on tracer points, using spacings in grid object. More... | |
| def | numerics_take_d_dx (self, rho, wet_mask_TH, dxC) |
| def | take_d_dy |
| Take the y derivative of the field on tracer points, using spacings in grid object. More... | |
| def | numerics_take_d_dy (self, rho, wet_mask_TH, dyC) |
| The numerical bit of taking the y derivative. More... | |
| def | take_d_dz |
| Take the z derivative of the field given on tracer-points, using the spacings in grid object. More... | |
Public Member Functions inherited from mitgcm.core.MITgcm_Simulation | |
| def | __init__ |
| Instantiate an MITgcm model instance. More... | |
| def | load_field |
| Load a model field from NetCDF output. More... | |
| def | load_from_file (self, model_instance, file_list, variable, time_level, grid_loc, single_file) |
| Internal function to pull the data from the file(s). More... | |
| def | __add__ (self, other) |
| A method that allows model objects to be added together. More... | |
| def | __div__ (self, other) |
| A method that allows model objects to be divided by floating point numbers. More... | |
| def | __mul__ (self, other) |
| A method that allows model objects to be multiplied by floating point numbers. More... | |
| def | __rmul__ (self, other) |
| A method that allows model objects to be multiplied by floating point numbers. More... | |
Additional Inherited Members | |
Public Attributes inherited from mitgcm.core.MITgcm_Simulation | |
| grid | |
Calculates the pressure field from the density field using the hydrostatic approximation.
| def mitgcm.core.Pressure.__init__ | ( | self, | |
| model_instance, | |||
density_field = 'RHO', |
|||
ETAN_field = 'ETAN', |
|||
empty = False |
|||
| ) |
1.8.9.1