Changeset 2915 for trunk/LMDZ.MARS/libf
- Timestamp:
- Mar 14, 2023, 3:51:56 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r2911 r2915 605 605 PRINT*,'corresponding criterium = ',def_slope_mean(iflat) 606 606 607 DO islope = 1,nslope608 inertiedat_tmp(:,:,islope) = inertiedat(:,:)609 ENDDO610 611 607 #else 612 608 ! MESOSCALE. Supposedly everything is already set in modules. … … 666 662 day_ini=pday 667 663 endif 664 DO islope = 1,nslope 665 inertiedat_tmp(:,:,islope) = inertiedat(:,:) 666 ENDDO 668 667 #endif 669 668 if (pday.ne.day_ini) then
Note: See TracChangeset
for help on using the changeset viewer.