Changeset 3613 for trunk/LMDZ.PLUTO/libf/phypluto/callcorrk_pluto_mod.F90
- Timestamp:
- Feb 7, 2025, 4:58:43 PM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/callcorrk_pluto_mod.F90
r3585 r3613 14 14 use radinc_h 15 15 use radcommon_h 16 use ioipsl_getin com16 use ioipsl_getin_p_mod, only: getin_p 17 17 use suaer_corrk_mod, only: suaer_corrk 18 18 use radii_mod, only: su_aer_radii,haze_reffrad_fix … … 68 68 REAL zzlev(ngrid,nlayer) ! Altitude at the layer boundaries. 69 69 REAL pplev(ngrid,nlayer+1) ! pres. level at GCM layer boundaries 70 70 71 71 REAL pt(ngrid,nlayer) ! air temperature (K) 72 72 REAL tsurf(ngrid) ! surface temperature (K) … … 223 223 224 224 if (is_master) print*, "callcorrk: Correlated-k data folder:",trim(datadir) 225 call getin ("corrkdir",corrkdir)225 call getin_p("corrkdir",corrkdir) 226 226 print*, "corrkdir = ",corrkdir 227 227 write( tmp1, '(i3)' ) L_NSPECTI … … 248 248 reffrad(:,:,1) = mp2m_rc_sph(:,:) * exp(5.*sig**2 / 2.) 249 249 ELSEWHERE 250 reffrad(:,:,1) = 0d0 250 reffrad(:,:,1) = 0d0 251 251 ENDWHERE 252 252 nueffrad(:,:,1) = exp(sig**2) - 1 … … 259 259 ENDWHERE 260 260 nueffrad(:,:,2) = exp(sig**2) - 1 261 261 262 262 else 263 263 do iaer=1,naerkind
Note: See TracChangeset
for help on using the changeset viewer.