[MITgcm-support] Using MITgcm for a complex domain!
Matthew Mazloff
mmazloff at MIT.EDU
Sun Jun 19 23:22:28 EDT 2005
Hi Van Thinh
Many of the verification experiments include the matlab program
gendata.m in the input folder. This file is an example of how to
generate a bathymetry file.
the file is written in this program e.g.
fid=fopen('data.bathy','w','b');
fwrite(fid,Q,'real*8');
fclose(fid)
and then in your input data file you give the input data file in the
parm05 namelist
e.g.
&PARM05
bathyFile='data.bathy',
&
delZ only determines your depth levels, not wet/dry points. The model
determines your wet/dry points from bathyFile
(you may also want to use partial cells, see 2.10.7 in the mitgcm manual)
-Matt
Van Thinh Nguyen wrote:
>Dear all,
>
>I would like to use MITgcm to simulate internal waves in a real 3D region,
>which has a complex topography given by latitude, longitute and depth
>(depth is not constant!).
>I don't know how can I divide a mesh (delz) for the depth.
>
>If anyone has ideas to solve this, please help me!
>
>Thanks so much!
>
>Van Thinh
>
>_______________________________________________
>MITgcm-support mailing list
>MITgcm-support at mitgcm.org
>http://mitgcm.org/mailman/listinfo/mitgcm-support
>
>
More information about the MITgcm-support
mailing list