Ignore:
Timestamp:
Jul 24, 2024, 4:23:34 PM (2 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move some unused files to obsolete/
(lint) uppercase fortran keywords

File:
1 edited

Legend:

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

    r5116 r5117  
    1616    ! 3212–3234. https://doi.org/10.1029/2019MS001642
    1717   
    18     use lmdz_lscp_ini, ONLY: iflag_vice, ffallv_con, ffallv_lsc
    19     use lmdz_lscp_ini, ONLY: cice_velo, dice_velo
     18    USE lmdz_lscp_ini, ONLY: iflag_vice, ffallv_con, ffallv_lsc
     19    USE lmdz_lscp_ini, ONLY: cice_velo, dice_velo
    2020
    2121    IMPLICIT NONE
     
    5151    IF (iflag_vice == 1) THEN
    5252        ! so-called 'empirical parameterization' in Stubenrauch et al. 2019
    53         if (tempc >= -60.0) THEN
     53        IF (tempc >= -60.0) THEN
    5454            logvm= -0.0000414122*tempc*tempc*log(iwcg)-0.00538922*tempc*log(iwcg) &
    5555                    -0.0516344*log(iwcg)+0.00216078*tempc + 1.9714   
     
    575575!+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    576576
    577     use lmdz_lscp_ini, ONLY: iflag_gammasat, t_glace_min, RTT
     577    USE lmdz_lscp_ini, ONLY: iflag_gammasat, t_glace_min, RTT
    578578
    579579    IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.