-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Modify notebook to remove mentions of NCI * modify notebook * migrate era5 and setup rundir functions from notebook to package * decluttered notebook, added functions to library instead. reanalysis notebook now has no mention of NCI * update docstrings * black * docstring vgrid * delete model-forced notebook to migrate it to cosima recipes * update the model forced example to include for now * fix diag table * fix diag table * execute notebook to keep sphinx happy
- Loading branch information
1 parent
9388117
commit 9333baf
Showing
11 changed files
with
398 additions
and
1,160 deletions.
There are no files selected for viewing
213 changes: 58 additions & 155 deletions
213
demos/model-forced.ipynb → demos/access_om2-forced.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
"ATM", "p_surf", "sp", "./INPUT/forcing/sp_ERA5", "bilinear", 1.0 | ||
"ATM", "p_bot", "sp", "./INPUT/forcing/sp_ERA5", "bilinear", 1.0 | ||
"ATM", "t_bot", "t2m", "./INPUT/forcing/2t_ERA5", "bilinear", 1.0 | ||
"ATM", "sphum_bot", "q", "./INPUT/forcing/q_ERA5", "bilinear", 1.0 | ||
"ATM", "u_bot", "u10", "./INPUT/forcing/10u_ERA5", "bicubic", 1.0 | ||
"ATM", "v_bot", "v10", "./INPUT/forcing/10v_ERA5", "bicubic", 1.0 | ||
|
||
"ATM", "p_surf", "", "", "bilinear", 100410.25 | ||
"ATM", "p_bot", "", "", "bilinear", 100410.25 | ||
"ATM", "t_bot", "", "", "bilinear", 289.9 | ||
"ATM", "sphum_bot", "", "", "bilinear", 0.0083 | ||
"ATM", "u_bot", "", "", "bicubic", 0.0 | ||
"ATM", "v_bot", "", "", "bicubic", 0.0 | ||
"ATM", "z_bot", "", "", "bilinear", 10.0 | ||
"ATM", "gust", "", "", "bilinear", 1.0e-4 | ||
"ICE", "lw_flux_dn", "rlds", "./INPUT/RYF.rlds.1990_1991.nc", "bilinear", 1.0 | ||
"ICE", "sw_flux_vis_dir_dn", "rsds", "./INPUT/RYF.rsds.1990_1991.nc", "bilinear", 0.285 | ||
"ICE", "sw_flux_vis_dif_dn", "rsds", "./INPUT/RYF.rsds.1990_1991.nc", "bilinear", 0.285 | ||
"ICE", "sw_flux_nir_dir_dn", "rsds", "./INPUT/RYF.rsds.1990_1991.nc", "bilinear", 0.215 | ||
"ICE", "sw_flux_nir_dif_dn", "rsds", "./INPUT/RYF.rsds.1990_1991.nc", "bilinear", 0.215 | ||
"ICE", "lprec", "prrn", "./INPUT/RYF.rain.1990_1991.nc", "bilinear", 1.0 | ||
"ICE", "fprec", "prsn", "./INPUT/RYF.snow.1990_1991.nc", "bilinear", 1.0 | ||
"ICE", "lw_flux_dn", "", "", "bilinear", 1.0 | ||
"ICE", "sw_flux_vis_dir_dn", "", "", "bilinear", 0.0 | ||
"ICE", "sw_flux_vis_dif_dn", "", "", "bilinear", 0.0 | ||
"ICE", "sw_flux_nir_dir_dn", "", "", "bilinear", 0.0 | ||
"ICE", "sw_flux_nir_dif_dn", "", "", "bilinear", 0.0 | ||
"ICE", "lprec", "", "", "bilinear", 0.0 | ||
"ICE", "fprec", "", "", "bilinear", 0.0 | ||
"ICE", "runoff", "", "", "none", 0.0 | ||
"ICE", "dhdt", "", "", "none", 80.0 | ||
"ICE", "dedt", "", "", "none", 2.0e-6 | ||
"ICE", "drdt", "", "", "none", 10.0 | ||
"LND", "rough_mom", "", "", "none", 0.01 | ||
"LND", "rough_heat", "", "", "none", 0.1""" | ||
"LND", "rough_heat", "", "", "none", 0.1 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.