I'm encountering an issue with the output file generation in ROMS and would appreciate some assistance. After running the model, I've noticed that no output files are being generated in the designated folder. I've checked the roms.in file and ensured that the output file switch LDEFOUT is set to T, indicating that file creation/append is enabled.
Despite this configuration, I'm still not seeing any output files after the model finishes running. I've double-checked the file paths and permissions, but everything seems to be in order.
Here's my command for the time and output
Code: Select all
! Time-Stepping parameters.
NTIMES == 50
DT == 1800.0d0
NDTFAST == 180
! Number of timesteps for computing observation impacts during the
! analysis-forecast cycle.
NTIMES_ANA == 50 ! analysis interval
NTIMES_FCT == 50 ! forecast interval
! Model iteration loops parameters.
ERstr = 1
ERend = 1
Nouter = 1
Ninner = 1
Nsaddle = 1
Nintervals = 1
! Number of eigenvalues (NEV) and eigenvectors (NCV) to compute for the
! Lanczos/Arnoldi problem in the Generalized Stability Theory (GST)
! analysis. NCV must be greater than NEV (see documentation below).
NEV = 2 ! Number of eigenvalues
NCV = 10 ! Number of eigenvectors
! Input/Output parameters.
NRREC == 0
LcycleRST == T
NRST == 100
NSTA == 1
NFLT == 1
NINFO == 1
! Output history, quicksave, average, and diagnostic files parameters.
LDEFOUT == T
NHIS == 5
NDEFHIS == 0
NQCK == 0
NDEFQCK == 0
NTSAVG == 1
NAVG == 5
NDEFAVG == 0
NTSDIA == 1
NDIA == 5
NDEFDIA == 0
Has anyone experienced a similar issue before or can offer some troubleshooting steps to resolve this? Any insights or suggestions would be greatly appreciated.
Thank you in advance for your help!