Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vkantchev committed May 10, 2024
1 parent 21132f2 commit e312cf7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
8 changes: 5 additions & 3 deletions _sources/validate-xco-cris.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
"source": [
"# Model Validation for Carbon Monoxide Column (XCO)\n",
"\n",
"This code describes the validation steps for the SEARS XCO CrIS ML model for Carbon Monoxide Column (XCO) prediction.\n",
"This Jupyter notebook describes the validation steps for the SEARS XCO CrIS ML model for Carbon Monoxide Column (XCO) prediction.\n",
"\n",
"The code runs a test for `January 2nd, 2024` and compares the [TROPESS](https://disc.gsfc.nasa.gov/datasets/TRPSYL2COCRS1FS_1/summary) XCO data \"Truth\" with the SEARS XCO CrIS ML model predictions for the same day.\n",
"The name of the model used is \"Swift EARth Science XCO CrIS ML\", also known as \"SEARS XCO CrIS ML\", and the version used is v1.9 which at the time of this writing is the latest version of the model. The model was trained using [TROPESS](https://disc.gsfc.nasa.gov/datasets/TRPSYL2COCRS1FS_1/summary) data.\n",
"\n",
"The name of the model used is \"Swift EARth Science XCO CrIS ML\" also known as \"SEARS XCO CrIS ML\" and the version used for testing is v1.9 which at the time of this writing is the latest version of the SEARS XCO CrIS ML model."
"The code runs a test for `January 2nd, 2024` and compares the TROPESS XCO column (\"Truth\") with the SEARS XCO CrIS ML XCO column (\"Prediction\") for the same day. \n",
"\n",
"The test shows that the SEARS XCO CrIS ML model can accurately predict the Carbon Monoxide column (XCO) globally from CriS JPSS-1 / NOAA-20 radiance and geolocation data. "
]
},
{
Expand Down
Loading

0 comments on commit e312cf7

Please sign in to comment.