Skip to content

Commit 659c731

Browse files
committed
Merge branch 'devel' for first release.
2 parents aa5fb9b + 0aea014 commit 659c731

28 files changed

+22938
-1918
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,4 @@ cython_debug/
172172

173173
# Jupyter Notebook checkpoints
174174
.ipynb_checkpoints/
175+
my_notebooks/
File renamed without changes.
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
identifier,short_name,time_step,lower_time_bound,upper_time_bound,cell_method,offset,scale,deaccum,derived,interface
2-
tdps,d2m,24h,0,24,max,-273.15,1,0,0,
3-
wss,sfcwind,24h,0,24,mean,0,1,0,0,
4-
ps,sp,24h,0,24,mean,0,1,0,0,
5-
rsds,ssrd,24h,0,24,sum,0,1.157407e-05,0,0,
6-
tas,t2m,24h,0,24,mean,-273.15,1,0,0,
7-
tasmax,t2mx,24h,0,24,max,-273.15,1,0,0,
8-
tasmin,t2mn,24h,0,24,min,-273.15,1,0,0,
9-
pr,tp,24h,0,24,sum,0,1000,0,0,
2+
tdps,tdps,24h,0,24,max,-273.15,1,0,0,
3+
wss,wss,24h,0,24,mean,0,1,0,0,
4+
ps,ps,24h,0,24,mean,0,1,0,0,
5+
rsds,rsds,24h,0,24,sum,0,1.157407e-05,0,0,
6+
tas,tas,24h,0,24,mean,-273.15,1,0,0,
7+
tasmax,tasmax,24h,0,24,max,-273.15,1,0,0,
8+
tasmin,tasmin,24h,0,24,min,-273.15,1,0,0,
9+
pr,pr,24h,0,24,sum,0,1000,0,0,
1010

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
identifier,short_name,time_step,lower_time_bound,upper_time_bound,cell_method,offset,scale,deaccum,derived,interface
2+
hurs,hurs,24h,0,24,mean,0,1,0,0,
3+
huss,huss,24h,0,24,mean,0,1,0,0,
4+
pr,pr,24h,0,24,sum,0,86400,0,0,
5+
rlds,rlds,24h,0,24,mean,0,1,0,0,
6+
rsds,rsds,24h,0,24,mean,0,1,0,0,
7+
wss,sfcWind,24h,0,24,mean,0,1,0,0,
8+
tas,tas,24h,0,24,mean,-273.15,1,0,0,
9+
tasmax,tasmax,24h,0,24,max,-273.15,1,0,0,
10+
tasmin,tasmin,24h,0,24,min,-273.15,1,0,0,
11+

Harmonization_dictionaries/PTI-grid-v0.dic

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
identifier,short_name,time_step,lower_time_bound,upper_time_bound,cell_method,offset,scale,deaccum,derived,interface
22
pr,pr,24h,0,24,sum,0,1,0,0,
3-
hurs,hr,24h,0,24,mean,0,1,0,0,
4-
tdps,tdew,24h,0,24,mean,0,1,0,0,
5-
tasmax,tmax,24h,0,24,max,0,1,0,0,
6-
tasmin,tmin,24h,0,24,min,0,1,0,0,
3+
hurs,hurs,24h,0,24,mean,0,1,0,0,
4+
tdps,tdps,24h,0,24,mean,0,1,0,0,
5+
tasmax,tasmax,24h,0,24,max,0,1,0,0,
6+
tasmin,tasmin,24h,0,24,min,0,1,0,0,
77

88

99

Harmonization_dictionaries/PTI-grid-v1.dic

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
identifier,short_name,time_step,lower_time_bound,upper_time_bound,cell_method,offset,scale,deaccum,derived,interface
22
pr,pr,24h,0,24,sum,0,1,0,0,
3-
hurs,hr,24h,0,24,mean,0,1,0,0,
4-
tdps,tdew,24h,0,24,mean,0,1,0,0,
5-
tasmax,tmax,24h,0,24,max,0,1,0,0,
6-
tasmin,tmin,24h,0,24,min,0,1,0,0,
3+
hurs,hurs,24h,0,24,mean,0,1,0,0,
4+
tdps,tdps,24h,0,24,mean,0,1,0,0,
5+
tasmax,tasmax,24h,0,24,max,0,1,0,0,
6+
tasmin,tasmin,24h,0,24,min,0,1,0,0,
77

