source: issm/oecreview/Archive/25834-26739/ISSM-26358-26359.diff

Last change on this file was 26740, checked in by Mathieu Morlighem, 3 years ago

CHG: added 25834-26739

File size: 1.8 KB
  • ../trunk-jpl/src/m/classes/SMBgemb.py

     
    2121        """
    2222
    2323        #solution choices
    24         self.isgraingrowth
    25         self.isalbedo
    26         self.isshortwave
    27         self.isthermal
    28         self.isaccumulation
    29         self.ismelt
    30         self.isdensification
    31         self.isturbulentflux
    32         self.isconstrainsurfaceT
     24        self.isgraingrowth = 0
     25        self.isalbedo = 0
     26        self.isshortwave = 0
     27        self.isthermal = 0
     28        self.isaccumulation = 0
     29        self.ismelt = 0
     30        self.isdensification = 0
     31        self.isturbulentflux = 0
     32        self.isconstrainsurfaceT = 0
    3333        self.isclimatology = np.nan
    3434
    3535        # Inputs
  • ../trunk-jpl/src/m/classes/dsl.py

     
    6767    #}}}
    6868
    6969    def initialize(self, md):  #{{{
    70         print('sdasa')
    71         exit()
    7270        if np.isnan(self.global_average_thermosteric_sea_level):
    7371            self.global_average_thermosteric_sea_level = np.array([0, 0]).reshape(-1, 1)
    7472            print('      no dsl.global_average_thermosteric_sea_level specified: transient values set at zero')
  • ../trunk-jpl/src/m/classes/matdamageice.py

     
     1import numpy as np
     2
    13from fielddisplay import fielddisplay
    24from project3d import project3d
    35from checkfield import checkfield
Note: See TracBrowser for help on using the repository browser.