Open bbakernoaa opened 10 months ago
I've made some progress on this. Some of the changes in fv3atm are here: https://github.com/bbakernoaa/fv3atm/tree/feature/catchem
Barry,
Very nice work. In my last December RP to the CATChem group, there are some updates in the IO (https://github.com/zhanglikate/fv3atm/tree/cf3339cfa45c50369aeb7ae324806a5f365c1297/io), which is able to read more than one day fire emission for S2S or much longer time prediction. It would be great these updates can be included in your I/O version . Thanks.
Kate
On Feb 29, 2024, at 9:54 AM, Barry Baker @.***> wrote:
I've made some progress on this. Some of the changes in fv3atm are here: https://github.com/bbakerknoaa/fv3atm https://github.com/bbakerknoaa/fv3atm — Reply to this email directly, view it on GitHub https://github.com/ufs-community/CATChem/issues/104#issuecomment-1971558829, or unsubscribe https://github.com/notifications/unsubscribe-auth/APJPDRFSHERAST5RSKFBYGTYV5OLFAVCNFSM6AAAAABBNAPSF2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZRGU2TQOBSHE. You are receiving this because you were mentioned.
Just update the link in my last response: https://github.com/zhanglikate/fv3atm/tree/cf3339cfa45c50369aeb7ae324806a5f365c1297/io https://github.com/zhanglikate/fv3atm/tree/cf3339cfa45c50369aeb7ae324806a5f365c1297/io
Thanks.
Kate
On Feb 29, 2024, at 9:54 AM, Barry Baker @.***> wrote:
I've made some progress on this. Some of the changes in fv3atm are here: https://github.com/bbakerknoaa/fv3atm https://github.com/bbakerknoaa/fv3atm — Reply to this email directly, view it on GitHub https://github.com/ufs-community/CATChem/issues/104#issuecomment-1971558829, or unsubscribe https://github.com/notifications/unsubscribe-auth/APJPDRFSHERAST5RSKFBYGTYV5OLFAVCNFSM6AAAAABBNAPSF2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZRGU2TQOBSHE. You are receiving this because you were mentioned.
I've been working on updating CATChem to be compatible with the current authoritative repositories. This is a large task but the major issue has been that the I/O has been completely overhauled and therefore we need to completely redo the current emissions reading.
This is mainly because the file in
fv3atm/io/FV3GFS_io.F90
no longer exists. @zhanglikate @jianheACM we will need your help or someone else's who is familiar with the way this is done in the current authoritative repository to help with this.