88

99

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
identifier,short_name,time_step,lower_time_bound,upper_time_bound,cell_method,offset,scale,deaccum,derived,interface
2+
pr,pr,24h,0,24,sum,0,1,0,0,
3+
hurs,hr,24h,0,24,mean,0,1,0,0,
4+
tdps,tdew,24h,0,24,mean,0,1,0,0,
5+
tasmax,tasmax,24h,0,24,max,0,1,0,0,
6+
tasmin,tasmin,24h,0,24,min,0,1,0,0,
7+
8+
9+
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
identifier,short_name,time_step,lower_time_bound,upper_time_bound,cell_method,offset,scale,deaccum,derived,interface
2+
pr,pr,24h,0,24,sum,0,1,0,0,
3+
hurs,hr,24h,0,24,mean,0,1,0,0,
4+
tdps,tdew,24h,0,24,mean,0,1,0,0,
5+
tasmax,tasmax,24h,0,24,max,0,1,0,0,
6+
tasmin,tasmin,24h,0,24,min,0,1,0,0,
7+
8+
9+
10+

Notebooks/R/calculo_indices_FD_R.ipynb

Lines changed: 1923 additions & 0 deletions
Large diffs are not rendered by default.

Notebooks/R/calculo_indices_FWI_R.ipynb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"\n",
3131
"<img src=\"https://raw.githubusercontent.com/SantanderMetGroup/climate4R/refs/heads/devel/man/figures/climate4R_logo.svg\" alt=\"Description\" width=\"60\" height=\"40\">\n",
3232
"\n",
33-
"***climate4R*** ofrece más funcionalidades de las que se ilustran en este notebook, como **funcionalidades de operaciones espaciales y temporales** o como **interpolación, subsetting o intersección espacial**. Además, brinda funcionalidades para la **corrección de sesgo y downscaling** o funciones específicas para el **cálculo del FWI**. Consulta [Iturbide et al., 2019](https://www.sciencedirect.com/science/article/pii/S1364815218303049?via%3Dihub) y el repositorio de [github de climate4R](https://github.com/SantanderMetGroup/climate4R) para más información."
33+
"***climate4R*** ofrece más funcionalidades de las que se ilustran en este notebook, como **funcionalidades de operaciones espaciales y temporales** o como **interpolación, subsetting o intersección espacial**. Además, brinda funcionalidades para la **corrección de sesgo y downscaling**. Consulta [Iturbide et al., 2019](https://www.sciencedirect.com/science/article/pii/S1364815218303049?via%3Dihub) y el repositorio de [github de climate4R](https://github.com/SantanderMetGroup/climate4R) para más información."
3434
]
3535
},
3636
{
@@ -65,8 +65,7 @@
6565
" * [2.1 Librerías de climate4R](#2.1-bullet)\n",
6666
" * [2.2 Carga de variables](#2.2-bullet)\n",
6767
" * [2.3 Cálculo del FWI](#2.3-bullet)\n",
68-
" * [2.4 Visualizaciones espaciales y temporales](#2.4-bullet)\n",
69-
"* [3. Session Info](#3-bullet)"
68+
" * [2.4 Visualizaciones espaciales y temporales](#2.4-bullet)"
7069
]
7170
},
7271
{
@@ -1783,10 +1782,12 @@
17831782
},
17841783
{
17851784
"cell_type": "markdown",
1786-
"id": "40f6eae5-690c-4e45-91f8-4b75b6357e59",
1785+
"id": "ecd0b122-83f1-4d7b-bec2-2c24aa04adaa",
17871786
"metadata": {},
17881787
"source": [
1789-
"## 3 Session Info <a class=\"anchor\" id=\"3-bullet\"></a>\n"
1788+
"***\n",
1789+
"\n",
1790+
"### Session Info"
17901791
]
17911792
},
17921793
{

0 commit comments

Comments
 (0)