|
MOM6
|
A set of dummy interfaces for compiling the MOM6 DA driver code.
Functions/Subroutines | |
| subroutine, public | ocean_da_core_init (Domain, global_grid, Profiles, model_time) |
| Initializes the MOM6 DA driver code. More... | |
| subroutine, public | get_profiles (model_time, Profiles, Current_profiles) |
| Get profiles obs within the current analysis interval. More... | |
| subroutine, public ocean_da_core_mod::get_profiles | ( | type(time_type), intent(in) | model_time, |
| type(ocean_profile_type), pointer | Profiles, | ||
| type(ocean_profile_type), pointer | Current_profiles | ||
| ) |
Get profiles obs within the current analysis interval.
| [in] | model_time | The current analysis time. |
| profiles | The full recursive list of profiles. | |
| current_profiles | A returned list of profiles for the current analysis step. |
Definition at line 35 of file ocean_da_core.F90.
| subroutine, public ocean_da_core_mod::ocean_da_core_init | ( | type(domain2d), intent(in), pointer | Domain, |
| type(grid_type), intent(in), pointer | global_grid, | ||
| type(ocean_profile_type), pointer | Profiles, | ||
| type(time_type), intent(in) | model_time | ||
| ) |
Initializes the MOM6 DA driver code.
| [in] | domain | A MOM domain type |
| [in] | global_grid | The global ODA horizontal grid type |
| profiles | 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). | |
| [in] | model_time | The current model time type. |
Definition at line 19 of file ocean_da_core.F90.