Hello everyone, I am trying to run an experiment with CESM 1.2.2 using the LW-off option, but I am having trouble turning it off. I attempted to modify some .f90 files (following), but it seems not to work.
Could anyone give me guidance on how to properly disable the longwave radiation in this CESM version?Thankyou!
cloud_rad_props.F90
430
cld_abs_od(:,1:ncol,:) = liq_tau_abs_od(:,1:ncol,:) + ice_tau_abs_od(:,1:ncol,:)
liq_tau_abs_od(:,1:ncol,:) = 0._r8
ice_tau_abs_od(:,1:ncol,:) = 0._r8
cld_abs_od(:,1:ncol,:) = 0._r8
oldcloud.F90
385
parameter (kabsl = 0._r8) !0.090361_r8
428
kabs = 0._r8 !kabsl*(1._r8-ficemr(i,k)) + kabsi*ficemr(i,k)
430
cldtau(i,k) = 0._r8 !kabs*cwp(i,k)
mcica_subcol_gen_lw.f90
122
cldfmcl(:,:,:) = 0._r8
ciwpmcl(:,:,:) = 0._r8
clwpmcl(:,:,:) = 0._r8
taucmcl(:,:,:) = 0._r8
Could anyone give me guidance on how to properly disable the longwave radiation in this CESM version?Thankyou!
cloud_rad_props.F90
430
cld_abs_od(:,1:ncol,:) = liq_tau_abs_od(:,1:ncol,:) + ice_tau_abs_od(:,1:ncol,:)
liq_tau_abs_od(:,1:ncol,:) = 0._r8
ice_tau_abs_od(:,1:ncol,:) = 0._r8
cld_abs_od(:,1:ncol,:) = 0._r8
oldcloud.F90
385
parameter (kabsl = 0._r8) !0.090361_r8
428
kabs = 0._r8 !kabsl*(1._r8-ficemr(i,k)) + kabsi*ficemr(i,k)
430
cldtau(i,k) = 0._r8 !kabs*cwp(i,k)
mcica_subcol_gen_lw.f90
122
cldfmcl(:,:,:) = 0._r8
ciwpmcl(:,:,:) = 0._r8
clwpmcl(:,:,:) = 0._r8
taucmcl(:,:,:) = 0._r8