Changeset 3628 for LMDZ6/branches/Ocean_skin/libf/phylmd/surf_ocean_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/surf_ocean_mod.F90
r3627 r3628 77 77 REAL, DIMENSION(klon), INTENT(inOUT):: z0h 78 78 79 real, intent(inout):: s_int(:) ! (knon) ocean-air interface salinity, in ppt 80 79 81 REAL, intent(inout):: ds_ns(:) ! (knon) 80 82 ! "delta salinity near surface". Salinity variation in the … … 103 105 104 106 REAL, intent(out):: t_int(:) ! (knon) ocean-air interface temperature, in K 105 real, intent(out):: s_int(:) ! (knon) ocean-air interface salinity, in ppt106 107 107 108 REAL, intent(out):: dter(:) ! (knon) … … 190 191 radsol, snow, agesno, & 191 192 qsurf, evap, fluxsens, fluxlat, flux_u1, flux_v1, & 192 tsurf_new, dflux_s, dflux_l, sss )193 tsurf_new, dflux_s, dflux_l, sss, s_int) 193 194 194 195 CASE('slab')
Note: See TracChangeset
for help on using the changeset viewer.