Changeset 27828


Ignore:
Timestamp:
07/14/23 11:28:42 (20 months ago)
Author:
Cheng Gong
Message:

CHG: set the calving rate for CalvingMIP EXP4 as a function of time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r27820 r27828  
    11781178                                /* Exp 4: set c=v-wrate(given), for the first 500 years, then c=0 for the second 500 years*/
    11791179                                if((groundedice<0) && (time<=500.0*yts)) {
    1180                                         wrate_input->GetInputValue(&wrate,&gauss);
     1180                                //      wrate_input->GetInputValue(&wrate,&gauss);
     1181                                        wrate = -750*sin(2.0*M_PI*time/yts/1000)/yts;  // m/a -> m/s
    11811182                                }
    11821183                                else {
Note: See TracChangeset for help on using the changeset viewer.