- Timestamp:
- Jun 12, 2020, 9:31:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Ocean_skin/libf/phylmd/phys_output_write_mod.F90
r3687 r3719 202 202 !--interactive CO2 203 203 o_flx_co2_ocean, o_flx_co2_land, o_flx_co2_ff, o_flx_co2_bb, & 204 o_ t_int, o_s_int, o_ds_ns, o_dt_ns, o_dter, o_dser, o_tkt, o_tks, &204 o_sst_nff, o_s_int, o_ds_ns, o_dt_ns, o_dter, o_dser, o_tkt, o_tks, & 205 205 o_taur 206 206 … … 360 360 alt_tropo, & 361 361 !Ionela 362 ok_4xCO2atm, t_int, dter, dser, tkt, tks, taur362 ok_4xCO2atm, sst_nff, dter, dser, tkt, tks, taur 363 363 364 364 USE ocean_slab_mod, ONLY: nslay, tslab, slab_bilg, tice, seaice, & … … 2304 2304 2305 2305 if (activate_ocean_skin >= 1) then 2306 if (activate_ocean_skin == 1) CALL histwrite_phy(o_t_int, t_int) 2307 ! (no need to duplicate with netCDF variable "tsol_oce" if 2308 ! activate_ocean_skin == 2) 2309 2306 CALL histwrite_phy(o_sst_nff, sst_nff) 2310 2307 CALL histwrite_phy(o_s_int, s_int) 2311 2308 CALL histwrite_phy(o_ds_ns, ds_ns)
Note: See TracChangeset
for help on using the changeset viewer.