Documentation request and organization suggestion: MODIS sea ice observation converter · Issue #419 · NCAR/DART · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users of various models such as CICE and FESOM may want to assimilate observations of sea ice extent from the the Moderate Resolution Imaging Spectroradiometer (MODIS).
DART has an observation converter for sea ice extent from MODIS but it is in the CICE directory.
The MODIS observation converter directory contains a converter for Land Product Subsets Leaf Area Index (LAI) and Fraction of Photosynthetically Active Radiation (FPAR):
ls DART/observations/obs_converters/MODIS
[ ... ]
MOD15A2_to_obs.f90
[ ... ]
While the MODIS sea ice extent converter is here: DART/observations/obs_converters/cice/modis_ist_to_obs_netcdf.f90
Is your feature request related to a problem?
Observation converters are typically organized by the source of the observation rather than by the typical model that would assimilate the observation. The usual exceptions to this rule are when a given model computes its own forward operators and outputs them to a file, such as ROMS, and then the observation converter is used to generate an obs_seq file from the model-produced file.
Describe your preferred solution
It may be more navigable for a typical DART user if the MODIS sea ice extent obs_converter is moved from DART/observations/obs_converters/cice/ to DART/observations/obs_converters/MODIS/.
Describe any alternatives you have considered
Since we have many more CICE users than FESOM users, we could always just leave the MODIS obs_converter in DART/observations/obs_converters/cice/ and make a note in the MODIS documentation that the obs_converter for sea ice is in the cice directory.
In either case, there isn't any searchable documentation that describes that the observation converter for sea ice extent from MODIS actually exists, so at the very least, such documentation should be created (probably by me).
The text was updated successfully, but these errors were encountered:
@johnsonbk I am OK with whatever you choose -- if you think it best to combine the MODIS sea ice obs converter within the DART/observations/obs_converters/MODIS folder along with the leaf area and fpar land converter, go for it. Like you said, it has become more standard to organize the obs converters by observation platform, rather than by model. Organizing the converters by model gives the impression that the observation converter is only functional within that model, which probably should not be the case. Regardless, as long as you provide documentation within the model page: /DART/models/cice/readme.rst, for example, where the common obs converters for cice are located, I think users will be able to navigate to it pretty easily.
Use case
Users of various models such as CICE and FESOM may want to assimilate observations of sea ice extent from the the Moderate Resolution Imaging Spectroradiometer (MODIS).
DART has an observation converter for sea ice extent from MODIS but it is in the CICE directory.
The MODIS observation converter directory contains a converter for Land Product Subsets Leaf Area Index (LAI) and Fraction of Photosynthetically Active Radiation (FPAR):
While the MODIS sea ice extent converter is here:
DART/observations/obs_converters/cice/modis_ist_to_obs_netcdf.f90
Is your feature request related to a problem?
Observation converters are typically organized by the source of the observation rather than by the typical model that would assimilate the observation. The usual exceptions to this rule are when a given model computes its own forward operators and outputs them to a file, such as ROMS, and then the observation converter is used to generate an obs_seq file from the model-produced file.
Describe your preferred solution
It may be more navigable for a typical DART user if the MODIS sea ice extent obs_converter is moved from
DART/observations/obs_converters/cice/
toDART/observations/obs_converters/MODIS/
.Describe any alternatives you have considered
Since we have many more CICE users than FESOM users, we could always just leave the MODIS obs_converter in
DART/observations/obs_converters/cice/
and make a note in the MODIS documentation that the obs_converter for sea ice is in thecice
directory.In either case, there isn't any searchable documentation that describes that the observation converter for sea ice extent from MODIS actually exists, so at the very least, such documentation should be created (probably by me).
The text was updated successfully, but these errors were encountered: