Ignore:
Timestamp:
05/05/17 16:44:01 (7 years ago)
Author:
dumas
Message:

Update closed water cycle | H = 1m on sea suppressed

Location:
trunk/SOURCES/Temperature-routines
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SOURCES/Temperature-routines/icetemp_mod.f90

    r73 r102  
    189189          Call temp_col(Nz,Nzm,Nn,T3d_new(i,j,:),Ct(i,j,:),& 
    190190               flot(i,j),H(i,j),Tbmer(i,j),Ibase(i,j),T(i,j,:),Tpmp(i,j,:),Aa,Bb,Cc,Rr,Hh,Ncond,Dee,Cm,& 
    191                Dzm,Phid(i,j),Ghf(i,j),Ifail1,Tbdot(i,j),DTT,Dou,Ts(i,j),Bmelt(i,j)) 
     191               Dzm,Phid(i,j),Ghf(i,j),Ifail1,Tbdot(i,j),DTT,Dou,Ts(i,j)) 
    192192 
    193193          ! Test Permettant D'Ecrire Les Variables Quand Il Y A Une Erreur 
  • trunk/SOURCES/Temperature-routines/temp_col.f90

    r73 r102  
    1515 
    1616Subroutine  Temp_col(Nz,Nzm,Nn,Newtempcol,Ctij,Flotij,Hij,Tbmerij,Ibase,Tij,Tpmpij,Aa,Bb,Cc,Rr,Hh,Ncond,Dee,Cm, & 
    17                                 Dzm,Phidij,Ghfij,Ifail1,Tbdotij,DTT,Dou,Tsij,Bmeltij) 
     17                                Dzm,Phidij,Ghfij,Ifail1,Tbdotij,DTT,Dou,Tsij) 
    1818 
    1919!  Use Icetemp_declar 
     
    4747  Real, intent(inout) :: Dou 
    4848  real, intent(in) :: Tsij        !< surface ice temperature  'o' 
    49   real, intent(out) :: Bmeltij    !< fonte basale 
    5049   
    5150   
     
    220219 
    221220     Tbdotij=(Newtempcol(Nz)-Tij(Nz))/Dtt 
    222      Bmeltij=0. 
    223221     Ibase=5 
    224222     Phidij=0. 
Note: See TracChangeset for help on using the changeset viewer.