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

Cleaning branch: removing weird useless boolean

File:
1 edited

Legend:

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

    r467 r468  
    3333 
    3434    use iso_declar,only: nlith,dt_iso,tausoc,dl,rl,lbloc,we,charge 
    35     use module3D_phy, only: icouple,marine,err,h0,bsoc0,sealevel_2d 
     35    use module3D_phy, only: icouple,err,h0,bsoc0,sealevel_2d 
    3636    use geography, only: geoplace,nx,ny,dx,dy 
    3737    use param_phy_mod, only: ro,row,rog,rowg,romg 
     
    4444    integer :: i,j 
    4545 
    46     if (GEOPLACE.eq.'eismint') then 
    47        NBED=0 
    48        NLITH=0 
    49     else if (GEOPLACE(1:6).eq.'marine') then 
    50        NBED=1 
    51        NLITH=1 
    52     else if ((geoplace.eq.'anteis1').or.(geoplace.eq.'ant20km')) then 
    53  
    54        if (icouple.eq.2) then 
    55           NBED=0 
    56           NLITH=0 
    57           if (marine) then 
    58              NBED=1 
    59              NLITH=1 
    60           endif 
    61        else 
    62           NBED=1 
    63           NLITH=1 
    64        endif 
    65     else 
    66        NBED=1 
    67        !       switch sur la lithosphere 
    68        NLITH=1 
    69     endif 
     46    NBED=1 
     47    NLITH=1 
    7048 
    7149    !      temps de reaction en annees 
Note: See TracChangeset for help on using the changeset viewer.