Ignore:
Timestamp:
Mar 19, 2026, 10:32:21 AM (4 weeks ago)
Author:
jbclement
Message:

Mars PCM:
Fix r4142 to conform to fixed-form column format and allow compilation.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/physiq_mod.F

    r4142 r4143  
    930930     &                iq .ne. igcm_co2) then
    931931                     ! Correcting species other than CO2
    932                      pq_corrdyn(ig, l, iq) = pq(ig, l, iq) * masscorrfac(iq)
     932                     pq_corrdyn(ig, l, iq) =
     933     &                    pq(ig, l, iq) * masscorrfac(iq)
    933934                     ! Adjust CO2 to compensate for mass creation/loss
    934935                     pq_corrdyn(ig, l, igcm_co2) =
Note: See TracChangeset for help on using the changeset viewer.