Custom Query (986 matches)
Results (358 - 360 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#457 | Fixed | Improved management of east longitudes in observation scripts | ||
Description |
Enhanced load_ssh_aviso.m and load_sst_pfeg.m management of east longitudes. I am also reloading the extracted time. lon, and lat values in load_sst_pfeg.m at the end to be safe. Many thanks to Chris Edwards for bringing this to my attention. |
|||
#458 | Fixed | Corrected few things in obs_depth.m | ||
Description |
Corrected few problems in script obs_write.m. I also added the capability of changing observation with depth = 0 to be located at the surface level. It is assumed that users may assign zero depth to surface satellite data. In ROMS 4D-Var, all the surface satellite data needs to be located at the surface level in the fractional z-grid system. All the observation fields in the structure are processed with a cell string (field_list) of dynamical fields. This reduces the amount of coding and facilitates expansion in the future. Many thanks to Chris Edwards for reporting several bugs in this script. |
|||
#459 | Fixed | KPP Nonlocal transport in passive tracers | ||
Description |
The nonlocal transport convective term ghats is applied to all passive tracers in pre_step3d.F when LMD_NONLOCAL is activated. This convective adjustment should be only applied to active tracers: temperature and salinity.The radiative buoyancy flux is only know for active tracers. This problem is also corrected in tl_pre_step3d.F, rp_pre_step3d.F, and ad_pre_step3d.F. I also corrected a minor typo in mod_ncparam.F, we need to declare Cinfo with larger character string: character (len=256) :: Cinfo(NV,Ngrids) Many thanks to John Warner and Kate Hedstrom for bringing this to my attention. |