Changeset 3638
- Timestamp:
- Feb 19, 2020, 4:14:59 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Ocean_skin/libf/phylmd/oasis.F90
r3628 r3638 192 192 if (activate_ocean_skin == 2) then 193 193 infosend(ids_t_int)%action = .TRUE. 194 infosend(ids_t_int)%name = ' T_int'194 infosend(ids_t_int)%name = 'COSSTSKIN' 195 195 infosend(ids_s_int)%action = .TRUE. 196 infosend(ids_s_int)%name = ' S_int'196 infosend(ids_s_int)%name = 'COSSSSKIN' 197 197 end if 198 198 … … 236 236 if (activate_ocean_skin >= 1) then 237 237 inforecv(idr_sss)%action = .TRUE. 238 inforecv(idr_sss)%name = ' salinity'238 inforecv(idr_sss)%name = 'O_SSSSS' 239 239 end if 240 240
Note: See TracChangeset
for help on using the changeset viewer.