[MITgcm-support] [uv]stressfiles and runtime error
m. r. schaferkotter
schaferk at bellsouth.net
Thu Jul 10 15:56:04 EDT 2008
how is MITgcm configured to use windstress files?
i generated files of (hopefully) the appropriate sizes and put names
in data.exf
PID.TID 0000.0001) > ustressfile = 'taux.001.bin',
(PID.TID 0000.0001) > vstressfile = 'tauy.001.bin',
the executable aborted with a message:
S/R EXF_CHECK: use u,v_wind components but not wind-stress
i found that message is triggered in exf_check.F
1 C $Header: /u/gcmpack/MITgcm/pkg/exf/exf_check.F,v 1.7
2007/06/27 21:38:09 heimbach Exp $
60 #if ( defined (ALLOW_BULKFORMULAE) && defined
(ALLOW_ATM_WIND) )
61 IF ( ustressfile .NE. ' ' .OR. ustressfile .NE. ' ' )
THEN
62 STOP
63 & 'S/R EXF_CHECK: use u,v_wind components but not wind-
stress'
64 ENDIF
65 #endif
i don/t see how ALLOW_BULKFORMULAE and ALLOW_ATM_WIND have been
defined...
they do not appear in any files in the code directory.
please advise.
michael
More information about the MITgcm-support
mailing list