Changeset 3429
- Timestamp:
- Sep 18, 2024, 9:01:24 AM (2 months ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/changelog.txt
r3423 r3429 1973 1973 == 02/09/2024 == SB 1974 1974 Including variable "tice" in startarchive and newstart 1975 1976 == 18/09/2024 == EM 1977 Minor fix following last updates, only fetch slab ocean variables to put 1978 in the restart file if using the slab ocean. -
trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90
r3397 r3429 2394 2394 write(*,*)'PHYSIQ: for physdem ztime_fin =',ztime_fin 2395 2395 2396 ! fetch "ocean variables" to ensure they are stored 2397 call ocean_slab_get_vars(ngrid, tslab, tice, sea_ice, flux_g, & 2398 dt_hdiff, dt_ekman, dt_gm) 2396 if (ok_slab_ocean) then 2397 ! fetch "ocean variables" to ensure they are stored 2398 call ocean_slab_get_vars(ngrid, tslab, tice, sea_ice, flux_g, & 2399 dt_hdiff, dt_ekman, dt_gm) 2400 endif 2399 2401 2400 2402 call physdem1("restartfi.nc",nsoilmx,ngrid,nlayer,nq, &
Note: See TracChangeset
for help on using the changeset viewer.