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
Copy file name to clipboardExpand all lines: experiments/ClimaEarth/README.md
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,48 @@ only surface model is the ocean, which is evaluated over the entire surface. The
93
93
This configuration is similar to the general "Slabplanet" configuration, except that the
94
94
only surface model is the land, which is evaluated over the entire surface. There are no ocean or sea ice models.
95
95
96
+
## Subseasonal mode
97
+
98
+
Generates 3-4 week forecasts from ERA5-derived initial conditions. Similar to `amip` setup. Given a directory containing initial condition files, the filenames associated with current date are inferred from `start_date`. Initial condition files are generated by `https://github.com/CliMA/WeatherQuest`.
99
+
100
+
-`era5_initial_condition_dir`: directory that contains files named like:
101
+
-`sst_processed_YYYYMMDD_0000.nc`
102
+
-`sic_processed_YYYYMMDD_0000.nc`
103
+
-`era5_land_processed_YYYYMMDD_0000.nc`
104
+
-`era5_bucket_processed_YYYYMMDD_0000.nc`
105
+
106
+
-**How filename inference works**: given `start_date` formatted as `YYYYMMDD`, the model constructs paths
107
+
-`joinpath(era5_initial_condition_dir, "sst_processed_YYYYMMDD_0000.nc")` for the initial conditions.
108
+
109
+
-**Contents and expected variables**:
110
+
-`sst_processed_YYYYMMDD_0000.nc`:
111
+
- Variable: `SST`
112
+
- Units: degrees C in file; converted internally to K
113
+
-`sic_processed_YYYYMMDD_0000.nc`:
114
+
- Variable: `SEAICE`
115
+
- Units: percent (0–100) in file; converted internally to fraction (0–1)
116
+
-`era5_land_processed_YYYYMMDD_0000.nc` (for integrated land model):
@assert has_all_variables "The land iniital condition file is expected to contain the variables W, Ws, T, and S (read documentation about requirements)."
0 commit comments