NorESMhub / noresm2cmor

A command line tool for cmorizing NorESM output
http://noresmhub.github.io/noresm2cmor/
5 stars 16 forks source link

Update NorESM2 namelists: replace MICOM with BLOM #321

Closed TomasTorsvik closed 2 years ago

TomasTorsvik commented 2 years ago

I did a semi-automatic search-replace micom with blom, and changed it when it was connected with NorESM2.

YanchunHe commented 2 years ago

Thanks for the testing the suggested changes!

However, I don’t think we need to replace MICOM with BLOM. There is code in the source that automatically try blom if find no files tagged with micom (the part in m_utility.F90, line 694, which should not be replaced with ‘blom’).

So the current setting should be compatible for both micom and blom output. If we replace all micom to blom, it can not process micom output. There might be chances people need to cmorize MICOM output.

For KeyCLIM branch, I do replace all ‘MICOM’ to BLOM’ as the KeyCLIM experiments surely will certainly use the latest NorESM2-MM version with BLOM.

TomasTorsvik commented 2 years ago

OK, thanks for clearing this up. I will close the pull request then.