Ignore:
Timestamp:
01/09/19 17:09:26 (6 years ago)
Author:
aquiquet
Message:

Sealevel is now treated as a 2D variable (sealevel_2d while sealevel remains the eustatic sea level), results should remain identical as sealevel_2d is equal to sealevel in this revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/Hudson_files/climat-hudson_mod.f90

    r4 r237  
    102102!jalv: test pour que le bilan de masse soit 0 sur l'ocean plus profond de 600 m: 
    103103!      c'est le bon critere??: 
    104 where (sealevel-BSOC(:,:).gt.600) acc(:,:)=0. 
    105 where (sealevel-BSOC(:,:).gt.600) abl(:,:)=0. 
     104where (sealevel_2d(:,:)-BSOC(:,:).gt.600) acc(:,:)=0. 
     105where (sealevel_2d(:,:)-BSOC(:,:).gt.600) abl(:,:)=0. 
    106106 
    107 where ((sealevel-BSOC(:,:).gt.100).and.(dist_heino(:,:).gt.2500.)) abl(:,:)=-1. 
    108 where ((sealevel-BSOC(:,:).gt.100).and.(dist_heino(:,:).gt.2600.)) abl(:,:)=-5. 
    109 where ((sealevel-BSOC(:,:).gt.100).and.(dist_heino(:,:).gt.2650.)) abl(:,:)=-10. 
    110 where ((sealevel-BSOC(:,:).gt.100).and.(dist_heino(:,:).gt.2700.)) abl(:,:)=-20. 
     107where ((sealevel_2d(:,:)-BSOC(:,:).gt.100).and.(dist_heino(:,:).gt.2500.)) abl(:,:)=-1. 
     108where ((sealevel_2d(:,:)-BSOC(:,:).gt.100).and.(dist_heino(:,:).gt.2600.)) abl(:,:)=-5. 
     109where ((sealevel_2d(:,:)-BSOC(:,:).gt.100).and.(dist_heino(:,:).gt.2650.)) abl(:,:)=-10. 
     110where ((sealevel_2d(:,:)-BSOC(:,:).gt.100).and.(dist_heino(:,:).gt.2700.)) abl(:,:)=-20. 
    111111 
    112112bm(:,:)=acc(:,:)+abl(:,:) 
     
    135135!      c'est le bon critere??: 
    136136!where (BSOC(:,:).lt.B(:,:)) Tann(:,:)=0. 
    137 where (sealevel-BSOC(:,:).gt.600) Tann(:,:)=0.  
     137where (sealevel_2d(:,:)-BSOC(:,:).gt.600) Tann(:,:)=0.  
    138138 
    139139 
Note: See TracChangeset for help on using the changeset viewer.