On Thu, Apr 08, 2010 at 11:30:46 -0400, Georges Djoumna wrote:
>
> Hello all,
> I am a new user of GOTM. I am using GOTM as a turbulent library in
> the MITgcm model. I've written routines to compute the
> square of the buoyancy frequency NN and the shear frequency SS, I
> also have a routine to convert all 3D-vectors to 1D-vectors and the
> reverse. My question is about how to run the model? Where should I
> put gotmrun.nml? When I copy the subdirectory kepsilon_nml/ to the
> directory with the MITgcm executable, I have the following error
you should regard GOTM as a library and only link in the turbulence
library (and the util library) when you compile MITgcm.
When you want to run the program you need a gotmturb.nml namelist file
that will take care of initialising the turbulence module.
This link shows how the interface between our 3D model - GETM - and GOTM
is made. It might serve as inspiration.
Hopefully the link works:
>
> --------------------------------------------------------
>
> init_tridiagonal
> init_gotm
> ------------------------------------------------------------------------
> reading model setup namelists..
> FATAL ERROR: I could not read the "model_setup" namelist
> init_gotm
>
> Any suggestion is welcome
I know of 3D models that have implemented support for using
GOTM as turbulence module. I don't have access to these interface
routines as those who have coded them have not found it necessary to
provide the code. It might be that you - on a bilateral level - can get
further code for inspiration.
>
> Thanks a lot.
>
> Georges Djoumna, Ph.D.
Karsten
MOM4p1 has interfaced to GOTM. You may find some inspiration there as
well. See
http://data1.gfdl.noaa.gov/~arl/pubrel/r/mom4p1/src/mom4p1/doc/mom4_manual.html
for information regarding how to access the code.
Stephen Griffies
>
> Hello all,
> I am a new user of GOTM. I am using GOTM as a turbulent library in
> the MITgcm model.
<snip>
I would be interested to hear about your progress with the coupling of the
GOTM turbulence module to MITgcm. Does it work ? What is your experience ?
Do other colleagues have experience with coupling these two models ?
Kind regards,
Hans.
>
> Georges Djoumna, Ph.D.
> Post Doctorate Fellow
> Faculty of Mathematics
> Department of Applied Mathematics
> University of Waterloo
> Office MC 5135
> Waterloo, Ontario
> Canada N2L 3G1
>
> E-mail : gdjo...@math.uwaterloo.ca
> Office Phone : 1 519 888 4567 Ext 36648
>
> --
> To unsubscribe, reply using "remove me" as the subject.
>
--
Hans Burchard
Leibniz Institute for Baltic Sea Research Warnemuende
Dept. for Physical Oceanography and Instrumentation
Seestrasse 15
D-18119 Rostock-Warnemuende
Germany
Tel.: +49 - 381 - 5197 -140
Fax : +49 - 381 - 5197 -114
web : http://www.io-warnemuende.de/hans-burchard-en.html
Three things
1) You are on the wrong mailing list
2) Please don't hijack an existing mail-thread by just changing the
subject line.
3) getm.eu will provide you plenty of information on how to download and
compilethe code, run test-cases etc. When you have done that you'll
have a much better feeling for setting up your own simulation.
Karsten