However, in the case of the existing algae condition(with harmonic constant as boundary condition), the model which has no problem starts interpreting HYCOM data and input the initial condition data (input ininame, undef ANA_INITIAL) The status is changed.
This situation is not only input HYCOM data, but also the same problem arises(it does not cause a problem when you insert the result(ocean_rst.nc) before the current time into the ininame. but when u and v factor are 0, the same problem arises).
Is this a matter of setting up my header file, or is it making the input file my mistake?
I would like to hear opinion.
Attached is the initial condition used in the model.
Code: Select all
/*
** Application flag: test04
** Input script: test04.in
*/
#define UV_ADV
#define UV_COR
#define UV_VIS4
#define MIX_S_UV
#define TS_DIF4
#define MIX_GEO_TS
#define SOLVE3D
#define UV_LOGDRAG
#undef LIMIT_BSTRESS /* */
#define SALINITY
#define NONLIN_EOS
#define NONLINEAR /* */
#define TS_U3HADVECTION
#define TS_C4VADVECTION
#define WET_DRY
#define DJ_GRADPS
#define SPLINES_VDIFF
#define SPLINES_VVISC
#define RI_SPLINES
#define CURVGRID
#define MASKING
#define VISC_GRID
#define DIFF_GRID
#define GLS_MIXING
#if defined GLS_MIXING || defined MY25_MIXING
# define KANTHA_CLAYSON
# define N2S2_HORAVG
# define CANUTO_A
# define CRAIG_BANNER
# define CHARNOK
#endif
#define STATIONS
#define BODYFORCE
#define ANA_MASK
#undef ANA_INITIAL /* ++++ */
#define ANA_SMFLUX /* surface momentum stress */
#define ANA_SRFLUX /* surface shortwave radiation flux */
#undef SHORTWAVE /* define solar radiation source term+++ */
#define ANA_SPFLUX /* surface passive tracers fluxes */
#define ANA_STFLUX /* surface temperature flux */
#define ANA_SSFLUX /* surface salinity flux */
#define ANA_BPFLUX /* bottom passive tracers fluxes */
#define ANA_BTFLUX /* bottom temperature flux */
#define ANA_BSFLUX /* bottom salinity flux */
#define ANA_TOBC /* tracer boundary condition */
#define ANA_FSOBC /* */
#define ANA_M2OBC /* */
#define ANA_DRAG /* */
#undef RAMP_TIDES
#define FSOBS_REDUCED
#define ADD_FSOBC /* */
#undef BULK_FLUXES /*++*/
#ifdef BULK_FLUXES
# define EMINUSP
# define LONGWAVE_OUT
#endif
#undef SOLAR_SOURCE
#undef DIURNAL_SRFLUX
#undef ANA_NUDGCOEF /* TNUDGE option check+++ */
/*
#define UV_U3HADVECTION
#define UV_C4VADVECTION
*/