Ignore:
Timestamp:
Jun 21, 2022, 11:05:32 AM (3 years ago)
Author:
aslmd
Message:

fixed uninitialized variable Lcp in largescale_generic+ typo in index of tendencies after largescale_generic in physiq_mod

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/genericcommon_h.F90

    r2690 r2694  
    3434            Tref = 2303.0 !K
    3535            Pref =   1.0E5 !in Pa
     36            m = 24.3055
    3637            RLVTT = delta_vapH/(m/1000.)
    3738            metallicity_coeff=1.0*log(10.0)
    38             m = 24.3055
     39           
    3940        else if (trim(specname) .eq. "Na") then
    4041            print*,"Loading data for Na"
     
    4243            Tref = 1624.0
    4344            Pref =  1.0E5
     45            m = 22.9898
    4446            RLVTT = delta_vapH/(m/1000.)
    4547            metallicity_coeff=0.5*log(10.0)
    46             m = 22.9898
     48           
    4749        else if (trim(specname) .eq. "Fe") then
    4850            print*,"Loading data for Fe"
     
    5052            Tref = 2903.0
    5153            Pref  = 1.0E5
     54            m = 55.8450
    5255            RLVTT = delta_vapH/(m/1000.)
    5356            metallicity_coeff=0.0*log(10.0)
    54             m = 55.8450
     57           
    5558        else if (trim(specname) .eq. "Cr") then
    5659            print*,"Loading data for Cr"
     
    5861            Tref = 2749.0
    5962            Pref  = 1.0E5
     63            m = 51.9961
    6064            RLVTT = delta_vapH/(m/1000.)
    6165            metallicity_coeff=0.0*log(10.0)
    62             m = 51.9961
     66           
    6367        else if (trim(specname) .eq. "KCl") then
    6468            print*,"Loading data for KCl"
     
    6872            metallicity_coeff=0.0*log(10.0)
    6973            m = 74.5498
     74            RLVTT = delta_vapH/(m/1000.)
    7075        else if (trim(specname) .eq. "Mn") then
    7176            print*,"Loading data for Mn"
     
    7580            metallicity_coeff=1.0*log(10.0)
    7681            m = 54.9380
     82            RLVTT = delta_vapH/(m/1000.)
    7783        else if (trim(specname) .eq. "Zn") then
    7884            print*,"Loading data for Zn"
     
    8288            metallicity_coeff=1.0*log(10.0)
    8389            m = 65.38
     90            RLVTT = delta_vapH/(m/1000.)
    8491        else
    8592            print*,"Unknow species (not in Mg, Fe, Na, KCl, Cr, Mn or Zn)"
Note: See TracChangeset for help on using the changeset viewer.