Skip to content

Commit

Permalink
Merge pull request #1571 from dmocko/fix/glass-config-docs
Browse files Browse the repository at this point in the history
Add GLASS LAI and GLASS Albedo configs to the LIS Users' Guide.
  • Loading branch information
jvgeiger authored Jul 11, 2024
2 parents 4179100 + bf8f429 commit cb4a28d
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/LIS_users_guide/obtain-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,11 @@ AMSR2 soil moisture retrievals

*** _GLASS_Albedo_
+
[red]##specifies what?##
GLASS Albedo retrievals

*** _GLASS_LAI_
+
[red]##specifies what?##
GLASS LAI retrievals

*** _GRACE_
+
Expand Down
50 changes: 50 additions & 0 deletions lis/configs/lis.config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,8 @@ Acceptable values are:
|"`SMOS NRT NN soil moisture`" | SMOS Level 2 Soil Moisture Near Real Time Neural Network
|"`THySM`" | Thermal Hydraulic disaggregation of Soil Moisture
|"`SNODAS`" | SNODAS snow depth
|"`GLASS LAI`" | GLASS Leaf Area Index (LAI)
|"`GLASS Albedo`" | GLASS Albedo (black-sky and white-sky)
|====

.Example _lis.config_ entry
Expand Down Expand Up @@ -2828,6 +2830,54 @@ MCD15A2H LAI apply climatological fill values: 1
MCD15A2H LAI apply QC flags: 1
....

[[sssec_glasslaida,GLASS LAI assimilation]]
==== GLASS LAI assimilation

`GLASS LAI data directory:` specifies the location of the data directory containing the GLASS LAI retrievals.

`GLASS LAI data source:` specifies if the GLASS data source is AVHRR or MODIS.

`GLASS LAI apply temporal smoother between 8-day intervals:` specifies whether to apply temporal smoother between 8-day intervals of the LAI product.
Acceptable values are:

|====
|Value | Description

|0 | Do not apply temporal smoother
|1 | Apply temporal smoother
|====

.Example _lis.config_ entry
....
GLASS LAI data directory: ./GLASS/LAI
GLASS LAI data source: "AVHRR"
GLASS LAI apply temporal smoother between 8-day intervals: 1
....

[[sssec_glassalbedoda,GLASS Albedo assimilation]]
==== GLASS Albedo assimilation

`GLASS Albedo data directory:` specifies the location of the data directory containing the GLASS Albedo retrievals.

`GLASS Albedo data source:` specifies if the GLASS data source is AVHRR or MODIS.

`GLASS Albedo apply QC flags:` specifies whether to apply quality-control flags of the GLASS Albedo data to the assimilation.
Acceptable values are:

|====
|Value | Description

|0 | Do not apply QC flags
|1 | Apply QC flags
|====

.Example _lis.config_ entry
....
GLASS Albedo data directory: ./GLASS/Albedo
GLASS Albedo data source: "AVHRR"
GLASS Albedo apply QC flags: 1
....

[[sssec_simgraceda,Simulated GRACE]]
==== Simulated GRACE

Expand Down

0 comments on commit cb4a28d

Please sign in to comment.