Opened 10 years ago
Closed 9 years ago
#686 closed bug (Invalid)
DSTART ignored with ANA_INITIAL — at Version 1
Reported by: | kate | Owned by: | arango |
---|---|---|---|
Priority: | minor | Milestone: | Release ROMS/TOMS 3.7 |
Component: | Nonlinear | Version: | 3.7 |
Keywords: | Cc: |
Description (last modified by )
With ANA_INITIAL, the model time gets overwritten:
ROMS/Nonlinear/initial.F: time(ng)=io_time ! needed for shared-memory
so that setting DSTART is ignored. The variable io_time is set in get_state.F which isn't called in the ANA_INITIAL case. I don't see how INI_FILE can be activated with analytical initial conditions.
Change History (1)
comment:1 by , 9 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I do not know what this is all about. In initial.F, we have:
This section of the code reads initial conditions from a NetCDF file (ININAME). It can read an initial conditions, history or restart NetCDF file. Notice that the internal C-preprocessing option INI_FILE is set in globaldef.h as:
So this code is never present when ANA_INITIAL is activated.