Ignore:
Timestamp:
Jun 16, 2014, 4:33:38 PM (10 years ago)
Author:
Ehouarn Millour
Message:

Preparatory stuff to fix and improve the slab ocean model.
FC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phyredem.F90

    r1938 r2057  
    1515  USE carbon_cycle_mod, ONLY : carbon_cycle_cpl, co2_send
    1616  USE indice_sol_mod
     17  USE surface_data
     18  USE ocean_slab_mod, ONLY : tslab
    1719
    1820  IMPLICIT none
     
    3335
    3436  REAL tsoil(klon, nsoilmx, nbsrf)
    35   REAL tslab(klon), seaice(klon)
    3637  REAL qsurf(klon, nbsrf)
    3738  REAL qsol(klon)
     
    340341  END IF
    341342
     343  ! Restart variables for Slab ocean
     344  IF (type_ocean == 'slab') THEN
     345      CALL put_field("tslab", "Slab ocean temperature", tslab)
     346  END IF
     347
    342348  if (ok_gwd_rando) then
    343349     call put_field("du_gwd_rando", &
Note: See TracChangeset for help on using the changeset viewer.