Custom Query (986 matches)
Results (19 - 21 of 986)
Ticket | Owner | Reporter | Resolution | Summary | ||
---|---|---|---|---|---|---|
#16 | Fixed | Split get_data | ||||
Description |
To facilitate coupling between several systems, we need to split get_data.F into time-dependent data and data that need to be processed only once. A new routine is created (get_idata.F) to process such data. Currently, it only includes tidal forcing (spectral time coordinates), and point Sources/Sinks. |
|||||
#17 | Fixed | Typo in set_data.F routines. | ||||
Description |
There is a typo in set_data.F (NLM, TLM, RPM,ADM) routines when applying periodic boundary conditions to input winds. It apply twice periodic contidions to variable UWind. |
|||||
#19 | Fixed | Errors in CPP logic in set_vbc.F | ||||
Description |
The WEDDELL case uncovers some more errors. Throughout set_vbc.F there are preprocessor conditions of the form:
that should be
Corrected file attached. |