Ignore:
Timestamp:
Jul 24, 2024, 2:54:37 PM (4 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/phyredem.F90

    r5112 r5116  
    4040  USE ocean_slab_mod, ONLY: nslay, tslab, seaice, tice, fsic
    4141  USE time_phylmdz_mod, ONLY: annee_ref, day_end, itau_phy, pdtphys
    42   use config_ocean_skin_m, only: activate_ocean_skin
     42  use config_ocean_skin_m, ONLY: activate_ocean_skin
    4343  USE lmdz_abort_physic, ONLY: abort_physic
    4444
     
    7676  ! Get variables which will be written to restart file from module
    7777  ! pbl_surface_mod
    78   if (iflag_physiq <= 1) then
     78  if (iflag_physiq <= 1) THEN
    7979    CALL pbl_surface_final(fder, snow, qsurf, tsoil)
    8080  endif
     
    167167    CALL put_field_srf1(pass, "TS", "Temperature", ftsol(:, :))
    168168
    169     IF (iflag_pbl>1 .AND. iflag_wake>=1  .AND. iflag_pbl_split >=1) then
     169    IF (iflag_pbl>1 .AND. iflag_wake>=1  .AND. iflag_pbl_split >=1) THEN
    170170      CALL put_field_srf1(pass, "DELTATS", &
    171171              "w-x surface temperature difference", delta_tsurf(:, :))
     
    274274    ! DEB TKE PBL !
    275275
    276     IF (iflag_pbl>1) then
     276    IF (iflag_pbl>1) THEN
    277277      CALL put_field_srf3(pass, "TKE", "Energ. Cineti. Turb.", &
    278278              pbl_tke(:, :, :))
     
    379379            "tendency on zonal wind due to acama gravity waves", du_gwd_front)
    380380
    381     if (activate_ocean_skin >= 1) then
    382       if (activate_ocean_skin == 2 .and. type_ocean == 'couple') then
     381    if (activate_ocean_skin >= 1) THEN
     382      if (activate_ocean_skin == 2 .and. type_ocean == 'couple') THEN
    383383        CALL put_field(pass, "delta_sal", &
    384384                "ocean-air interface salinity minus bulk salinity", delta_sal)
Note: See TracChangeset for help on using the changeset viewer.