I am assimilating XBT, CTD and ARGO T & S Met office observation data using I4DVAR. I have generated one super obs file containing all these observations.
Now I want to test the impact of assimilating only ARGO Temperature. So I set the parameters in s4dvar.in as follows:
Code: Select all
bgqc_type == 2
Nprovenance == 5
Iprovenance == 3 4 5 6 7
P_bgqc == 0.0d0 0.0d0 0.0d0 4.0d0 0.0d0
But the 4DVAR still assimilates all the obs as in the previous case where I set
Code: Select all
P_bgqc == 4.0d0 4.0d0 4.0d0 4.0d0 4.0d0