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