In da_vtox_transform.f in the subroutine da_copy_xa there is a statement
xa_dst % mu( : , : ) = xa_src % mu ( : , : )
the size of the xa_dst% mu is in my case well defined (-3:199, -3:199)
the size of the xa_src%mu is ill defined (1,1)
all other elements of the xa_dst and xa_src are well defied.
the ill definiation of the xa_src%mu is causing a crash of the system
question: is this a critical parameter? is it needed where is it set and why is the src set to 1,1 while others are set to reasonable numbers (203, 173). Not using any radiance assimilation modules any suggestion would be appreciated
stpehen
xa_dst % mu( : , : ) = xa_src % mu ( : , : )
the size of the xa_dst% mu is in my case well defined (-3:199, -3:199)
the size of the xa_src%mu is ill defined (1,1)
all other elements of the xa_dst and xa_src are well defied.
the ill definiation of the xa_src%mu is causing a crash of the system
question: is this a critical parameter? is it needed where is it set and why is the src set to 1,1 while others are set to reasonable numbers (203, 173). Not using any radiance assimilation modules any suggestion would be appreciated
stpehen