gcmParameters#
- class VSPEC.params.gcmParameters(gcm_getter: Callable[[...], PyGCM], mean_molec_weight: float, is_static: bool)#
Bases:
BaseParameters
Class to store GCM parameters.
- Parameters:
Methods Summary
content
(**kwargs)Get a bytes representation of the GCM.
to_pycfg
(**kwargs)Get libpypsg.PyConfig representation of the GCM.
Methods Documentation
- content(**kwargs)#
Get a bytes representation of the GCM.
- to_pycfg(**kwargs) PyConfig #
Get libpypsg.PyConfig representation of the GCM.
- Parameters:
obs_time (astropy.time.Time, optional) – The time of the observation. Necessary for a waccm GCM.