Ignore:
Timestamp:
Feb 12, 2025, 10:08:35 AM (5 months ago)
Author:
aborella
Message:

Revert merge with trunk

Location:
LMDZ6/branches/contrails
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/contrails

  • LMDZ6/branches/contrails/libf/phylmd/dyn1d/replay1d.f90

    r5489 r5536  
    2424CHARACTER (len=10) :: calend
    2525CHARACTER(len=20) :: calendrier
    26 CHARACTER(len=20) :: lmax_replay
     26
    2727
    2828!---------------------------------------------------------------------
     
    5656call getin('calend',calend)
    5757call getin('day_step',day_step)
    58 
    59 print*,'AVANT getin'
    60 klev=llm
    61 CALL getin('lmax_replay',lmax_replay)
    62 print*,'APRES getin',lmax_replay
    63 CALL getin(lmax_replay,klev)
    64 print*,'replay1d lmax_replay klev',lmax_replay,klev
    65 
    6658calendrier=calend
    6759if ( calendrier == "earth_360d" ) calendrier="360_day"
     
    7769
    7870klon=1
     71klev=llm
    7972call iotd_ini('phys.nc',1,1,klev,0.,0.,presnivs,jour0,mois0,an0,0.,86400./day_step,calendrier)
    8073! Consistent with ... CALL iophys_ini(600.)
Note: See TracChangeset for help on using the changeset viewer.