Changeset 20148


Ignore:
Timestamp:
02/12/16 16:04:05 (9 years ago)
Author:
Eric.Larour
Message:

CHG: handle case where we are not running in transient mode!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/sealevelrise_core.cpp

    r20136 r20148  
    2828
    2929        /*several cases here, depending on value of iscoupler and isslr:
     30        solution_type == SealevelriseSolutionEnum)       we are running sea level rise core (no coupler)
    3031        ( !iscoupler & !isslr)       we are not interested in being here :)
    3132        ( !iscoupler & isslr)        we are running in uncoupled mode
     
    3334        ( iscoupler & !isslr)        we are running in coupled mode, and better be an ice cap
    3435        */
     36
     37        if(solution_type==SealevelriseSolutionEnum){
     38                isslr=1;
     39                iscoupler=0;
     40        }
    3541
    3642        /*early return: */
Note: See TracChangeset for help on using the changeset viewer.