Ignore:
Timestamp:
Oct 29, 2025, 9:10:13 PM (5 weeks ago)
Author:
tbertrand
Message:

PLUTO PCM :
Some options in newstart for Triton simulations
TB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/dynphy_lonlat/phypluto/leapfrog_nogcm_pluto.F

    r3564 r3941  
    257257      do ij=1,ip1jmp1
    258258        do l=2,llm
    259 !          PRINT*,'pk(ij,l) = ',pk(ij,l)
    260 !          PRINT*,'pk(ij,l-1) = ',pk(ij,l-1)
     259          !PRINT*,'pk(ij,l) = ',l,pk(ij,l)
     260          !PRINT*,'pk(ij,l-1) = ',pk(ij,l-1)
    261261          if(pk(ij,l).gt.pk(ij,l-1)) then
    262262c           write(*,*) ij,l,pk(ij,l)
Note: See TracChangeset for help on using the changeset viewer.