Changeset 2915 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Mar 14, 2023, 3:51:56 PM (21 months ago)
Author:
romain.vande
Message:

Mars PCM:
Move the initialisation of inertiedat in the subslope dimension for the case where we start without startfi.
RV

File:
1 edited

Legend:

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

    r2911 r2915  
    605605       PRINT*,'corresponding criterium = ',def_slope_mean(iflat)
    606606
    607        DO islope = 1,nslope
    608          inertiedat_tmp(:,:,islope) = inertiedat(:,:)
    609        ENDDO
    610 
    611607#else
    612608! MESOSCALE. Supposedly everything is already set in modules.
     
    666662           day_ini=pday
    667663        endif
     664       DO islope = 1,nslope
     665         inertiedat_tmp(:,:,islope) = inertiedat(:,:)
     666       ENDDO
    668667#endif
    669668         if (pday.ne.day_ini) then
Note: See TracChangeset for help on using the changeset viewer.