Changeset 3429 for trunk/LMDZ.GENERIC/libf/phystd
- Timestamp:
- Sep 18, 2024, 9:01:24 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.