ocean_da_core_mod module reference
A set of dummy interfaces for compiling the MOM6 DA driver code.
Functions/Subroutines
Initializes the MOM6 DA driver code. |
|
Get profiles obs within the current analysis interval. |
Detailed Description
A set of dummy interfaces for compiling the MOM6 DA driver code.
Function/Subroutine Documentation
- subroutine ocean_da_core_mod/ocean_da_core_init(Domain, global_grid, Profiles, model_time)
Initializes the MOM6 DA driver code.
- Parameters:
domain :: [in] A MOM domain type
global_grid ::
global_grid[in] The global ODA horizontal grid typeprofiles :: This is an unstructured recursive list of profiles which are either within the localized domain corresponding to the Domain argument, or the global profile list (type).
model_time ::
model_time[in] The current model time type.
- Called from:
- subroutine ocean_da_core_mod/get_profiles(model_time, Profiles, Current_profiles)
Get profiles obs within the current analysis interval.
- Parameters:
model_time ::
model_time[in] The current analysis time.profiles :: The full recursive list of profiles.
current_profiles :: A returned list of profiles for the current analysis step.
- Called from: