Failure to print the results of passive tracer in the output of the roms model

Discussion about Ocean Modeling Communities Meetings, Workshops and Events.

Moderators: arango, robertson

Post Reply
Message
Author
jakarimi
Posts: 2
Joined: Tue Jan 03, 2023 1:44 pm
Location: Imam Hossein Comprehensive University

Failure to print the results of passive tracer in the output of the roms model

#1 Unread post by jakarimi »

Greetings and Regards
We want to use the roms model to investigate the dispersion of a substance in the sea. In this regard, we used passive tracer, and the prepared .h and .in files are sent to the attachment.
Unfortunately, passive tracer results are not printed in the output. We tried to comply with all the cases but still no result is printed in the output. Can anyone help us?

.h file
/*
** svn $Id: upwelling.h 1210 2024-01-03 22:03:03Z arango $
*******************************************************************************
** Copyright (c) 2002-2024 The ROMS/TOMS Group **
** Licensed under a MIT/X style license **
** See License_ROMS.md **
*******************************************************************************
**
** Options for Upwelling Test.
**
** Application flag: UPWELLING
** Input script: roms_upwelling.in
*/

/* Define passive tracers */

# define T_PASSIVE

# define ANA_SPFLUX
# define ANA_BPFLUX
# define ANA_SRFLUX

#define UV_ADV /* use to turn ON or OFF advection terms */
#define UV_COR /* use to turn ON or OFF Coriolis term */
#define UV_LDRAG
#define UV_VIS2
#undef MIX_GEO_UV
#define MIX_S_UV /* momentum mixing on s-surfaces */
#define SPLINES_VDIFF
#define SPLINES_VVISC
#define DJ_GRADPS
#define TS_DIF2
#undef TS_DIF4
#undef MIX_GEO_TS
#define MIX_S_TS

#define SSH_TIDES /* use if imposing tidal elevation*/
#define UV_TIDES /* use if imposing tidal currents*/
#define RAMP_TIDES /* use if ramping (over one day) tidal forcing */

#define ANA_FSOBC /* use if analytical free-surface boundary conditions*/
#define ANA_M2OBC /* use if analytical 2D momentum boundary conditions*/

#define SALINITY
#define SOLVE3D
#define AVERAGES
#define DIAGNOSTICS_TS
#define DIAGNOSTICS_UV

#undef ANA_GRID
#define ANA_INITIAL
#define ANA_SMFLUX
#define ANA_STFLUX
#define ANA_SSFLUX
#define ANA_BTFLUX
#define ANA_BSFLUX

#define WET_DRY

#if defined GLS_MIXING || defined MY25_MIXING
# define KANTHA_CLAYSON
# define N2S2_HORAVG
# define RI_SPLINES
#else
# define ANA_VMIX
#endif

#if defined NEMURO
# define HOLLING_GRAZING
# undef IVLEV_EXPLICIT
#endif

#ifdef BIO_FENNEL
# define CARBON
# define DENITRIFICATION
# define BIO_SEDIMENT
# define DIAGNOSTICS_BIO
#endif

#define PERFECT_RESTART

Post Reply