Ignore:
Timestamp:
Nov 10, 2017, 2:25:09 PM (7 years ago)
Author:
Laurent Fairhead
Message:

Continuing LMDZ/DYNAMICO physiqs match-up. First step in replacing dtime in the physics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/DYNAMICO-conv/libf/phylmd/phyetat0.F90

    • Property svn:keywords changed from Author Date Id Revision to Id
    r3000 r3065  
    99  USE pbl_surface_mod,  ONLY : pbl_surface_init
    1010  USE surface_data,     ONLY : type_ocean, version_ocean
    11   USE phys_state_var_mod, ONLY : ancien_ok, clwcon, detr_therm, dtime, &
     11  USE phys_state_var_mod, ONLY : ancien_ok, clwcon, detr_therm, phys_tstep, &
    1212       qsol, fevap, z0m, z0h, agesno, &
    1313       du_gwd_rando, du_gwd_front, entr_therm, f0, fm_therm, &
     
    466466
    467467  IF ( type_ocean == 'slab' ) THEN
    468       CALL ocean_slab_init(dtime, pctsrf)
     468      CALL ocean_slab_init(phys_tstep, pctsrf)
    469469      IF (nslay.EQ.1) THEN
    470470        found=phyetat0_get(1,tslab,"tslab01","tslab",0.)
     
    515515  ! Initialize module ocean_cpl_mod for the case of coupled ocean
    516516  IF ( type_ocean == 'couple' ) THEN
    517      CALL ocean_cpl_init(dtime, longitude_deg, latitude_deg)
     517     CALL ocean_cpl_init(phys_tstep, longitude_deg, latitude_deg)
    518518  ENDIF
    519519
Note: See TracChangeset for help on using the changeset viewer.