#!/usr/bin/env python """ Make It So! A script & input file generator for numerical models. This is just the startup wrapper script, kept deliberately to a minimum. makeItSo! currently supports following CISM (coupled) models: * LFM * MIX * TIEGCM * LFM-MIX * LFM-RCM (Coupled LFM, MIX and RCM) * CMIT (Coupled LFM, MIX and TIEGCM) See README or `./makeItSo.py --help` for more information. """ import MakeItSo MakeItSo.core.main() #-------------------------------------------------------------------------------- #---------------------------------------=---------------------------------------- #--------------------------------------===--------------------------------------- #-------------------------------------=====-------------------------------------- #------------------------------------=======------------------------------------- #------------------------------====-=========-===-------------------------------- #-------------------------=====----==========----====---------------------------- #-----------------------==--------============-------==-------------------------- #---------------------==---------==============--------==------------------------ #--------------------=-----------==============----------=----------------------- #---------------------=---------=========-======--------==----------------------- #----------------------==------=======------====------==------------------------- #------------------------===---====----------====---==--------------------------- #---------------------------=====--------------=====----------------------------- #-----------------------------==-==============-==------------------------------- #-----------------------------=------------------=------------------------------- #------------------------------------------------=------------------------------- #--------------------------------------------------------------------------------