Ignore:
Timestamp:
Jul 24, 2024, 2:54:37 PM (5 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move ismin, ismax, minmax into new lmdz_libmath.f90
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/Ocean_skin/near_surface_m.F90

    r5103 r5116  
    1313    ! Hugo Bellenger, 2016
    1414
    15     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
     15    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
    1919
    2020    real, intent(out):: al(:) ! water thermal expansion coefficient (in K-1)
     
    9393    end where
    9494
    95     if (depth_1 < depth) then
     95    if (depth_1 < depth) THEN
    9696       correction = 1. - (depth_1 / depth)**eta
    9797       ! (neglecting microlayer thickness compared to depth_1 and depth)
Note: See TracChangeset for help on using the changeset viewer.