Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

da_vtox_transforms.f crashing the system

satjemkes

New member
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
 
Top