Hi all,
The version I used is WRF-Chem4.1.3.
The gas-phase chemical and aerosol chemical sheme I used is CBMZ-MOSAIC 8bin AQ.
Now I want to add another 800 variable to this chemopt ,but failed.
it seems that the length of string of chem_opt==10 must small than 7000 .if exceed, the registry program will give a warning such as
WARNING: luwe is not a member of 4D array chem
example1
length=7002
"package cbmz_mosaic_8bin_aq chem_opt==10 - chem:so2,sulf,no2,no,o3,hno3,h2o2,ald,hcho,op1, ....... ,luwen"
it will give warning :"WARNING: luw is not a member of 4D array chem "
example2
length=7001
"package cbmz_mosaic_8bin_aq chem_opt==10 - chem:so2,sulf,no2,no,o3,hno3,h2o2,ald,hcho,op1, ....... ,uwen"
it will give warning :"WARNING: uw is not a member of 4D array chem "
where can i break the length limit?
if you have an good suggestion,please guide me.
Thanks much in advance
Lu wen
The version I used is WRF-Chem4.1.3.
The gas-phase chemical and aerosol chemical sheme I used is CBMZ-MOSAIC 8bin AQ.
Now I want to add another 800 variable to this chemopt ,but failed.
it seems that the length of string of chem_opt==10 must small than 7000 .if exceed, the registry program will give a warning such as
WARNING: luwe is not a member of 4D array chem
example1
length=7002
"package cbmz_mosaic_8bin_aq chem_opt==10 - chem:so2,sulf,no2,no,o3,hno3,h2o2,ald,hcho,op1, ....... ,luwen"
it will give warning :"WARNING: luw is not a member of 4D array chem "
example2
length=7001
"package cbmz_mosaic_8bin_aq chem_opt==10 - chem:so2,sulf,no2,no,o3,hno3,h2o2,ald,hcho,op1, ....... ,uwen"
it will give warning :"WARNING: uw is not a member of 4D array chem "
where can i break the length limit?
if you have an good suggestion,please guide me.
Thanks much in advance
Lu wen