Custom Query (986 matches)
Results (64 - 66 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#78 | Fixed | Typo in routine stats_modobs | ||
Description |
There is a typo in the computation of the mean squared error (MSE) in routine stats_modobs. The code at line 214 should be: & 2.0_r8*mod_std(i)*obs_std(i)*(1.0_r8-CC(i)) Many thanks to Bin Zhang for reporting this typo. |
|||
#79 | Done | Lower and upper bounds indices | ||
Description |
We started working on the nesting capabilities of ROMS. We plan to modify the algorithm sequentialy instead of a big update. To facilitate nesting and ESMF, the lower and upper bounds for the computational tiles and array dimensions are now saved in the structure BOUNDS defined in mod_param.F. This structure contains all the indices for all tiles per nested grid. We just need to compute them only once. Previously, we computed them on the flight every time that the are needed. Of course, this was a very redundant computation. |
|||
#80 | Fixed | Typo in option ADJUST_WSTRESS | ||
Description |
There is a typo in state_addition.F and state_copy.F when adjusting surface wind stress. The C-preprocessing option should be ADJUST_WSTRESS instead of ADJUST_STRESS. Many thanks to Gregoire Broquet for reporting this bug. |