Changeset 2915 for trunk/LMDZ.MARS
- Timestamp:
- Mar 14, 2023, 3:51:56 PM (21 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2914 r2915 3946 3946 == 14/03/2023 == RV 3947 3947 Adapt start2archive_SSO.F to the subslope parametrisation. 3948 3949 == 14/03/2023 == RV 3950 Move the initialisation of inertiedat in the subslope dimension for the case where we start without startfi. -
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.