Custom Query (986 matches)
Results (70 - 72 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#88 | Done | 4DVAR surface forcing corrections | ||
Description |
There are several corrections for the 4DVAR algorithm to minimize surface forcing fields. This is activated with ADJUST_STFLUX and ADJUST_WSTRESS. Several IO corrections are needed in few files. Many thanks to Gregorie Broquet for his debugging of this capability. |
|||
#89 | Fixed | Small adjoint bug and few typos | ||
Description |
The routine step3d_uv.F assigns the value of local variable AK(i,N(ng)) twice. This reassigment is redundant in the nonlinear, tangent linear, and representer model and doesn't affect the results. However, this constitutes a bug in the adjoint model since reassigments are added twice. There is also few typos associated with 4DVAR adjustement of surface forcing fields in routines ad_wrt_his.F, tl_wrt_his.F, and cost_grad.F. Many thanks to Gregoire Broquet for reporting these typos. The routine step2d_LF_AM3.h has an unnecessary specification of I_RANGE and J_RANGE when updating rzeta. This is not a bug. Similar cleaning is done in the TLM, RPM, and ADM versions of this routine. Corrected a bug in nemuro.h when computing zooplankton egestion. Many thanks to Al Hermann for reporting this bug. |
|||
#93 | Fixed | swan collection of final data | ||
Description |
please relocate the command CALL SWEXITMPI within Waves/SWAN/Src/swanmain.F from line 874 to line 914. Please look at the swanmain file in my branch for correct location. There was a potential conflict with swan exiting mpi before it collected the data from all the nodes. |