creme-96-gcr" />

CREME-96 Sol. Min (1977)

Model API name: creme-96-gcr

The GCR CREME96 model implemented in SPENVIS is for the solar-minimum GCR environment and corresponds with the GCR maximum last observed in 1986-87. The model is based on the model of Nymmik et al. (1992) and includes anomalous cosmic ray fluxes (visible for He, N, O and Ne around 10 MeV/nleon) derived from SAMPEX results.

Version: v1


Model example


# coding=utf-8

from nom_client.nom_client import NoMClient

nom_client = NoMClient("CREME-96 GCR example")

sapre_model_gto = nom_client.get_model('sapre')
sapre_model_gto.set_params(orbitType="GEN")
sapre_gto_result = nom_client.run_model(sapre_model_gto)
print(sapre_gto_result)

creme_96_gcr_model = nom_client.get_model('creme-96-gcr')
creme_96_gcr_model.set_external_input(external_input_name="trajectory", external_input=sapre_gto_result)
creme_96_gcr_results = nom_client.run_model(creme_96_gcr_model)
print(creme_96_gcr_results)

         
Model references

No references