Opened 3 years ago
Closed 2 years ago
#106 closed defect (fixed)
Bug Correction in jthermalcalc_e107.F [VENUS GCM]
Reported by: | amartinez | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VENUS GCM | Version: | |
Keywords: | correction | Cc: | 2464 |
Description
CURRENT VERSION: 2464
Hello everyone,
a correction in the code of jthermalcalc_e107.F of Venus is to be realized on the NO2 and H2.
line 226: jfotsout(indexint,5,auxi) = jfotsout(indexint,5,auxi) *
=====>
jfotsout(indexint,5,auxi) = jfotsout(indexint,5,nlayer) *
line 773: jfotsout(indexint,13,auxi) ===> jfotsout(indexint,13,nlayer)
Note: See
TracTickets for help on using
tickets.
Fixed with r2809.