Changeset 3504 for trunk/LMDZ.PLUTO/libf/phypluto/callcorrk_pluto_mod.F90
- Timestamp:
- Nov 8, 2024, 10:57:14 AM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/callcorrk_pluto_mod.F90
r3501 r3504 32 32 use sfluxi_pluto_mod, only: sfluxi_pluto 33 33 use sfluxv_pluto_mod, only: sfluxv_pluto 34 use mod_phys_lmdz_para, only : is_master 34 35 35 36 … … 222 223 if(firstcall) then 223 224 224 print*, "callcorrk: Correlated-k data folder:",trim(datadir)225 if (is_master) print*, "callcorrk: Correlated-k data folder:",trim(datadir) 225 226 call getin("corrkdir",corrkdir) 226 227 print*, "corrkdir = ",corrkdir … … 230 231 banddir=trim(adjustl(corrkdir))//'/'//trim(adjustl(banddir)) 231 232 232 print*,'starting sugas'233 if (is_master) print*,'starting sugas' 233 234 call sugas_corrk ! set up gaseous absorption properties 234 print*,'starting setspi'235 if (is_master) print*,'starting setspi' 235 236 call setspi ! basic infrared properties 236 print*,'starting setspv'237 if (is_master) print*,'starting setspv' 237 238 call setspv ! basic visible properties 238 239 … … 259 260 call haze_reffrad_fix(ngrid,nlayer,zzlay, & 260 261 reffrad,nueffrad) 261 print*, 'haze_radproffix=T : fixed profile for haze rad'262 if (is_master) print*, 'haze_radproffix=T : fixed profile for haze rad' 262 263 else 263 print*,'reffrad haze:',reffrad(1,1,iaero_haze)264 print*,'nueff haze',nueffrad(1,1,iaero_haze)264 if (is_master) print*,'reffrad haze:',reffrad(1,1,iaero_haze) 265 if (is_master) print*,'nueff haze',nueffrad(1,1,iaero_haze) 265 266 endif 266 267 endif ! radiative haze
Note: See TracChangeset
for help on using the changeset viewer.