Changeset 3740 for LMDZ6/branches/Ocean_skin/libf/phylmd/surf_ocean_mod.F90
- Timestamp:
- Jun 30, 2020, 9:14:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Ocean_skin/libf/phylmd/surf_ocean_mod.F90
r3720 r3740 88 88 ! minus foundation temperature. (Can be negative.) In K. 89 89 90 REAL, intent(inout):: sst_nff(:) ! (knon) 91 ! SST not used to compute surface fluxes, in K. If 92 ! activate_ocean_skin == 0 then it is not defined; if 93 ! activate_ocean_skin == 1 then it is the ocean-air interface 94 ! temperature; if activate_ocean_skin == 2 then it is the bulk SST. 95 90 96 ! Output variables 91 97 !****************************************************************************** … … 103 109 REAL, DIMENSION(klon), INTENT(OUT) :: flux_u1, flux_v1 104 110 105 REAL, intent(out):: sst_nff(:) ! (knon)106 ! SST not used to compute surface fluxes, in K. If107 ! activate_ocean_skin == 0 then it is not defined; if108 ! activate_ocean_skin == 1 then it is the ocean-air interface109 ! temperature; if activate_ocean_skin == 2 then it is the bulk SST.110 111 111 REAL, intent(out):: dter(:) ! (knon) 112 112 ! Temperature variation in the diffusive microlayer, that is … … 190 190 radsol, snow, agesno, & 191 191 qsurf, evap, fluxsens, fluxlat, flux_u1, flux_v1, & 192 tsurf_new, dflux_s, dflux_l, sens_prec_liq, sss, s_int, rhoa) 192 tsurf_new, dflux_s, dflux_l, sens_prec_liq, sss, s_int, rhoa, & 193 sst_nff) 193 194 194 195 CASE('slab')
Note: See TracChangeset
for help on using the changeset viewer.