Changeset 3740 for LMDZ6/branches/Ocean_skin/libf/phylmd/phyetat0.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/phyetat0.F90
r3628 r3740 19 19 wake_s, wake_dens, zgam, zmax0, zmea, zpic, zsig, & 20 20 zstd, zthe, zval, ale_bl, ale_bl_trig, alp_bl, u10m, v10m, treedrg, & 21 ale_wake, ale_bl_stat, s_int, ds_ns, dt_ns 21 ale_wake, ale_bl_stat, s_int, ds_ns, dt_ns, sst_nff 22 22 !FC 23 23 USE geometry_mod, ONLY : longitude_deg, latitude_deg … … 541 541 542 542 if (activate_ocean_skin >= 1) then 543 if (activate_ocean_skin == 2 .and. type_ocean == 'couple') found & 544 = phyetat0_get(1, s_int, "S_int", "salinity at air-ocean interface", & 545 35.) 543 if (activate_ocean_skin == 2 .and. type_ocean == 'couple') then 544 found = phyetat0_get(1, s_int, "S_int", & 545 "salinity at air-ocean interface", 35.) 546 found = phyetat0_get(1, sst_nff, "T1", "bulk SST of coupled ocean", 0.) 547 if (.not. found) sst_nff = ftsol(:,is_oce) 548 end if 549 546 550 found = phyetat0_get(1, ds_ns, "dS_ns", "delta salinity near surface", 0.) 547 551 found = phyetat0_get(1, dt_ns, "dT_ns", "delta temperature near surface", & … … 552 556 ds_ns = missing_val 553 557 dt_ns = missing_val 558 sst_nff = missing_val 554 559 end where 555 560 end if
Note: See TracChangeset
for help on using the changeset viewer.