|
MOM6
|
This subroutine stores the reference profile at u and v points for a vector.
Definition at line 40 of file MOM_ALE_sponge.F90.
Private functions | |
| subroutine | set_up_ale_sponge_vel_field_fixed (u_val, v_val, G, u_ptr, v_ptr, CS) |
| This subroutine stores the reference profile at u and v points for the variable whose address is given by u_ptr and v_ptr. More... | |
| subroutine | set_up_ale_sponge_vel_field_varying (filename_u, fieldname_u, filename_v, fieldname_v, Time, G, US, CS, u_ptr, v_ptr) |
| This subroutine stores the reference profile at uand v points for the variable whose address is given by u_ptr and v_ptr. More... | |
This subroutine stores the reference profile at u and v points for a vector.
Definition at line 40 of file MOM_ALE_sponge.F90.
|
private |
This subroutine stores the reference profile at u and v points for the variable whose address is given by u_ptr and v_ptr.
| [in] | g | Grid structure (in). |
| cs | Sponge structure (in/out). | |
| [in] | u_val | u field to be used in the sponge, it has arbritary number of layers. |
| [in] | v_val | v field to be used in the sponge, it has arbritary number of layers. |
| [in] | u_ptr | u pointer to the field to be damped |
| [in] | v_ptr | v pointer to the field to be damped |
Definition at line 665 of file MOM_ALE_sponge.F90.
|
private |
This subroutine stores the reference profile at uand v points for the variable whose address is given by u_ptr and v_ptr.
| [in] | filename_u | File name for u field |
| [in] | fieldname_u | Name of u variable in file |
| [in] | filename_v | File name for v field |
| [in] | fieldname_v | Name of v variable in file |
| [in] | time | Model time |
| [in,out] | g | Ocean grid (in) |
| [in] | us | A dimensional unit scaling type |
| cs | Sponge structure (in/out). | |
| [in] | u_ptr | u pointer to the field to be damped (in). |
| [in] | v_ptr | v pointer to the field to be damped (in). |
Definition at line 702 of file MOM_ALE_sponge.F90.