Custom Query (986 matches)
Results (361 - 363 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#460 | Done | Updated WC13/Normalization directory | ||
Description |
I made few changes the error normalization coefficients set up. The CPP options to activate the balance operator, and adjusting the lateral boundary condition and surface fluxes are now specified in the build script (build.sh, build.batch). I also updated the documentation in the Readme file. |
|||
#461 | Done | Updated several matlab/4dvar scripts | ||
Description |
Several scripts were updated in the matlab/4dvar repository. All the changes take into account the feedback that we got from users at the ROMS 4D-Var data assimilation workshop at UCSC last week.
The obsolete function 4dvar/inside.m is removed. It is too inefficient and inpolygon is far superior. The drivers to compute standard deviation (d_std.m, d_std_bry.m, d_std_frc.m, and d_std_unbalanced.m) were substantially improved to separate user preamble with generic code. It now uses dynamical field names in the structures. This made the scripts simpler and compact. The drivers d_ssh_obs.m and d_sst_obs.m were slightly modified to include new parameters to the obs_ijpos.m function call. Warning: the field names in the structure K were changed to facilitate dynamical field names: new old K.temp_bal K.deltaT K.salt_bal K.deltaS_b K.u_bal K.deltaU_b K.v_bal K.deltaV_b K.zeta_bal K.zeta_b K.ubar_val K.vbar_bal K.rho_ano For completeness, the K.ubar_bal and K.vbar_bal is computed by vertically integrating K.u_bal and K.v_bal. This is just for diagnostic purposes since they are not used in ROMS. I am very happy about the functionality of obs_ijpos.m and super_obs.m. These functions are critical when processing the observations. Many thanks to all you who gave me feedback in these processing scripts. |
|||
#462 | Fixed | Corrected bug in standard deviation matlab scripts | ||
Description |
Corrected a bug in d_std.m, d_std_unbalanced.m, and d_std_frc.m. The record counter Rcount needs to be outside of the dynamical field structure for loop. Many thanks to Ha Joon Song for reporting this bug. Please update the matlab/4dvar directory. |