Following updates are for making TOPAZ EnKF flexible for hycom configuration options:
- hycom configuration files,
regional.grid.(a,b)
andregional.depth.(a,b)
, are read through new modules:
m_get_mod_cnfg.F90
m_io_hycom.F90
depth
read fromregional.depth.(a,b)
is used for making land mask inPrep_Routines/m_get_def_wet_point.F90
without usingmeanssh.uf
- This change removes requirement of
depth*.uf
file to providedepth
information both toEnKF
andprepobs
. - configuration-specific
meanssh.uf
andre_sla.nc
are still required for SLA data prepobs. - BGC observations:
SCHL, CHL, POC, NIT, SIL, PHO, OXY
are NOT ready to be assimilated.
- read
meanssh.nc
only for SLA assimilation. - register
SCHL, CHL, POC, NIT, SIL, PHO, OXY
. - add
m_global_analysis.F90
for ecoregion-dependent parameter estimation. - add analysis masks based on mixder layer depth, sea ice concentration and surface nitrate concentration.