machine
Functions
is_espri_spirit
is_espri_spirit() -> bool
Check if this is ESPRI/Spirit machine (1 or 2)
Source code in ipsl_common/machine.py
17 18 19 | |
is_espri_spiritx
is_espri_spiritx() -> bool
Check if this is ESPRI/SpiritX machine (1 or 2)
Source code in ipsl_common/machine.py
22 23 24 | |
is_idris_jean_zay
is_idris_jean_zay() -> bool
Check if this is IDRIS/JeanZay machine (also pp, visu)
Source code in ipsl_common/machine.py
7 8 9 | |
is_idris_jean_zay_pp
is_idris_jean_zay_pp() -> bool
Check if this is IDRIS/JeanZay post-processing machine
Source code in ipsl_common/machine.py
12 13 14 | |
is_tgcc_irene
is_tgcc_irene() -> bool
Check if this is TGCC/Irene machine
Source code in ipsl_common/machine.py
27 28 29 | |