Changeset 469


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

Location:
branches/GRISLIv3/SOURCES
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/GRISLIv3/SOURCES/3D-physique-gen_mod.f90

    r468 r469  
    243243  ! ===================== File id ========================================= 
    244244  integer :: num_param     = 10   !< Id of param_list.dat 
    245   integer :: num_coupe     = 11   !< Id of coupe.ijz 
    246   integer :: num_vitbil    = 12   !< Id of vitbil 
    247   integer :: num_newton    = 15   !< Id of corrextion-newton.res 
    248245  integer :: num_file1     = 18   !< Id of  
    249246  integer :: num_file2     = 19   !< Id of  
    250247  integer :: num_forc      = 20   !< Id of forcage 
    251   integer :: num_dat       = 21   !< Id of dat 
    252248  integer :: num_cptr      = 30   !< Id of cptr 
    253249  integer :: num_debug     = 33   !< Id of ritz debug 
    254250  integer :: num_ritz      = 35   !< Id of ritz 
    255   integer :: num_templlib  = 36   !< Id of ritz templlib 
    256251  integer :: num_rep_42    = 42   !< Id of reponse 
    257252  integer :: num_trace     = 81   !< Id of trace-reboot 
    258253  integer :: num_file      = 88   !< Id of  
    259   integer :: num_ts_ritz   = 89 
    260254  integer :: num_kelvin    = 90   !< Id of kelvin.res 
    261   integer :: num_phil      = 91 
    262   integer :: num_templin   = 98   !< Id of templin.res 
    263   integer :: num_sealevel  = 110 
    264   integer :: num_mk_vitbil = 122  !< Id of masque_vitbil 
    265   integer :: num_ic_vo     = 171  !< vostok 
    266   integer :: num_ic_by     = 172  !< byrd 
    267   integer :: num_ic_dm     = 173  !< dml 
    268   integer :: num_ic_dc     = 174  !< dome C 
    269   integer :: num_ic_df     = 175  !< dome Fuji 
    270   integer :: num_file3     = 993 
    271   integer :: num_file4     = 995  !< Id of  
    272   integer :: num_coor      = 2004 !< Id of coord-Ant-40km 
    273255 
    274256  ! Variables communes au main et aux subroutines du step 
  • branches/GRISLIv3/SOURCES/lineartemp-0.2.f90

    r467 r469  
    4040           !     T(I,J,K)=T(I,J,1)-(T(I,J,1)-TPMP(I,J,NZ))*(K-1)/(NZ-1) 
    4141           T(I,J,K)=T(I,J,1)-(T(I,J,1)-T(I,J,NZ))*(K-1)/(NZ-1) 
    42            !     write(num_templin,*) T(I,J,K) 
    4342        end do 
    4443        do K=NZ+1,NZ+NZM 
  • branches/GRISLIv3/SOURCES/main3D-0.4-40km.f90

    r468 r469  
    131131subroutine grisli_init 
    132132 
    133   USE module3D_phy, only: itemp,icouple,isynchro,icompteur,iglen,num_sealevel, & 
    134                           num_ts_ritz,num_ic_vo,num_ic_by,num_ic_dm,num_ic_dc,num_ic_df, & 
     133  USE module3D_phy, only: itemp,icouple,isynchro,icompteur,iglen, & 
    135134                          s,h,b,bsoc,flot,mk,mk0,uxbar,uybar,hwater,time,timemax,ndebug,ndebug_max 
    136135  use runparam, only: nt,tbegin,dtprofile,dtcpt,dirnameout,runname,itracebug 
     
    183182  DTCPT=dtout 
    184183 
    185  
    186   !     ************ OPEN FILES.RITZ **************** 
    187  
    188   if ((geoplace.eq.'anteis1').or.(geoplace.eq.'ant20km')) then 
    189      ! fichier de reference pour le niveau des mers 
    190      open(num_sealevel,file=TRIM(DIRNAMEOUT)//'sealevel'//runname//'.ritz',position="append") 
    191      open(num_ts_ritz,file=TRIM(DIRNAMEOUT)//'ts_'//runname//'.ritz',position="append") 
    192      open(num_ic_vo,file=TRIM(DIRNAMEOUT)//'ic_'//runname//'vo.ritz',position="append") 
    193      open(num_ic_by,file=TRIM(DIRNAMEOUT)//'ic_'//runname//'by.ritz',position="append") 
    194      open(num_ic_dm,file=TRIM(DIRNAMEOUT)//'ic_'//runname//'dm.ritz',position="append") 
    195      open(num_ic_dc,file=TRIM(DIRNAMEOUT)//'ic_'//runname//'dc.ritz',position="append") 
    196      open(num_ic_df,file=TRIM(DIRNAMEOUT)//'ic_'//runname//'df.ritz',position="append") 
    197   endif 
    198  
    199184  !------------------------------ INITIALISATION ---------------------------- 
    200185  ! 
  • 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.