Ignore:
Timestamp:
Dec 14, 2015, 11:43:09 AM (9 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2298:2396 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/surf_ocean_mod.F90

    r2298 r2408  
    2020       flux_u1, flux_v1)
    2121
    22   USE dimphy
     22  use albedo, only: alboc, alboc_cd
     23  USE dimphy, ONLY: klon, zmasq
    2324  USE surface_data, ONLY     : type_ocean
    2425  USE ocean_forced_mod, ONLY : ocean_forced_noice
    2526  USE ocean_slab_mod, ONLY   : ocean_slab_noice
    2627  USE ocean_cpl_mod, ONLY    : ocean_cpl_noice
    27   USE indice_sol_mod
     28  USE indice_sol_mod, ONLY : nbsrf, is_oce
    2829!
    2930! This subroutine will make a call to ocean_XXX_noice according to the ocean mode (force,
     
    9192    REAL, DIMENSION(klon) :: radsol
    9293    REAL, DIMENSION(klon) :: cdragq ! Cdrag pour l'evaporation
     94    CHARACTER(len=20),PARAMETER :: modname="surf_ocean"
    9395
    9496! End definition
     
    216218    ENDDO
    217219ELSE
    218        STOP'version non prevue'
     220       CALL abort_physic(modname,'version non prevue',1)
    219221ENDIF
    220222!
Note: See TracChangeset for help on using the changeset viewer.