Greetings,
I am using the nudging process in a particular case run and looking at the nudging.F90 module located in the ~/components/cam/src/physics/cam, I found that any reanalysis variable such as U, V, T or Q is read from the reanalysis files, which are gridded data and they converted in chunks by using the subroutine scatter_field_to_chunk
There is anyway to know the number of columns and elements in each chunk?
Thanks in advance
I am using the nudging process in a particular case run and looking at the nudging.F90 module located in the ~/components/cam/src/physics/cam, I found that any reanalysis variable such as U, V, T or Q is read from the reanalysis files, which are gridded data and they converted in chunks by using the subroutine scatter_field_to_chunk
There is anyway to know the number of columns and elements in each chunk?
Thanks in advance