|
subroutine, public | mom_cap_mod::setservices (gcomp, rc) |
| NUOPC SetService method is the only public entry point. SetServices registers all of the user-provided subroutines in the module with the NUOPC layer. More...
|
|
subroutine | mom_cap_mod::initializep0 (gcomp, importState, exportState, clock, rc) |
| First initialize subroutine called by NUOPC. The purpose is to set which version of the Initialize Phase Definition (IPD) to use. More...
|
|
subroutine | mom_cap_mod::initializeadvertise (gcomp, importState, exportState, clock, rc) |
| Called by NUOPC to advertise import and export fields. "Advertise" simply means that the standard names of all import and export fields are supplied. The NUOPC layer uses these to match fields between components in the coupled system. More...
|
|
subroutine | mom_cap_mod::initializerealize (gcomp, importState, exportState, clock, rc) |
| Called by NUOPC to realize import and export fields. "Realizing" a field means that its grid has been defined and an ESMF_Field object has been created and put into the import or export State. More...
|
|
subroutine | mom_cap_mod::datainitialize (gcomp, rc) |
| TODO. More...
|
|
subroutine | mom_cap_mod::modeladvance (gcomp, rc) |
| Called by NUOPC to advance the model a single timestep. More...
|
|
subroutine | mom_cap_mod::modelsetrunclock (gcomp, rc) |
|
subroutine | mom_cap_mod::ocean_model_finalize (gcomp, rc) |
| Called by NUOPC at the end of the run to clean up. More...
|
|
subroutine | mom_cap_mod::state_setscalar (value, scalar_id, State, mytask, scalar_name, scalar_count, rc) |
| Set scalar data from state for a particula name. More...
|
|
subroutine | mom_cap_mod::mom_realizefields (state, nfields, field_defs, tag, grid, mesh, rc) |
| Realize the import and export fields using either a grid or a mesh. More...
|
|
subroutine | setscalarfield (field, rc) |
|
subroutine | mom_cap_mod::fld_list_add (num, fldlist, stdname, transferOffer, shortname) |
| Set up list of field information. More...
|
|
subroutine | mom_cap_mod::shr_file_setlogunit (nunit) |
|
subroutine | mom_cap_mod::shr_file_getlogunit (nunit) |
|