Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hocking-2024-sampling-eei-cycles
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bolin Centre for Climate Research
hocking-2024-sampling-eei-cycles
Commits
099fc362
Commit
099fc362
authored
1 year ago
by
rez
Browse files
Options
Downloads
Patches
Plain Diff
Added directory tree with indented descriptions
parent
137beec5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+17
-1
17 additions, 1 deletion
README.md
with
17 additions
and
1 deletion
README.md
+
17
−
1
View file @
099fc362
# Scripts for simulating wide-field-of-view satellite measurements of top-of-atmosphere radiation fields
## Overview
These scripts form the basis of the analysis in "Sampling the diurnal and annual cycles of the Earth’s energy
imbalance with constellations of satellite-borne radiometers" by Hocking et al., 2024.
...
...
@@ -20,6 +19,23 @@ The processing also requires an installation of the Climate Data Operators (CDO)
Python
## File description
```
.
├── README.md This document
├── environment.yml Python environment specifications
├── bin_satm_to_toagrid.py Process satellite measurements by binning them on a chosen grid
├── earth.py Main script containing Earth class, for framework of the radiation fluxes
├── measure_file_to_nc_sgp4sat.py Measure radiation from input file and save measurements to output file
├── process_satm_to_gridweights.py Process satellite measurements to determine gridded distribution
├── satellite.py Main script containing satellite classes, for framework of measurement of Earth instances
├── smooth_file_with_satellite_footprint.py Compute the convolution of the input file with the satellite footprint
├── split_CERES_files.py Convenience script for preparing input data files
├── unitsconstants.py Collection of units and constants
├── ceres_reference Directory with scripts to create CERES reference files, which are used in the processing of satellite measurements
├── diurnalcycle Directory with script to restructure input file in terms of local solar time, instead of e.g. GMT
└── experiment Directory with scripts to compute the measurements for a set of satellites.
```
-
`./README.md`
- This document.
-
`./environment.yml`
- Python environment specifications.
-
`./bin_satm_to_toagrid.py`
- Process satellite measurements by binning them on a chosen grid.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment