Ignore:
Timestamp:
Aug 5, 2025, 1:29:32 PM (5 weeks ago)
Author:
tbertrand
Message:

LMDZ.PLUTO:
For newstart : reading in the intial albedo map and the new topography map
TB

File:
1 edited

Legend:

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

    r3862 r3878  
    567567        CALL gr_dyn_fi(1,iip1,jjp1,ngridmx,phis,phisfi)
    568568        CALL gr_dyn_fi(1,iip1,jjp1,ngridmx,surfith,surfithfi)
    569         CALL gr_dyn_fi(1,iip1,jjp1,ngridmx,alb,albfi)
     569        CALL gr_dyn_fi(1,iip1,jjp1,ngridmx,alb,albfi) ! erased at next step
    570570        CALL gr_dyn_fi(1,iip1,jjp1,ngridmx,zmeaS,zmea)
    571571        CALL gr_dyn_fi(1,iip1,jjp1,ngridmx,zstdS,zstd)
     
    584584        write(*,*) 'Reading file START_ARCHIVE'
    585585        CALL lect_start_archive(ngridmx,llm,
    586      &   date,tsurf,tsoil,emis,q2,
     586     &   date,tsurf,tsoil,emis,albfi,q2,
    587587     &   t,ucov,vcov,ps,teta,phisold_newgrid,q,qsurf,
    588588     &   surfith,nid)
Note: See TracChangeset for help on using the changeset viewer.