Opened 17 years ago
Closed 17 years ago
#194 closed bug (Fixed)
Couple of bugs in tl_def_his.F and tl_main2d.F
Reported by: | arango | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Adjoint Based Algorithms |
Component: | Adjoint | Version: | 3.2 |
Keywords: | Cc: |
Description
One typo in tl_def_his.F for the barotropic case, the END DO is outside of the #ifdef at line 1351.
Also, tl_main2d.F has an error on line 155:
CALL ini_zeta (ng, TILE, iTLM)
This should be:
CALL tl_ini_zeta (ng, TILE, iTLM)
Note:
See TracTickets
for help on using tickets.
Many thanks to Brian Powell for reporting this.