[MITgcm-support] diagnostics pkg!
Van Thinh Nguyen
vtnguyen at moisie.math.uwaterloo.ca
Tue Jul 19 14:15:21 EDT 2005
Hi Dimitris,
Following your instruction, I tried to turn on the diagnostics pkg as
follows:
1. turn on 'useDiagnostics=.TRUE.' in ../input/data.pkg
2. activated ../input/data.diagnostics as:
---
# Diagnostic Package Choices
&diagnostics_list
frequency(1) = 2,
levels(1,1) = 15,
fields(1,1) = 'RHOAnoma',
filename(1) = 'RHOAnoma',
&end
----
3. turn on 'diagnostics' in code/packages.conf
I don't know what happend I got following warnings when I did "make
depend":
------------------
makedepend: warning: adams_bashforth2.F, line 27: cannot find include
file "GAD.h"
not in GAD.h
not in GAD.h
not in ./GAD.h
not in /usr/include/GAD.h
makedepend: warning: calc_3d_diffusivity.F, line 34: cannot find include
file "GAD.h"
not in GAD.h
not in GAD.h
not in ./GAD.h
not in /usr/include/GAD.h
makedepend: warning: calc_gs.F, line 50: cannot find include file "GAD.h"
not in GAD.h
not in GAD.h
not in ./GAD.h
not in /usr/include/GAD.h
makedepend: warning: calc_gt.F, line 50: cannot find include file "GAD.h"
not in GAD.h
not in GAD.h
not in ./GAD.h
not in /usr/include/GAD.h
makedepend: warning: thermodynamics.F, line 80: cannot find include file
"GAD.h"
not in GAD.h
not in GAD.h
not in ./GAD.h
not in /usr/include/GAD.h
makedepend: warning: timestep_tracer.F, line 27: cannot find include file
"GAD.h"
not in GAD.h
not in GAD.h
not in ./GAD.h
not in /usr/include/GAD.h
--------------
And of course I got error when I complied the code.
Could you or someone (MITgcm-users!) please tell me what happens in my
turning on diagnostics pkg, which should have anything wrong in my setting files or
setting procedures. The same model has run on 16 cpus (mpirun on
irix64) without any error when I didn't turn on diagnostics pkg.
Thanks for all your helps,
Van Thinh
More information about the MITgcm-support
mailing list