- Timestamp:
- Jul 24, 2024, 2:54:37 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/Ocean_skin/near_surface_m.F90
r5103 r5116 13 13 ! Hugo Bellenger, 2016 14 14 15 use config_ocean_skin_m, only: depth_116 use const, only: beta, cpw, grav, rhow, von17 use Phiw_m, only: Phiw18 use therm_expans_m, only: therm_expans15 use config_ocean_skin_m, ONLY: depth_1 16 use const, ONLY: beta, cpw, grav, rhow, von 17 use Phiw_m, ONLY: Phiw 18 use therm_expans_m, ONLY: therm_expans 19 19 20 20 real, intent(out):: al(:) ! water thermal expansion coefficient (in K-1) … … 93 93 end where 94 94 95 if (depth_1 < depth) then95 if (depth_1 < depth) THEN 96 96 correction = 1. - (depth_1 / depth)**eta 97 97 ! (neglecting microlayer thickness compared to depth_1 and depth)
Note: See TracChangeset
for help on using the changeset viewer.