-
Notifications
You must be signed in to change notification settings - Fork 35
Tutorial Modifications
barronh edited this page Apr 20, 2016
·
1 revision
To use make the same plots with CAMx input, add the "-f uamiv" option to method two or "-f", "uamiv" to the args in the pncparse statement in method 1. For CAMx < v6, you'll need to add the P_ALP, P_BET, P_GAM, GDTYP options to "uamiv". For example, "uamiv,P_ALP=33,P_BET=45,P_GAM=-40,GDTYP=2".
To make the same plots with geos-chem, add the "-f bpch" option to method two or "-f", "bpch" to the args in pncparse. For geos-chem, you must also either change the variable name (e.g. "IJ-AVG-$_O3") or use "bpch,nogroup=True" instead of "bpch".