SOCA
|
Data Types | |
type | soca_mom6_config |
Data structure neccessary to initialize/run mom6. More... | |
Functions/Subroutines | |
subroutine, public | soca_geomdomain_init (Domain, nk, f_comm) |
Initialize mom6's domain. More... | |
subroutine, public | soca_mom6_init (mom6_config, partial_init) |
Setup/initialize/prepare mom6 for time integration. More... | |
subroutine, public | soca_mom6_end (mom6_config) |
Release memory and possibly dump mom6's restart. More... | |
subroutine, public soca_mom6::soca_geomdomain_init | ( | type(mom_domain_type), intent(in), pointer | Domain, |
integer, intent(out) | nk, | ||
type(fckit_mpi_comm), intent(in) | f_comm | ||
) |
Initialize mom6's domain.
[in] | domain | Ocean model domain |
Definition at line 80 of file soca_mom6.F90.
subroutine, public soca_mom6::soca_mom6_end | ( | type(soca_mom6_config), intent(inout) | mom6_config | ) |
Release memory and possibly dump mom6's restart.
Definition at line 247 of file soca_mom6.F90.
subroutine, public soca_mom6::soca_mom6_init | ( | type(soca_mom6_config), intent(out) | mom6_config, |
logical, intent(in), optional | partial_init | ||
) |
Setup/initialize/prepare mom6 for time integration.
Definition at line 113 of file soca_mom6.F90.