MOM6
user_surface_forcing.F90 File Reference

Go to the source code of this file.

Data Types

type  user_surface_forcing::user_surface_forcing_cs
 This control structure should be used to store any run-time variables associated with the user-specified forcing. More...
 

Modules

module  user_surface_forcing
 Template for user to code up surface forcing.
 

Functions/Subroutines

subroutine, public user_surface_forcing::user_wind_forcing (sfc_state, forces, day, G, US, CS)
 This subroutine sets the surface wind stresses, forcestaux and forcestauy, in [R Z L T-2 ~> Pa]. These are the stresses in the direction of the model grid (i.e. the same direction as the u- and v- velocities). More...
 
subroutine, public user_surface_forcing::user_buoyancy_forcing (sfc_state, fluxes, day, dt, G, US, CS)
 This subroutine specifies the current surface fluxes of buoyancy or temperature and fresh water. It may also be modified to add surface fluxes of user provided tracers. More...
 
subroutine, public user_surface_forcing::user_surface_forcing_init (Time, G, US, param_file, diag, CS)
 This subroutine initializes the USER_surface_forcing module. More...