#include <MOM_memory.h>
#include "version_variable.h"
Go to the source code of this file.
|
module | idealized_hurricane |
| Forcing for the idealized hurricane and SCM_idealized_hurricane examples.
|
|
|
subroutine, public | idealized_hurricane::idealized_hurricane_wind_init (Time, G, US, param_file, CS) |
| Initializes wind profile for the SCM idealized hurricane example. More...
|
|
subroutine, public | idealized_hurricane::idealized_hurricane_wind_forcing (state, forces, day, G, US, CS) |
| Computes the surface wind for the idealized hurricane test cases. More...
|
|
subroutine | idealized_hurricane::idealized_hurricane_wind_profile (CS, absf, YY, XX, UOCN, VOCN, Tx, Ty) |
| Calculate the wind speed at a location as a function of time. More...
|
|
subroutine, public | idealized_hurricane::scm_idealized_hurricane_wind_forcing (state, forces, day, G, US, CS) |
| This subroutine is primarily needed as a legacy for reproducing answers. It is included as an additional subroutine rather than padded into the previous routine with flags to ease its eventual removal. Its functionality is replaced with the new routines and it can be deleted when answer changes are acceptable. More...
|
|