Ignore:
Timestamp:
Aug 2, 2024, 2:12:03 PM (3 months ago)
Author:
abarral
Message:

Add missing klon on strataer_emiss_mod.F90
Correct various missing explicit declarations
Replace tabs by spaces (tabs are not part of the fortran charset)
Continue cleaning modules
Removed unused arguments and variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/ifs/fcttre.func.h

    r4876 r5158  
    170170FOEELIQ2ICE( PTARE )  = EXP(      (PTARE-RTT)*(R3LES/(PTARE-R4LES) - R3IES/(PTARE-R4IES)))
    171171FOELSON( PTARE ) = EXP( -6096.9385_JPRB/PTARE + 21.2409642_JPRB &
    172                      - 2.711193E-2_JPRB * PTARE    &
     172                 - 2.711193E-2_JPRB * PTARE    &
    173173                     + 1.673952E-5_JPRB * PTARE**2 &
    174                      + 2.433502_JPRB * LOG(PTARE))
     174             + 2.433502_JPRB * LOG(PTARE))
    175175
    176176REAL(KIND=JPRB) :: FOEEWM_V,FOEEWMCU_V,FOELES_V,FOEIES_V
Note: See TracChangeset for help on using the changeset viewer.