MOM6
|
Data Types | |
type | user_revise_forcing_cs |
Functions/Subroutines | |
subroutine, public | user_alter_forcing (state, fluxes, day, G, CS) |
This subroutine sets the surface wind stresses. More... | |
subroutine, public | user_revise_forcing_init (param_file, CS) |
subroutine, public user_revise_forcing::user_alter_forcing | ( | type(surface), intent(in) | state, |
type(forcing), intent(inout) | fluxes, | ||
type(time_type), intent(in) | day, | ||
type(ocean_grid_type), intent(in) | G, | ||
type(user_revise_forcing_cs), pointer | CS | ||
) |
This subroutine sets the surface wind stresses.
[in] | state | A structure containing fields that describe the surface state of the ocean. |
[in,out] | fluxes | A structure containing pointers to any possible forcing fields. Unused fields have NULL ptrs. |
[in] | day | Time of the fluxes. |
[in] | g | The ocean's grid structure. |
cs | A pointer to the control structure returned by a previous call to surface_forcing_init. |
Definition at line 53 of file user_revise_forcing.F90.
subroutine, public user_revise_forcing::user_revise_forcing_init | ( | type(param_file_type), intent(in) | param_file, |
type(user_revise_forcing_cs), pointer | CS | ||
) |
[in] | param_file | !< A structure indicating the open file to parse for model parameter values. |
cs | A pointer to the control structure returned by a previous call to surface_forcing_init. |
Definition at line 67 of file user_revise_forcing.F90.