- Timestamp:
- Oct 31, 2025, 5:36:58 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/start2archive.F
r3937 r3946 67 67 REAL p3d(iip1, jjp1, llm+1) ! pression aux interfaces 68 68 69 c Variable Physiques (grille physique)70 c ------------------------------------ 69 c Variables defined on the physics grid (ngridmx columns) 70 c ------------------------------------------------------ 71 71 REAL tsurf(ngridmx) ! Surface temperature 72 72 REAL,ALLOCATABLE :: tsoil(:,:) ! Soil temperature … … 92 92 93 93 94 c Variable naturelle / grille scalaire94 c Variables defined on the scalar grid 95 95 c ------------------------------------ 96 96 REAL T(ip1jmp1,llm),us(ip1jmp1,llm),vs(ip1jmp1,llm) … … 102 102 REAL,ALLOCATABLE :: qsurfS(:,:) 103 103 REAL emisS(ip1jmp1) 104 REAL :: albedoS( ngridmx) ! surface albedo assumed same at all wavelengths104 REAL :: albedoS(ip1jmp1) ! surface albedo assumed same at all wavelengths 105 105 106 106 ! added by FF for cloud fraction setup
Note: See TracChangeset
for help on using the changeset viewer.
