Changeset 26977


Ignore:
Timestamp:
05/02/22 07:45:18 (3 years ago)
Author:
jwilner
Message:

CHG: moving calculation of levelset gradient BEFORE calving rates are computed

File:
1 edited

Legend:

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

    r26973 r26977  
    4848        }
    4949
     50        /* smoothen slope of lsf for computation of normal on ice domain*/
     51        levelsetfunctionslope_core(femmodel);
     52
    5053        /* start the work from here */
    5154        if(VerboseSolution()) _printf0_("   computing calving and undercutting\n");
     
    5356        FrontalForcingsx(femmodel);
    5457        if(VerboseSolution()) _printf0_("   computing new ice front position\n");
    55 
    56         /* smoothen slope of lsf for computation of normal on ice domain*/
    57         levelsetfunctionslope_core(femmodel);
    5858
    5959        /* determine variables for extrapolation */
Note: See TracChangeset for help on using the changeset viewer.