Ignore:
Timestamp:
Oct 31, 2025, 5:36:58 PM (4 weeks ago)
Author:
emillour
Message:

Generic PCM:
Minor fix in start2archive: the dimension for albedoS (albedo recasted on the
dynamics scalar grid) shoudld be ip1jmp1.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/start2archive.F

    r3937 r3946  
    6767      REAL p3d(iip1, jjp1, llm+1)            ! pression aux interfaces
    6868     
    69 c Variable Physiques (grille physique)
    70 c ------------------------------------
     69c Variables defined on the physics grid (ngridmx columns)
     70c ------------------------------------------------------
    7171      REAL tsurf(ngridmx)        ! Surface temperature
    7272      REAL,ALLOCATABLE :: tsoil(:,:) ! Soil temperature
     
    9292
    9393
    94 c Variable naturelle / grille scalaire
     94c Variables defined on the scalar grid
    9595c ------------------------------------
    9696      REAL T(ip1jmp1,llm),us(ip1jmp1,llm),vs(ip1jmp1,llm)
     
    102102      REAL,ALLOCATABLE :: qsurfS(:,:)
    103103      REAL emisS(ip1jmp1)
    104       REAL :: albedoS(ngridmx) ! surface albedo assumed same at all wavelengths
     104      REAL :: albedoS(ip1jmp1) ! surface albedo assumed same at all wavelengths
    105105
    106106!     added by FF for cloud fraction setup
Note: See TracChangeset for help on using the changeset viewer.