Ignore:
Timestamp:
Nov 18, 2022, 10:43:43 AM (2 years ago)
Author:
emillour
Message:

Mars GCM:
Remove the "tracer" (logical) flag as we now always run with at least
one tracer.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/aeronomars/thermosphere.F

    r2615 r2823  
    1010      implicit none
    1111
    12 #include "callkeys.h"
     12      include "callkeys.h"
    1313
    1414      integer,intent(in) :: ngrid ! number of atmospheric columns
     
    4343
    4444      if (firstcall) then
    45         if (.not. tracer) then
    46           do l=1,nlayer
    47             do ig=1,ngrid
    48               rnew(ig,l)=r
    49               cpnew(ig,l)=cpp
    50             enddo
    51           enddo
    52         endif
     45        rnew(1:ngrid,1:nlayer)=r
     46        cpnew(1:ngrid,1:nlayer)=cpp
    5347        firstcall= .false.
    5448      endif
Note: See TracChangeset for help on using the changeset viewer.