Ignore:
Timestamp:
01/26/24 17:34:15 (4 months ago)
Author:
aquiquet
Message:

Cleaning branch: old empty ritz files and unused file numbers removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRISLIv3/SOURCES/tab-litho-0.3.f90

    r446 r469  
    8888  WE(:,:) = WE(:,:)/(som*ROM*g) 
    8989 
    90  
    91  
    92   ! ATTENTION DESSOUS VALABLE SEULEMENT EN 40 km 
    93  
    94   ! la partie ci-dessous doit etre mise dans une routine specifique Philippe 
    95   !       pour faire exactement la meme isostasie que Philippe 
    96   !if ((icouple.eq.2).or.(icouple.eq.4)) then 
    97  
    98   !   LBLOC=10 
    99  
    100   !   do I=-LBLOC,LBLOC 
    101   !      do J=-LBLOC,LBLOC 
    102   !         We(i,j)=0.   ! mise a 0 partout 
    103   !      end do 
    104   !   end do 
    105   !   open(num_phil,file='../INPUT/iso-philippe') 
    106  
    107   !   read(num_phil,*) 
    108   !   read(num_phil,*) 
    109   !   read(num_phil,*) 
    110   !   read(num_phil,*) 
    111   !   do J=-10,10 
    112   !      read(num_phil,*)(We(i,j),i=-10,10) 
    113   !   end do 
    114   !   close(num_phil) 
    115   !   do i=-LBLOC,LBLOC 
    116   !      do j=-LBLOC,LBLOC 
    117   !         we(i,j)=we(i,j)/11030/g/rom 
    118   !      end do 
    119   !   end do 
    120   !endif 
    121  
    12290  return 
    12391end subroutine tab_litho 
Note: See TracChangeset for help on using the changeset viewer.