Changeset 3628 for LMDZ6/branches/Ocean_skin/libf/phylmd/ocean_cpl_mod.F90
- Timestamp:
- Feb 4, 2020, 10:36:32 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Ocean_skin/libf/phylmd/ocean_cpl_mod.F90
r3627 r3628 55 55 radsol, snow, agesno, & 56 56 qsurf, evap, fluxsens, fluxlat, flux_u1, flux_v1, & 57 tsurf_new, dflux_s, dflux_l, sss )57 tsurf_new, dflux_s, dflux_l, sss, s_int) 58 58 59 59 ! … … 92 92 REAL, DIMENSION(klon), INTENT(IN) :: u1, v1, gustiness 93 93 REAL, DIMENSION(klon), INTENT(IN) :: tsurf_in 94 real, intent(in):: s_int(:) ! (knon) ocean-air interface salinity, in ppt 94 95 95 96 ! In/Output arguments … … 205 206 !**************************************************************************************** 206 207 207 CALL cpl_send_ocean_fields(itime, knon, knindex, & 208 swnet, lwnet, fluxlat, fluxsens, & 209 precip_rain, precip_snow, evap, tsurf_new, fder_new, alb1, flux_u1, flux_v1, windsp,& 210 sens_prec_liq, sens_prec_sol, lat_prec_liq, lat_prec_sol, tsurf_in) 211 208 CALL cpl_send_ocean_fields(itime, knon, knindex, swnet, lwnet, fluxlat, & 209 fluxsens, precip_rain, precip_snow, evap, tsurf_new, fder_new, alb1, & 210 flux_u1, flux_v1, windsp, sens_prec_liq, sens_prec_sol, lat_prec_liq, & 211 lat_prec_sol, tsurf_in, s_int) 212 212 213 213 END SUBROUTINE ocean_cpl_noice
Note: See TracChangeset
for help on using the changeset viewer.