Changeset 26881


Ignore:
Timestamp:
02/10/22 15:04:39 (3 years ago)
Author:
jdquinn
Message:

CHG: Reverting unintended commit; adjusting test2084 to avoid resource starvation

Location:
issm/trunk-jpl
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/examples/SlrGRACE/runme.m

    r26880 r26881  
    22addpath('../Data','../Functions');
    33
    4 steps=[7:7];
     4steps=[1:7];
    55
    66if any(steps==1) % {{{
  • TabularUnified issm/trunk-jpl/src/c/modules/FourierLoveCorex/love_numbers.f90

    r26880 r26881  
    308308   if (allow_layer_del.eqv..true.) then
    309309
    310       !print*, layerrap, epsdb, nbc
     310      print*, layerrap, epsdb, nbc
    311311      !do while ((layerrap<=epsdb).and.(nbc>12*6).or.(isnan(layerrap)) )
    312312      do while ((layerrap<=epsdb).and.(nbc>12).or.(isnan(layerrap)) )
  • TabularUnified issm/trunk-jpl/src/c/modules/FourierLoveCorex/lovenb_sub.f90

    r26880 r26881  
    4848   endif
    4949
    50         valini=1.d0;
    5150  ! Which among the model interfaces is the first to display boundary conditions
    5251  ifirst = 0
     
    6665   xmin= radius(i)/ra
    6766   xmax= radius(i+1)/ra - epsdb
    68    nstep=1
     67   nstep=100
    6968 
    7069   if (soliddim(i)) then
     
    194193        !write(89,*),xsen,r,ra,cst,mu0,mu,n     
    195194
     195
    196196        bc(1,1)=xsen*r/ra
    197197        bc(1,2)=xsen/(r*ra)
     
    334334        if (radbc(i)) ifirst = i
    335335  end do
    336 
    337  open(unit=200, file="/home/caronlam/Codes/trunk-exp/trunk-jpl/test/NightlyRun/BC_fourier", status='unknown')
    338  do i = 1,nbc
    339         do j = 1,nbc
    340         !if (bc(i,j)/=0.d0)
    341         write(200,*), deg,nbc,i,j, dble(f(11,j)) ,dble(bc(i,j))
    342         enddo
    343  enddo
     336! do i = 1,nbc
     337!       do j = 1,nbc
     338!       if (bc(i,j)/=0.d0) print*, i,j,bc(i,j)
     339!       enddo
     340! enddo
    344341! write(*,*)
    345342 
     
    378375        lovel = sc(nbc-1,1)*ra*go_surf
    379376        lovek = sc(nbc,1)*ra*go0
    380         !print*,loveh,lovel, lovek
    381377        delta = (1.d0-dble(n+1)/dble(n)*(lovek-1.d0)+2.d0/dble(n)*loveh)
    382378
     
    386382      if (j<nbc-2) then ! no need for valini restoration for surface.
    387383         sc(j,1) = sc(j,1)*valini**((nbc-j-3)/6+1)
    388        
    389384      endif
    390         !print*,ipiv(j),dble(sc(j,1))
    391385           love_kernels(j,1)=sc(j,1) !*valini
    392386        end do
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test2071.m

    r26880 r26881  
    104104field_values={h,k,l};
    105105
    106 return
    107 subplot(3,1,1)
    108 pcolor(0:256,t,log10(abs((hts-h(:,1:257))./hts)))       
    109 set(gca,'yscale', 'log')
    110 shading flat
    111 colorbar
    112 title('h')
    113 
    114 subplot(3,1,2)
    115 pcolor(0:256,t,log10(abs((kts-k(:,1:257))./kts)))       
    116 set(gca,'yscale', 'log')
    117 shading flat
    118 colorbar
    119 title('k')
    120 
    121 subplot(3,1,3)
    122 pcolor(0:256,t,log10(abs((lts-l(:,1:257))./lts)))       
    123 set(gca,'yscale', 'log')
    124 shading flat
    125 colorbar
    126 title('l')
    127 
    128106
    129107return
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test2084.m

    r26800 r26881  
    5353md.love.n_temporal_iterations=8;
    5454%md.love.time=(logspace(-6,5, 2))'*cst;
    55 md.love.time=[0; (logspace(-3,5, 99))'*cst];
     55md.love.time=[0; (logspace(-3,5, 24))'*cst];
    5656
    5757%md.love.time=(linspace(1/12,10, 10*12))'*cst/1e3;
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test2084.py

    r26840 r26881  
    6565md.love.n_temporal_iterations = 8
    6666#md.love.time = np.logspace(-6, 5, 2).reshape(-1, 1) * cst
    67 md.love.time = np.vstack(([0], np.logspace(-3, 5, 99).reshape(-1, 1) * cst))
     67md.love.time = np.vstack(([0], np.logspace(-3, 5, 24).reshape(-1, 1) * cst))
    6868
    6969#md.love.time = np.linspace(1/12, 10, 10 * 12).reshape(-1, 1) * cst / 1e3
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test2092.m

    r26880 r26881  
    2222
    2323defaultoptions={'KeepVertices',0,'MaxCornerAngle',0.0000000001,'NoBoundaryRefinement',1};
    24 md2d=bamg(model,'domain',dom,'subdomains',co,'hmin',100e3,'hmax',10000e3,defaultoptions{:});
     24md2d=bamg(model,'domain',dom,'subdomains',co,'hmin',50e3,'hmax',10000e3,defaultoptions{:});
    2525
    2626colat=sqrt(md2d.mesh.x.^2+md2d.mesh.y.^2)/re;
Note: See TracChangeset for help on using the changeset viewer.