Custom Query (986 matches)
Results (289 - 291 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#386 | Fixed | Input parameters scripts and the KEYWORD | ||
Description |
In a recent forum post it was discussed about problem of decoding the KEYWORD in ROMS input parameters scripts processed by inp_par.F. I took a look at this problem and made decode_line more robust to process input lines with all kind of characters after the first comment character [CHAR(33)=!]. Now it is possible to have any kind of characters after the comment. For example: DT == 360.0d0 \TAB \TAB ! @ 1 day = 240 timesteps !&*==!!\TAB %%%: Notice that now:
Many thanks to Simon Spagnol, Mark Hadfield, and John Wilkin for reporting this problem. |
|||
#387 | Fixed | Corrected typo in observations impact variables | ||
Description |
Corrected a typo in obs_sen_w4dpsas.h and obs_sen_w4dvar.h when writing the observation impact into output 4D-Var NetCDF file. Many thanks to Andy Moore for bringing this to my attention. |
|||
#388 | Done | Generalized coupled biology and sediment models interface, final phase | ||
Description |
This is the final phase of the redesign of the coupled biology and sediment models in ROMS which started with src:ticket:375. This update removes the dependency of these models on mod_param.F, mod_ncparam.F, and mod_scalars.F. No longer there is a need to modifying these files when customizing or expanding these models.
Several files have minor changes to facilitate this redesign. It will be very easy in the future to add new ecosystem models or expand existing ones. WARNING: If adding new tracer indices to any of these models, the user need to select a unique and meaningful five character index (like, itemp for temperature) and check for conflicts in mod_ncparam.F or mod_scalars.F. The new metadata in varinfo.dat must be consistent with the new index. |