Opened 18 years ago
Closed 18 years ago
#76 closed defect (Fixed)
TS_MPDATA, Missed declaration
Reported by: | mathieu | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Adjoint Based Algorithms |
Component: | Adjoint | Version: | 3.1 |
Keywords: | Cc: |
Description
- In the file tl_step3d_t.F in the function tl_step3d_t_tile the variable t(:,:,:,:,:) is declared as intent(in)
- But it is put in argument to exchange_r3d_tile as an intent(inout)
solution is maybe to declare it as intent(inout) in lines 247,250,332
Change History (1)
comment:1 by , 18 years ago
Component: | Nonlinear → Adjoint |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Summary: | Missed declaration → TS_MPDATA, Missed declaration |
Type: | bug → defect |
Note:
See TracTickets
for help on using tickets.
No, really! The t variable needs to be replace to tl_t. Notice that the tangent linear model only changes the tl_* state arrays. The same applies to the adjoint model (ad_*) and representer model (rp_*).
The TS_MPDATA option is not supported for the TLM, RPM, and ADM. See comments in ticket 74:
https://www.myroms.org/projects/src/ticket/74