Changeset 5662 for LMDZ6/trunk/libf/dynphy_lonlat/phylmd
- Timestamp:
- May 20, 2025, 4:24:41 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dynphy_lonlat/phylmd/etat0phys_netcdf.f90
r5296 r5662 110 110 REAL, DIMENSION(SIZE(masque,1),SIZE(masque,2)) :: masque_tmp,phiso 111 111 REAL, DIMENSION(klon) :: sn, rugmer, run_off_lic_0, fder 112 !GG 113 REAL, DIMENSION(klon) :: hice, tsic, bilg_cumul 114 !GG 112 115 REAL, DIMENSION(klon,nbsrf) :: qsurf, snsrf 113 116 REAL, DIMENSION(klon,nsoilmx,nbsrf) :: tsoil … … 142 145 iflag_cldcon, & 143 146 ratqsbas,ratqshaut,tau_ratqs, & 147 !GG iflag_ratqs,ratqsbas,ratqshaut,tau_ratqs, & 144 148 ok_ade, ok_aie, ok_alw, ok_cdnc, ok_volcan, flag_volc_surfstrat, & 145 149 aerosol_couple, chemistry_couple, flag_aerosol, flag_aerosol_strat, & … … 278 282 detr_therm = 0. 279 283 awake_s = 0. 284 !GG 285 hice = 1.0 286 tsic = tsol 287 bilg_cumul = 0. 288 !GG 280 289 281 290 CALL fonte_neige_init(run_off_lic_0) 282 CALL pbl_surface_init( fder, snsrf, qsurf, tsoil ) 291 !GG CALL pbl_surface_init( fder, snsrf, qsurf, tsoil ) 292 CALL pbl_surface_init( fder, snsrf, qsurf, tsoil, hice, tsic, bilg_cumul) 293 !GG 283 294 284 295 IF (iflag_pbl>1 .AND. iflag_wake>=1 .AND. iflag_pbl_split >=1) then
Note: See TracChangeset
for help on using the changeset viewer.
