Hi All,
I have successfully setup CAMRT to run offline with CESM1.2.2. Following the instructions from here and its source publication. Running PORT requires a high temporal resolution (~every day and a half) radiation data to be fed into the model. I have been able to run PORT with perturbed CO2 mass mixing ratios, but I was wondering how to modify incoming solar flux. I have attached the printed output of an ncdump command of one of the input files for reference.
Other potentially relevant information:
Perturbing CO2 was as simple as modifying the rad_CO2 variable in every input file, but I don't see an equivalent solar insolation variable, Modifying sol_tsi had no effect, so I presume PORT is only using variables starting with rad_ to drive CAMRT. Do I need to make source code modifications to get the solar constant (I think the variable name is SOLIN) included in PORT's output, to which I can then modify and use as input? If so, how would I go about doing this?
Any guidance would be appreciated,
Jack
I have successfully setup CAMRT to run offline with CESM1.2.2. Following the instructions from here and its source publication. Running PORT requires a high temporal resolution (~every day and a half) radiation data to be fed into the model. I have been able to run PORT with perturbed CO2 mass mixing ratios, but I was wondering how to modify incoming solar flux. I have attached the printed output of an ncdump command of one of the input files for reference.
Other potentially relevant information:
- Set
XML:
<entry id="CAM_CONFIG_OPTS" value="-phys cam4 -offline_drv rad" />
- My user_nl_cam:
-
Code:
&cam_inparm fincl2 = 'QRS', 'QRL', 'FLNTC', 'FLNT', 'FLNSC', 'FLNS', 'FSNTC', 'FSNT', 'FSNSC', 'FSNS', 'FLNR', 'FSNR' iradsw = 1 iradlw = 1 iradae = 1 ndens=1,1 nhtfrq = 0,73 mfilt = 1,1 avgflag_pertape = 'A','I' rad_data_output = .true. offline_driver_fileslist = '/scratch/c/cgf/jgvirgin/cesm1_2_2/runs/p.e12.2xCO2IRF.f45_f45.JGV.1/p.e12.2xCO2IRF.f45_f45.JGV.1.list' offline_driver_do_fdh = .false.
-
Perturbing CO2 was as simple as modifying the rad_CO2 variable in every input file, but I don't see an equivalent solar insolation variable, Modifying sol_tsi had no effect, so I presume PORT is only using variables starting with rad_ to drive CAMRT. Do I need to make source code modifications to get the solar constant (I think the variable name is SOLIN) included in PORT's output, to which I can then modify and use as input? If so, how would I go about doing this?
Any guidance would be appreciated,
Jack