[MITgcm-support] Implimenting TIDAL forcing in momenteum equations
Martin Losch
Martin.Losch at awi.de
Mon Sep 10 03:56:59 EDT 2012
verification/internal_wave/code/obcs_calc.F
shows how to do it for open boundaries. Maybe that's the best place to start.
If you want to apply the body force everywhere, you should go to model/src/external_forcing.F. There you add your contribution to gU and gV (so gU = gU + tidal forcing). The new velocities are later computed from something like U = U + deltaT*gU, so your gU units should be velocity units per time.
M.
On Sep 9, 2012, at 8:26 PM, Himansu Pradhan wrote:
> Dear MITgcm users ,
>
> I want to IMPLIMENT TIDAL forcing to the model to generate internal waves.
>
> I want to add this BODY Force to the zonal and meridional momenteum equations .
> The forcing would be something like " Force = Velocity * omega * sin (omega * time) "
>
> ( i have seen some modellers use this techinque to generate IWs using MITgcm).
>
> Do help me how to start ??? / which code to edit ........for implementing this in the momenteum equations...
>
> Any suggestations/help is deeply appreciated.
>
> Thanking all in advance.
>
> Himansu
>
>
>
>
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org
> http://mitgcm.org/mailman/listinfo/mitgcm-support
More information about the MITgcm-support
mailing list