Ignore:
Timestamp:
Feb 7, 2025, 4:58:43 PM (5 days ago)
Author:
afalco
Message:

Pluto: fixes for OpenMP.
AF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/phypluto/callcorrk_pluto_mod.F90

    r3585 r3613  
    1414      use radinc_h
    1515      use radcommon_h
    16       use ioipsl_getincom
     16      use ioipsl_getin_p_mod, only: getin_p
    1717      use suaer_corrk_mod, only: suaer_corrk
    1818      use radii_mod, only: su_aer_radii,haze_reffrad_fix
     
    6868      REAL zzlev(ngrid,nlayer)             ! Altitude at the layer boundaries.
    6969      REAL pplev(ngrid,nlayer+1)           ! pres. level at GCM layer boundaries
    70  
     70
    7171      REAL pt(ngrid,nlayer)               ! air temperature (K)
    7272      REAL tsurf(ngrid)                     ! surface temperature (K)
     
    223223
    224224         if (is_master) print*, "callcorrk: Correlated-k data folder:",trim(datadir)
    225          call getin("corrkdir",corrkdir)
     225         call getin_p("corrkdir",corrkdir)
    226226         print*, "corrkdir = ",corrkdir
    227227         write( tmp1, '(i3)' ) L_NSPECTI
     
    248248               reffrad(:,:,1) = mp2m_rc_sph(:,:) * exp(5.*sig**2 / 2.)
    249249            ELSEWHERE
    250                reffrad(:,:,1) = 0d0         
     250               reffrad(:,:,1) = 0d0
    251251            ENDWHERE
    252252            nueffrad(:,:,1) = exp(sig**2) - 1
     
    259259            ENDWHERE
    260260            nueffrad(:,:,2) = exp(sig**2) - 1
    261            
     261
    262262           else
    263263            do iaer=1,naerkind
Note: See TracChangeset for help on using the changeset viewer.