Greetings,
I am looking if there is a quick and easy way to have the aerosol radiative properties (tau, SSA and g) for each SW band in the output files.
I tried something like this in the user_nl_cam when I run CESM2.2:
The case is build and when runs there is the error in the atm.log file:
It looks that those variable are not in field list, while they're in the are_rad_props.F90 (subroutine aer_rad_props_sw).
Thanks
I am looking if there is a quick and easy way to have the aerosol radiative properties (tau, SSA and g) for each SW band in the output files.
I tried something like this in the user_nl_cam when I run CESM2.2:
Code:
avgflag_pertape = 'A','I'
nhtfrq = 0, -3
mfilt = 1, 8
fincl1 = 'tau', 'tau_w', 'tau_w_g'
fincl2 = 'tau', 'tau_w', 'tau_w_g'
The case is build and when runs there is the error in the atm.log file:
Code:
FLDLST: tau in fincl(1, 1) not found
FLDLST: tau_w in fincl(2, 1) not found
FLDLST: tau_w_g in fincl(3, 1) not found
FLDLST: tau in fincl(1, 2) not found
FLDLST: tau_w in fincl(2, 2) not found
FLDLST: tau_w_g in fincl(3, 2) not found
ERROR: FLDLST: 6 errors found, see log
It looks that those variable are not in field list, while they're in the are_rad_props.F90 (subroutine aer_rad_props_sw).
Thanks