Changeset 2408 for LMDZ5/branches/testing/libf/phylmd/surf_ocean_mod.F90
- Timestamp:
- Dec 14, 2015, 11:43:09 AM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2293-2295,2297,2299-2302,2305-2313,2315,2317-2380,2382-2396
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/surf_ocean_mod.F90
r2298 r2408 20 20 flux_u1, flux_v1) 21 21 22 USE dimphy 22 use albedo, only: alboc, alboc_cd 23 USE dimphy, ONLY: klon, zmasq 23 24 USE surface_data, ONLY : type_ocean 24 25 USE ocean_forced_mod, ONLY : ocean_forced_noice 25 26 USE ocean_slab_mod, ONLY : ocean_slab_noice 26 27 USE ocean_cpl_mod, ONLY : ocean_cpl_noice 27 USE indice_sol_mod 28 USE indice_sol_mod, ONLY : nbsrf, is_oce 28 29 ! 29 30 ! This subroutine will make a call to ocean_XXX_noice according to the ocean mode (force, … … 91 92 REAL, DIMENSION(klon) :: radsol 92 93 REAL, DIMENSION(klon) :: cdragq ! Cdrag pour l'evaporation 94 CHARACTER(len=20),PARAMETER :: modname="surf_ocean" 93 95 94 96 ! End definition … … 216 218 ENDDO 217 219 ELSE 218 STOP'version non prevue'220 CALL abort_physic(modname,'version non prevue',1) 219 221 ENDIF 220 222 !
Note: See TracChangeset
for help on using the changeset viewer.