Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
caesar
WP2330
wiki
Compare revisions
a8fb0c6d25a20f5dfdf7b9aab83b8f35baa6fd34 to 9a5db78e19779ca3046714e513fb4eb3b84d39ed
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
caesar/wp2330/wiki
Select target project
No results found
9a5db78e19779ca3046714e513fb4eb3b84d39ed
Select Git revision
Branches
dario.delmoro-main-patch-65693
dario.delmoro-main-patch-95280
edit1
main
nuovo_branch
nuovo_branch2
s2_dev
s3_dev
8 results
Swap
Target
caesar/wp2330/wiki
Select target project
caesar/wp2330/wiki
1 result
a8fb0c6d25a20f5dfdf7b9aab83b8f35baa6fd34
Select Git revision
Branches
dario.delmoro-main-patch-65693
dario.delmoro-main-patch-95280
edit1
main
nuovo_branch
nuovo_branch2
s2_dev
s3_dev
8 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
pdbmodel added
· 290e8744
Stefano Scardigli
authored
1 year ago
290e8744
Merge branch 's3_dev' into 'main'
· 9a5db78e
Valerio Formato
authored
1 year ago
pdbmodel added See merge request
!19
9a5db78e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/products/software/unitov_pdb_model.rst
+155
-0
155 additions, 0 deletions
docs/source/products/software/unitov_pdb_model.rst
with
155 additions
and
0 deletions
docs/source/products/software/unitov_pdb_model.rst
0 → 100644
View file @
9a5db78e
==================================
UNITOV P-DBM CME propagation model
==================================
.. contents:: Table of contents
The CME propagation is modeled by using probability distribution functions. This allows us to evaluate the ICME arrival times and velocities along with the uncertainties on the forecast.
References
~~~~~~~~~~
https://doi.org/10.1051/swsc/2018003
Model summary
~~~~~~~~~~~~~
.. list-table::
* - **internal_name:**
- unitov_pdb_model
* - **publisher:**
- University of Rome Tor Vergata
* - **alph_code:**
- 39A
* - **id_tmp:**
- xx
* - **identifier:**
- aspis:///unitov/pdb_model
* - **type:**
- software
* - **language:**
- Python 3.x
* - **dependencies:**
- numpy, matplotlib, ephem, astroquery, datetime, sunpy
* - **latest update:**
- 2023-11-10 12:45:00
Parameters
~~~~~~~~~~
.. list-table::
:widths: 15 15 10 30 15 15
:align: right
:header-rows: 1
* - name
- scope
- type
- description
- domain
- default
* - V0
- input
-
- velocity at launch
- 0-10000
- 600
* - sigma_V0
- input
-
- error on velocity at launch
- 0-500
- 50
* - Time_UTC
- input
-
- t0, datetime of start date
-
-
* - sigma_t0
- input
-
- error on start date
- 0-10000
- 3000
* - Rs
- input
-
- distance from the Sun at t0 in R_sun
- 0-50
- 21.5
* - dRs
- input
-
- error on t0
- 0-10
- 1
* - Target
- configuration
-
- Propagation Target
-
- Earth
* - W
- input
-
- solar wind average veolcity
- 420600
- 420
* - sigma_W
- input
-
- solar wind velocity standard devistion
- 50,66
- 50
* - gammaPDF
- configuration
-
- Type of PDF for Gamma
- NORMAL, LOGNORMAL, SWEPT
- LOGNORMAL
* - Omega
- input
-
- Carrington Latitudeof the ICME main vector
- 0-360
-
* - Sigma_Omega
- input
-
- Error on the latitude
- 0-60
- 5
* - Phi_CME
- input
-
- Width of the ICME
- 10-360
- 60
* - Sigma_Phi_CME
- input
-
- Error on the the Width of the ICME
- 0-60
- 5
* - CME
- output
- PNG image
- Visualization of the ICME propagation
-
-
* - ICME velocity
- output
- PNG image
- Visualization of the distribution of the velocity of the ICME at target
-
-
* - Travel time
- output
- PNG image
- Visualization of the distribution of the travel time of the ICME at target
-
-
This diff is collapsed.
Click to expand it.