Ignore:
Timestamp:
Jul 22, 2024, 9:46:57 AM (2 months ago)
Author:
abarral
Message:

Revert cosp*/ from the trunk, as it's external code
Add missing bits from FCM2 source

File:
1 edited

Legend:

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

    r5082 r5095  
    2727  nbands_o2 = 48 ,&
    2828  nbands_h2o = 30
    29   real(kind=8), intent(in) :: PRES_mb, T, RH, f
    30   real(kind=8) :: gases, th, e, p, sumo, gm0, a0, ap, term1, term2, term3, &
     29  real*8, intent(in) :: PRES_mb, T, RH, f
     30  real*8 :: gases, th, e, p, sumo, gm0, a0, ap, term1, term2, term3, &
    3131            bf, be, term4, npp
    32   real(kind=8), dimension(nbands_o2) :: v0, a1, a2, a3, a4, a5, a6
    33   real(kind=8), dimension(nbands_h2o) :: v1, b1, b2, b3
    34   real(kind=8) :: e_th,one_th,pth3,eth35,aux1,aux2,aux3,aux4
    35   real(kind=8) :: gm,delt,x,y,gm2
    36   real(kind=8) :: fpp_o2,fpp_h2o,s_o2,s_h2o
     32  real*8, dimension(nbands_o2) :: v0, a1, a2, a3, a4, a5, a6
     33  real*8, dimension(nbands_h2o) :: v1, b1, b2, b3
     34  real*8 :: e_th,one_th,pth3,eth35,aux1,aux2,aux3,aux4
     35  real*8 :: gm,delt,x,y,gm2
     36  real*8 :: fpp_o2,fpp_h2o,s_o2,s_h2o
    3737  integer :: i
    3838 
Note: See TracChangeset for help on using the changeset viewer.