Changeset 3945 for trunk/LMDZ.PLUTO/libf


Ignore:
Timestamp:
Oct 30, 2025, 5:39:37 PM (6 weeks ago)
Author:
tbertrand
Message:

PLUTO PCM
small fix to read the proper initial date when running the model in Triton's conditions
TB

Location:
trunk/LMDZ.PLUTO/libf/dynphy_lonlat/phypluto
Files:
2 edited

Legend:

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

    r3878 r3945  
    587587      pi=2.*ASIN(1.)
    588588      do i=1,timelen
    589 c       call solarlong(timelist(i),sollong(i))
    590 c       sollong(i) = sollong(i)*180./pi
    591589        write(*,*) 'initial state for day ' ,int(timelist(i))
    592 c       write(*,6) nint(timelist(i)),nint(mod(timelist(i),669)),
    593 c    .    sollong(i)
    594590      end do
    595591
     
    619615        do i=1,timelen
    620616          write(*,*) 'initial state for day ' ,nint(timelist(i))
    621 c         write(*,6) nint(timelist(i)),nint(mod(timelist(i),669))
    622617        end do
    623618        goto 123
  • trunk/LMDZ.PLUTO/libf/dynphy_lonlat/phypluto/start2archive.F

    r3762 r3945  
    2828      USE mod_const_mpi, ONLY: COMM_LMDZ
    2929      USE control_mod, only: planet_type
    30 c      USE callkeys_mod, ONLY: ok_slab_ocean
     30      USE callkeys_mod, ONLY: triton
    3131      use filtreg_mod, only: inifilr
    3232      USE comvert_mod, ONLY: ap,bp
     
    282282c *****************************************************************
    283283c    Option : Reinitialisation des dates dans la premieres annees :
     284      if (.not.triton) then
    284285       do while (day_ini.ge.year_day)
    285286          day_ini=day_ini-year_day
    286287       enddo
     288      endif
    287289c *****************************************************************
    288290
Note: See TracChangeset for help on using the changeset viewer.