Changeset 4068 for trunk/LMDZ.COMMON/libf/evolution/pem.F90
- Timestamp:
- Feb 12, 2026, 12:32:15 PM (2 weeks ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/pem.F90 (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/pem.F90
r4065 r4068 265 265 allocate(character(8) :: num) 266 266 end if 267 allocate(delta_icetable(ngrid),icetable_depth_old(ngrid,nslope),is_co2ice_disappeared(ngrid,nslope) )267 allocate(delta_icetable(ngrid),icetable_depth_old(ngrid,nslope),is_co2ice_disappeared(ngrid,nslope),tsoil_ts_old(ngrid,nsoil,nslope,nday)) 268 268 is_co2ice_disappeared(:,:) = .false. 269 269 delta_icetable(:) = 0._dp … … 290 290 ! Conversion to surface ice 291 291 call layering2surfice(layerings_map,h2o_ice,co2_ice,h2oice_depth) 292 293 292 else 294 293 zlag(:,:) = 0._dp … … 324 323 325 324 ! Evolve soil temperature 326 allocate(tsoil_ts_old(ngrid,nsoil,nslope,nday))327 325 call evolve_soil_temp(tsoil_avg,tsurf_avg,tsoil_ts,tsoil_ts_old,h2o_soildensity_avg) 328 326 … … 491 489 492 490 ! Write the "start.nc" 493 call write_restart(ps4PCM,pa4PCM,preff4PCM, tsurf4PCM,q4PCM,teta4PCM,air_mass4PCM)491 call write_restart(ps4PCM,pa4PCM,preff4PCM,q4PCM,teta4PCM,air_mass4PCM) 494 492 495 493 ! Update the duration information of the simulation
Note: See TracChangeset
for help on using the changeset viewer.
