thesujitroy
commited on
Commit
•
7eb2e00
1
Parent(s):
921f924
Update README.md
Browse files
README.md
CHANGED
@@ -50,4 +50,16 @@ the fine-tuned model achieves correlation coefficients of 0.99 and 0.97, respect
|
|
50 |
### Inference and demo
|
51 |
The github repo includes an inference script that allows to run
|
52 |
the [gravity_wave_model](https://huggingface.co/Prithvi-WxC/Gravity_wave_Parameterization/blob/main/magnet-flux-uvtp122-epoch-99-loss-0.1022.pt) model
|
53 |
-
for inference on [sample dataset](https://huggingface.co/datasets/Prithvi-WxC/Gravity_wave_Parameterization/blob/main/wxc_input_u_v_t_p_output_theta_uw_vw_era5_training_data_hourly_2015_constant_mu_sigma_scaling05.nc).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
### Inference and demo
|
51 |
The github repo includes an inference script that allows to run
|
52 |
the [gravity_wave_model](https://huggingface.co/Prithvi-WxC/Gravity_wave_Parameterization/blob/main/magnet-flux-uvtp122-epoch-99-loss-0.1022.pt) model
|
53 |
+
for inference on [sample dataset](https://huggingface.co/datasets/Prithvi-WxC/Gravity_wave_Parameterization/blob/main/wxc_input_u_v_t_p_output_theta_uw_vw_era5_training_data_hourly_2015_constant_mu_sigma_scaling05.nc).
|
54 |
+
|
55 |
+
## Citation
|
56 |
+
If you use this work, consider citing our paper
|
57 |
+
|
58 |
+
```
|
59 |
+
@article{gupta2024machine,
|
60 |
+
title={Machine learning global simulation of nonlocal gravity wave propagation},
|
61 |
+
author={Gupta, Aman and Sheshadri, Aditi and Roy, Sujit and Gaur, Vishal and Maskey, Manil and Ramachandran, Rahul},
|
62 |
+
journal={arXiv preprint arXiv:2406.14775},
|
63 |
+
year={2024}
|
64 |
+
}
|
65 |
+
```
|